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





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: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.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: #149dcc !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #7f1517 !important;
}
.bg-danger {
  background-color: #ffffff !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: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7f1517 !important;
  border-color: #7f1517 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3d0a0b !important;
  border-color: #3d0a0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3d0a0b !important;
  border-color: #3d0a0b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #270707;
  color: #270707;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #7f1517;
  border-color: #7f1517;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7f1517 !important;
  border-color: #7f1517 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #149dcc !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #7f1517 !important;
}
.text-danger {
  color: #ffffff !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: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #270707 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !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: #82786e;
}
.alert-warning {
  background-color: #7f1517;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #de3639;
}
.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);
  -webkit-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;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
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;
  -webkit-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: none;
    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;
  -webkit-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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.cid-rccgNe0nwF .modal-body .close {
  background: #1b1b1b;
}
.cid-rccgNe0nwF .modal-body .close span {
  font-style: normal;
}
.cid-rccgNe0nwF .carousel-inner > .active,
.cid-rccgNe0nwF .carousel-inner > .next,
.cid-rccgNe0nwF .carousel-inner > .prev {
  display: table;
}
.cid-rccgNe0nwF .carousel-control .icon-next,
.cid-rccgNe0nwF .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rccgNe0nwF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rccgNe0nwF .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rccgNe0nwF .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rccgNe0nwF .boxed-slider > div {
  position: relative;
}
.cid-rccgNe0nwF .container img {
  width: 100%;
}
.cid-rccgNe0nwF .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rccgNe0nwF .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rccgNe0nwF .mbr-table-cell {
  padding: 0;
}
.cid-rccgNe0nwF .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rccgNe0nwF .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rccgNe0nwF .mbr-overlay {
  z-index: 1;
}
.cid-rccgNe0nwF .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rccgNe0nwF .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rccgNe0nwF .carousel-item .container {
    width: 100%;
  }
}
.cid-rccgNe0nwF .carousel-item-next.carousel-item-left,
.cid-rccgNe0nwF .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rccgNe0nwF .active.carousel-item-right,
.cid-rccgNe0nwF .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rccgNe0nwF .active.carousel-item-left,
.cid-rccgNe0nwF .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rccgNe0nwF .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rccgNe0nwF .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rccgNe0nwF .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rccgNe0nwF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rccgNe0nwF .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rccgNe0nwF .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rccgNe0nwF .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rccgNe0nwF .mbr-slider .carousel-indicators li.active,
.cid-rccgNe0nwF .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rccgNe0nwF .mbr-slider .carousel-indicators li::after,
.cid-rccgNe0nwF .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rccgNe0nwF .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rccgNe0nwF .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rccgNe0nwF .mbr-slider > .container img {
  width: 100%;
}
.cid-rccgNe0nwF .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rccgNe0nwF .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rccgNe0nwF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rccgNe0nwF .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rccgNe0nwF .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rccgNe0nwF .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rccgNe0nwF .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rccgNe0nwF .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rccgNe0nwF .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rccgNe0nwF .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rccgNe0nwF .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rccgNe0nwF .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rccgNe0nwF .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rccgNe0nwF H2 {
  text-align: center;
}
.cid-r6W3ugjRZH .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-r6W3ugjRZH .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-r6W3ugjRZH a {
  font-style: normal;
}
.cid-r6W3ugjRZH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r6W3ugjRZH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r6W3ugjRZH .nav-item:focus,
.cid-r6W3ugjRZH .nav-link:focus {
  outline: none;
}
.cid-r6W3ugjRZH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r6W3ugjRZH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r6W3ugjRZH .menu-logo {
  margin-right: auto;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r6W3ugjRZH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r6W3ugjRZH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r6W3ugjRZH button.navbar-toggler:focus {
  outline: none;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r6W3ugjRZH .collapsed .btn {
  display: flex;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r6W3ugjRZH .collapsed button.navbar-toggler {
  display: block;
}
.cid-r6W3ugjRZH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r6W3ugjRZH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH.navbar-expand {
    flex-direction: column;
  }
  .cid-r6W3ugjRZH img {
    height: 3.8rem !important;
  }
  .cid-r6W3ugjRZH .btn {
    display: flex;
  }
  .cid-r6W3ugjRZH button.navbar-toggler {
    display: block;
  }
  .cid-r6W3ugjRZH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r6W3ugjRZH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r6W3ugjRZH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing,
  .cid-r6W3ugjRZH .navbar-collapse.show {
    display: block !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r6W3ugjRZH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r6W3ugjRZH .navbar-collapse {
  flex-basis: auto;
}
.cid-r6W3ugjRZH .nav-link:hover,
.cid-r6W3ugjRZH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdPfifHehn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdPfifHehn .mbr-text {
  color: #767676;
}
.cid-rdPfifHehn h4 {
  text-align: center;
}
.cid-rdPfifHehn p {
  text-align: center;
}
.cid-rdPfifHehn .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rdVqWsqNHY {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdVqWsqNHY .mbr-section-subtitle {
  color: #232323;
}
.cid-rdPgnbdU0r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rdPgnbdU0r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdVa2YPGMl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdVa2YPGMl H2 {
  color: #000000;
}
.cid-rdVa2YPGMl .mbr-section-subtitle {
  color: #000000;
}
.cid-rdVa43oGHH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rdVa43oGHH .card-box {
  padding: 0 2rem;
}
.cid-rdVa43oGHH .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdVa43oGHH .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdVa43oGHH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdVa43oGHH p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdVa43oGHH .mbr-text {
  color: #232323;
}
.cid-rdVa43oGHH .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdVa43oGHH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdypQjggp.popup-builder {
  background-color: #ffffff;
}
.cid-rwdypQjggp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdypQjggp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdypQjggp .modal-content,
.cid-rwdypQjggp .modal-dialog {
  height: auto;
}
.cid-rwdypQjggp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdypQjggp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdypQjggp .form-wrapper .mbr-form .form-group,
  .cid-rwdypQjggp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdypQjggp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdypQjggp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdypQjggp .mbr-text {
  text-align: left;
}
.cid-rwdypQjggp .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdypQjggp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdypQjggp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdypQjggp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdypQjggp .modal-open {
  overflow: hidden;
}
.cid-rwdypQjggp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdypQjggp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdypQjggp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdypQjggp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdypQjggp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdypQjggp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdypQjggp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdypQjggp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdypQjggp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdypQjggp .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdypQjggp .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdypQjggp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdypQjggp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdypQjggp .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdypQjggp .modal-header .close:focus {
  outline: none;
}
.cid-rwdypQjggp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdypQjggp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdypQjggp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdypQjggp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdypQjggp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdypQjggp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdypQjggp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdypQjggp .modal-sm {
    max-width: 300px;
  }
  .cid-rwdypQjggp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdypQjggp .modal-lg,
  .cid-rwdypQjggp .modal-xl {
    max-width: 800px;
  }
  .cid-rwdypQjggp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdypQjggp .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdypQjggp .container {
    max-width: 1140px;
  }
}
.cid-rwdypQjggp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdypQjggp .container {
    max-width: 720px;
  }
}
.cid-rwdypQjggp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdypQjggp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdypQjggp .form-group {
  margin-bottom: 1rem;
}
.cid-rwdypQjggp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdypQjggp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdypQjggp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwdzXhm6Zo.popup-builder {
  background-color: #ffffff;
}
.cid-rwdzXhm6Zo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdzXhm6Zo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdzXhm6Zo .modal-content,
.cid-rwdzXhm6Zo .modal-dialog {
  height: auto;
}
.cid-rwdzXhm6Zo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdzXhm6Zo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdzXhm6Zo .form-wrapper .mbr-form .form-group,
  .cid-rwdzXhm6Zo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdzXhm6Zo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdzXhm6Zo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdzXhm6Zo .mbr-text {
  text-align: left;
}
.cid-rwdzXhm6Zo .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdzXhm6Zo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdzXhm6Zo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdzXhm6Zo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdzXhm6Zo .modal-open {
  overflow: hidden;
}
.cid-rwdzXhm6Zo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdzXhm6Zo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdzXhm6Zo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdzXhm6Zo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdzXhm6Zo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdzXhm6Zo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdzXhm6Zo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdzXhm6Zo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdzXhm6Zo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdzXhm6Zo .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdzXhm6Zo .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdzXhm6Zo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdzXhm6Zo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdzXhm6Zo .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdzXhm6Zo .modal-header .close:focus {
  outline: none;
}
.cid-rwdzXhm6Zo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdzXhm6Zo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdzXhm6Zo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdzXhm6Zo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdzXhm6Zo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdzXhm6Zo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdzXhm6Zo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdzXhm6Zo .modal-sm {
    max-width: 300px;
  }
  .cid-rwdzXhm6Zo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdzXhm6Zo .modal-lg,
  .cid-rwdzXhm6Zo .modal-xl {
    max-width: 800px;
  }
  .cid-rwdzXhm6Zo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdzXhm6Zo .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdzXhm6Zo .container {
    max-width: 1140px;
  }
}
.cid-rwdzXhm6Zo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdzXhm6Zo .container {
    max-width: 720px;
  }
}
.cid-rwdzXhm6Zo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdzXhm6Zo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdzXhm6Zo .form-group {
  margin-bottom: 1rem;
}
.cid-rwdzXhm6Zo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdzXhm6Zo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdzXhm6Zo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwehVfEhwP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rwehVfEhwP .mbr-section-subtitle {
  color: #767676;
}
.cid-rwehFyr2oy {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rwehFyr2oy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rwehFyr2oy p {
  color: #767676;
  text-align: left;
}
.cid-rwehFyr2oy .card-box {
  padding-top: 2rem;
}
.cid-rwehFyr2oy .card-wrapper {
  height: 100%;
}
.cid-rdPhY1CxHA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdPhY1CxHA H2 {
  color: #000000;
}
.cid-rdPhY1CxHA .mbr-section-subtitle {
  color: #000000;
}
.cid-rdPgUzLEpN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdPgUzLEpN .card-box {
  padding: 0 2rem;
}
.cid-rdPgUzLEpN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdPgUzLEpN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdPgUzLEpN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdPgUzLEpN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdPgUzLEpN .mbr-text {
  color: #232323;
}
.cid-rdPgUzLEpN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdPgUzLEpN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdGK1sg2h.popup-builder {
  background-color: #ffffff;
}
.cid-rwdGK1sg2h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdGK1sg2h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdGK1sg2h .modal-content,
.cid-rwdGK1sg2h .modal-dialog {
  height: auto;
}
.cid-rwdGK1sg2h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdGK1sg2h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdGK1sg2h .form-wrapper .mbr-form .form-group,
  .cid-rwdGK1sg2h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdGK1sg2h .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdGK1sg2h .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdGK1sg2h .mbr-text {
  text-align: left;
}
.cid-rwdGK1sg2h .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdGK1sg2h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdGK1sg2h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdGK1sg2h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdGK1sg2h .modal-open {
  overflow: hidden;
}
.cid-rwdGK1sg2h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdGK1sg2h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdGK1sg2h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdGK1sg2h .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdGK1sg2h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdGK1sg2h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdGK1sg2h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdGK1sg2h .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdGK1sg2h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdGK1sg2h .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdGK1sg2h .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdGK1sg2h .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdGK1sg2h .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdGK1sg2h .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdGK1sg2h .modal-header .close:focus {
  outline: none;
}
.cid-rwdGK1sg2h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdGK1sg2h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdGK1sg2h .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdGK1sg2h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdGK1sg2h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdGK1sg2h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdGK1sg2h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdGK1sg2h .modal-sm {
    max-width: 300px;
  }
  .cid-rwdGK1sg2h .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdGK1sg2h .modal-lg,
  .cid-rwdGK1sg2h .modal-xl {
    max-width: 800px;
  }
  .cid-rwdGK1sg2h .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdGK1sg2h .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdGK1sg2h .container {
    max-width: 1140px;
  }
}
.cid-rwdGK1sg2h .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdGK1sg2h .container {
    max-width: 720px;
  }
}
.cid-rwdGK1sg2h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdGK1sg2h .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdGK1sg2h .form-group {
  margin-bottom: 1rem;
}
.cid-rwdGK1sg2h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdGK1sg2h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdGK1sg2h .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwdKpvqMrt.popup-builder {
  background-color: #ffffff;
}
.cid-rwdKpvqMrt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdKpvqMrt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdKpvqMrt .modal-content,
.cid-rwdKpvqMrt .modal-dialog {
  height: auto;
}
.cid-rwdKpvqMrt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdKpvqMrt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdKpvqMrt .form-wrapper .mbr-form .form-group,
  .cid-rwdKpvqMrt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdKpvqMrt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdKpvqMrt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdKpvqMrt .mbr-text {
  text-align: left;
}
.cid-rwdKpvqMrt .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdKpvqMrt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdKpvqMrt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdKpvqMrt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdKpvqMrt .modal-open {
  overflow: hidden;
}
.cid-rwdKpvqMrt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdKpvqMrt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdKpvqMrt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdKpvqMrt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdKpvqMrt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdKpvqMrt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdKpvqMrt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdKpvqMrt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdKpvqMrt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdKpvqMrt .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdKpvqMrt .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdKpvqMrt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdKpvqMrt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdKpvqMrt .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdKpvqMrt .modal-header .close:focus {
  outline: none;
}
.cid-rwdKpvqMrt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdKpvqMrt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdKpvqMrt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdKpvqMrt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdKpvqMrt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdKpvqMrt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdKpvqMrt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdKpvqMrt .modal-sm {
    max-width: 300px;
  }
  .cid-rwdKpvqMrt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdKpvqMrt .modal-lg,
  .cid-rwdKpvqMrt .modal-xl {
    max-width: 800px;
  }
  .cid-rwdKpvqMrt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdKpvqMrt .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdKpvqMrt .container {
    max-width: 1140px;
  }
}
.cid-rwdKpvqMrt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdKpvqMrt .container {
    max-width: 720px;
  }
}
.cid-rwdKpvqMrt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdKpvqMrt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdKpvqMrt .form-group {
  margin-bottom: 1rem;
}
.cid-rwdKpvqMrt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdKpvqMrt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdKpvqMrt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwdLarpvbr.popup-builder {
  background-color: #ffffff;
}
.cid-rwdLarpvbr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdLarpvbr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdLarpvbr .modal-content,
.cid-rwdLarpvbr .modal-dialog {
  height: auto;
}
.cid-rwdLarpvbr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdLarpvbr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdLarpvbr .form-wrapper .mbr-form .form-group,
  .cid-rwdLarpvbr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdLarpvbr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdLarpvbr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdLarpvbr .mbr-text {
  text-align: left;
}
.cid-rwdLarpvbr .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdLarpvbr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdLarpvbr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdLarpvbr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdLarpvbr .modal-open {
  overflow: hidden;
}
.cid-rwdLarpvbr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdLarpvbr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdLarpvbr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdLarpvbr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdLarpvbr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdLarpvbr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdLarpvbr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdLarpvbr .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdLarpvbr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdLarpvbr .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdLarpvbr .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdLarpvbr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdLarpvbr .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdLarpvbr .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdLarpvbr .modal-header .close:focus {
  outline: none;
}
.cid-rwdLarpvbr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdLarpvbr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdLarpvbr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdLarpvbr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdLarpvbr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdLarpvbr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdLarpvbr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdLarpvbr .modal-sm {
    max-width: 300px;
  }
  .cid-rwdLarpvbr .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdLarpvbr .modal-lg,
  .cid-rwdLarpvbr .modal-xl {
    max-width: 800px;
  }
  .cid-rwdLarpvbr .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdLarpvbr .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdLarpvbr .container {
    max-width: 1140px;
  }
}
.cid-rwdLarpvbr .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdLarpvbr .container {
    max-width: 720px;
  }
}
.cid-rwdLarpvbr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdLarpvbr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdLarpvbr .form-group {
  margin-bottom: 1rem;
}
.cid-rwdLarpvbr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdLarpvbr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdLarpvbr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwdLXpp3dN.popup-builder {
  background-color: #ffffff;
}
.cid-rwdLXpp3dN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rwdLXpp3dN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rwdLXpp3dN .modal-content,
.cid-rwdLXpp3dN .modal-dialog {
  height: auto;
}
.cid-rwdLXpp3dN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rwdLXpp3dN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rwdLXpp3dN .form-wrapper .mbr-form .form-group,
  .cid-rwdLXpp3dN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rwdLXpp3dN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rwdLXpp3dN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdLXpp3dN .mbr-text {
  text-align: left;
}
.cid-rwdLXpp3dN .pt-0 {
  padding-top: 0 !important;
}
.cid-rwdLXpp3dN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rwdLXpp3dN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rwdLXpp3dN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rwdLXpp3dN .modal-open {
  overflow: hidden;
}
.cid-rwdLXpp3dN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rwdLXpp3dN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rwdLXpp3dN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rwdLXpp3dN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rwdLXpp3dN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rwdLXpp3dN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rwdLXpp3dN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rwdLXpp3dN .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rwdLXpp3dN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rwdLXpp3dN .modal-backdrop.fade {
  opacity: 0;
}
.cid-rwdLXpp3dN .modal-backdrop.show {
  opacity: .5;
}
.cid-rwdLXpp3dN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rwdLXpp3dN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rwdLXpp3dN .modal-header .close:hover {
  opacity: 1;
}
.cid-rwdLXpp3dN .modal-header .close:focus {
  outline: none;
}
.cid-rwdLXpp3dN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rwdLXpp3dN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rwdLXpp3dN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rwdLXpp3dN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rwdLXpp3dN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rwdLXpp3dN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rwdLXpp3dN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rwdLXpp3dN .modal-sm {
    max-width: 300px;
  }
  .cid-rwdLXpp3dN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rwdLXpp3dN .modal-lg,
  .cid-rwdLXpp3dN .modal-xl {
    max-width: 800px;
  }
  .cid-rwdLXpp3dN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rwdLXpp3dN .modal-xl {
    max-width: 1140px;
  }
  .cid-rwdLXpp3dN .container {
    max-width: 1140px;
  }
}
.cid-rwdLXpp3dN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rwdLXpp3dN .container {
    max-width: 720px;
  }
}
.cid-rwdLXpp3dN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rwdLXpp3dN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rwdLXpp3dN .form-group {
  margin-bottom: 1rem;
}
.cid-rwdLXpp3dN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rwdLXpp3dN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwdLXpp3dN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rwdT7bA80s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdT7bA80s H2 {
  color: #000000;
}
.cid-rwdT7bA80s .mbr-section-subtitle {
  color: #000000;
}
.cid-rwhIsK1J9s {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwhIsK1J9s .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwhIsK1J9s .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwhIsK1J9s .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwhIsK1J9s .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwhIsK1J9s .row > .row {
  display: block;
}
.cid-rwhIsK1J9s .mbr-gallery-item {
  width: 100%;
}
.cid-rwhIsK1J9s .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rwhIsK1J9s .mbr-gallery-item > div {
  position: relative;
}
.cid-rwhIsK1J9s .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rwhIsK1J9s .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rwhIsK1J9s .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rwhIsK1J9s .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rwhKq55rvE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwhKq55rvE H2 {
  color: #000000;
}
.cid-rwhKq55rvE .mbr-section-subtitle {
  color: #000000;
}
.cid-rwdMDfeOLP {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rwdMDfeOLP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwdMDfeOLP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwdMDfeOLP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwdMDfeOLP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwdMDfeOLP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rwdMDfeOLP .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rwdMDfeOLP .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rwdMDfeOLP .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rwdMDfeOLP .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rweffY3Oq4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-rweffY3Oq4 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rweffY3Oq4 .carousel-item.active,
.cid-rweffY3Oq4 .carousel-item-next,
.cid-rweffY3Oq4 .carousel-item-prev {
  display: flex;
}
.cid-rweffY3Oq4 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rweffY3Oq4 .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rweffY3Oq4 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rweffY3Oq4 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rweffY3Oq4 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rweffY3Oq4 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rweoL55b5C.popup-builder {
  background-color: #ffffff;
}
.cid-rweoL55b5C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rweoL55b5C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rweoL55b5C .modal-content,
.cid-rweoL55b5C .modal-dialog {
  height: auto;
}
.cid-rweoL55b5C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rweoL55b5C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rweoL55b5C .form-wrapper .mbr-form .form-group,
  .cid-rweoL55b5C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rweoL55b5C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rweoL55b5C .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rweoL55b5C .mbr-text {
  text-align: left;
}
.cid-rweoL55b5C .pt-0 {
  padding-top: 0 !important;
}
.cid-rweoL55b5C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rweoL55b5C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rweoL55b5C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rweoL55b5C .modal-open {
  overflow: hidden;
}
.cid-rweoL55b5C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rweoL55b5C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rweoL55b5C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rweoL55b5C .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rweoL55b5C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rweoL55b5C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rweoL55b5C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rweoL55b5C .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rweoL55b5C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rweoL55b5C .modal-backdrop.fade {
  opacity: 0;
}
.cid-rweoL55b5C .modal-backdrop.show {
  opacity: .5;
}
.cid-rweoL55b5C .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rweoL55b5C .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rweoL55b5C .modal-header .close:hover {
  opacity: 1;
}
.cid-rweoL55b5C .modal-header .close:focus {
  outline: none;
}
.cid-rweoL55b5C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rweoL55b5C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rweoL55b5C .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rweoL55b5C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rweoL55b5C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rweoL55b5C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rweoL55b5C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rweoL55b5C .modal-sm {
    max-width: 300px;
  }
  .cid-rweoL55b5C .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rweoL55b5C .modal-lg,
  .cid-rweoL55b5C .modal-xl {
    max-width: 800px;
  }
  .cid-rweoL55b5C .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rweoL55b5C .modal-xl {
    max-width: 1140px;
  }
  .cid-rweoL55b5C .container {
    max-width: 1140px;
  }
}
.cid-rweoL55b5C .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rweoL55b5C .container {
    max-width: 720px;
  }
}
.cid-rweoL55b5C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rweoL55b5C .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rweoL55b5C .form-group {
  margin-bottom: 1rem;
}
.cid-rweoL55b5C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rweoL55b5C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rweoL55b5C .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rdVtuXCi2J {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rdVtuXCi2J .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rdVtuXCi2J .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rdVtuXCi2J .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rdVtuXCi2J .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rdVtuXCi2J .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rdVtuXCi2J .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rdVtuXCi2J .card .panel-body {
  color: #767676;
}
.cid-rdVtuXCi2J .panel-text {
  color: #232323;
}
.cid-rdVtz8WpEK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rdVtz8WpEK .title {
  margin-bottom: 2rem;
}
.cid-rdVtz8WpEK .mbr-section-subtitle {
  color: #767676;
}
.cid-rdVtz8WpEK a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rdVtz8WpEK a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rdVtz8WpEK .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rdVtz8WpEK .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rdVYCXPInw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdVYCXPInw .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdVYCXPInw .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdVYCXPInw .media-wrap img {
  height: 6rem;
}
.cid-rdVYCXPInw .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdVYCXPInw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdVYCXPInw .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdVYCXPInw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdVYCXPInw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdVYCXPInw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdVYCXPInw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdVYCXPInw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdVYCXPInw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdVYCXPInw .copyright > p {
  color: #f9f9f9;
}
.cid-rdVYCXPInw .links {
  color: #ffffff;
}
.cid-re08nAkbE5 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-re08nAkbE5 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-re08nAkbE5 a {
  font-style: normal;
}
.cid-re08nAkbE5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-re08nAkbE5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-re08nAkbE5 .nav-item:focus,
.cid-re08nAkbE5 .nav-link:focus {
  outline: none;
}
.cid-re08nAkbE5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-re08nAkbE5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-re08nAkbE5 .menu-logo {
  margin-right: auto;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-re08nAkbE5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-re08nAkbE5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-re08nAkbE5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-re08nAkbE5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-re08nAkbE5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-re08nAkbE5 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-re08nAkbE5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-re08nAkbE5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-re08nAkbE5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-re08nAkbE5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-re08nAkbE5 .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-re08nAkbE5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-re08nAkbE5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-re08nAkbE5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-re08nAkbE5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-re08nAkbE5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-re08nAkbE5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-re08nAkbE5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-re08nAkbE5 button.navbar-toggler:focus {
  outline: none;
}
.cid-re08nAkbE5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-re08nAkbE5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-re08nAkbE5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-re08nAkbE5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-re08nAkbE5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-re08nAkbE5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re08nAkbE5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-re08nAkbE5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-re08nAkbE5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re08nAkbE5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-re08nAkbE5 .collapsed .btn {
  display: flex;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse.collapsing,
.cid-re08nAkbE5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-re08nAkbE5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-re08nAkbE5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-re08nAkbE5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-re08nAkbE5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-re08nAkbE5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-re08nAkbE5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-re08nAkbE5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-re08nAkbE5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-re08nAkbE5 .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-re08nAkbE5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-re08nAkbE5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-re08nAkbE5 .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-re08nAkbE5.navbar-expand {
    flex-direction: column;
  }
  .cid-re08nAkbE5 img {
    height: 3.8rem !important;
  }
  .cid-re08nAkbE5 .btn {
    display: flex;
  }
  .cid-re08nAkbE5 button.navbar-toggler {
    display: block;
  }
  .cid-re08nAkbE5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-re08nAkbE5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-re08nAkbE5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-re08nAkbE5 .navbar-collapse.collapsing,
  .cid-re08nAkbE5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-re08nAkbE5 .navbar-collapse.collapsing .navbar-nav,
  .cid-re08nAkbE5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-re08nAkbE5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-re08nAkbE5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-re08nAkbE5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-re08nAkbE5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-re08nAkbE5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-re08nAkbE5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-re08nAkbE5 .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-re08nAkbE5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-re08nAkbE5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-re08nAkbE5 .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-re08nAkbE5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-re08nAkbE5 .navbar-collapse {
  flex-basis: auto;
}
.cid-re08nAkbE5 .nav-link:hover,
.cid-re08nAkbE5 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-re0dOTW9pI {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-re0dOTW9pI .mbr-section-subtitle {
  color: #767676;
}
.cid-re08nBO2gG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re08nBO2gG .mbr-section-subtitle {
  color: #232323;
}
.cid-re08nBO2gG B {
  color: #7f1933;
}
.cid-re08nIbymO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-re08nIbymO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re08nIbymO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-re08nIbymO .media-wrap img {
  height: 6rem;
}
.cid-re08nIbymO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-re08nIbymO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re08nIbymO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-re08nIbymO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-re08nIbymO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-re08nIbymO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-re08nIbymO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-re08nIbymO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-re08nIbymO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-re08nIbymO .copyright > p {
  color: #f9f9f9;
}
.cid-re08nIbymO .links {
  color: #ffffff;
}
.cid-r6W3ugjRZH .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-r6W3ugjRZH .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-r6W3ugjRZH a {
  font-style: normal;
}
.cid-r6W3ugjRZH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r6W3ugjRZH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r6W3ugjRZH .nav-item:focus,
.cid-r6W3ugjRZH .nav-link:focus {
  outline: none;
}
.cid-r6W3ugjRZH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r6W3ugjRZH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r6W3ugjRZH .menu-logo {
  margin-right: auto;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r6W3ugjRZH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r6W3ugjRZH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r6W3ugjRZH button.navbar-toggler:focus {
  outline: none;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r6W3ugjRZH .collapsed .btn {
  display: flex;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r6W3ugjRZH .collapsed button.navbar-toggler {
  display: block;
}
.cid-r6W3ugjRZH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r6W3ugjRZH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH.navbar-expand {
    flex-direction: column;
  }
  .cid-r6W3ugjRZH img {
    height: 3.8rem !important;
  }
  .cid-r6W3ugjRZH .btn {
    display: flex;
  }
  .cid-r6W3ugjRZH button.navbar-toggler {
    display: block;
  }
  .cid-r6W3ugjRZH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r6W3ugjRZH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r6W3ugjRZH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing,
  .cid-r6W3ugjRZH .navbar-collapse.show {
    display: block !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r6W3ugjRZH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r6W3ugjRZH .navbar-collapse {
  flex-basis: auto;
}
.cid-r6W3ugjRZH .nav-link:hover,
.cid-r6W3ugjRZH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZvUtuNX7 {
  background: linear-gradient(45deg, #fbac7f, #e5658a);
}
.cid-rdZvUtuNX7 .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rdZwuo2WFc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZwuo2WFc .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZxGQeHNR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZxGQeHNR .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZwoSrRQj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZwoSrRQj .counter-container {
  color: #767676;
}
.cid-rdZwoSrRQj .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZwoSrRQj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZwoSrRQj .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZD9TSTv7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZD9TSTv7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZD9TSTv7 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZD9TSTv7 H2 {
  color: #ffffff;
}
.cid-rdZyHNizgD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZyHNizgD .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZyb7miFZ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rdZyb7miFZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rdZyb7miFZ p {
  color: #767676;
  text-align: left;
}
.cid-rdZyb7miFZ .card-box {
  padding-top: 2rem;
}
.cid-rdZyb7miFZ .card-wrapper {
  height: 100%;
}
.cid-rdZQaYtqnm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZQaYtqnm H2 {
  color: #000000;
}
.cid-rdZQaYtqnm .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZQbYCbO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZQbYCbO7 .card-box {
  padding: 0 2rem;
}
.cid-rdZQbYCbO7 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZQbYCbO7 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZQbYCbO7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZQbYCbO7 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZQbYCbO7 .mbr-text {
  color: #232323;
}
.cid-rdZQbYCbO7 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZQbYCbO7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZEJWOKp7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZEJWOKp7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZEJWOKp7 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZEJWOKp7 .media-wrap img {
  height: 6rem;
}
.cid-rdZEJWOKp7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZEJWOKp7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZEJWOKp7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZEJWOKp7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZEJWOKp7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZEJWOKp7 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZEJWOKp7 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZEJWOKp7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZEJWOKp7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZEJWOKp7 .copyright > p {
  color: #f9f9f9;
}
.cid-rdZEJWOKp7 .links {
  color: #ffffff;
}
.cid-rdZFa5uzA5 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rdZFa5uzA5 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rdZFa5uzA5 a {
  font-style: normal;
}
.cid-rdZFa5uzA5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rdZFa5uzA5 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rdZFa5uzA5 .nav-item:focus,
.cid-rdZFa5uzA5 .nav-link:focus {
  outline: none;
}
.cid-rdZFa5uzA5 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rdZFa5uzA5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rdZFa5uzA5 .menu-logo {
  margin-right: auto;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rdZFa5uzA5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rdZFa5uzA5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rdZFa5uzA5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rdZFa5uzA5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rdZFa5uzA5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rdZFa5uzA5 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rdZFa5uzA5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rdZFa5uzA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rdZFa5uzA5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rdZFa5uzA5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rdZFa5uzA5 .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-rdZFa5uzA5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rdZFa5uzA5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rdZFa5uzA5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rdZFa5uzA5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rdZFa5uzA5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rdZFa5uzA5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rdZFa5uzA5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rdZFa5uzA5 button.navbar-toggler:focus {
  outline: none;
}
.cid-rdZFa5uzA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rdZFa5uzA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rdZFa5uzA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZFa5uzA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZFa5uzA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rdZFa5uzA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZFa5uzA5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rdZFa5uzA5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rdZFa5uzA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZFa5uzA5 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rdZFa5uzA5 .collapsed .btn {
  display: flex;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.collapsing,
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rdZFa5uzA5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rdZFa5uzA5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rdZFa5uzA5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rdZFa5uzA5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rdZFa5uzA5 .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-rdZFa5uzA5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rdZFa5uzA5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rdZFa5uzA5 .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-rdZFa5uzA5.navbar-expand {
    flex-direction: column;
  }
  .cid-rdZFa5uzA5 img {
    height: 3.8rem !important;
  }
  .cid-rdZFa5uzA5 .btn {
    display: flex;
  }
  .cid-rdZFa5uzA5 button.navbar-toggler {
    display: block;
  }
  .cid-rdZFa5uzA5 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rdZFa5uzA5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rdZFa5uzA5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rdZFa5uzA5 .navbar-collapse.collapsing,
  .cid-rdZFa5uzA5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rdZFa5uzA5 .navbar-collapse.collapsing .navbar-nav,
  .cid-rdZFa5uzA5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rdZFa5uzA5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rdZFa5uzA5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rdZFa5uzA5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rdZFa5uzA5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rdZFa5uzA5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rdZFa5uzA5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rdZFa5uzA5 .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-rdZFa5uzA5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rdZFa5uzA5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rdZFa5uzA5 .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-rdZFa5uzA5 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rdZFa5uzA5 .navbar-collapse {
  flex-basis: auto;
}
.cid-rdZFa5uzA5 .nav-link:hover,
.cid-rdZFa5uzA5 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZFa6cdqO {
  background: linear-gradient(45deg, #b2ccd2, #149dcc);
}
.cid-rdZFa6cdqO .mbr-section-subtitle {
  font-style: italic;
  letter-spacing: 1rem;
}
.cid-rdZFa6M8kV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZFa6M8kV .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZFa7dRrs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZFa7dRrs .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZFa7CDAY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZFa7CDAY .counter-container {
  color: #767676;
}
.cid-rdZFa7CDAY .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZFa7CDAY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZFa7CDAY .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZFa80UGL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZFa80UGL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZFa80UGL .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZFa80UGL H2 {
  color: #ffffff;
}
.cid-rdZFa8vTyO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZFa8vTyO .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZFa8VEyW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f9f9f9;
}
.cid-rdZFa8VEyW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rdZFa8VEyW p {
  color: #767676;
  text-align: left;
}
.cid-rdZFa8VEyW .card-box {
  padding-top: 2rem;
}
.cid-rdZFa8VEyW .card-wrapper {
  height: 100%;
}
.cid-rdZQIPoeRs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZQIPoeRs H2 {
  color: #000000;
}
.cid-rdZQIPoeRs .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZQJvFk2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZQJvFk2H .card-box {
  padding: 0 2rem;
}
.cid-rdZQJvFk2H .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZQJvFk2H .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZQJvFk2H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZQJvFk2H p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZQJvFk2H .mbr-text {
  color: #232323;
}
.cid-rdZQJvFk2H .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZQJvFk2H .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZFa9L7lg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZFa9L7lg .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZFa9L7lg .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZFa9L7lg .media-wrap img {
  height: 6rem;
}
.cid-rdZFa9L7lg .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZFa9L7lg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZFa9L7lg .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZFa9L7lg .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZFa9L7lg .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZFa9L7lg .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZFa9L7lg .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZFa9L7lg .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZFa9L7lg .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZFa9L7lg .copyright > p {
  color: #f9f9f9;
}
.cid-rdZFa9L7lg .links {
  color: #ffffff;
}
.cid-rdZHRFt3sC .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rdZHRFt3sC .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rdZHRFt3sC a {
  font-style: normal;
}
.cid-rdZHRFt3sC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rdZHRFt3sC .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rdZHRFt3sC .nav-item:focus,
.cid-rdZHRFt3sC .nav-link:focus {
  outline: none;
}
.cid-rdZHRFt3sC .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rdZHRFt3sC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rdZHRFt3sC .menu-logo {
  margin-right: auto;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rdZHRFt3sC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rdZHRFt3sC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rdZHRFt3sC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rdZHRFt3sC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rdZHRFt3sC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rdZHRFt3sC .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rdZHRFt3sC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rdZHRFt3sC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rdZHRFt3sC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rdZHRFt3sC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rdZHRFt3sC .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-rdZHRFt3sC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rdZHRFt3sC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rdZHRFt3sC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rdZHRFt3sC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rdZHRFt3sC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rdZHRFt3sC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rdZHRFt3sC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rdZHRFt3sC button.navbar-toggler:focus {
  outline: none;
}
.cid-rdZHRFt3sC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rdZHRFt3sC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rdZHRFt3sC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZHRFt3sC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZHRFt3sC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rdZHRFt3sC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZHRFt3sC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rdZHRFt3sC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rdZHRFt3sC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZHRFt3sC .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rdZHRFt3sC .collapsed .btn {
  display: flex;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse.collapsing,
.cid-rdZHRFt3sC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rdZHRFt3sC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rdZHRFt3sC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rdZHRFt3sC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rdZHRFt3sC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rdZHRFt3sC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rdZHRFt3sC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rdZHRFt3sC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rdZHRFt3sC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rdZHRFt3sC .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-rdZHRFt3sC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rdZHRFt3sC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rdZHRFt3sC .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-rdZHRFt3sC.navbar-expand {
    flex-direction: column;
  }
  .cid-rdZHRFt3sC img {
    height: 3.8rem !important;
  }
  .cid-rdZHRFt3sC .btn {
    display: flex;
  }
  .cid-rdZHRFt3sC button.navbar-toggler {
    display: block;
  }
  .cid-rdZHRFt3sC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rdZHRFt3sC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rdZHRFt3sC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rdZHRFt3sC .navbar-collapse.collapsing,
  .cid-rdZHRFt3sC .navbar-collapse.show {
    display: block !important;
  }
  .cid-rdZHRFt3sC .navbar-collapse.collapsing .navbar-nav,
  .cid-rdZHRFt3sC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rdZHRFt3sC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rdZHRFt3sC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rdZHRFt3sC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rdZHRFt3sC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rdZHRFt3sC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rdZHRFt3sC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rdZHRFt3sC .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-rdZHRFt3sC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rdZHRFt3sC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rdZHRFt3sC .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-rdZHRFt3sC .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rdZHRFt3sC .navbar-collapse {
  flex-basis: auto;
}
.cid-rdZHRFt3sC .nav-link:hover,
.cid-rdZHRFt3sC .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZIoGJUHR {
  background-image: url("../../../assets/images/puppy-676x576.jpg");
}
.cid-rdZHRGq1Lq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZHRGq1Lq .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZHRGP6YZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZHRGP6YZ .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZHRHcR4b {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZHRHcR4b .counter-container {
  color: #767676;
}
.cid-rdZHRHcR4b .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZHRHcR4b .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZHRHcR4b .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZHRHw6NI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZHRHw6NI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZHRHw6NI .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZHRHw6NI H2 {
  color: #ffffff;
}
.cid-rdZR0oQ8WZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZR0oQ8WZ H2 {
  color: #000000;
}
.cid-rdZR0oQ8WZ .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZR1w4Ay1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZR1w4Ay1 .card-box {
  padding: 0 2rem;
}
.cid-rdZR1w4Ay1 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZR1w4Ay1 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZR1w4Ay1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZR1w4Ay1 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZR1w4Ay1 .mbr-text {
  color: #232323;
}
.cid-rdZR1w4Ay1 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZR1w4Ay1 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZHRJ1RkN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZHRJ1RkN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZHRJ1RkN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZHRJ1RkN .media-wrap img {
  height: 6rem;
}
.cid-rdZHRJ1RkN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZHRJ1RkN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZHRJ1RkN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZHRJ1RkN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZHRJ1RkN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZHRJ1RkN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZHRJ1RkN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZHRJ1RkN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZHRJ1RkN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZHRJ1RkN .copyright > p {
  color: #f9f9f9;
}
.cid-rdZHRJ1RkN .links {
  color: #ffffff;
}
.cid-rdZLCuIkyu .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rdZLCuIkyu .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rdZLCuIkyu a {
  font-style: normal;
}
.cid-rdZLCuIkyu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rdZLCuIkyu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rdZLCuIkyu .nav-item:focus,
.cid-rdZLCuIkyu .nav-link:focus {
  outline: none;
}
.cid-rdZLCuIkyu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rdZLCuIkyu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rdZLCuIkyu .menu-logo {
  margin-right: auto;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rdZLCuIkyu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rdZLCuIkyu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rdZLCuIkyu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rdZLCuIkyu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rdZLCuIkyu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rdZLCuIkyu .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rdZLCuIkyu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rdZLCuIkyu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rdZLCuIkyu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rdZLCuIkyu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rdZLCuIkyu .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-rdZLCuIkyu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rdZLCuIkyu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rdZLCuIkyu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rdZLCuIkyu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rdZLCuIkyu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rdZLCuIkyu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rdZLCuIkyu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rdZLCuIkyu button.navbar-toggler:focus {
  outline: none;
}
.cid-rdZLCuIkyu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rdZLCuIkyu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rdZLCuIkyu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZLCuIkyu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZLCuIkyu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rdZLCuIkyu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZLCuIkyu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rdZLCuIkyu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rdZLCuIkyu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZLCuIkyu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rdZLCuIkyu .collapsed .btn {
  display: flex;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse.collapsing,
.cid-rdZLCuIkyu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rdZLCuIkyu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rdZLCuIkyu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rdZLCuIkyu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rdZLCuIkyu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rdZLCuIkyu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rdZLCuIkyu .collapsed button.navbar-toggler {
  display: block;
}
.cid-rdZLCuIkyu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rdZLCuIkyu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rdZLCuIkyu .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-rdZLCuIkyu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rdZLCuIkyu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rdZLCuIkyu .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-rdZLCuIkyu.navbar-expand {
    flex-direction: column;
  }
  .cid-rdZLCuIkyu img {
    height: 3.8rem !important;
  }
  .cid-rdZLCuIkyu .btn {
    display: flex;
  }
  .cid-rdZLCuIkyu button.navbar-toggler {
    display: block;
  }
  .cid-rdZLCuIkyu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rdZLCuIkyu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rdZLCuIkyu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rdZLCuIkyu .navbar-collapse.collapsing,
  .cid-rdZLCuIkyu .navbar-collapse.show {
    display: block !important;
  }
  .cid-rdZLCuIkyu .navbar-collapse.collapsing .navbar-nav,
  .cid-rdZLCuIkyu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rdZLCuIkyu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rdZLCuIkyu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rdZLCuIkyu .navbar-collapse.collapsing .navbar-buttons,
  .cid-rdZLCuIkyu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rdZLCuIkyu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rdZLCuIkyu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rdZLCuIkyu .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-rdZLCuIkyu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rdZLCuIkyu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rdZLCuIkyu .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-rdZLCuIkyu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rdZLCuIkyu .navbar-collapse {
  flex-basis: auto;
}
.cid-rdZLCuIkyu .nav-link:hover,
.cid-rdZLCuIkyu .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZLCvsmh6 {
  background-image: url("../../../assets/images/sozinho-2-676x576.jpg");
}
.cid-rdZLCwa4B7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZLCwa4B7 .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZLCwIgqE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZLCwIgqE .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZLCxcvCD {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZLCxcvCD .counter-container {
  color: #767676;
}
.cid-rdZLCxcvCD .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZLCxcvCD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZLCxcvCD .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZLCxIPth {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZLCxIPth .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZLCxIPth .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZLCxIPth H2 {
  color: #ffffff;
}
.cid-rdZRVlkK20 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZRVlkK20 H2 {
  color: #000000;
}
.cid-rdZRVlkK20 .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZRW4KFLQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZRW4KFLQ .card-box {
  padding: 0 2rem;
}
.cid-rdZRW4KFLQ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZRW4KFLQ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZRW4KFLQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZRW4KFLQ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZRW4KFLQ .mbr-text {
  color: #232323;
}
.cid-rdZRW4KFLQ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZRW4KFLQ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZLCymxTv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZLCymxTv .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZLCymxTv .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZLCymxTv .media-wrap img {
  height: 6rem;
}
.cid-rdZLCymxTv .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZLCymxTv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZLCymxTv .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZLCymxTv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZLCymxTv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZLCymxTv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZLCymxTv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZLCymxTv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZLCymxTv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZLCymxTv .copyright > p {
  color: #f9f9f9;
}
.cid-rdZLCymxTv .links {
  color: #ffffff;
}
.cid-rdZMKhn5jg .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rdZMKhn5jg .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rdZMKhn5jg a {
  font-style: normal;
}
.cid-rdZMKhn5jg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rdZMKhn5jg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rdZMKhn5jg .nav-item:focus,
.cid-rdZMKhn5jg .nav-link:focus {
  outline: none;
}
.cid-rdZMKhn5jg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rdZMKhn5jg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rdZMKhn5jg .menu-logo {
  margin-right: auto;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rdZMKhn5jg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rdZMKhn5jg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rdZMKhn5jg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rdZMKhn5jg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rdZMKhn5jg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rdZMKhn5jg .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rdZMKhn5jg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rdZMKhn5jg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rdZMKhn5jg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rdZMKhn5jg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rdZMKhn5jg .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-rdZMKhn5jg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rdZMKhn5jg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rdZMKhn5jg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rdZMKhn5jg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rdZMKhn5jg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rdZMKhn5jg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rdZMKhn5jg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rdZMKhn5jg button.navbar-toggler:focus {
  outline: none;
}
.cid-rdZMKhn5jg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rdZMKhn5jg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rdZMKhn5jg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZMKhn5jg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZMKhn5jg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rdZMKhn5jg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZMKhn5jg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rdZMKhn5jg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rdZMKhn5jg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZMKhn5jg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rdZMKhn5jg .collapsed .btn {
  display: flex;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse.collapsing,
.cid-rdZMKhn5jg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rdZMKhn5jg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rdZMKhn5jg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rdZMKhn5jg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rdZMKhn5jg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rdZMKhn5jg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rdZMKhn5jg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rdZMKhn5jg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rdZMKhn5jg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rdZMKhn5jg .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-rdZMKhn5jg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rdZMKhn5jg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rdZMKhn5jg .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-rdZMKhn5jg.navbar-expand {
    flex-direction: column;
  }
  .cid-rdZMKhn5jg img {
    height: 3.8rem !important;
  }
  .cid-rdZMKhn5jg .btn {
    display: flex;
  }
  .cid-rdZMKhn5jg button.navbar-toggler {
    display: block;
  }
  .cid-rdZMKhn5jg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rdZMKhn5jg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rdZMKhn5jg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rdZMKhn5jg .navbar-collapse.collapsing,
  .cid-rdZMKhn5jg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rdZMKhn5jg .navbar-collapse.collapsing .navbar-nav,
  .cid-rdZMKhn5jg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rdZMKhn5jg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rdZMKhn5jg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rdZMKhn5jg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rdZMKhn5jg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rdZMKhn5jg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rdZMKhn5jg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rdZMKhn5jg .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-rdZMKhn5jg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rdZMKhn5jg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rdZMKhn5jg .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-rdZMKhn5jg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rdZMKhn5jg .navbar-collapse {
  flex-basis: auto;
}
.cid-rdZMKhn5jg .nav-link:hover,
.cid-rdZMKhn5jg .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZMKhPwU7 {
  background-image: url("../../../assets/images/necessidades-1-676x576.jpg");
}
.cid-rdZMKinN8K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZMKinN8K .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZMKiP3hR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZMKiP3hR .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZMKjdecp {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZMKjdecp .counter-container {
  color: #767676;
}
.cid-rdZMKjdecp .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZMKjdecp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZMKjdecp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZMKjzUVZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZMKjzUVZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZMKjzUVZ .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZMKjzUVZ H2 {
  color: #ffffff;
}
.cid-rdZSwNgCee {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZSwNgCee H2 {
  color: #000000;
}
.cid-rdZSwNgCee .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZSxsgYf9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZSxsgYf9 .card-box {
  padding: 0 2rem;
}
.cid-rdZSxsgYf9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZSxsgYf9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZSxsgYf9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZSxsgYf9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZSxsgYf9 .mbr-text {
  color: #232323;
}
.cid-rdZSxsgYf9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZSxsgYf9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZMKjZjFJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZMKjZjFJ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZMKjZjFJ .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZMKjZjFJ .media-wrap img {
  height: 6rem;
}
.cid-rdZMKjZjFJ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZMKjZjFJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZMKjZjFJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZMKjZjFJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZMKjZjFJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZMKjZjFJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZMKjZjFJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZMKjZjFJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZMKjZjFJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZMKjZjFJ .copyright > p {
  color: #f9f9f9;
}
.cid-rdZMKjZjFJ .links {
  color: #ffffff;
}
.cid-rdZO9dkDBy .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rdZO9dkDBy .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rdZO9dkDBy a {
  font-style: normal;
}
.cid-rdZO9dkDBy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rdZO9dkDBy .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rdZO9dkDBy .nav-item:focus,
.cid-rdZO9dkDBy .nav-link:focus {
  outline: none;
}
.cid-rdZO9dkDBy .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rdZO9dkDBy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rdZO9dkDBy .menu-logo {
  margin-right: auto;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rdZO9dkDBy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rdZO9dkDBy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rdZO9dkDBy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rdZO9dkDBy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rdZO9dkDBy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rdZO9dkDBy .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rdZO9dkDBy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rdZO9dkDBy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rdZO9dkDBy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rdZO9dkDBy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rdZO9dkDBy .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-rdZO9dkDBy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rdZO9dkDBy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rdZO9dkDBy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rdZO9dkDBy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rdZO9dkDBy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rdZO9dkDBy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rdZO9dkDBy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rdZO9dkDBy button.navbar-toggler:focus {
  outline: none;
}
.cid-rdZO9dkDBy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rdZO9dkDBy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rdZO9dkDBy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZO9dkDBy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rdZO9dkDBy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rdZO9dkDBy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZO9dkDBy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rdZO9dkDBy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rdZO9dkDBy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rdZO9dkDBy .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rdZO9dkDBy .collapsed .btn {
  display: flex;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse.collapsing,
.cid-rdZO9dkDBy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rdZO9dkDBy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rdZO9dkDBy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rdZO9dkDBy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rdZO9dkDBy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rdZO9dkDBy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rdZO9dkDBy .collapsed button.navbar-toggler {
  display: block;
}
.cid-rdZO9dkDBy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rdZO9dkDBy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rdZO9dkDBy .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-rdZO9dkDBy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rdZO9dkDBy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rdZO9dkDBy .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-rdZO9dkDBy.navbar-expand {
    flex-direction: column;
  }
  .cid-rdZO9dkDBy img {
    height: 3.8rem !important;
  }
  .cid-rdZO9dkDBy .btn {
    display: flex;
  }
  .cid-rdZO9dkDBy button.navbar-toggler {
    display: block;
  }
  .cid-rdZO9dkDBy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rdZO9dkDBy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rdZO9dkDBy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rdZO9dkDBy .navbar-collapse.collapsing,
  .cid-rdZO9dkDBy .navbar-collapse.show {
    display: block !important;
  }
  .cid-rdZO9dkDBy .navbar-collapse.collapsing .navbar-nav,
  .cid-rdZO9dkDBy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rdZO9dkDBy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rdZO9dkDBy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rdZO9dkDBy .navbar-collapse.collapsing .navbar-buttons,
  .cid-rdZO9dkDBy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rdZO9dkDBy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rdZO9dkDBy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rdZO9dkDBy .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-rdZO9dkDBy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rdZO9dkDBy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rdZO9dkDBy .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-rdZO9dkDBy .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rdZO9dkDBy .navbar-collapse {
  flex-basis: auto;
}
.cid-rdZO9dkDBy .nav-link:hover,
.cid-rdZO9dkDBy .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rdZO9dSfqu {
  background-image: url("../../../assets/images/cao-bebe-676x576.jpg");
}
.cid-rdZO9eoIQD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rdZO9eoIQD .mbr-section-subtitle {
  color: #232323;
}
.cid-rdZO9eM73V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rdZO9eM73V .mbr-section-subtitle {
  color: #767676;
}
.cid-rdZO9fc8Ir {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rdZO9fc8Ir .counter-container {
  color: #767676;
}
.cid-rdZO9fc8Ir .counter-container ul {
  margin-bottom: 0;
}
.cid-rdZO9fc8Ir .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rdZO9fc8Ir .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rdZO9fyp2V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rdZO9fyp2V .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rdZO9fyp2V .btn {
  margin: 0 0 .5rem 0;
}
.cid-rdZO9fyp2V H2 {
  color: #ffffff;
}
.cid-rdZT2rlpQ4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rdZT2rlpQ4 H2 {
  color: #000000;
}
.cid-rdZT2rlpQ4 .mbr-section-subtitle {
  color: #000000;
}
.cid-rdZT36ShCS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rdZT36ShCS .card-box {
  padding: 0 2rem;
}
.cid-rdZT36ShCS .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rdZT36ShCS .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rdZT36ShCS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rdZT36ShCS p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rdZT36ShCS .mbr-text {
  color: #232323;
}
.cid-rdZT36ShCS .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rdZT36ShCS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rdZO9g08es {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rdZO9g08es .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZO9g08es .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rdZO9g08es .media-wrap img {
  height: 6rem;
}
.cid-rdZO9g08es .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rdZO9g08es .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rdZO9g08es .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rdZO9g08es .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rdZO9g08es .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rdZO9g08es .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rdZO9g08es .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rdZO9g08es .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rdZO9g08es .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rdZO9g08es .copyright > p {
  color: #f9f9f9;
}
.cid-rdZO9g08es .links {
  color: #ffffff;
}
.cid-r6W3ugjRZH .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-r6W3ugjRZH .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-r6W3ugjRZH a {
  font-style: normal;
}
.cid-r6W3ugjRZH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-r6W3ugjRZH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-r6W3ugjRZH .nav-item:focus,
.cid-r6W3ugjRZH .nav-link:focus {
  outline: none;
}
.cid-r6W3ugjRZH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-r6W3ugjRZH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r6W3ugjRZH .menu-logo {
  margin-right: auto;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-r6W3ugjRZH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-r6W3ugjRZH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-r6W3ugjRZH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-r6W3ugjRZH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-r6W3ugjRZH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-r6W3ugjRZH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-r6W3ugjRZH button.navbar-toggler:focus {
  outline: none;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-r6W3ugjRZH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-r6W3ugjRZH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-r6W3ugjRZH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-r6W3ugjRZH .collapsed .btn {
  display: flex;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-r6W3ugjRZH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-r6W3ugjRZH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-r6W3ugjRZH .collapsed button.navbar-toggler {
  display: block;
}
.cid-r6W3ugjRZH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-r6W3ugjRZH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-r6W3ugjRZH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-r6W3ugjRZH .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-r6W3ugjRZH.navbar-expand {
    flex-direction: column;
  }
  .cid-r6W3ugjRZH img {
    height: 3.8rem !important;
  }
  .cid-r6W3ugjRZH .btn {
    display: flex;
  }
  .cid-r6W3ugjRZH button.navbar-toggler {
    display: block;
  }
  .cid-r6W3ugjRZH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-r6W3ugjRZH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-r6W3ugjRZH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing,
  .cid-r6W3ugjRZH .navbar-collapse.show {
    display: block !important;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-r6W3ugjRZH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-r6W3ugjRZH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-r6W3ugjRZH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-r6W3ugjRZH .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-r6W3ugjRZH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-r6W3ugjRZH .navbar-collapse {
  flex-basis: auto;
}
.cid-r6W3ugjRZH .nav-link:hover,
.cid-r6W3ugjRZH .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-re8laHnJVI {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-re8laHnJVI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re8laHnJVI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re8laHnJVI .mbr-text {
    text-align: center;
  }
}
.cid-re8mDd3JBz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8mDd3JBz .mbr-text,
.cid-re8mDd3JBz blockquote {
  color: #767676;
}
.cid-re8mwgo3Dv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re8mwgo3Dv .counter-container {
  color: #767676;
}
.cid-re8mwgo3Dv .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-re8mwgo3Dv .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-re8mwgo3Dv .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-re8mwgo3Dv .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-re8ma6f4dS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8ma6f4dS .mbr-text,
.cid-re8ma6f4dS blockquote {
  color: #767676;
}
.cid-re8xbkmvZT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8xbkmvZT .mbr-text,
.cid-re8xbkmvZT blockquote {
  color: #767676;
}
.cid-re8xhX3FoB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8xhX3FoB .mbr-text,
.cid-re8xhX3FoB blockquote {
  color: #767676;
}
.cid-re8xlsNco9 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re8xlsNco9 .mbr-text,
.cid-re8xlsNco9 blockquote {
  color: #767676;
}
.cid-re8qaHOdDV {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-re8p74B8Rn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-re8p74B8Rn .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8p74B8Rn .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-re8p74B8Rn .media-wrap img {
  height: 6rem;
}
.cid-re8p74B8Rn .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-re8p74B8Rn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8p74B8Rn .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-re8p74B8Rn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-re8p74B8Rn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-re8p74B8Rn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-re8p74B8Rn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-re8p74B8Rn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-re8p74B8Rn .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-re8p74B8Rn .copyright > p {
  color: #f9f9f9;
}
.cid-re8p74B8Rn .links {
  color: #ffffff;
}
.cid-re0evqjNdY .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-re0evqjNdY .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-re0evqjNdY a {
  font-style: normal;
}
.cid-re0evqjNdY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-re0evqjNdY .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-re0evqjNdY .nav-item:focus,
.cid-re0evqjNdY .nav-link:focus {
  outline: none;
}
.cid-re0evqjNdY .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-re0evqjNdY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-re0evqjNdY .menu-logo {
  margin-right: auto;
}
.cid-re0evqjNdY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-re0evqjNdY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-re0evqjNdY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-re0evqjNdY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-re0evqjNdY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-re0evqjNdY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-re0evqjNdY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-re0evqjNdY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-re0evqjNdY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-re0evqjNdY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-re0evqjNdY .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-re0evqjNdY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-re0evqjNdY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-re0evqjNdY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-re0evqjNdY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-re0evqjNdY .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-re0evqjNdY .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-re0evqjNdY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-re0evqjNdY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-re0evqjNdY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-re0evqjNdY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-re0evqjNdY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-re0evqjNdY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-re0evqjNdY button.navbar-toggler:focus {
  outline: none;
}
.cid-re0evqjNdY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-re0evqjNdY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-re0evqjNdY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-re0evqjNdY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-re0evqjNdY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-re0evqjNdY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re0evqjNdY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-re0evqjNdY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-re0evqjNdY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re0evqjNdY .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-re0evqjNdY .collapsed .btn {
  display: flex;
}
.cid-re0evqjNdY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-re0evqjNdY .collapsed .navbar-collapse.collapsing,
.cid-re0evqjNdY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-re0evqjNdY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-re0evqjNdY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-re0evqjNdY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-re0evqjNdY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-re0evqjNdY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-re0evqjNdY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-re0evqjNdY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-re0evqjNdY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-re0evqjNdY .collapsed button.navbar-toggler {
  display: block;
}
.cid-re0evqjNdY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-re0evqjNdY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-re0evqjNdY .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-re0evqjNdY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-re0evqjNdY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-re0evqjNdY .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-re0evqjNdY.navbar-expand {
    flex-direction: column;
  }
  .cid-re0evqjNdY img {
    height: 3.8rem !important;
  }
  .cid-re0evqjNdY .btn {
    display: flex;
  }
  .cid-re0evqjNdY button.navbar-toggler {
    display: block;
  }
  .cid-re0evqjNdY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-re0evqjNdY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-re0evqjNdY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-re0evqjNdY .navbar-collapse.collapsing,
  .cid-re0evqjNdY .navbar-collapse.show {
    display: block !important;
  }
  .cid-re0evqjNdY .navbar-collapse.collapsing .navbar-nav,
  .cid-re0evqjNdY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-re0evqjNdY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-re0evqjNdY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-re0evqjNdY .navbar-collapse.collapsing .navbar-buttons,
  .cid-re0evqjNdY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-re0evqjNdY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-re0evqjNdY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-re0evqjNdY .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-re0evqjNdY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-re0evqjNdY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-re0evqjNdY .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-re0evqjNdY .menu-logo {
    flex-shrink: 0;
  }
}
.cid-re0evqjNdY .navbar-collapse {
  flex-basis: auto;
}
.cid-re0evqjNdY .nav-link:hover,
.cid-re0evqjNdY .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-re0evrGoOy {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-re0evrGoOy .mbr-section-subtitle {
  color: #767676;
}
.cid-re0evsdVos {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re0evsdVos .mbr-section-subtitle {
  color: #232323;
}
.cid-re0evsdVos B {
  color: #7f1933;
}
.cid-re0evsFJ8N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-re0evsFJ8N .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re0evsFJ8N .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-re0evsFJ8N .media-wrap img {
  height: 6rem;
}
.cid-re0evsFJ8N .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-re0evsFJ8N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re0evsFJ8N .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-re0evsFJ8N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-re0evsFJ8N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-re0evsFJ8N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-re0evsFJ8N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-re0evsFJ8N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-re0evsFJ8N .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-re0evsFJ8N .copyright > p {
  color: #f9f9f9;
}
.cid-re0evsFJ8N .links {
  color: #ffffff;
}
.cid-re8qNj4pIq .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-re8qNj4pIq .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-re8qNj4pIq a {
  font-style: normal;
}
.cid-re8qNj4pIq .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-re8qNj4pIq .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-re8qNj4pIq .nav-item:focus,
.cid-re8qNj4pIq .nav-link:focus {
  outline: none;
}
.cid-re8qNj4pIq .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-re8qNj4pIq .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-re8qNj4pIq .menu-logo {
  margin-right: auto;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-re8qNj4pIq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-re8qNj4pIq .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-re8qNj4pIq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-re8qNj4pIq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-re8qNj4pIq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-re8qNj4pIq .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-re8qNj4pIq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-re8qNj4pIq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-re8qNj4pIq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-re8qNj4pIq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-re8qNj4pIq .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-re8qNj4pIq .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-re8qNj4pIq .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-re8qNj4pIq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-re8qNj4pIq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-re8qNj4pIq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-re8qNj4pIq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-re8qNj4pIq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-re8qNj4pIq button.navbar-toggler:focus {
  outline: none;
}
.cid-re8qNj4pIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-re8qNj4pIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-re8qNj4pIq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-re8qNj4pIq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-re8qNj4pIq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-re8qNj4pIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re8qNj4pIq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-re8qNj4pIq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-re8qNj4pIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re8qNj4pIq .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-re8qNj4pIq .collapsed .btn {
  display: flex;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse.collapsing,
.cid-re8qNj4pIq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-re8qNj4pIq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-re8qNj4pIq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-re8qNj4pIq .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-re8qNj4pIq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-re8qNj4pIq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-re8qNj4pIq .collapsed button.navbar-toggler {
  display: block;
}
.cid-re8qNj4pIq .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-re8qNj4pIq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-re8qNj4pIq .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-re8qNj4pIq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-re8qNj4pIq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-re8qNj4pIq .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-re8qNj4pIq.navbar-expand {
    flex-direction: column;
  }
  .cid-re8qNj4pIq img {
    height: 3.8rem !important;
  }
  .cid-re8qNj4pIq .btn {
    display: flex;
  }
  .cid-re8qNj4pIq button.navbar-toggler {
    display: block;
  }
  .cid-re8qNj4pIq .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-re8qNj4pIq .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-re8qNj4pIq .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-re8qNj4pIq .navbar-collapse.collapsing,
  .cid-re8qNj4pIq .navbar-collapse.show {
    display: block !important;
  }
  .cid-re8qNj4pIq .navbar-collapse.collapsing .navbar-nav,
  .cid-re8qNj4pIq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-re8qNj4pIq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-re8qNj4pIq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-re8qNj4pIq .navbar-collapse.collapsing .navbar-buttons,
  .cid-re8qNj4pIq .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-re8qNj4pIq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-re8qNj4pIq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-re8qNj4pIq .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-re8qNj4pIq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-re8qNj4pIq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-re8qNj4pIq .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-re8qNj4pIq .menu-logo {
    flex-shrink: 0;
  }
}
.cid-re8qNj4pIq .navbar-collapse {
  flex-basis: auto;
}
.cid-re8qNj4pIq .nav-link:hover,
.cid-re8qNj4pIq .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-re8qNk4n8r {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-re8qNk4n8r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re8qNk4n8r .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re8qNk4n8r .mbr-text {
    text-align: center;
  }
}
.cid-re8vEr1FFi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8vEr1FFi .mbr-text,
.cid-re8vEr1FFi blockquote {
  color: #767676;
}
.cid-re8vGukj1T {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8vGukj1T .mbr-text,
.cid-re8vGukj1T blockquote {
  color: #767676;
}
.cid-re8w8DeXGv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8w8DeXGv .mbr-text,
.cid-re8w8DeXGv blockquote {
  color: #767676;
}
.cid-re8qNlOb7F {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re8qNlOb7F .counter-container {
  color: #767676;
}
.cid-re8qNlOb7F .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-re8qNlOb7F .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-re8qNlOb7F .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-re8qNlOb7F .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-re8wqkE52K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8wqkE52K .mbr-text,
.cid-re8wqkE52K blockquote {
  color: #767676;
}
.cid-re8wxIypHH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-re8wxIypHH .mbr-text,
.cid-re8wxIypHH blockquote {
  color: #767676;
}
.cid-re8qNnM1mJ {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-re8qNoONLY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-re8qNoONLY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8qNoONLY .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-re8qNoONLY .media-wrap img {
  height: 6rem;
}
.cid-re8qNoONLY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-re8qNoONLY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8qNoONLY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-re8qNoONLY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-re8qNoONLY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-re8qNoONLY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-re8qNoONLY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-re8qNoONLY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-re8qNoONLY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-re8qNoONLY .copyright > p {
  color: #f9f9f9;
}
.cid-re8qNoONLY .links {
  color: #ffffff;
}
.cid-re8ynO7nnN .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-re8ynO7nnN .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-re8ynO7nnN a {
  font-style: normal;
}
.cid-re8ynO7nnN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-re8ynO7nnN .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-re8ynO7nnN .nav-item:focus,
.cid-re8ynO7nnN .nav-link:focus {
  outline: none;
}
.cid-re8ynO7nnN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-re8ynO7nnN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-re8ynO7nnN .menu-logo {
  margin-right: auto;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-re8ynO7nnN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-re8ynO7nnN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-re8ynO7nnN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-re8ynO7nnN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-re8ynO7nnN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-re8ynO7nnN .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-re8ynO7nnN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-re8ynO7nnN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-re8ynO7nnN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-re8ynO7nnN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-re8ynO7nnN .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-re8ynO7nnN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-re8ynO7nnN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-re8ynO7nnN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-re8ynO7nnN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-re8ynO7nnN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-re8ynO7nnN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-re8ynO7nnN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-re8ynO7nnN button.navbar-toggler:focus {
  outline: none;
}
.cid-re8ynO7nnN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-re8ynO7nnN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-re8ynO7nnN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-re8ynO7nnN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-re8ynO7nnN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-re8ynO7nnN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re8ynO7nnN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-re8ynO7nnN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-re8ynO7nnN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-re8ynO7nnN .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-re8ynO7nnN .collapsed .btn {
  display: flex;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse.collapsing,
.cid-re8ynO7nnN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-re8ynO7nnN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-re8ynO7nnN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-re8ynO7nnN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-re8ynO7nnN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-re8ynO7nnN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-re8ynO7nnN .collapsed button.navbar-toggler {
  display: block;
}
.cid-re8ynO7nnN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-re8ynO7nnN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-re8ynO7nnN .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-re8ynO7nnN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-re8ynO7nnN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-re8ynO7nnN .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-re8ynO7nnN.navbar-expand {
    flex-direction: column;
  }
  .cid-re8ynO7nnN img {
    height: 3.8rem !important;
  }
  .cid-re8ynO7nnN .btn {
    display: flex;
  }
  .cid-re8ynO7nnN button.navbar-toggler {
    display: block;
  }
  .cid-re8ynO7nnN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-re8ynO7nnN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-re8ynO7nnN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-re8ynO7nnN .navbar-collapse.collapsing,
  .cid-re8ynO7nnN .navbar-collapse.show {
    display: block !important;
  }
  .cid-re8ynO7nnN .navbar-collapse.collapsing .navbar-nav,
  .cid-re8ynO7nnN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-re8ynO7nnN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-re8ynO7nnN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-re8ynO7nnN .navbar-collapse.collapsing .navbar-buttons,
  .cid-re8ynO7nnN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-re8ynO7nnN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-re8ynO7nnN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-re8ynO7nnN .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-re8ynO7nnN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-re8ynO7nnN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-re8ynO7nnN .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-re8ynO7nnN .menu-logo {
    flex-shrink: 0;
  }
}
.cid-re8ynO7nnN .navbar-collapse {
  flex-basis: auto;
}
.cid-re8ynO7nnN .nav-link:hover,
.cid-re8ynO7nnN .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-re8ynP5Djr {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-re8ynP5Djr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re8ynP5Djr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re8ynP5Djr .mbr-text {
    text-align: center;
  }
}
.cid-re8ynQcfQs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8ynQcfQs .mbr-text,
.cid-re8ynQcfQs blockquote {
  color: #767676;
}
.cid-re8C2D1x2L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8C2D1x2L .mbr-text,
.cid-re8C2D1x2L blockquote {
  color: #767676;
}
.cid-re8ynSdr7g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8ynSdr7g .mbr-text,
.cid-re8ynSdr7g blockquote {
  color: #767676;
}
.cid-re8ynTZBs2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8ynTZBs2 .mbr-text,
.cid-re8ynTZBs2 blockquote {
  color: #767676;
}
.cid-re8zQqTdku {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8zQqTdku .mbr-text,
.cid-re8zQqTdku blockquote {
  color: #767676;
}
.cid-re8A6oGeWR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8A6oGeWR .mbr-text,
.cid-re8A6oGeWR blockquote {
  color: #767676;
}
.cid-re8AiPTWae {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8AiPTWae .mbr-text,
.cid-re8AiPTWae blockquote {
  color: #767676;
}
.cid-re8Atik45p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-re8Atik45p .mbr-text,
.cid-re8Atik45p blockquote {
  color: #767676;
}
.cid-re8ynV0vgI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-re8ynV0vgI .mbr-text,
.cid-re8ynV0vgI blockquote {
  color: #767676;
}
.cid-re8B6G4LVB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-re8B6G4LVB .image-block {
  margin: auto;
}
.cid-re8B6G4LVB figcaption {
  position: relative;
}
.cid-re8B6G4LVB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-re8B6G4LVB .image-block {
    width: 100% !important;
  }
}
.cid-re8ynWkCFU {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-re8ynX7393 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-re8ynX7393 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8ynX7393 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-re8ynX7393 .media-wrap img {
  height: 6rem;
}
.cid-re8ynX7393 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-re8ynX7393 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-re8ynX7393 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-re8ynX7393 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-re8ynX7393 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-re8ynX7393 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-re8ynX7393 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-re8ynX7393 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-re8ynX7393 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-re8ynX7393 .copyright > p {
  color: #f9f9f9;
}
.cid-re8ynX7393 .links {
  color: #ffffff;
}
.cid-rebuIoUaiv .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rebuIoUaiv .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rebuIoUaiv a {
  font-style: normal;
}
.cid-rebuIoUaiv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rebuIoUaiv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rebuIoUaiv .nav-item:focus,
.cid-rebuIoUaiv .nav-link:focus {
  outline: none;
}
.cid-rebuIoUaiv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rebuIoUaiv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rebuIoUaiv .menu-logo {
  margin-right: auto;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rebuIoUaiv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rebuIoUaiv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rebuIoUaiv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rebuIoUaiv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rebuIoUaiv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rebuIoUaiv .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rebuIoUaiv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rebuIoUaiv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rebuIoUaiv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rebuIoUaiv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rebuIoUaiv .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-rebuIoUaiv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rebuIoUaiv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rebuIoUaiv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rebuIoUaiv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rebuIoUaiv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rebuIoUaiv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rebuIoUaiv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rebuIoUaiv button.navbar-toggler:focus {
  outline: none;
}
.cid-rebuIoUaiv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rebuIoUaiv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rebuIoUaiv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rebuIoUaiv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rebuIoUaiv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rebuIoUaiv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebuIoUaiv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rebuIoUaiv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rebuIoUaiv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebuIoUaiv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rebuIoUaiv .collapsed .btn {
  display: flex;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse.collapsing,
.cid-rebuIoUaiv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rebuIoUaiv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rebuIoUaiv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rebuIoUaiv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rebuIoUaiv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rebuIoUaiv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rebuIoUaiv .collapsed button.navbar-toggler {
  display: block;
}
.cid-rebuIoUaiv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rebuIoUaiv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rebuIoUaiv .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-rebuIoUaiv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rebuIoUaiv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rebuIoUaiv .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-rebuIoUaiv.navbar-expand {
    flex-direction: column;
  }
  .cid-rebuIoUaiv img {
    height: 3.8rem !important;
  }
  .cid-rebuIoUaiv .btn {
    display: flex;
  }
  .cid-rebuIoUaiv button.navbar-toggler {
    display: block;
  }
  .cid-rebuIoUaiv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rebuIoUaiv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rebuIoUaiv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rebuIoUaiv .navbar-collapse.collapsing,
  .cid-rebuIoUaiv .navbar-collapse.show {
    display: block !important;
  }
  .cid-rebuIoUaiv .navbar-collapse.collapsing .navbar-nav,
  .cid-rebuIoUaiv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rebuIoUaiv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rebuIoUaiv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rebuIoUaiv .navbar-collapse.collapsing .navbar-buttons,
  .cid-rebuIoUaiv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rebuIoUaiv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rebuIoUaiv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rebuIoUaiv .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-rebuIoUaiv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rebuIoUaiv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rebuIoUaiv .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-rebuIoUaiv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rebuIoUaiv .navbar-collapse {
  flex-basis: auto;
}
.cid-rebuIoUaiv .nav-link:hover,
.cid-rebuIoUaiv .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rebuIppXaV {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-rebuIppXaV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rebuIppXaV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rebuIppXaV .mbr-text {
    text-align: center;
  }
}
.cid-rebuIpUKvY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIpUKvY .mbr-text,
.cid-rebuIpUKvY blockquote {
  color: #767676;
}
.cid-rebuIq9NCX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIq9NCX .mbr-text,
.cid-rebuIq9NCX blockquote {
  color: #767676;
}
.cid-rebuIqpLg7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIqpLg7 .mbr-text,
.cid-rebuIqpLg7 blockquote {
  color: #767676;
}
.cid-rebvOsKzCY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rebvOsKzCY .counter-container {
  color: #767676;
}
.cid-rebvOsKzCY .counter-container ul {
  margin-bottom: 0;
}
.cid-rebvOsKzCY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rebvOsKzCY .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rebwpmQid6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebwpmQid6 .mbr-text,
.cid-rebwpmQid6 blockquote {
  color: #767676;
}
.cid-rebwD4tn8a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rebwD4tn8a .counter-container {
  color: #767676;
}
.cid-rebwD4tn8a .counter-container ul {
  margin-bottom: 0;
}
.cid-rebwD4tn8a .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rebwD4tn8a .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rebwPGh6Ku {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebwPGh6Ku .mbr-text,
.cid-rebwPGh6Ku blockquote {
  color: #767676;
}
.cid-rebx4mnhkh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebx4mnhkh .mbr-text,
.cid-rebx4mnhkh blockquote {
  color: #767676;
}
.cid-rebuIqG3Nt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIqG3Nt .mbr-text,
.cid-rebuIqG3Nt blockquote {
  color: #767676;
}
.cid-rebuIqW49p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIqW49p .mbr-text,
.cid-rebuIqW49p blockquote {
  color: #767676;
}
.cid-rebuIrcXAT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIrcXAT .mbr-text,
.cid-rebuIrcXAT blockquote {
  color: #767676;
}
.cid-rebuIrvvJE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIrvvJE .mbr-text,
.cid-rebuIrvvJE blockquote {
  color: #767676;
}
.cid-rebuIrNsVO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIrNsVO .mbr-text,
.cid-rebuIrNsVO blockquote {
  color: #767676;
}
.cid-rebuIs4gDh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebuIs4gDh .mbr-text,
.cid-rebuIs4gDh blockquote {
  color: #767676;
}
.cid-rebxSD5MdS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebxSD5MdS .mbr-text,
.cid-rebxSD5MdS blockquote {
  color: #767676;
}
.cid-rebyoEET6a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rebyoEET6a .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rebyoEET6a .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #232323;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-rebyoEET6a .nav-tabs .nav-link:hover {
  background-color: #cccccc;
}
.cid-rebyoEET6a .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  border: none;
  background: #cccccc;
}
.cid-rebyoEET6a .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rebyoEET6a p {
  color: #232323;
}
.cid-rebyoEET6a .mbr-text {
  text-align: center;
}
.cid-rebyoEET6a P {
  text-align: right;
  color: #767676;
}
.cid-rebuIsKNzb {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rebuIt0Tx5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rebuIt0Tx5 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebuIt0Tx5 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rebuIt0Tx5 .media-wrap img {
  height: 6rem;
}
.cid-rebuIt0Tx5 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rebuIt0Tx5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebuIt0Tx5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rebuIt0Tx5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rebuIt0Tx5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rebuIt0Tx5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rebuIt0Tx5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rebuIt0Tx5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rebuIt0Tx5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rebuIt0Tx5 .copyright > p {
  color: #f9f9f9;
}
.cid-rebuIt0Tx5 .links {
  color: #ffffff;
}
.cid-rebArnpgf4 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rebArnpgf4 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rebArnpgf4 a {
  font-style: normal;
}
.cid-rebArnpgf4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rebArnpgf4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rebArnpgf4 .nav-item:focus,
.cid-rebArnpgf4 .nav-link:focus {
  outline: none;
}
.cid-rebArnpgf4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rebArnpgf4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rebArnpgf4 .menu-logo {
  margin-right: auto;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rebArnpgf4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rebArnpgf4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rebArnpgf4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rebArnpgf4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rebArnpgf4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rebArnpgf4 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rebArnpgf4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rebArnpgf4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rebArnpgf4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rebArnpgf4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rebArnpgf4 .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-rebArnpgf4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rebArnpgf4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rebArnpgf4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rebArnpgf4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rebArnpgf4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rebArnpgf4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rebArnpgf4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rebArnpgf4 button.navbar-toggler:focus {
  outline: none;
}
.cid-rebArnpgf4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rebArnpgf4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rebArnpgf4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rebArnpgf4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rebArnpgf4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rebArnpgf4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebArnpgf4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rebArnpgf4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rebArnpgf4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebArnpgf4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rebArnpgf4 .collapsed .btn {
  display: flex;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse.collapsing,
.cid-rebArnpgf4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rebArnpgf4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rebArnpgf4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rebArnpgf4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rebArnpgf4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rebArnpgf4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rebArnpgf4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rebArnpgf4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rebArnpgf4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rebArnpgf4 .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-rebArnpgf4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rebArnpgf4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rebArnpgf4 .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-rebArnpgf4.navbar-expand {
    flex-direction: column;
  }
  .cid-rebArnpgf4 img {
    height: 3.8rem !important;
  }
  .cid-rebArnpgf4 .btn {
    display: flex;
  }
  .cid-rebArnpgf4 button.navbar-toggler {
    display: block;
  }
  .cid-rebArnpgf4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rebArnpgf4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rebArnpgf4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rebArnpgf4 .navbar-collapse.collapsing,
  .cid-rebArnpgf4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rebArnpgf4 .navbar-collapse.collapsing .navbar-nav,
  .cid-rebArnpgf4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rebArnpgf4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rebArnpgf4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rebArnpgf4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rebArnpgf4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rebArnpgf4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rebArnpgf4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rebArnpgf4 .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-rebArnpgf4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rebArnpgf4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rebArnpgf4 .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-rebArnpgf4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rebArnpgf4 .navbar-collapse {
  flex-basis: auto;
}
.cid-rebArnpgf4 .nav-link:hover,
.cid-rebArnpgf4 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rebArnSJKR {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-rebArnSJKR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rebArnSJKR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rebArnSJKR .mbr-text {
    text-align: center;
  }
}
.cid-rebAroqyae {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebAroqyae .mbr-text,
.cid-rebAroqyae blockquote {
  color: #767676;
}
.cid-rebAroGCTc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebAroGCTc .mbr-text,
.cid-rebAroGCTc blockquote {
  color: #767676;
}
.cid-rebAroYgFO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebAroYgFO .mbr-text,
.cid-rebAroYgFO blockquote {
  color: #767676;
}
.cid-rebArqwuuy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebArqwuuy .mbr-text,
.cid-rebArqwuuy blockquote {
  color: #767676;
}
.cid-rebArqNPVY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebArqNPVY .mbr-text,
.cid-rebArqNPVY blockquote {
  color: #767676;
}
.cid-rebArr4mTl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebArr4mTl .mbr-text,
.cid-rebArr4mTl blockquote {
  color: #767676;
}
.cid-rebArrnQAa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebArrnQAa .mbr-text,
.cid-rebArrnQAa blockquote {
  color: #767676;
}
.cid-rebArtlnGJ {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rebArtBhuX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rebArtBhuX .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebArtBhuX .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rebArtBhuX .media-wrap img {
  height: 6rem;
}
.cid-rebArtBhuX .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rebArtBhuX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebArtBhuX .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rebArtBhuX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rebArtBhuX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rebArtBhuX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rebArtBhuX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rebArtBhuX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rebArtBhuX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rebArtBhuX .copyright > p {
  color: #f9f9f9;
}
.cid-rebArtBhuX .links {
  color: #ffffff;
}
.cid-rebCY6rBpk .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rebCY6rBpk .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rebCY6rBpk a {
  font-style: normal;
}
.cid-rebCY6rBpk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rebCY6rBpk .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rebCY6rBpk .nav-item:focus,
.cid-rebCY6rBpk .nav-link:focus {
  outline: none;
}
.cid-rebCY6rBpk .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rebCY6rBpk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rebCY6rBpk .menu-logo {
  margin-right: auto;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rebCY6rBpk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rebCY6rBpk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rebCY6rBpk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rebCY6rBpk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rebCY6rBpk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rebCY6rBpk .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rebCY6rBpk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rebCY6rBpk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rebCY6rBpk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rebCY6rBpk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rebCY6rBpk .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-rebCY6rBpk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rebCY6rBpk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rebCY6rBpk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rebCY6rBpk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rebCY6rBpk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rebCY6rBpk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rebCY6rBpk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rebCY6rBpk button.navbar-toggler:focus {
  outline: none;
}
.cid-rebCY6rBpk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rebCY6rBpk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rebCY6rBpk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rebCY6rBpk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rebCY6rBpk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rebCY6rBpk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebCY6rBpk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rebCY6rBpk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rebCY6rBpk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rebCY6rBpk .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rebCY6rBpk .collapsed .btn {
  display: flex;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse.collapsing,
.cid-rebCY6rBpk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rebCY6rBpk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rebCY6rBpk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rebCY6rBpk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rebCY6rBpk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rebCY6rBpk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rebCY6rBpk .collapsed button.navbar-toggler {
  display: block;
}
.cid-rebCY6rBpk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rebCY6rBpk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rebCY6rBpk .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-rebCY6rBpk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rebCY6rBpk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rebCY6rBpk .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-rebCY6rBpk.navbar-expand {
    flex-direction: column;
  }
  .cid-rebCY6rBpk img {
    height: 3.8rem !important;
  }
  .cid-rebCY6rBpk .btn {
    display: flex;
  }
  .cid-rebCY6rBpk button.navbar-toggler {
    display: block;
  }
  .cid-rebCY6rBpk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rebCY6rBpk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rebCY6rBpk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rebCY6rBpk .navbar-collapse.collapsing,
  .cid-rebCY6rBpk .navbar-collapse.show {
    display: block !important;
  }
  .cid-rebCY6rBpk .navbar-collapse.collapsing .navbar-nav,
  .cid-rebCY6rBpk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rebCY6rBpk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rebCY6rBpk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rebCY6rBpk .navbar-collapse.collapsing .navbar-buttons,
  .cid-rebCY6rBpk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rebCY6rBpk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rebCY6rBpk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rebCY6rBpk .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-rebCY6rBpk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rebCY6rBpk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rebCY6rBpk .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-rebCY6rBpk .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rebCY6rBpk .navbar-collapse {
  flex-basis: auto;
}
.cid-rebCY6rBpk .nav-link:hover,
.cid-rebCY6rBpk .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rebCY74cEt {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-rebCY74cEt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rebCY74cEt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rebCY74cEt .mbr-text {
    text-align: center;
  }
}
.cid-rebCY7BDjJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebCY7BDjJ .mbr-text,
.cid-rebCY7BDjJ blockquote {
  color: #767676;
}
.cid-rebCY8cvaI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebCY8cvaI .mbr-text,
.cid-rebCY8cvaI blockquote {
  color: #767676;
}
.cid-rebCY8vG8k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rebCY8vG8k .counter-container {
  color: #767676;
}
.cid-rebCY8vG8k .counter-container ul {
  margin-bottom: 0;
}
.cid-rebCY8vG8k .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rebCY8vG8k .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #cc2952;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rebCY8PDzR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rebCY8PDzR .mbr-text,
.cid-rebCY8PDzR blockquote {
  color: #767676;
}
.cid-rebCY97i5N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rebCY97i5N .counter-container {
  color: #767676;
}
.cid-rebCY97i5N .counter-container ul {
  margin-bottom: 0;
}
.cid-rebCY97i5N .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rebCY97i5N .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #6ece0f;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rebCYcOqSR {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rebCYdckiU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rebCYdckiU .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebCYdckiU .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rebCYdckiU .media-wrap img {
  height: 6rem;
}
.cid-rebCYdckiU .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rebCYdckiU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rebCYdckiU .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rebCYdckiU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rebCYdckiU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rebCYdckiU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rebCYdckiU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rebCYdckiU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rebCYdckiU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rebCYdckiU .copyright > p {
  color: #f9f9f9;
}
.cid-rebCYdckiU .links {
  color: #ffffff;
}
.cid-recGdOayDS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGdOayDS H2 {
  color: #000000;
}
.cid-recGdOayDS .mbr-section-subtitle {
  color: #000000;
}
.cid-recGEzmObR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGEzmObR .mbr-section-subtitle {
  color: #767676;
}
.cid-recGEzmObR .mbr-text {
  color: #767676;
}
.cid-recGEzmObR .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGEzmObR .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGEzmObR .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGEzmObR .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGEzmObR .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGEzmObR .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGEzmObR .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGEzmObR .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGEzmObR .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGEzmObR .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGEzmObR .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGEzmObR .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGEzmObR .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGEzmObR .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recFI7Dh2c .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-recFI7Dh2c .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-recFI7Dh2c a {
  font-style: normal;
}
.cid-recFI7Dh2c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-recFI7Dh2c .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-recFI7Dh2c .nav-item:focus,
.cid-recFI7Dh2c .nav-link:focus {
  outline: none;
}
.cid-recFI7Dh2c .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-recFI7Dh2c .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-recFI7Dh2c .menu-logo {
  margin-right: auto;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-recFI7Dh2c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-recFI7Dh2c .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-recFI7Dh2c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-recFI7Dh2c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-recFI7Dh2c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-recFI7Dh2c .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-recFI7Dh2c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-recFI7Dh2c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-recFI7Dh2c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-recFI7Dh2c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-recFI7Dh2c .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-recFI7Dh2c .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-recFI7Dh2c .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-recFI7Dh2c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-recFI7Dh2c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-recFI7Dh2c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-recFI7Dh2c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-recFI7Dh2c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-recFI7Dh2c button.navbar-toggler:focus {
  outline: none;
}
.cid-recFI7Dh2c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-recFI7Dh2c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-recFI7Dh2c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-recFI7Dh2c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-recFI7Dh2c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-recFI7Dh2c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recFI7Dh2c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-recFI7Dh2c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-recFI7Dh2c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recFI7Dh2c .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-recFI7Dh2c .collapsed .btn {
  display: flex;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse.collapsing,
.cid-recFI7Dh2c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-recFI7Dh2c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-recFI7Dh2c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-recFI7Dh2c .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-recFI7Dh2c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-recFI7Dh2c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-recFI7Dh2c .collapsed button.navbar-toggler {
  display: block;
}
.cid-recFI7Dh2c .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-recFI7Dh2c .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-recFI7Dh2c .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-recFI7Dh2c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-recFI7Dh2c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-recFI7Dh2c .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-recFI7Dh2c.navbar-expand {
    flex-direction: column;
  }
  .cid-recFI7Dh2c img {
    height: 3.8rem !important;
  }
  .cid-recFI7Dh2c .btn {
    display: flex;
  }
  .cid-recFI7Dh2c button.navbar-toggler {
    display: block;
  }
  .cid-recFI7Dh2c .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-recFI7Dh2c .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-recFI7Dh2c .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-recFI7Dh2c .navbar-collapse.collapsing,
  .cid-recFI7Dh2c .navbar-collapse.show {
    display: block !important;
  }
  .cid-recFI7Dh2c .navbar-collapse.collapsing .navbar-nav,
  .cid-recFI7Dh2c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-recFI7Dh2c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-recFI7Dh2c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-recFI7Dh2c .navbar-collapse.collapsing .navbar-buttons,
  .cid-recFI7Dh2c .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-recFI7Dh2c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-recFI7Dh2c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-recFI7Dh2c .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-recFI7Dh2c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-recFI7Dh2c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-recFI7Dh2c .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-recFI7Dh2c .menu-logo {
    flex-shrink: 0;
  }
}
.cid-recFI7Dh2c .navbar-collapse {
  flex-basis: auto;
}
.cid-recFI7Dh2c .nav-link:hover,
.cid-recFI7Dh2c .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reiRpvl580 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiRpvl580 .mbr-section-subtitle {
  color: #767676;
}
.cid-reiRpvl580 .mbr-text {
  color: #767676;
}
.cid-reiRpvl580 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-reiRpvl580 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-reiRpvl580 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-reiRpvl580 .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-reiRpvl580 .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-reiRpvl580 .card-wrapper .card-img img {
  width: 100%;
}
.cid-reiRpvl580 .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-reiRpvl580 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-reiRpvl580 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-reiRpvl580 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-reiRpvl580 .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-reiRpvl580 .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-reiRpvl580 .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-reiRpvl580 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recGrNrivI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGrNrivI .mbr-section-subtitle {
  color: #767676;
}
.cid-recGrNrivI .mbr-text {
  color: #767676;
}
.cid-recGrNrivI .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGrNrivI .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGrNrivI .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGrNrivI .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGrNrivI .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGrNrivI .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGrNrivI .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGrNrivI .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGrNrivI .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGrNrivI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGrNrivI .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGrNrivI .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGrNrivI .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGrNrivI .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recGBWu5ex {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGBWu5ex .mbr-section-subtitle {
  color: #767676;
}
.cid-recGBWu5ex .mbr-text {
  color: #767676;
}
.cid-recGBWu5ex .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGBWu5ex .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGBWu5ex .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGBWu5ex .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGBWu5ex .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGBWu5ex .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGBWu5ex .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGBWu5ex .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGBWu5ex .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGBWu5ex .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGBWu5ex .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGBWu5ex .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGBWu5ex .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGBWu5ex .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recGD0DLfl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGD0DLfl .mbr-section-subtitle {
  color: #767676;
}
.cid-recGD0DLfl .mbr-text {
  color: #767676;
}
.cid-recGD0DLfl .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGD0DLfl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGD0DLfl .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGD0DLfl .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGD0DLfl .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGD0DLfl .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGD0DLfl .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGD0DLfl .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGD0DLfl .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGD0DLfl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGD0DLfl .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGD0DLfl .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGD0DLfl .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGD0DLfl .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recGHNOEIl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recGHNOEIl .mbr-section-subtitle {
  color: #767676;
}
.cid-recGHNOEIl .mbr-text {
  color: #767676;
}
.cid-recGHNOEIl .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGHNOEIl .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGHNOEIl .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGHNOEIl .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGHNOEIl .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGHNOEIl .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGHNOEIl .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGHNOEIl .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGHNOEIl .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGHNOEIl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGHNOEIl .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGHNOEIl .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGHNOEIl .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGHNOEIl .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recGGQvcfq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-recGGQvcfq .mbr-section-subtitle {
  color: #767676;
}
.cid-recGGQvcfq .mbr-text {
  color: #767676;
}
.cid-recGGQvcfq .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-recGGQvcfq .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-recGGQvcfq .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-recGGQvcfq .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-recGGQvcfq .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-recGGQvcfq .card-wrapper .card-img img {
  width: 100%;
}
.cid-recGGQvcfq .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-recGGQvcfq .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-recGGQvcfq .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-recGGQvcfq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-recGGQvcfq .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-recGGQvcfq .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-recGGQvcfq .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-recGGQvcfq .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-recFIdvrhC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-recFIdvrhC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recFIdvrhC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-recFIdvrhC .media-wrap img {
  height: 6rem;
}
.cid-recFIdvrhC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-recFIdvrhC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recFIdvrhC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-recFIdvrhC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-recFIdvrhC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-recFIdvrhC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-recFIdvrhC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-recFIdvrhC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-recFIdvrhC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-recFIdvrhC .copyright > p {
  color: #f9f9f9;
}
.cid-recFIdvrhC .links {
  color: #ffffff;
}
.cid-recOoMmJLr .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-recOoMmJLr .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-recOoMmJLr a {
  font-style: normal;
}
.cid-recOoMmJLr .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-recOoMmJLr .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-recOoMmJLr .nav-item:focus,
.cid-recOoMmJLr .nav-link:focus {
  outline: none;
}
.cid-recOoMmJLr .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-recOoMmJLr .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-recOoMmJLr .menu-logo {
  margin-right: auto;
}
.cid-recOoMmJLr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-recOoMmJLr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-recOoMmJLr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-recOoMmJLr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-recOoMmJLr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-recOoMmJLr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-recOoMmJLr .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-recOoMmJLr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-recOoMmJLr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-recOoMmJLr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-recOoMmJLr .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-recOoMmJLr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-recOoMmJLr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-recOoMmJLr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-recOoMmJLr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-recOoMmJLr .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-recOoMmJLr .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-recOoMmJLr .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-recOoMmJLr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-recOoMmJLr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-recOoMmJLr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-recOoMmJLr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-recOoMmJLr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-recOoMmJLr button.navbar-toggler:focus {
  outline: none;
}
.cid-recOoMmJLr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-recOoMmJLr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-recOoMmJLr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-recOoMmJLr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-recOoMmJLr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-recOoMmJLr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recOoMmJLr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-recOoMmJLr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-recOoMmJLr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recOoMmJLr .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-recOoMmJLr .collapsed .btn {
  display: flex;
}
.cid-recOoMmJLr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-recOoMmJLr .collapsed .navbar-collapse.collapsing,
.cid-recOoMmJLr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-recOoMmJLr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-recOoMmJLr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-recOoMmJLr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-recOoMmJLr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-recOoMmJLr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-recOoMmJLr .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-recOoMmJLr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-recOoMmJLr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-recOoMmJLr .collapsed button.navbar-toggler {
  display: block;
}
.cid-recOoMmJLr .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-recOoMmJLr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-recOoMmJLr .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-recOoMmJLr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-recOoMmJLr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-recOoMmJLr .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-recOoMmJLr.navbar-expand {
    flex-direction: column;
  }
  .cid-recOoMmJLr img {
    height: 3.8rem !important;
  }
  .cid-recOoMmJLr .btn {
    display: flex;
  }
  .cid-recOoMmJLr button.navbar-toggler {
    display: block;
  }
  .cid-recOoMmJLr .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-recOoMmJLr .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-recOoMmJLr .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-recOoMmJLr .navbar-collapse.collapsing,
  .cid-recOoMmJLr .navbar-collapse.show {
    display: block !important;
  }
  .cid-recOoMmJLr .navbar-collapse.collapsing .navbar-nav,
  .cid-recOoMmJLr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-recOoMmJLr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-recOoMmJLr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-recOoMmJLr .navbar-collapse.collapsing .navbar-buttons,
  .cid-recOoMmJLr .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-recOoMmJLr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-recOoMmJLr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-recOoMmJLr .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-recOoMmJLr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-recOoMmJLr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-recOoMmJLr .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-recOoMmJLr .menu-logo {
    flex-shrink: 0;
  }
}
.cid-recOoMmJLr .navbar-collapse {
  flex-basis: auto;
}
.cid-recOoMmJLr .nav-link:hover,
.cid-recOoMmJLr .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-recOoNdD0o {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-recOoNdD0o .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-recOoNdD0o .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-recOoNdD0o .mbr-text {
    text-align: center;
  }
}
.cid-recOoO6voP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recOoO6voP .mbr-text,
.cid-recOoO6voP blockquote {
  color: #767676;
}
.cid-recOoOwRfN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recOoOwRfN .mbr-text,
.cid-recOoOwRfN blockquote {
  color: #767676;
}
.cid-recOoP0WNG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recOoP0WNG .mbr-text,
.cid-recOoP0WNG blockquote {
  color: #767676;
}
.cid-recOoPIRpI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recOoPIRpI .mbr-text,
.cid-recOoPIRpI blockquote {
  color: #767676;
}
.cid-recR053xZr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recR053xZr .mbr-text,
.cid-recR053xZr blockquote {
  color: #767676;
}
.cid-recOoRbVMx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recOoRbVMx .mbr-text,
.cid-recOoRbVMx blockquote {
  color: #767676;
}
.cid-recPSbRvp5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-recPSbRvp5 .mbr-text,
.cid-recPSbRvp5 blockquote {
  color: #767676;
}
.cid-recPXfvmHm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-recPXfvmHm .counter-container {
  color: #767676;
}
.cid-recPXfvmHm .counter-container ul {
  margin-bottom: 0;
}
.cid-recPXfvmHm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-recPXfvmHm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-recOoSudym {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-recOoT2YOh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-recOoT2YOh .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recOoT2YOh .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-recOoT2YOh .media-wrap img {
  height: 6rem;
}
.cid-recOoT2YOh .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-recOoT2YOh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recOoT2YOh .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-recOoT2YOh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-recOoT2YOh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-recOoT2YOh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-recOoT2YOh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-recOoT2YOh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-recOoT2YOh .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-recOoT2YOh .copyright > p {
  color: #f9f9f9;
}
.cid-recOoT2YOh .links {
  color: #ffffff;
}
.cid-recZOjzpoi .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-recZOjzpoi .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-recZOjzpoi a {
  font-style: normal;
}
.cid-recZOjzpoi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-recZOjzpoi .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-recZOjzpoi .nav-item:focus,
.cid-recZOjzpoi .nav-link:focus {
  outline: none;
}
.cid-recZOjzpoi .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-recZOjzpoi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-recZOjzpoi .menu-logo {
  margin-right: auto;
}
.cid-recZOjzpoi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-recZOjzpoi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-recZOjzpoi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-recZOjzpoi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-recZOjzpoi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-recZOjzpoi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-recZOjzpoi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-recZOjzpoi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-recZOjzpoi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-recZOjzpoi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-recZOjzpoi .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-recZOjzpoi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-recZOjzpoi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-recZOjzpoi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-recZOjzpoi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-recZOjzpoi .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-recZOjzpoi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-recZOjzpoi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-recZOjzpoi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-recZOjzpoi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-recZOjzpoi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-recZOjzpoi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-recZOjzpoi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-recZOjzpoi button.navbar-toggler:focus {
  outline: none;
}
.cid-recZOjzpoi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-recZOjzpoi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-recZOjzpoi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-recZOjzpoi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-recZOjzpoi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-recZOjzpoi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recZOjzpoi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-recZOjzpoi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-recZOjzpoi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recZOjzpoi .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-recZOjzpoi .collapsed .btn {
  display: flex;
}
.cid-recZOjzpoi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-recZOjzpoi .collapsed .navbar-collapse.collapsing,
.cid-recZOjzpoi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-recZOjzpoi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-recZOjzpoi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-recZOjzpoi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-recZOjzpoi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-recZOjzpoi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-recZOjzpoi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-recZOjzpoi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-recZOjzpoi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-recZOjzpoi .collapsed button.navbar-toggler {
  display: block;
}
.cid-recZOjzpoi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-recZOjzpoi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-recZOjzpoi .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-recZOjzpoi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-recZOjzpoi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-recZOjzpoi .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-recZOjzpoi.navbar-expand {
    flex-direction: column;
  }
  .cid-recZOjzpoi img {
    height: 3.8rem !important;
  }
  .cid-recZOjzpoi .btn {
    display: flex;
  }
  .cid-recZOjzpoi button.navbar-toggler {
    display: block;
  }
  .cid-recZOjzpoi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-recZOjzpoi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-recZOjzpoi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-recZOjzpoi .navbar-collapse.collapsing,
  .cid-recZOjzpoi .navbar-collapse.show {
    display: block !important;
  }
  .cid-recZOjzpoi .navbar-collapse.collapsing .navbar-nav,
  .cid-recZOjzpoi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-recZOjzpoi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-recZOjzpoi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-recZOjzpoi .navbar-collapse.collapsing .navbar-buttons,
  .cid-recZOjzpoi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-recZOjzpoi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-recZOjzpoi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-recZOjzpoi .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-recZOjzpoi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-recZOjzpoi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-recZOjzpoi .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-recZOjzpoi .menu-logo {
    flex-shrink: 0;
  }
}
.cid-recZOjzpoi .navbar-collapse {
  flex-basis: auto;
}
.cid-recZOjzpoi .nav-link:hover,
.cid-recZOjzpoi .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-recZOkhah0 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-recZOkhah0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-recZOkhah0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-recZOkhah0 .mbr-text {
    text-align: center;
  }
}
.cid-recZOlkbZj {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-recZOlkbZj .mbr-text,
.cid-recZOlkbZj blockquote {
  color: #767676;
}
.cid-recZOlRpmK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-recZOlRpmK .image-block {
  margin: auto;
}
.cid-recZOlRpmK figcaption {
  position: relative;
}
.cid-recZOlRpmK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-recZOlRpmK .image-block {
    width: 100% !important;
  }
}
.cid-recZOmzRA8 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-recZOn4xHC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-recZOn4xHC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recZOn4xHC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-recZOn4xHC .media-wrap img {
  height: 6rem;
}
.cid-recZOn4xHC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-recZOn4xHC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recZOn4xHC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-recZOn4xHC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-recZOn4xHC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-recZOn4xHC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-recZOn4xHC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-recZOn4xHC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-recZOn4xHC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-recZOn4xHC .copyright > p {
  color: #f9f9f9;
}
.cid-recZOn4xHC .links {
  color: #ffffff;
}
.cid-red1tyQZYe .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-red1tyQZYe .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-red1tyQZYe a {
  font-style: normal;
}
.cid-red1tyQZYe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-red1tyQZYe .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-red1tyQZYe .nav-item:focus,
.cid-red1tyQZYe .nav-link:focus {
  outline: none;
}
.cid-red1tyQZYe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-red1tyQZYe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-red1tyQZYe .menu-logo {
  margin-right: auto;
}
.cid-red1tyQZYe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-red1tyQZYe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-red1tyQZYe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-red1tyQZYe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-red1tyQZYe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-red1tyQZYe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-red1tyQZYe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-red1tyQZYe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-red1tyQZYe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-red1tyQZYe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-red1tyQZYe .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-red1tyQZYe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-red1tyQZYe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-red1tyQZYe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-red1tyQZYe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-red1tyQZYe .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-red1tyQZYe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-red1tyQZYe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-red1tyQZYe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-red1tyQZYe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-red1tyQZYe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-red1tyQZYe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-red1tyQZYe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-red1tyQZYe button.navbar-toggler:focus {
  outline: none;
}
.cid-red1tyQZYe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-red1tyQZYe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-red1tyQZYe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-red1tyQZYe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-red1tyQZYe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-red1tyQZYe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-red1tyQZYe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-red1tyQZYe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-red1tyQZYe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-red1tyQZYe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-red1tyQZYe .collapsed .btn {
  display: flex;
}
.cid-red1tyQZYe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-red1tyQZYe .collapsed .navbar-collapse.collapsing,
.cid-red1tyQZYe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-red1tyQZYe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-red1tyQZYe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-red1tyQZYe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-red1tyQZYe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-red1tyQZYe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-red1tyQZYe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-red1tyQZYe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-red1tyQZYe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-red1tyQZYe .collapsed button.navbar-toggler {
  display: block;
}
.cid-red1tyQZYe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-red1tyQZYe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-red1tyQZYe .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-red1tyQZYe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-red1tyQZYe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-red1tyQZYe .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-red1tyQZYe.navbar-expand {
    flex-direction: column;
  }
  .cid-red1tyQZYe img {
    height: 3.8rem !important;
  }
  .cid-red1tyQZYe .btn {
    display: flex;
  }
  .cid-red1tyQZYe button.navbar-toggler {
    display: block;
  }
  .cid-red1tyQZYe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-red1tyQZYe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-red1tyQZYe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-red1tyQZYe .navbar-collapse.collapsing,
  .cid-red1tyQZYe .navbar-collapse.show {
    display: block !important;
  }
  .cid-red1tyQZYe .navbar-collapse.collapsing .navbar-nav,
  .cid-red1tyQZYe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-red1tyQZYe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-red1tyQZYe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-red1tyQZYe .navbar-collapse.collapsing .navbar-buttons,
  .cid-red1tyQZYe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-red1tyQZYe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-red1tyQZYe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-red1tyQZYe .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-red1tyQZYe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-red1tyQZYe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-red1tyQZYe .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-red1tyQZYe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-red1tyQZYe .navbar-collapse {
  flex-basis: auto;
}
.cid-red1tyQZYe .nav-link:hover,
.cid-red1tyQZYe .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-red1tzJxqq {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-red1tzJxqq .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-red1tzJxqq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-red1tzJxqq .mbr-text {
    text-align: center;
  }
}
.cid-red1tAEQh1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tAEQh1 .mbr-text,
.cid-red1tAEQh1 blockquote {
  color: #767676;
}
.cid-red1tBbLIG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tBbLIG .mbr-text,
.cid-red1tBbLIG blockquote {
  color: #767676;
}
.cid-red1tBKdo3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tBKdo3 .mbr-text,
.cid-red1tBKdo3 blockquote {
  color: #767676;
}
.cid-red1tCoZMH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tCoZMH .mbr-text,
.cid-red1tCoZMH blockquote {
  color: #767676;
}
.cid-red1tDfOL5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tDfOL5 .mbr-text,
.cid-red1tDfOL5 blockquote {
  color: #767676;
}
.cid-red1tEfQKg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tEfQKg .mbr-text,
.cid-red1tEfQKg blockquote {
  color: #767676;
}
.cid-red2ZLdOYU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-red2ZLdOYU .counter-container {
  color: #767676;
}
.cid-red2ZLdOYU .counter-container ul {
  margin-bottom: 0;
}
.cid-red2ZLdOYU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-red2ZLdOYU .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-red1tF6y3W {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red1tF6y3W .mbr-text,
.cid-red1tF6y3W blockquote {
  color: #767676;
}
.cid-red1tFQsFx {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-red1tGvMnr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-red1tGvMnr .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-red1tGvMnr .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-red1tGvMnr .media-wrap img {
  height: 6rem;
}
.cid-red1tGvMnr .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-red1tGvMnr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-red1tGvMnr .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-red1tGvMnr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-red1tGvMnr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-red1tGvMnr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-red1tGvMnr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-red1tGvMnr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-red1tGvMnr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-red1tGvMnr .copyright > p {
  color: #f9f9f9;
}
.cid-red1tGvMnr .links {
  color: #ffffff;
}
.cid-red5Bpe87E .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-red5Bpe87E .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-red5Bpe87E a {
  font-style: normal;
}
.cid-red5Bpe87E .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-red5Bpe87E .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-red5Bpe87E .nav-item:focus,
.cid-red5Bpe87E .nav-link:focus {
  outline: none;
}
.cid-red5Bpe87E .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-red5Bpe87E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-red5Bpe87E .menu-logo {
  margin-right: auto;
}
.cid-red5Bpe87E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-red5Bpe87E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-red5Bpe87E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-red5Bpe87E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-red5Bpe87E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-red5Bpe87E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-red5Bpe87E .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-red5Bpe87E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-red5Bpe87E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-red5Bpe87E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-red5Bpe87E .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-red5Bpe87E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-red5Bpe87E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-red5Bpe87E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-red5Bpe87E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-red5Bpe87E .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-red5Bpe87E .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-red5Bpe87E .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-red5Bpe87E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-red5Bpe87E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-red5Bpe87E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-red5Bpe87E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-red5Bpe87E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-red5Bpe87E button.navbar-toggler:focus {
  outline: none;
}
.cid-red5Bpe87E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-red5Bpe87E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-red5Bpe87E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-red5Bpe87E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-red5Bpe87E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-red5Bpe87E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-red5Bpe87E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-red5Bpe87E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-red5Bpe87E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-red5Bpe87E .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-red5Bpe87E .collapsed .btn {
  display: flex;
}
.cid-red5Bpe87E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-red5Bpe87E .collapsed .navbar-collapse.collapsing,
.cid-red5Bpe87E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-red5Bpe87E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-red5Bpe87E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-red5Bpe87E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-red5Bpe87E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-red5Bpe87E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-red5Bpe87E .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-red5Bpe87E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-red5Bpe87E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-red5Bpe87E .collapsed button.navbar-toggler {
  display: block;
}
.cid-red5Bpe87E .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-red5Bpe87E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-red5Bpe87E .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-red5Bpe87E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-red5Bpe87E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-red5Bpe87E .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-red5Bpe87E.navbar-expand {
    flex-direction: column;
  }
  .cid-red5Bpe87E img {
    height: 3.8rem !important;
  }
  .cid-red5Bpe87E .btn {
    display: flex;
  }
  .cid-red5Bpe87E button.navbar-toggler {
    display: block;
  }
  .cid-red5Bpe87E .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-red5Bpe87E .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-red5Bpe87E .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-red5Bpe87E .navbar-collapse.collapsing,
  .cid-red5Bpe87E .navbar-collapse.show {
    display: block !important;
  }
  .cid-red5Bpe87E .navbar-collapse.collapsing .navbar-nav,
  .cid-red5Bpe87E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-red5Bpe87E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-red5Bpe87E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-red5Bpe87E .navbar-collapse.collapsing .navbar-buttons,
  .cid-red5Bpe87E .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-red5Bpe87E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-red5Bpe87E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-red5Bpe87E .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-red5Bpe87E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-red5Bpe87E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-red5Bpe87E .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-red5Bpe87E .menu-logo {
    flex-shrink: 0;
  }
}
.cid-red5Bpe87E .navbar-collapse {
  flex-basis: auto;
}
.cid-red5Bpe87E .nav-link:hover,
.cid-red5Bpe87E .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-red5BpYIuR {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-red5BpYIuR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-red5BpYIuR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-red5BpYIuR .mbr-text {
    text-align: center;
  }
}
.cid-red5BqLFdR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BqLFdR .mbr-text,
.cid-red5BqLFdR blockquote {
  color: #767676;
}
.cid-red5BrevIA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BrevIA .mbr-text,
.cid-red5BrevIA blockquote {
  color: #767676;
}
.cid-red5BrHkme {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BrHkme .mbr-text,
.cid-red5BrHkme blockquote {
  color: #767676;
}
.cid-red5BsjPiS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BsjPiS .mbr-text,
.cid-red5BsjPiS blockquote {
  color: #767676;
}
.cid-red5BsUG9n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BsUG9n .mbr-text,
.cid-red5BsUG9n blockquote {
  color: #767676;
}
.cid-red5BtOf6E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red5BtOf6E .mbr-text,
.cid-red5BtOf6E blockquote {
  color: #767676;
}
.cid-red8otKsMG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red8otKsMG .mbr-text,
.cid-red8otKsMG blockquote {
  color: #767676;
}
.cid-red8E4hxSR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-red8E4hxSR .mbr-text,
.cid-red8E4hxSR blockquote {
  color: #767676;
}
.cid-redauVCHr6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redauVCHr6 .mbr-text,
.cid-redauVCHr6 blockquote {
  color: #767676;
}
.cid-redaEudbh7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redaEudbh7 .mbr-text,
.cid-redaEudbh7 blockquote {
  color: #767676;
}
.cid-redaKL4fGm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redaKL4fGm .mbr-text,
.cid-redaKL4fGm blockquote {
  color: #767676;
}
.cid-redaTXiTsL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redaTXiTsL .mbr-text,
.cid-redaTXiTsL blockquote {
  color: #767676;
}
.cid-redb0X8TjK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redb0X8TjK .mbr-text,
.cid-redb0X8TjK blockquote {
  color: #767676;
}
.cid-red5BvNtVm {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-red5BwoFAo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-red5BwoFAo .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-red5BwoFAo .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-red5BwoFAo .media-wrap img {
  height: 6rem;
}
.cid-red5BwoFAo .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-red5BwoFAo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-red5BwoFAo .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-red5BwoFAo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-red5BwoFAo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-red5BwoFAo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-red5BwoFAo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-red5BwoFAo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-red5BwoFAo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-red5BwoFAo .copyright > p {
  color: #f9f9f9;
}
.cid-red5BwoFAo .links {
  color: #ffffff;
}
.cid-redcp4izUT .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-redcp4izUT .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-redcp4izUT a {
  font-style: normal;
}
.cid-redcp4izUT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-redcp4izUT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-redcp4izUT .nav-item:focus,
.cid-redcp4izUT .nav-link:focus {
  outline: none;
}
.cid-redcp4izUT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-redcp4izUT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-redcp4izUT .menu-logo {
  margin-right: auto;
}
.cid-redcp4izUT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-redcp4izUT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-redcp4izUT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-redcp4izUT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-redcp4izUT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-redcp4izUT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-redcp4izUT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-redcp4izUT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-redcp4izUT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-redcp4izUT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-redcp4izUT .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-redcp4izUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-redcp4izUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-redcp4izUT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-redcp4izUT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-redcp4izUT .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-redcp4izUT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-redcp4izUT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-redcp4izUT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-redcp4izUT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-redcp4izUT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-redcp4izUT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-redcp4izUT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-redcp4izUT button.navbar-toggler:focus {
  outline: none;
}
.cid-redcp4izUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-redcp4izUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-redcp4izUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-redcp4izUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-redcp4izUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-redcp4izUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-redcp4izUT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-redcp4izUT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-redcp4izUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-redcp4izUT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-redcp4izUT .collapsed .btn {
  display: flex;
}
.cid-redcp4izUT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-redcp4izUT .collapsed .navbar-collapse.collapsing,
.cid-redcp4izUT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-redcp4izUT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-redcp4izUT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-redcp4izUT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-redcp4izUT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-redcp4izUT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-redcp4izUT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-redcp4izUT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-redcp4izUT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-redcp4izUT .collapsed button.navbar-toggler {
  display: block;
}
.cid-redcp4izUT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-redcp4izUT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-redcp4izUT .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-redcp4izUT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-redcp4izUT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-redcp4izUT .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-redcp4izUT.navbar-expand {
    flex-direction: column;
  }
  .cid-redcp4izUT img {
    height: 3.8rem !important;
  }
  .cid-redcp4izUT .btn {
    display: flex;
  }
  .cid-redcp4izUT button.navbar-toggler {
    display: block;
  }
  .cid-redcp4izUT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-redcp4izUT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-redcp4izUT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-redcp4izUT .navbar-collapse.collapsing,
  .cid-redcp4izUT .navbar-collapse.show {
    display: block !important;
  }
  .cid-redcp4izUT .navbar-collapse.collapsing .navbar-nav,
  .cid-redcp4izUT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-redcp4izUT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-redcp4izUT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-redcp4izUT .navbar-collapse.collapsing .navbar-buttons,
  .cid-redcp4izUT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-redcp4izUT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-redcp4izUT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-redcp4izUT .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-redcp4izUT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-redcp4izUT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-redcp4izUT .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-redcp4izUT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-redcp4izUT .navbar-collapse {
  flex-basis: auto;
}
.cid-redcp4izUT .nav-link:hover,
.cid-redcp4izUT .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-redcp56qHb {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-redcp56qHb .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-redcp56qHb .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-redcp56qHb .mbr-text {
    text-align: center;
  }
}
.cid-redcp6oUth {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp6oUth .mbr-text,
.cid-redcp6oUth blockquote {
  color: #767676;
}
.cid-redcp70Nir {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp70Nir .mbr-text,
.cid-redcp70Nir blockquote {
  color: #767676;
}
.cid-redcp7Khu5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp7Khu5 .mbr-text,
.cid-redcp7Khu5 blockquote {
  color: #767676;
}
.cid-redcp8xOKk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp8xOKk .mbr-text,
.cid-redcp8xOKk blockquote {
  color: #767676;
}
.cid-redcp9hmwG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp9hmwG .mbr-text,
.cid-redcp9hmwG blockquote {
  color: #767676;
}
.cid-redcp9W1BD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcp9W1BD .mbr-text,
.cid-redcp9W1BD blockquote {
  color: #767676;
}
.cid-redcpazPQl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcpazPQl .mbr-text,
.cid-redcpazPQl blockquote {
  color: #767676;
}
.cid-rede4L8qhq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rede4L8qhq .counter-container {
  color: #767676;
}
.cid-rede4L8qhq .counter-container ul {
  margin-bottom: 0;
}
.cid-rede4L8qhq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rede4L8qhq .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-redcpb7E7y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redcpb7E7y .mbr-text,
.cid-redcpb7E7y blockquote {
  color: #767676;
}
.cid-redcpbIlYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-redcpbIlYd .mbr-text,
.cid-redcpbIlYd blockquote {
  color: #767676;
}
.cid-redcpcphoW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-redcpcphoW .image-block {
  margin: auto;
}
.cid-redcpcphoW figcaption {
  position: relative;
}
.cid-redcpcphoW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-redcpcphoW .image-block {
    width: 100% !important;
  }
}
.cid-redcpdkI8Q {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-redcpe2l3M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-redcpe2l3M .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-redcpe2l3M .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-redcpe2l3M .media-wrap img {
  height: 6rem;
}
.cid-redcpe2l3M .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-redcpe2l3M .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-redcpe2l3M .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-redcpe2l3M .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-redcpe2l3M .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-redcpe2l3M .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-redcpe2l3M .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-redcpe2l3M .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-redcpe2l3M .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-redcpe2l3M .copyright > p {
  color: #f9f9f9;
}
.cid-redcpe2l3M .links {
  color: #ffffff;
}
.cid-redYutz9J8 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-redYutz9J8 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-redYutz9J8 a {
  font-style: normal;
}
.cid-redYutz9J8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-redYutz9J8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-redYutz9J8 .nav-item:focus,
.cid-redYutz9J8 .nav-link:focus {
  outline: none;
}
.cid-redYutz9J8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-redYutz9J8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-redYutz9J8 .menu-logo {
  margin-right: auto;
}
.cid-redYutz9J8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-redYutz9J8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-redYutz9J8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-redYutz9J8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-redYutz9J8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-redYutz9J8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-redYutz9J8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-redYutz9J8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-redYutz9J8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-redYutz9J8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-redYutz9J8 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-redYutz9J8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-redYutz9J8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-redYutz9J8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-redYutz9J8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-redYutz9J8 .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-redYutz9J8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-redYutz9J8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-redYutz9J8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-redYutz9J8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-redYutz9J8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-redYutz9J8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-redYutz9J8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-redYutz9J8 button.navbar-toggler:focus {
  outline: none;
}
.cid-redYutz9J8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-redYutz9J8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-redYutz9J8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-redYutz9J8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-redYutz9J8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-redYutz9J8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-redYutz9J8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-redYutz9J8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-redYutz9J8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-redYutz9J8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-redYutz9J8 .collapsed .btn {
  display: flex;
}
.cid-redYutz9J8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-redYutz9J8 .collapsed .navbar-collapse.collapsing,
.cid-redYutz9J8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-redYutz9J8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-redYutz9J8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-redYutz9J8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-redYutz9J8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-redYutz9J8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-redYutz9J8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-redYutz9J8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-redYutz9J8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-redYutz9J8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-redYutz9J8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-redYutz9J8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-redYutz9J8 .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-redYutz9J8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-redYutz9J8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-redYutz9J8 .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-redYutz9J8.navbar-expand {
    flex-direction: column;
  }
  .cid-redYutz9J8 img {
    height: 3.8rem !important;
  }
  .cid-redYutz9J8 .btn {
    display: flex;
  }
  .cid-redYutz9J8 button.navbar-toggler {
    display: block;
  }
  .cid-redYutz9J8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-redYutz9J8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-redYutz9J8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-redYutz9J8 .navbar-collapse.collapsing,
  .cid-redYutz9J8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-redYutz9J8 .navbar-collapse.collapsing .navbar-nav,
  .cid-redYutz9J8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-redYutz9J8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-redYutz9J8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-redYutz9J8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-redYutz9J8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-redYutz9J8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-redYutz9J8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-redYutz9J8 .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-redYutz9J8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-redYutz9J8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-redYutz9J8 .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-redYutz9J8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-redYutz9J8 .navbar-collapse {
  flex-basis: auto;
}
.cid-redYutz9J8 .nav-link:hover,
.cid-redYutz9J8 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-redYuuIHiB {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-redYuuIHiB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-redYuuIHiB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-redYuuIHiB .mbr-text {
    text-align: center;
  }
}
.cid-redYuvZ0Gr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuvZ0Gr .mbr-text,
.cid-redYuvZ0Gr blockquote {
  color: #767676;
}
.cid-redZ9zFHgB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redZ9zFHgB .counter-container {
  color: #767676;
}
.cid-redZ9zFHgB .counter-container ul {
  margin-bottom: 0;
}
.cid-redZ9zFHgB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-redZ9zFHgB .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-redYuwAvuc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuwAvuc .mbr-text,
.cid-redYuwAvuc blockquote {
  color: #767676;
}
.cid-redYuxkVb2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuxkVb2 .mbr-text,
.cid-redYuxkVb2 blockquote {
  color: #767676;
}
.cid-redYuy95Xa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuy95Xa .mbr-text,
.cid-redYuy95Xa blockquote {
  color: #767676;
}
.cid-redYuyEPfQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuyEPfQ .mbr-text,
.cid-redYuyEPfQ blockquote {
  color: #767676;
}
.cid-redYuzvS0J {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-redYuzvS0J .mbr-text,
.cid-redYuzvS0J blockquote {
  color: #767676;
}
.cid-redYuBT6Pz {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-redYuCpxMp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-redYuCpxMp .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-redYuCpxMp .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-redYuCpxMp .media-wrap img {
  height: 6rem;
}
.cid-redYuCpxMp .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-redYuCpxMp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-redYuCpxMp .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-redYuCpxMp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-redYuCpxMp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-redYuCpxMp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-redYuCpxMp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-redYuCpxMp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-redYuCpxMp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-redYuCpxMp .copyright > p {
  color: #f9f9f9;
}
.cid-redYuCpxMp .links {
  color: #ffffff;
}
.cid-ree1waL1Dx .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ree1waL1Dx .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-ree1waL1Dx a {
  font-style: normal;
}
.cid-ree1waL1Dx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ree1waL1Dx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ree1waL1Dx .nav-item:focus,
.cid-ree1waL1Dx .nav-link:focus {
  outline: none;
}
.cid-ree1waL1Dx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ree1waL1Dx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ree1waL1Dx .menu-logo {
  margin-right: auto;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ree1waL1Dx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ree1waL1Dx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ree1waL1Dx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ree1waL1Dx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ree1waL1Dx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ree1waL1Dx .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ree1waL1Dx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ree1waL1Dx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ree1waL1Dx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ree1waL1Dx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ree1waL1Dx .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-ree1waL1Dx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ree1waL1Dx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ree1waL1Dx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ree1waL1Dx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ree1waL1Dx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ree1waL1Dx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ree1waL1Dx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ree1waL1Dx button.navbar-toggler:focus {
  outline: none;
}
.cid-ree1waL1Dx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ree1waL1Dx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ree1waL1Dx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ree1waL1Dx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ree1waL1Dx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ree1waL1Dx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ree1waL1Dx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ree1waL1Dx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ree1waL1Dx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ree1waL1Dx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ree1waL1Dx .collapsed .btn {
  display: flex;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse.collapsing,
.cid-ree1waL1Dx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ree1waL1Dx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ree1waL1Dx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ree1waL1Dx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ree1waL1Dx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ree1waL1Dx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ree1waL1Dx .collapsed button.navbar-toggler {
  display: block;
}
.cid-ree1waL1Dx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ree1waL1Dx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ree1waL1Dx .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-ree1waL1Dx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ree1waL1Dx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ree1waL1Dx .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-ree1waL1Dx.navbar-expand {
    flex-direction: column;
  }
  .cid-ree1waL1Dx img {
    height: 3.8rem !important;
  }
  .cid-ree1waL1Dx .btn {
    display: flex;
  }
  .cid-ree1waL1Dx button.navbar-toggler {
    display: block;
  }
  .cid-ree1waL1Dx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ree1waL1Dx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ree1waL1Dx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ree1waL1Dx .navbar-collapse.collapsing,
  .cid-ree1waL1Dx .navbar-collapse.show {
    display: block !important;
  }
  .cid-ree1waL1Dx .navbar-collapse.collapsing .navbar-nav,
  .cid-ree1waL1Dx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ree1waL1Dx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ree1waL1Dx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ree1waL1Dx .navbar-collapse.collapsing .navbar-buttons,
  .cid-ree1waL1Dx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ree1waL1Dx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ree1waL1Dx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ree1waL1Dx .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-ree1waL1Dx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ree1waL1Dx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ree1waL1Dx .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-ree1waL1Dx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ree1waL1Dx .navbar-collapse {
  flex-basis: auto;
}
.cid-ree1waL1Dx .nav-link:hover,
.cid-ree1waL1Dx .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ree1wbEp7z {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-ree1wbEp7z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ree1wbEp7z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ree1wbEp7z .mbr-text {
    text-align: center;
  }
}
.cid-ree1wcM2uN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1wcM2uN .mbr-text,
.cid-ree1wcM2uN blockquote {
  color: #767676;
}
.cid-ree2fGNu3O {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree2fGNu3O .mbr-text,
.cid-ree2fGNu3O blockquote {
  color: #767676;
}
.cid-ree2ph0S5A {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree2ph0S5A .mbr-text,
.cid-ree2ph0S5A blockquote {
  color: #767676;
}
.cid-ree1wduc2i {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1wduc2i .counter-container {
  color: #767676;
}
.cid-ree1wduc2i .counter-container ul {
  margin-bottom: 0;
}
.cid-ree1wduc2i .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ree1wduc2i .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ree1wef6lA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1wef6lA .mbr-text,
.cid-ree1wef6lA blockquote {
  color: #767676;
}
.cid-ree1weYeED {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1weYeED .mbr-text,
.cid-ree1weYeED blockquote {
  color: #767676;
}
.cid-ree1wghPd2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1wghPd2 .mbr-text,
.cid-ree1wghPd2 blockquote {
  color: #767676;
}
.cid-ree1whbnZB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1whbnZB .mbr-text,
.cid-ree1whbnZB blockquote {
  color: #767676;
}
.cid-ree1whX8Ui {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree1whX8Ui .mbr-text,
.cid-ree1whX8Ui blockquote {
  color: #767676;
}
.cid-ree3gduz3F {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree3gduz3F .mbr-text,
.cid-ree3gduz3F blockquote {
  color: #767676;
}
.cid-ree3sn1asE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ree3sn1asE .counter-container {
  color: #767676;
}
.cid-ree3sn1asE .counter-container ul {
  margin-bottom: 0;
}
.cid-ree3sn1asE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ree3sn1asE .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ree4eNuEI4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree4eNuEI4 .mbr-text,
.cid-ree4eNuEI4 blockquote {
  color: #767676;
}
.cid-ree1wiKZfE {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ree1wjLUvO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ree1wjLUvO .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ree1wjLUvO .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ree1wjLUvO .media-wrap img {
  height: 6rem;
}
.cid-ree1wjLUvO .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ree1wjLUvO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ree1wjLUvO .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ree1wjLUvO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ree1wjLUvO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ree1wjLUvO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ree1wjLUvO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ree1wjLUvO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ree1wjLUvO .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ree1wjLUvO .copyright > p {
  color: #f9f9f9;
}
.cid-ree1wjLUvO .links {
  color: #ffffff;
}
.cid-ree5wqXTIw .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-ree5wqXTIw .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-ree5wqXTIw a {
  font-style: normal;
}
.cid-ree5wqXTIw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-ree5wqXTIw .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-ree5wqXTIw .nav-item:focus,
.cid-ree5wqXTIw .nav-link:focus {
  outline: none;
}
.cid-ree5wqXTIw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-ree5wqXTIw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-ree5wqXTIw .menu-logo {
  margin-right: auto;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-ree5wqXTIw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-ree5wqXTIw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-ree5wqXTIw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-ree5wqXTIw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ree5wqXTIw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-ree5wqXTIw .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-ree5wqXTIw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-ree5wqXTIw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ree5wqXTIw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-ree5wqXTIw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ree5wqXTIw .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-ree5wqXTIw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-ree5wqXTIw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-ree5wqXTIw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-ree5wqXTIw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-ree5wqXTIw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-ree5wqXTIw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-ree5wqXTIw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-ree5wqXTIw button.navbar-toggler:focus {
  outline: none;
}
.cid-ree5wqXTIw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ree5wqXTIw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ree5wqXTIw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ree5wqXTIw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ree5wqXTIw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ree5wqXTIw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ree5wqXTIw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ree5wqXTIw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ree5wqXTIw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ree5wqXTIw .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-ree5wqXTIw .collapsed .btn {
  display: flex;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse.collapsing,
.cid-ree5wqXTIw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-ree5wqXTIw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-ree5wqXTIw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-ree5wqXTIw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-ree5wqXTIw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-ree5wqXTIw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-ree5wqXTIw .collapsed button.navbar-toggler {
  display: block;
}
.cid-ree5wqXTIw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-ree5wqXTIw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-ree5wqXTIw .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-ree5wqXTIw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-ree5wqXTIw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-ree5wqXTIw .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-ree5wqXTIw.navbar-expand {
    flex-direction: column;
  }
  .cid-ree5wqXTIw img {
    height: 3.8rem !important;
  }
  .cid-ree5wqXTIw .btn {
    display: flex;
  }
  .cid-ree5wqXTIw button.navbar-toggler {
    display: block;
  }
  .cid-ree5wqXTIw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-ree5wqXTIw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-ree5wqXTIw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-ree5wqXTIw .navbar-collapse.collapsing,
  .cid-ree5wqXTIw .navbar-collapse.show {
    display: block !important;
  }
  .cid-ree5wqXTIw .navbar-collapse.collapsing .navbar-nav,
  .cid-ree5wqXTIw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-ree5wqXTIw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-ree5wqXTIw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-ree5wqXTIw .navbar-collapse.collapsing .navbar-buttons,
  .cid-ree5wqXTIw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-ree5wqXTIw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-ree5wqXTIw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-ree5wqXTIw .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-ree5wqXTIw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-ree5wqXTIw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-ree5wqXTIw .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-ree5wqXTIw .menu-logo {
    flex-shrink: 0;
  }
}
.cid-ree5wqXTIw .navbar-collapse {
  flex-basis: auto;
}
.cid-ree5wqXTIw .nav-link:hover,
.cid-ree5wqXTIw .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-ree5ws3Ney {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-ree5ws3Ney .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ree5ws3Ney .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ree5ws3Ney .mbr-text {
    text-align: center;
  }
}
.cid-ree5wtdZR4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wtdZR4 .mbr-text,
.cid-ree5wtdZR4 blockquote {
  color: #767676;
}
.cid-ree5wtNflH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wtNflH .mbr-text,
.cid-ree5wtNflH blockquote {
  color: #767676;
}
.cid-ree6hDfWae {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree6hDfWae .mbr-text,
.cid-ree6hDfWae blockquote {
  color: #767676;
}
.cid-ree5wuqPZt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wuqPZt .mbr-text,
.cid-ree5wuqPZt blockquote {
  color: #767676;
}
.cid-ree6stnfWT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ree6stnfWT .counter-container {
  color: #767676;
}
.cid-ree6stnfWT .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ree6stnfWT .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ree6stnfWT .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-ree6stnfWT .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-ree5wwumFs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wwumFs .mbr-text,
.cid-ree5wwumFs blockquote {
  color: #767676;
}
.cid-ree5wx6awn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wx6awn .mbr-text,
.cid-ree5wx6awn blockquote {
  color: #767676;
}
.cid-ree6RPcIFp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ree6RPcIFp .counter-container {
  color: #767676;
}
.cid-ree6RPcIFp .counter-container ul {
  margin-bottom: 0;
}
.cid-ree6RPcIFp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ree6RPcIFp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ree5wyCuaG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wyCuaG .mbr-text,
.cid-ree5wyCuaG blockquote {
  color: #767676;
}
.cid-ree5wzmtY5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wzmtY5 .mbr-text,
.cid-ree5wzmtY5 blockquote {
  color: #767676;
}
.cid-ree5wA1v6e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wA1v6e .mbr-text,
.cid-ree5wA1v6e blockquote {
  color: #767676;
}
.cid-ree7CjKoXo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree7CjKoXo .mbr-text,
.cid-ree7CjKoXo blockquote {
  color: #767676;
}
.cid-ree5wBY0FB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree5wBY0FB .mbr-text,
.cid-ree5wBY0FB blockquote {
  color: #767676;
}
.cid-ree894xFo6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree894xFo6 .mbr-text,
.cid-ree894xFo6 blockquote {
  color: #767676;
}
.cid-ree8da99Lr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree8da99Lr .mbr-text,
.cid-ree8da99Lr blockquote {
  color: #767676;
}
.cid-ree8YN3Lb7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree8YN3Lb7 .mbr-text,
.cid-ree8YN3Lb7 blockquote {
  color: #767676;
}
.cid-ree9hfLYKJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree9hfLYKJ .mbr-text,
.cid-ree9hfLYKJ blockquote {
  color: #767676;
}
.cid-ree9obJ9h7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree9obJ9h7 .mbr-text,
.cid-ree9obJ9h7 blockquote {
  color: #767676;
}
.cid-ree9FWjXXF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ree9FWjXXF .mbr-text,
.cid-ree9FWjXXF blockquote {
  color: #767676;
}
.cid-ree9Zzd79K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ree9Zzd79K .mbr-text,
.cid-ree9Zzd79K blockquote {
  color: #767676;
}
.cid-ree5wD6Vug {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-ree5wDN8o9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-ree5wDN8o9 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ree5wDN8o9 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-ree5wDN8o9 .media-wrap img {
  height: 6rem;
}
.cid-ree5wDN8o9 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-ree5wDN8o9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ree5wDN8o9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-ree5wDN8o9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-ree5wDN8o9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-ree5wDN8o9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ree5wDN8o9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-ree5wDN8o9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ree5wDN8o9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ree5wDN8o9 .copyright > p {
  color: #f9f9f9;
}
.cid-ree5wDN8o9 .links {
  color: #ffffff;
}
.cid-reebA177Z0 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reebA177Z0 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reebA177Z0 a {
  font-style: normal;
}
.cid-reebA177Z0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reebA177Z0 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reebA177Z0 .nav-item:focus,
.cid-reebA177Z0 .nav-link:focus {
  outline: none;
}
.cid-reebA177Z0 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reebA177Z0 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reebA177Z0 .menu-logo {
  margin-right: auto;
}
.cid-reebA177Z0 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reebA177Z0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reebA177Z0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reebA177Z0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reebA177Z0 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reebA177Z0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reebA177Z0 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reebA177Z0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reebA177Z0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reebA177Z0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reebA177Z0 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reebA177Z0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reebA177Z0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reebA177Z0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reebA177Z0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reebA177Z0 .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-reebA177Z0 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reebA177Z0 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reebA177Z0 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reebA177Z0 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reebA177Z0 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reebA177Z0 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reebA177Z0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reebA177Z0 button.navbar-toggler:focus {
  outline: none;
}
.cid-reebA177Z0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reebA177Z0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reebA177Z0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reebA177Z0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reebA177Z0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reebA177Z0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reebA177Z0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reebA177Z0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reebA177Z0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reebA177Z0 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reebA177Z0 .collapsed .btn {
  display: flex;
}
.cid-reebA177Z0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reebA177Z0 .collapsed .navbar-collapse.collapsing,
.cid-reebA177Z0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reebA177Z0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reebA177Z0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reebA177Z0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reebA177Z0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reebA177Z0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reebA177Z0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reebA177Z0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reebA177Z0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reebA177Z0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-reebA177Z0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reebA177Z0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reebA177Z0 .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-reebA177Z0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reebA177Z0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reebA177Z0 .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-reebA177Z0.navbar-expand {
    flex-direction: column;
  }
  .cid-reebA177Z0 img {
    height: 3.8rem !important;
  }
  .cid-reebA177Z0 .btn {
    display: flex;
  }
  .cid-reebA177Z0 button.navbar-toggler {
    display: block;
  }
  .cid-reebA177Z0 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reebA177Z0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reebA177Z0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reebA177Z0 .navbar-collapse.collapsing,
  .cid-reebA177Z0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-reebA177Z0 .navbar-collapse.collapsing .navbar-nav,
  .cid-reebA177Z0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reebA177Z0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reebA177Z0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reebA177Z0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-reebA177Z0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reebA177Z0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reebA177Z0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reebA177Z0 .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-reebA177Z0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reebA177Z0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reebA177Z0 .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-reebA177Z0 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reebA177Z0 .navbar-collapse {
  flex-basis: auto;
}
.cid-reebA177Z0 .nav-link:hover,
.cid-reebA177Z0 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reebA1Xyge {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reebA1Xyge .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reebA1Xyge .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reebA1Xyge .mbr-text {
    text-align: center;
  }
}
.cid-reebA34cZ9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA34cZ9 .mbr-text,
.cid-reebA34cZ9 blockquote {
  color: #767676;
}
.cid-reebA3CxSw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA3CxSw .mbr-text,
.cid-reebA3CxSw blockquote {
  color: #767676;
}
.cid-reebA4qG6a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA4qG6a .mbr-text,
.cid-reebA4qG6a blockquote {
  color: #767676;
}
.cid-reebA58aRG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA58aRG .counter-container {
  color: #767676;
}
.cid-reebA58aRG .counter-container ul {
  margin-bottom: 0;
}
.cid-reebA58aRG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-reebA58aRG .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-reebA64NUS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA64NUS .mbr-text,
.cid-reebA64NUS blockquote {
  color: #767676;
}
.cid-reebA6EbFM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA6EbFM .mbr-text,
.cid-reebA6EbFM blockquote {
  color: #767676;
}
.cid-reebA7ea9o {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebA7ea9o .mbr-text,
.cid-reebA7ea9o blockquote {
  color: #767676;
}
.cid-reebA9DnnS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reebA9DnnS .counter-container {
  color: #767676;
}
.cid-reebA9DnnS .counter-container ul {
  margin-bottom: 0;
}
.cid-reebA9DnnS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-reebA9DnnS .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-reedu35zOn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reedu35zOn .mbr-text,
.cid-reedu35zOn blockquote {
  color: #767676;
}
.cid-reebAafeAw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reebAafeAw .mbr-text,
.cid-reebAafeAw blockquote {
  color: #767676;
}
.cid-reedPs8sVM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-reedPs8sVM .counter-container {
  color: #767676;
}
.cid-reedPs8sVM .counter-container ul {
  margin-bottom: 0;
}
.cid-reedPs8sVM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-reedPs8sVM .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-reedIyXvp3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reedIyXvp3 .mbr-text,
.cid-reedIyXvp3 blockquote {
  color: #767676;
}
.cid-reebAaJqR1 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reebAbj2OC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reebAbj2OC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reebAbj2OC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reebAbj2OC .media-wrap img {
  height: 6rem;
}
.cid-reebAbj2OC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reebAbj2OC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reebAbj2OC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reebAbj2OC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reebAbj2OC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reebAbj2OC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reebAbj2OC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reebAbj2OC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reebAbj2OC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reebAbj2OC .copyright > p {
  color: #f9f9f9;
}
.cid-reebAbj2OC .links {
  color: #ffffff;
}
.cid-reeeYlgpgw .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reeeYlgpgw .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reeeYlgpgw a {
  font-style: normal;
}
.cid-reeeYlgpgw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reeeYlgpgw .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reeeYlgpgw .nav-item:focus,
.cid-reeeYlgpgw .nav-link:focus {
  outline: none;
}
.cid-reeeYlgpgw .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reeeYlgpgw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reeeYlgpgw .menu-logo {
  margin-right: auto;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reeeYlgpgw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reeeYlgpgw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reeeYlgpgw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reeeYlgpgw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reeeYlgpgw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reeeYlgpgw .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reeeYlgpgw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reeeYlgpgw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reeeYlgpgw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reeeYlgpgw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reeeYlgpgw .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-reeeYlgpgw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reeeYlgpgw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reeeYlgpgw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reeeYlgpgw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reeeYlgpgw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reeeYlgpgw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reeeYlgpgw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reeeYlgpgw button.navbar-toggler:focus {
  outline: none;
}
.cid-reeeYlgpgw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reeeYlgpgw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reeeYlgpgw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reeeYlgpgw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reeeYlgpgw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reeeYlgpgw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reeeYlgpgw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reeeYlgpgw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reeeYlgpgw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reeeYlgpgw .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reeeYlgpgw .collapsed .btn {
  display: flex;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse.collapsing,
.cid-reeeYlgpgw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reeeYlgpgw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reeeYlgpgw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reeeYlgpgw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reeeYlgpgw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reeeYlgpgw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reeeYlgpgw .collapsed button.navbar-toggler {
  display: block;
}
.cid-reeeYlgpgw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reeeYlgpgw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reeeYlgpgw .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-reeeYlgpgw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reeeYlgpgw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reeeYlgpgw .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-reeeYlgpgw.navbar-expand {
    flex-direction: column;
  }
  .cid-reeeYlgpgw img {
    height: 3.8rem !important;
  }
  .cid-reeeYlgpgw .btn {
    display: flex;
  }
  .cid-reeeYlgpgw button.navbar-toggler {
    display: block;
  }
  .cid-reeeYlgpgw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reeeYlgpgw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reeeYlgpgw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reeeYlgpgw .navbar-collapse.collapsing,
  .cid-reeeYlgpgw .navbar-collapse.show {
    display: block !important;
  }
  .cid-reeeYlgpgw .navbar-collapse.collapsing .navbar-nav,
  .cid-reeeYlgpgw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reeeYlgpgw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reeeYlgpgw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reeeYlgpgw .navbar-collapse.collapsing .navbar-buttons,
  .cid-reeeYlgpgw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reeeYlgpgw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reeeYlgpgw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reeeYlgpgw .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-reeeYlgpgw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reeeYlgpgw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reeeYlgpgw .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-reeeYlgpgw .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reeeYlgpgw .navbar-collapse {
  flex-basis: auto;
}
.cid-reeeYlgpgw .nav-link:hover,
.cid-reeeYlgpgw .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reeeYm9aID {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reeeYm9aID .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reeeYm9aID .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reeeYm9aID .mbr-text {
    text-align: center;
  }
}
.cid-reeeYmZpnk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reeeYmZpnk .mbr-text,
.cid-reeeYmZpnk blockquote {
  color: #767676;
}
.cid-reehwIFX9n {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-reehwIFX9n .mbr-text,
.cid-reehwIFX9n blockquote {
  color: #767676;
}
.cid-reeeYnpxw4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-reeeYnpxw4 .image-block {
  margin: auto;
}
.cid-reeeYnpxw4 figcaption {
  position: relative;
}
.cid-reeeYnpxw4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-reeeYnpxw4 .image-block {
    width: 100% !important;
  }
}
.cid-reeeYo0IFH {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reeeYoDeQC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reeeYoDeQC .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reeeYoDeQC .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reeeYoDeQC .media-wrap img {
  height: 6rem;
}
.cid-reeeYoDeQC .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reeeYoDeQC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reeeYoDeQC .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reeeYoDeQC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reeeYoDeQC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reeeYoDeQC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reeeYoDeQC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reeeYoDeQC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reeeYoDeQC .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reeeYoDeQC .copyright > p {
  color: #f9f9f9;
}
.cid-reeeYoDeQC .links {
  color: #ffffff;
}
.cid-reit7nZlNx .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reit7nZlNx .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reit7nZlNx a {
  font-style: normal;
}
.cid-reit7nZlNx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reit7nZlNx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reit7nZlNx .nav-item:focus,
.cid-reit7nZlNx .nav-link:focus {
  outline: none;
}
.cid-reit7nZlNx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reit7nZlNx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reit7nZlNx .menu-logo {
  margin-right: auto;
}
.cid-reit7nZlNx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reit7nZlNx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reit7nZlNx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reit7nZlNx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reit7nZlNx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reit7nZlNx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reit7nZlNx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reit7nZlNx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reit7nZlNx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reit7nZlNx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reit7nZlNx .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reit7nZlNx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reit7nZlNx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reit7nZlNx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reit7nZlNx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reit7nZlNx .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-reit7nZlNx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reit7nZlNx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reit7nZlNx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reit7nZlNx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reit7nZlNx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reit7nZlNx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reit7nZlNx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reit7nZlNx button.navbar-toggler:focus {
  outline: none;
}
.cid-reit7nZlNx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reit7nZlNx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reit7nZlNx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reit7nZlNx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reit7nZlNx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reit7nZlNx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reit7nZlNx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reit7nZlNx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reit7nZlNx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reit7nZlNx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reit7nZlNx .collapsed .btn {
  display: flex;
}
.cid-reit7nZlNx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reit7nZlNx .collapsed .navbar-collapse.collapsing,
.cid-reit7nZlNx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reit7nZlNx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reit7nZlNx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reit7nZlNx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reit7nZlNx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reit7nZlNx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reit7nZlNx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reit7nZlNx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reit7nZlNx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reit7nZlNx .collapsed button.navbar-toggler {
  display: block;
}
.cid-reit7nZlNx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reit7nZlNx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reit7nZlNx .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-reit7nZlNx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reit7nZlNx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reit7nZlNx .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-reit7nZlNx.navbar-expand {
    flex-direction: column;
  }
  .cid-reit7nZlNx img {
    height: 3.8rem !important;
  }
  .cid-reit7nZlNx .btn {
    display: flex;
  }
  .cid-reit7nZlNx button.navbar-toggler {
    display: block;
  }
  .cid-reit7nZlNx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reit7nZlNx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reit7nZlNx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reit7nZlNx .navbar-collapse.collapsing,
  .cid-reit7nZlNx .navbar-collapse.show {
    display: block !important;
  }
  .cid-reit7nZlNx .navbar-collapse.collapsing .navbar-nav,
  .cid-reit7nZlNx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reit7nZlNx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reit7nZlNx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reit7nZlNx .navbar-collapse.collapsing .navbar-buttons,
  .cid-reit7nZlNx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reit7nZlNx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reit7nZlNx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reit7nZlNx .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-reit7nZlNx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reit7nZlNx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reit7nZlNx .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-reit7nZlNx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reit7nZlNx .navbar-collapse {
  flex-basis: auto;
}
.cid-reit7nZlNx .nav-link:hover,
.cid-reit7nZlNx .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reit7otTQI {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reit7otTQI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reit7otTQI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reit7otTQI .mbr-text {
    text-align: center;
  }
}
.cid-reit7oYVUs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7oYVUs .mbr-text,
.cid-reit7oYVUs blockquote {
  color: #767676;
}
.cid-reit7pgzou {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7pgzou .mbr-text,
.cid-reit7pgzou blockquote {
  color: #767676;
}
.cid-reit7pxUcG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7pxUcG .mbr-text,
.cid-reit7pxUcG blockquote {
  color: #767676;
}
.cid-reit7pNRAR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7pNRAR .mbr-text,
.cid-reit7pNRAR blockquote {
  color: #767676;
}
.cid-reit7q9Krx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7q9Krx .mbr-text,
.cid-reit7q9Krx blockquote {
  color: #767676;
}
.cid-reit7qrKUy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reit7qrKUy .mbr-text,
.cid-reit7qrKUy blockquote {
  color: #767676;
}
.cid-reiuo84NU2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuo84NU2 .mbr-text,
.cid-reiuo84NU2 blockquote {
  color: #767676;
}
.cid-reiuujSdl2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuujSdl2 .mbr-text,
.cid-reiuujSdl2 blockquote {
  color: #767676;
}
.cid-reiuuN0gBW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuuN0gBW .mbr-text,
.cid-reiuuN0gBW blockquote {
  color: #767676;
}
.cid-reiuvhJgUt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuvhJgUt .mbr-text,
.cid-reiuvhJgUt blockquote {
  color: #767676;
}
.cid-reiuvLe9AF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuvLe9AF .mbr-text,
.cid-reiuvLe9AF blockquote {
  color: #767676;
}
.cid-reiuSB4bcu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiuSB4bcu .mbr-text,
.cid-reiuSB4bcu blockquote {
  color: #767676;
}
.cid-reiuTfNma3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-reiuTfNma3 .mbr-text,
.cid-reiuTfNma3 blockquote {
  color: #767676;
}
.cid-reit7rlGNN {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reit7rCjzN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reit7rCjzN .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reit7rCjzN .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reit7rCjzN .media-wrap img {
  height: 6rem;
}
.cid-reit7rCjzN .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reit7rCjzN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reit7rCjzN .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reit7rCjzN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reit7rCjzN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reit7rCjzN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reit7rCjzN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reit7rCjzN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reit7rCjzN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reit7rCjzN .copyright > p {
  color: #f9f9f9;
}
.cid-reit7rCjzN .links {
  color: #ffffff;
}
.cid-reiwOPDPhb .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reiwOPDPhb .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reiwOPDPhb a {
  font-style: normal;
}
.cid-reiwOPDPhb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reiwOPDPhb .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reiwOPDPhb .nav-item:focus,
.cid-reiwOPDPhb .nav-link:focus {
  outline: none;
}
.cid-reiwOPDPhb .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reiwOPDPhb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reiwOPDPhb .menu-logo {
  margin-right: auto;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reiwOPDPhb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reiwOPDPhb .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reiwOPDPhb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reiwOPDPhb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reiwOPDPhb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reiwOPDPhb .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reiwOPDPhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reiwOPDPhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reiwOPDPhb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reiwOPDPhb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reiwOPDPhb .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-reiwOPDPhb .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reiwOPDPhb .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reiwOPDPhb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reiwOPDPhb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reiwOPDPhb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reiwOPDPhb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reiwOPDPhb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reiwOPDPhb button.navbar-toggler:focus {
  outline: none;
}
.cid-reiwOPDPhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reiwOPDPhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reiwOPDPhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reiwOPDPhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reiwOPDPhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reiwOPDPhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiwOPDPhb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reiwOPDPhb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reiwOPDPhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiwOPDPhb .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reiwOPDPhb .collapsed .btn {
  display: flex;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse.collapsing,
.cid-reiwOPDPhb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reiwOPDPhb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reiwOPDPhb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reiwOPDPhb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reiwOPDPhb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reiwOPDPhb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reiwOPDPhb .collapsed button.navbar-toggler {
  display: block;
}
.cid-reiwOPDPhb .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reiwOPDPhb .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reiwOPDPhb .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-reiwOPDPhb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reiwOPDPhb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reiwOPDPhb .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-reiwOPDPhb.navbar-expand {
    flex-direction: column;
  }
  .cid-reiwOPDPhb img {
    height: 3.8rem !important;
  }
  .cid-reiwOPDPhb .btn {
    display: flex;
  }
  .cid-reiwOPDPhb button.navbar-toggler {
    display: block;
  }
  .cid-reiwOPDPhb .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reiwOPDPhb .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reiwOPDPhb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reiwOPDPhb .navbar-collapse.collapsing,
  .cid-reiwOPDPhb .navbar-collapse.show {
    display: block !important;
  }
  .cid-reiwOPDPhb .navbar-collapse.collapsing .navbar-nav,
  .cid-reiwOPDPhb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reiwOPDPhb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reiwOPDPhb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reiwOPDPhb .navbar-collapse.collapsing .navbar-buttons,
  .cid-reiwOPDPhb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reiwOPDPhb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reiwOPDPhb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reiwOPDPhb .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-reiwOPDPhb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reiwOPDPhb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reiwOPDPhb .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-reiwOPDPhb .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reiwOPDPhb .navbar-collapse {
  flex-basis: auto;
}
.cid-reiwOPDPhb .nav-link:hover,
.cid-reiwOPDPhb .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reiwOQ6xAo {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reiwOQ6xAo .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reiwOQ6xAo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reiwOQ6xAo .mbr-text {
    text-align: center;
  }
}
.cid-reiwOQA6Wy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOQA6Wy .mbr-text,
.cid-reiwOQA6Wy blockquote {
  color: #767676;
}
.cid-reiwOQQFDp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOQQFDp .mbr-text,
.cid-reiwOQQFDp blockquote {
  color: #767676;
}
.cid-reiwOR62kF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOR62kF .mbr-text,
.cid-reiwOR62kF blockquote {
  color: #767676;
}
.cid-reiwORnuvB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwORnuvB .mbr-text,
.cid-reiwORnuvB blockquote {
  color: #767676;
}
.cid-reiwORDdRJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwORDdRJ .mbr-text,
.cid-reiwORDdRJ blockquote {
  color: #767676;
}
.cid-reiwORURoA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwORURoA .mbr-text,
.cid-reiwORURoA blockquote {
  color: #767676;
}
.cid-reiwOSafBT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOSafBT .mbr-text,
.cid-reiwOSafBT blockquote {
  color: #767676;
}
.cid-reiwOSqYB4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOSqYB4 .mbr-text,
.cid-reiwOSqYB4 blockquote {
  color: #767676;
}
.cid-reiwOSIgvM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOSIgvM .mbr-text,
.cid-reiwOSIgvM blockquote {
  color: #767676;
}
.cid-reiwOSY9gA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOSY9gA .mbr-text,
.cid-reiwOSY9gA blockquote {
  color: #767676;
}
.cid-reiwOTee8B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiwOTee8B .mbr-text,
.cid-reiwOTee8B blockquote {
  color: #767676;
}
.cid-reiwOU3WNJ {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reiwOUm2f3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reiwOUm2f3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiwOUm2f3 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reiwOUm2f3 .media-wrap img {
  height: 6rem;
}
.cid-reiwOUm2f3 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reiwOUm2f3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiwOUm2f3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reiwOUm2f3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reiwOUm2f3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reiwOUm2f3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reiwOUm2f3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reiwOUm2f3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reiwOUm2f3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reiwOUm2f3 .copyright > p {
  color: #f9f9f9;
}
.cid-reiwOUm2f3 .links {
  color: #ffffff;
}
.cid-reiz3lKwXV .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reiz3lKwXV .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reiz3lKwXV a {
  font-style: normal;
}
.cid-reiz3lKwXV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reiz3lKwXV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reiz3lKwXV .nav-item:focus,
.cid-reiz3lKwXV .nav-link:focus {
  outline: none;
}
.cid-reiz3lKwXV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reiz3lKwXV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reiz3lKwXV .menu-logo {
  margin-right: auto;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reiz3lKwXV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reiz3lKwXV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reiz3lKwXV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reiz3lKwXV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reiz3lKwXV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reiz3lKwXV .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reiz3lKwXV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reiz3lKwXV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reiz3lKwXV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reiz3lKwXV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reiz3lKwXV .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-reiz3lKwXV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reiz3lKwXV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reiz3lKwXV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reiz3lKwXV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reiz3lKwXV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reiz3lKwXV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reiz3lKwXV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reiz3lKwXV button.navbar-toggler:focus {
  outline: none;
}
.cid-reiz3lKwXV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reiz3lKwXV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reiz3lKwXV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reiz3lKwXV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reiz3lKwXV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reiz3lKwXV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiz3lKwXV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reiz3lKwXV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reiz3lKwXV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiz3lKwXV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reiz3lKwXV .collapsed .btn {
  display: flex;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse.collapsing,
.cid-reiz3lKwXV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reiz3lKwXV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reiz3lKwXV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reiz3lKwXV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reiz3lKwXV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reiz3lKwXV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reiz3lKwXV .collapsed button.navbar-toggler {
  display: block;
}
.cid-reiz3lKwXV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reiz3lKwXV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reiz3lKwXV .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-reiz3lKwXV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reiz3lKwXV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reiz3lKwXV .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-reiz3lKwXV.navbar-expand {
    flex-direction: column;
  }
  .cid-reiz3lKwXV img {
    height: 3.8rem !important;
  }
  .cid-reiz3lKwXV .btn {
    display: flex;
  }
  .cid-reiz3lKwXV button.navbar-toggler {
    display: block;
  }
  .cid-reiz3lKwXV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reiz3lKwXV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reiz3lKwXV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reiz3lKwXV .navbar-collapse.collapsing,
  .cid-reiz3lKwXV .navbar-collapse.show {
    display: block !important;
  }
  .cid-reiz3lKwXV .navbar-collapse.collapsing .navbar-nav,
  .cid-reiz3lKwXV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reiz3lKwXV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reiz3lKwXV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reiz3lKwXV .navbar-collapse.collapsing .navbar-buttons,
  .cid-reiz3lKwXV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reiz3lKwXV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reiz3lKwXV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reiz3lKwXV .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-reiz3lKwXV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reiz3lKwXV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reiz3lKwXV .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-reiz3lKwXV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reiz3lKwXV .navbar-collapse {
  flex-basis: auto;
}
.cid-reiz3lKwXV .nav-link:hover,
.cid-reiz3lKwXV .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reiz3mehPG {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reiz3mehPG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reiz3mehPG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reiz3mehPG .mbr-text {
    text-align: center;
  }
}
.cid-reiz3n2UnU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3n2UnU .mbr-text,
.cid-reiz3n2UnU blockquote {
  color: #767676;
}
.cid-reiz3nlVo4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3nlVo4 .mbr-text,
.cid-reiz3nlVo4 blockquote {
  color: #767676;
}
.cid-reiz3nIgJ0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3nIgJ0 .mbr-text,
.cid-reiz3nIgJ0 blockquote {
  color: #767676;
}
.cid-reiz3o3d7L {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3o3d7L .mbr-text,
.cid-reiz3o3d7L blockquote {
  color: #767676;
}
.cid-reiz3onhQY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3onhQY .mbr-text,
.cid-reiz3onhQY blockquote {
  color: #767676;
}
.cid-reiz3oIpD3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiz3oIpD3 .mbr-text,
.cid-reiz3oIpD3 blockquote {
  color: #767676;
}
.cid-reiz3qRsvf {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reiz3rdMny {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reiz3rdMny .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiz3rdMny .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reiz3rdMny .media-wrap img {
  height: 6rem;
}
.cid-reiz3rdMny .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reiz3rdMny .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiz3rdMny .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reiz3rdMny .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reiz3rdMny .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reiz3rdMny .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reiz3rdMny .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reiz3rdMny .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reiz3rdMny .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reiz3rdMny .copyright > p {
  color: #f9f9f9;
}
.cid-reiz3rdMny .links {
  color: #ffffff;
}
.cid-reiB0sFTZt .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reiB0sFTZt .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reiB0sFTZt a {
  font-style: normal;
}
.cid-reiB0sFTZt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reiB0sFTZt .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reiB0sFTZt .nav-item:focus,
.cid-reiB0sFTZt .nav-link:focus {
  outline: none;
}
.cid-reiB0sFTZt .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reiB0sFTZt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reiB0sFTZt .menu-logo {
  margin-right: auto;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reiB0sFTZt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reiB0sFTZt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reiB0sFTZt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reiB0sFTZt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reiB0sFTZt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reiB0sFTZt .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reiB0sFTZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reiB0sFTZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reiB0sFTZt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reiB0sFTZt .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reiB0sFTZt .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-reiB0sFTZt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reiB0sFTZt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reiB0sFTZt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reiB0sFTZt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reiB0sFTZt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reiB0sFTZt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reiB0sFTZt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reiB0sFTZt button.navbar-toggler:focus {
  outline: none;
}
.cid-reiB0sFTZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reiB0sFTZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reiB0sFTZt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reiB0sFTZt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reiB0sFTZt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reiB0sFTZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiB0sFTZt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reiB0sFTZt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reiB0sFTZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiB0sFTZt .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reiB0sFTZt .collapsed .btn {
  display: flex;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse.collapsing,
.cid-reiB0sFTZt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reiB0sFTZt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reiB0sFTZt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reiB0sFTZt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reiB0sFTZt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reiB0sFTZt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reiB0sFTZt .collapsed button.navbar-toggler {
  display: block;
}
.cid-reiB0sFTZt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reiB0sFTZt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reiB0sFTZt .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-reiB0sFTZt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reiB0sFTZt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reiB0sFTZt .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-reiB0sFTZt.navbar-expand {
    flex-direction: column;
  }
  .cid-reiB0sFTZt img {
    height: 3.8rem !important;
  }
  .cid-reiB0sFTZt .btn {
    display: flex;
  }
  .cid-reiB0sFTZt button.navbar-toggler {
    display: block;
  }
  .cid-reiB0sFTZt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reiB0sFTZt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reiB0sFTZt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reiB0sFTZt .navbar-collapse.collapsing,
  .cid-reiB0sFTZt .navbar-collapse.show {
    display: block !important;
  }
  .cid-reiB0sFTZt .navbar-collapse.collapsing .navbar-nav,
  .cid-reiB0sFTZt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reiB0sFTZt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reiB0sFTZt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reiB0sFTZt .navbar-collapse.collapsing .navbar-buttons,
  .cid-reiB0sFTZt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reiB0sFTZt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reiB0sFTZt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reiB0sFTZt .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-reiB0sFTZt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reiB0sFTZt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reiB0sFTZt .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-reiB0sFTZt .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reiB0sFTZt .navbar-collapse {
  flex-basis: auto;
}
.cid-reiB0sFTZt .nav-link:hover,
.cid-reiB0sFTZt .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reiB0t59w4 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reiB0t59w4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reiB0t59w4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reiB0t59w4 .mbr-text {
    text-align: center;
  }
}
.cid-reiB0tEfTY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiB0tEfTY .mbr-text,
.cid-reiB0tEfTY blockquote {
  color: #767676;
}
.cid-reiB0tUtwq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiB0tUtwq .mbr-text,
.cid-reiB0tUtwq blockquote {
  color: #767676;
}
.cid-reiBBMdg2y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-reiBBMdg2y .counter-container {
  color: #767676;
}
.cid-reiBBMdg2y .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-reiBBMdg2y .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-reiBBMdg2y .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-reiBBMdg2y .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #7f1517;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-reiB0uc8W4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiB0uc8W4 .mbr-text,
.cid-reiB0uc8W4 blockquote {
  color: #767676;
}
.cid-reiCc3VCDr {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-reiCc3VCDr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-reiCc3VCDr .video-block {
    width: 100% !important;
  }
}
.cid-reiB0vhsmo {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reiB0vxiJH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reiB0vxiJH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiB0vxiJH .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reiB0vxiJH .media-wrap img {
  height: 6rem;
}
.cid-reiB0vxiJH .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reiB0vxiJH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiB0vxiJH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reiB0vxiJH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reiB0vxiJH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reiB0vxiJH .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reiB0vxiJH .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reiB0vxiJH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reiB0vxiJH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reiB0vxiJH .copyright > p {
  color: #f9f9f9;
}
.cid-reiB0vxiJH .links {
  color: #ffffff;
}
.cid-recRIO9Swv .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-recRIO9Swv .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-recRIO9Swv a {
  font-style: normal;
}
.cid-recRIO9Swv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-recRIO9Swv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-recRIO9Swv .nav-item:focus,
.cid-recRIO9Swv .nav-link:focus {
  outline: none;
}
.cid-recRIO9Swv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-recRIO9Swv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-recRIO9Swv .menu-logo {
  margin-right: auto;
}
.cid-recRIO9Swv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-recRIO9Swv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-recRIO9Swv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-recRIO9Swv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-recRIO9Swv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-recRIO9Swv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-recRIO9Swv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-recRIO9Swv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-recRIO9Swv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-recRIO9Swv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-recRIO9Swv .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-recRIO9Swv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-recRIO9Swv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-recRIO9Swv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-recRIO9Swv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-recRIO9Swv .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-recRIO9Swv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-recRIO9Swv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-recRIO9Swv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-recRIO9Swv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-recRIO9Swv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-recRIO9Swv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-recRIO9Swv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-recRIO9Swv button.navbar-toggler:focus {
  outline: none;
}
.cid-recRIO9Swv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-recRIO9Swv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-recRIO9Swv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-recRIO9Swv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-recRIO9Swv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-recRIO9Swv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recRIO9Swv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-recRIO9Swv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-recRIO9Swv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-recRIO9Swv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-recRIO9Swv .collapsed .btn {
  display: flex;
}
.cid-recRIO9Swv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-recRIO9Swv .collapsed .navbar-collapse.collapsing,
.cid-recRIO9Swv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-recRIO9Swv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-recRIO9Swv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-recRIO9Swv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-recRIO9Swv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-recRIO9Swv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-recRIO9Swv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-recRIO9Swv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-recRIO9Swv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-recRIO9Swv .collapsed button.navbar-toggler {
  display: block;
}
.cid-recRIO9Swv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-recRIO9Swv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-recRIO9Swv .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-recRIO9Swv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-recRIO9Swv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-recRIO9Swv .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-recRIO9Swv.navbar-expand {
    flex-direction: column;
  }
  .cid-recRIO9Swv img {
    height: 3.8rem !important;
  }
  .cid-recRIO9Swv .btn {
    display: flex;
  }
  .cid-recRIO9Swv button.navbar-toggler {
    display: block;
  }
  .cid-recRIO9Swv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-recRIO9Swv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-recRIO9Swv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-recRIO9Swv .navbar-collapse.collapsing,
  .cid-recRIO9Swv .navbar-collapse.show {
    display: block !important;
  }
  .cid-recRIO9Swv .navbar-collapse.collapsing .navbar-nav,
  .cid-recRIO9Swv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-recRIO9Swv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-recRIO9Swv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-recRIO9Swv .navbar-collapse.collapsing .navbar-buttons,
  .cid-recRIO9Swv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-recRIO9Swv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-recRIO9Swv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-recRIO9Swv .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-recRIO9Swv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-recRIO9Swv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-recRIO9Swv .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-recRIO9Swv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-recRIO9Swv .navbar-collapse {
  flex-basis: auto;
}
.cid-recRIO9Swv .nav-link:hover,
.cid-recRIO9Swv .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-recRIORWXX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-recRIORWXX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-recRIORWXX .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-recRIORWXX .mbr-text {
    text-align: center;
  }
}
.cid-recRIPM8F8 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-recRIPM8F8 .mbr-text,
.cid-recRIPM8F8 blockquote {
  color: #767676;
}
.cid-recRIVBz6t {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-recRIVBz6t .image-block {
  margin: auto;
}
.cid-recRIVBz6t figcaption {
  position: relative;
}
.cid-recRIVBz6t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-recRIVBz6t .image-block {
    width: 100% !important;
  }
}
.cid-recRIWlCDv {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-recRIWVJpB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-recRIWVJpB .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recRIWVJpB .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-recRIWVJpB .media-wrap img {
  height: 6rem;
}
.cid-recRIWVJpB .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-recRIWVJpB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-recRIWVJpB .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-recRIWVJpB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-recRIWVJpB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-recRIWVJpB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-recRIWVJpB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-recRIWVJpB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-recRIWVJpB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-recRIWVJpB .copyright > p {
  color: #f9f9f9;
}
.cid-recRIWVJpB .links {
  color: #ffffff;
}
.cid-reiSTpONj6 .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-reiSTpONj6 .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-reiSTpONj6 a {
  font-style: normal;
}
.cid-reiSTpONj6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-reiSTpONj6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-reiSTpONj6 .nav-item:focus,
.cid-reiSTpONj6 .nav-link:focus {
  outline: none;
}
.cid-reiSTpONj6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-reiSTpONj6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-reiSTpONj6 .menu-logo {
  margin-right: auto;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-reiSTpONj6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-reiSTpONj6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-reiSTpONj6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-reiSTpONj6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-reiSTpONj6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-reiSTpONj6 .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-reiSTpONj6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-reiSTpONj6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-reiSTpONj6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-reiSTpONj6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-reiSTpONj6 .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-reiSTpONj6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-reiSTpONj6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-reiSTpONj6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-reiSTpONj6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-reiSTpONj6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-reiSTpONj6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-reiSTpONj6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-reiSTpONj6 button.navbar-toggler:focus {
  outline: none;
}
.cid-reiSTpONj6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-reiSTpONj6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-reiSTpONj6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-reiSTpONj6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-reiSTpONj6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-reiSTpONj6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiSTpONj6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-reiSTpONj6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-reiSTpONj6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-reiSTpONj6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-reiSTpONj6 .collapsed .btn {
  display: flex;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse.collapsing,
.cid-reiSTpONj6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-reiSTpONj6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-reiSTpONj6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-reiSTpONj6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-reiSTpONj6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-reiSTpONj6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-reiSTpONj6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-reiSTpONj6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-reiSTpONj6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-reiSTpONj6 .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-reiSTpONj6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-reiSTpONj6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-reiSTpONj6 .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-reiSTpONj6.navbar-expand {
    flex-direction: column;
  }
  .cid-reiSTpONj6 img {
    height: 3.8rem !important;
  }
  .cid-reiSTpONj6 .btn {
    display: flex;
  }
  .cid-reiSTpONj6 button.navbar-toggler {
    display: block;
  }
  .cid-reiSTpONj6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-reiSTpONj6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-reiSTpONj6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-reiSTpONj6 .navbar-collapse.collapsing,
  .cid-reiSTpONj6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-reiSTpONj6 .navbar-collapse.collapsing .navbar-nav,
  .cid-reiSTpONj6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-reiSTpONj6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-reiSTpONj6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-reiSTpONj6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-reiSTpONj6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-reiSTpONj6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-reiSTpONj6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-reiSTpONj6 .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-reiSTpONj6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-reiSTpONj6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-reiSTpONj6 .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-reiSTpONj6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-reiSTpONj6 .navbar-collapse {
  flex-basis: auto;
}
.cid-reiSTpONj6 .nav-link:hover,
.cid-reiSTpONj6 .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-reiSTqhyG6 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #f9f295;
  background: linear-gradient(45deg, #f9f295, #000000);
}
@media (min-width: 992px) {
  .cid-reiSTqhyG6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-reiSTqhyG6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-reiSTqhyG6 .mbr-text {
    text-align: center;
  }
}
.cid-reiSTqTokL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiSTqTokL .mbr-text,
.cid-reiSTqTokL blockquote {
  color: #767676;
}
.cid-reiSTratPC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiSTratPC .mbr-text,
.cid-reiSTratPC blockquote {
  color: #767676;
}
.cid-reiSTrQlyy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiSTrQlyy .mbr-text,
.cid-reiSTrQlyy blockquote {
  color: #767676;
}
.cid-reiTLPDksL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiTLPDksL .mbr-text,
.cid-reiTLPDksL blockquote {
  color: #767676;
}
.cid-reiTTHlbDW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiTTHlbDW .mbr-text,
.cid-reiTTHlbDW blockquote {
  color: #767676;
}
.cid-reiTYf9R2E {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-reiTYf9R2E .mbr-text,
.cid-reiTYf9R2E blockquote {
  color: #767676;
}
.cid-reiSTsEASF {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-reiSTsZsSk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-reiSTsZsSk .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiSTsZsSk .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-reiSTsZsSk .media-wrap img {
  height: 6rem;
}
.cid-reiSTsZsSk .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-reiSTsZsSk .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-reiSTsZsSk .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-reiSTsZsSk .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-reiSTsZsSk .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-reiSTsZsSk .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-reiSTsZsSk .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-reiSTsZsSk .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-reiSTsZsSk .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-reiSTsZsSk .copyright > p {
  color: #f9f9f9;
}
.cid-reiSTsZsSk .links {
  color: #ffffff;
}
.cid-rwdwawzEz5 .modal-body .close {
  background: #1b1b1b;
}
.cid-rwdwawzEz5 .modal-body .close span {
  font-style: normal;
}
.cid-rwdwawzEz5 .carousel-inner > .active,
.cid-rwdwawzEz5 .carousel-inner > .next,
.cid-rwdwawzEz5 .carousel-inner > .prev {
  display: table;
}
.cid-rwdwawzEz5 .carousel-control .icon-next,
.cid-rwdwawzEz5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rwdwawzEz5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwdwawzEz5 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwdwawzEz5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rwdwawzEz5 .boxed-slider > div {
  position: relative;
}
.cid-rwdwawzEz5 .container img {
  width: 100%;
}
.cid-rwdwawzEz5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rwdwawzEz5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwdwawzEz5 .mbr-table-cell {
  padding: 0;
}
.cid-rwdwawzEz5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rwdwawzEz5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rwdwawzEz5 .mbr-overlay {
  z-index: 1;
}
.cid-rwdwawzEz5 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwdwawzEz5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rwdwawzEz5 .carousel-item .container {
    width: 100%;
  }
}
.cid-rwdwawzEz5 .carousel-item-next.carousel-item-left,
.cid-rwdwawzEz5 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rwdwawzEz5 .active.carousel-item-right,
.cid-rwdwawzEz5 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rwdwawzEz5 .active.carousel-item-left,
.cid-rwdwawzEz5 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rwdwawzEz5 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rwdwawzEz5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators li.active,
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators li::after,
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rwdwawzEz5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rwdwawzEz5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rwdwawzEz5 .mbr-slider > .container img {
  width: 100%;
}
.cid-rwdwawzEz5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rwdwawzEz5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rwdwawzEz5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwdwawzEz5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwdwawzEz5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rwdwawzEz5 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rwdwawzEz5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rwdwawzEz5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rwdwawzEz5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rwdwawzEz5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwdwawzEz5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rwdwawzEz5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rwdwawzEz5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rwdwawzEz5 H2 {
  text-align: center;
}
.cid-rwdwaxFwum .navbar {
  background: #7f1517;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rwdwaxFwum .navbar-dropdown.bg-color.transparent.opened {
  background: #7f1517;
}
.cid-rwdwaxFwum a {
  font-style: normal;
}
.cid-rwdwaxFwum .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwdwaxFwum .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rwdwaxFwum .nav-item:focus,
.cid-rwdwaxFwum .nav-link:focus {
  outline: none;
}
.cid-rwdwaxFwum .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rwdwaxFwum .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwdwaxFwum .menu-logo {
  margin-right: auto;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwdwaxFwum .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwdwaxFwum .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwdwaxFwum .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwdwaxFwum .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwdwaxFwum .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwdwaxFwum .dropdown .dropdown-menu {
  background: #7f1517;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwdwaxFwum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwdwaxFwum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwdwaxFwum .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwdwaxFwum .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwdwaxFwum .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-rwdwaxFwum .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwdwaxFwum .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwdwaxFwum .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwdwaxFwum .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwdwaxFwum .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwdwaxFwum .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwdwaxFwum button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwdwaxFwum button.navbar-toggler:focus {
  outline: none;
}
.cid-rwdwaxFwum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwdwaxFwum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwdwaxFwum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwdwaxFwum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwdwaxFwum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwdwaxFwum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwdwaxFwum nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwdwaxFwum nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwdwaxFwum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwdwaxFwum .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rwdwaxFwum .collapsed .btn {
  display: flex;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse.collapsing,
.cid-rwdwaxFwum .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwdwaxFwum .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwdwaxFwum .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwdwaxFwum .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwdwaxFwum .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwdwaxFwum .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwdwaxFwum .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwdwaxFwum .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwdwaxFwum .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwdwaxFwum .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-rwdwaxFwum .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwdwaxFwum .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwdwaxFwum .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-rwdwaxFwum.navbar-expand {
    flex-direction: column;
  }
  .cid-rwdwaxFwum img {
    height: 3.8rem !important;
  }
  .cid-rwdwaxFwum .btn {
    display: flex;
  }
  .cid-rwdwaxFwum button.navbar-toggler {
    display: block;
  }
  .cid-rwdwaxFwum .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwdwaxFwum .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwdwaxFwum .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwdwaxFwum .navbar-collapse.collapsing,
  .cid-rwdwaxFwum .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwdwaxFwum .navbar-collapse.collapsing .navbar-nav,
  .cid-rwdwaxFwum .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwdwaxFwum .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwdwaxFwum .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwdwaxFwum .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwdwaxFwum .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwdwaxFwum .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwdwaxFwum .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwdwaxFwum .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-rwdwaxFwum .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwdwaxFwum .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwdwaxFwum .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-rwdwaxFwum .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rwdwaxFwum .navbar-collapse {
  flex-basis: auto;
}
.cid-rwdwaxFwum .nav-link:hover,
.cid-rwdwaxFwum .dropdown-item:hover {
  color: #ffffff !important;
}
.cid-rwdwayL12U {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdwayL12U .mbr-text {
  color: #767676;
}
.cid-rwdwayL12U h4 {
  text-align: center;
}
.cid-rwdwayL12U p {
  text-align: center;
}
.cid-rwdwayL12U .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rwdwaA6mUG {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwdwaA6mUG .mbr-section-subtitle {
  color: #232323;
}
.cid-rwdwaATdxR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-rwdwaATdxR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rwdwaBGmwo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-rwdwaBGmwo H2 {
  color: #000000;
}
.cid-rwdwaBGmwo .mbr-section-subtitle {
  color: #000000;
}
.cid-rwdwaD04df {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rwdwaD04df .card-box {
  padding: 0 2rem;
}
.cid-rwdwaD04df .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rwdwaD04df .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rwdwaD04df h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rwdwaD04df p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rwdwaD04df .mbr-text {
  color: #232323;
}
.cid-rwdwaD04df .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwdwaD04df .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdwaEwzUO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdwaEwzUO H2 {
  color: #000000;
}
.cid-rwdwaEwzUO .mbr-section-subtitle {
  color: #000000;
}
.cid-rwdwaFvm80 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwdwaFvm80 .card-box {
  padding: 0 2rem;
}
.cid-rwdwaFvm80 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rwdwaFvm80 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rwdwaFvm80 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rwdwaFvm80 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rwdwaFvm80 .mbr-text {
  color: #232323;
}
.cid-rwdwaFvm80 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwdwaFvm80 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdwaHxTOv {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rwdwaHxTOv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rwdwaHxTOv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rwdwaHxTOv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rwdwaHxTOv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rwdwaHxTOv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rwdwaHxTOv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rwdwaHxTOv .card .panel-body {
  color: #767676;
}
.cid-rwdwaHxTOv .panel-text {
  color: #232323;
}
.cid-rwdwaIS9xL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdwaIS9xL H2 {
  color: #000000;
}
.cid-rwdwaIS9xL .mbr-section-subtitle {
  color: #000000;
}
.cid-rwdwaKhlE5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdwaKhlE5 .mbr-section-subtitle {
  color: #767676;
}
.cid-rwdwaKhlE5 .mbr-text {
  color: #767676;
}
.cid-rwdwaKhlE5 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rwdwaKhlE5 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwdwaKhlE5 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwdwaKhlE5 .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-rwdwaKhlE5 .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-rwdwaKhlE5 .card-wrapper .card-img img {
  width: 100%;
}
.cid-rwdwaKhlE5 .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rwdwaKhlE5 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rwdwaKhlE5 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rwdwaKhlE5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdwaKhlE5 .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rwdwaKhlE5 .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-rwdwaKhlE5 .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-rwdwaKhlE5 .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rwdwaM3qYn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rwdwaM3qYn .mbr-section-subtitle {
  color: #767676;
}
.cid-rwdwaM3qYn .mbr-text {
  color: #767676;
}
.cid-rwdwaM3qYn .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rwdwaM3qYn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwdwaM3qYn .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwdwaM3qYn .card-wrapper .card-img .mbr-overlay {
  background-color: #efefef;
  display: none;
  transition: opacity .3s;
}
.cid-rwdwaM3qYn .card-wrapper .card-img .mbr-section-btn {
  display: flex;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  margin: auto;
  left: 0;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}
.cid-rwdwaM3qYn .card-wrapper .card-img img {
  width: 100%;
}
.cid-rwdwaM3qYn .card-wrapper .card-box {
  background-color: #efefef;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rwdwaM3qYn .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rwdwaM3qYn .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rwdwaM3qYn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rwdwaM3qYn .popup-btn .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rwdwaM3qYn .popup-btn .mbr-section-btn {
  height: 100%;
  display: -webkit-flex !important;
  opacity: 0;
}
.cid-rwdwaM3qYn .popup-btn:hover .mbr-overlay {
  opacity: .5;
}
.cid-rwdwaM3qYn .popup-btn:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rwdwaNOHJj {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rwdwaOOq2I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwdwaOOq2I .title {
  margin-bottom: 2rem;
}
.cid-rwdwaOOq2I .mbr-section-subtitle {
  color: #767676;
}
.cid-rwdwaOOq2I a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rwdwaOOq2I a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-rwdwaOOq2I .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-rwdwaOOq2I .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rwdwaQ5u3Z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rwdwaQ5u3Z .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwdwaQ5u3Z .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rwdwaQ5u3Z .media-wrap img {
  height: 6rem;
}
.cid-rwdwaQ5u3Z .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rwdwaQ5u3Z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rwdwaQ5u3Z .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rwdwaQ5u3Z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rwdwaQ5u3Z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rwdwaQ5u3Z .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rwdwaQ5u3Z .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rwdwaQ5u3Z .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwdwaQ5u3Z .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rwdwaQ5u3Z .copyright > p {
  color: #f9f9f9;
}
.cid-rwdwaQ5u3Z .links {
  color: #ffffff;
}
