body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'DM Serif Display', serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Nucleo';
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Quattrocento', serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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.3 * (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))));
  }
  .display-7 {
    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 {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #8b1f1f !important;
}
.bg-success {
  background-color: #6a7c92 !important;
}
.bg-info {
  background-color: #ffff00 !important;
}
.bg-warning {
  background-color: #8b1f1f !important;
}
.bg-danger {
  background-color: #0f3065 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #611616 !important;
  border-color: #611616 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #611616 !important;
  border-color: #611616 !important;
}
.btn-primary:before {
  background: #8b1f1f;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #8b1f1f !important;
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #051441 !important;
  border-color: #051441 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary:before {
  background: #051441;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #051441 !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(255, 255, 0, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cccc00 !important;
  border-color: #cccc00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #cccc00 !important;
  border-color: #cccc00 !important;
}
.btn-info:before {
  background: #ffff00;
}
.btn-info:hover {
  color: #000000 !important;
  border-color: #ffff00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 0, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #556374 !important;
  border-color: #556374 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #556374 !important;
  border-color: #556374 !important;
}
.btn-success:before {
  background: #6a7c92;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #6a7c92 !important;
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #611616 !important;
  border-color: #611616 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #611616 !important;
  border-color: #611616 !important;
}
.btn-warning:before {
  background: #8b1f1f;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #8b1f1f !important;
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(15, 48, 101, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #0f3065 !important;
  border-color: #0f3065 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #081b39 !important;
  border-color: #081b39 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #081b39 !important;
  border-color: #081b39 !important;
}
.btn-danger:before {
  background: #0f3065;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #0f3065 !important;
  box-shadow: 0 15px 30px 0 rgba(15, 48, 101, 0.15);
}
.btn-white {
  color: #8b1f1f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.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: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #8b1f1f;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #8b1f1f !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b1f1f;
  color: #8b1f1f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
}
.btn-primary-outline:before {
  background: #8b1f1f;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #051441;
  color: #051441;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline:before {
  background: #051441;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffff00;
  color: #ffff00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.btn-info-outline:before {
  background: #ffff00;
}
.btn-info-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 0, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6a7c92;
  color: #6a7c92;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a7c92 !important;
  border-color: #6a7c92 !important;
}
.btn-success-outline:before {
  background: #6a7c92;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(106, 124, 146, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #8b1f1f;
  color: #8b1f1f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #8b1f1f !important;
  border-color: #8b1f1f !important;
}
.btn-warning-outline:before {
  background: #8b1f1f;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(139, 31, 31, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0f3065;
  color: #0f3065;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #0f3065 !important;
  border-color: #0f3065 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0f3065 !important;
  border-color: #0f3065 !important;
}
.btn-danger-outline:before {
  background: #0f3065;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(15, 48, 101, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #8b1f1f !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #8b1f1f !important;
}
.text-secondary {
  color: #051441 !important;
}
.text-success {
  color: #6a7c92 !important;
}
.text-info {
  color: #ffff00 !important;
}
.text-warning {
  color: #8b1f1f !important;
}
.text-danger {
  color: #0f3065 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #380c0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f4a57 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #999900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #380c0c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #02060c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #8b1f1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #ffff00;
}
.alert-warning {
  background-color: #8b1f1f;
}
.alert-danger {
  background-color: #0f3065;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8b1f1f;
  border-color: #8b1f1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8b1f1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d85151;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3bdc8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d85151;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #1f65d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #8b1f1f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8b1f1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8b1f1f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8b1f1f;
  border-bottom-color: #8b1f1f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8b1f1f !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: #051441 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238b1f1f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a.btn-white {
  color: #8b1f1f !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(139, 31, 31, 0.6);
}
.mbr-arrow-up a:hover {
  background: #8b1f1f;
}
.cid-spsOHJjWVh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-spsOHJjWVh nav.navbar {
  position: fixed;
}
.cid-spsOHJjWVh .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-spsOHJjWVh .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-spsOHJjWVh .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-spsOHJjWVh .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-spsOHJjWVh .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-spsOHJjWVh .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-spsOHJjWVh .dropdown-item:hover,
.cid-spsOHJjWVh .dropdown-item:focus {
  background: rgba(139, 31, 31, 0.1) !important;
  color: #8b1f1f !important;
}
.cid-spsOHJjWVh .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-spsOHJjWVh .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-spsOHJjWVh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-spsOHJjWVh .nav-link {
  position: relative;
  line-height: 1;
}
.cid-spsOHJjWVh .nav-link:hover {
  color: #8b1f1f !important;
}
.cid-spsOHJjWVh .container {
  display: flex;
  margin: auto;
}
.cid-spsOHJjWVh .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-spsOHJjWVh .dropdown-menu,
.cid-spsOHJjWVh .navbar.opened {
  background: #ffffff !important;
}
.cid-spsOHJjWVh .nav-item:focus,
.cid-spsOHJjWVh .nav-link:focus {
  outline: none;
}
.cid-spsOHJjWVh .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-spsOHJjWVh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spsOHJjWVh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-spsOHJjWVh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-spsOHJjWVh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spsOHJjWVh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-spsOHJjWVh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-spsOHJjWVh .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-spsOHJjWVh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-spsOHJjWVh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-spsOHJjWVh .navbar.opened {
  transition: all 0.3s;
}
.cid-spsOHJjWVh .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-spsOHJjWVh .navbar .navbar-logo img {
  width: auto;
}
.cid-spsOHJjWVh .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-spsOHJjWVh .navbar.collapsed {
  justify-content: center;
}
.cid-spsOHJjWVh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spsOHJjWVh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-spsOHJjWVh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-spsOHJjWVh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spsOHJjWVh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spsOHJjWVh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-spsOHJjWVh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spsOHJjWVh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spsOHJjWVh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spsOHJjWVh .navbar .dropdown-menu {
    display: none;
  }
  .cid-spsOHJjWVh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spsOHJjWVh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spsOHJjWVh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-spsOHJjWVh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-spsOHJjWVh .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-spsOHJjWVh .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-spsOHJjWVh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-spsOHJjWVh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-spsOHJjWVh .navbar .navbar-buttons,
  .cid-spsOHJjWVh .navbar .icons-menu {
    display: none;
  }
  .cid-spsOHJjWVh .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-spsOHJjWVh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spsOHJjWVh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spsOHJjWVh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spsOHJjWVh .dropdown-item.active,
.cid-spsOHJjWVh .dropdown-item:active {
  background-color: transparent;
}
.cid-spsOHJjWVh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spsOHJjWVh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spsOHJjWVh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spsOHJjWVh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-spsOHJjWVh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-spsOHJjWVh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-spsOHJjWVh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-spsOHJjWVh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spsOHJjWVh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spsOHJjWVh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spsOHJjWVh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spsOHJjWVh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spsOHJjWVh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spsOHJjWVh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spsOHJjWVh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spsOHJjWVh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-spsOHJjWVh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-spsOHJjWVh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spsOHJjWVh .navbar {
    height: 70px;
  }
  .cid-spsOHJjWVh .navbar.opened {
    height: auto;
  }
  .cid-spsOHJjWVh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-subyzzwt9S .modal-body .close {
  background: #1b1b1b;
}
.cid-subyzzwt9S .modal-body .close span {
  font-style: normal;
}
.cid-subyzzwt9S .carousel-inner > .active,
.cid-subyzzwt9S .carousel-inner > .next,
.cid-subyzzwt9S .carousel-inner > .prev {
  display: flex;
}
.cid-subyzzwt9S .carousel-control .icon-next,
.cid-subyzzwt9S .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-subyzzwt9S .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-subyzzwt9S .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-subyzzwt9S .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-subyzzwt9S .boxed-slider > div {
  position: relative;
}
.cid-subyzzwt9S .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-subyzzwt9S .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-subyzzwt9S .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-subyzzwt9S .mbr-table-cell {
  padding: 0;
}
.cid-subyzzwt9S .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-subyzzwt9S .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-subyzzwt9S .mbr-overlay {
  z-index: 1;
}
.cid-subyzzwt9S .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-subyzzwt9S .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-subyzzwt9S .carousel-item.active.right,
.cid-subyzzwt9S .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-subyzzwt9S .carousel-item.active.left,
.cid-subyzzwt9S .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-subyzzwt9S .carousel-item.active,
.cid-subyzzwt9S .carousel-item.next.left,
.cid-subyzzwt9S .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-subyzzwt9S .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-subyzzwt9S .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-subyzzwt9S .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-subyzzwt9S .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-subyzzwt9S .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-subyzzwt9S .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-subyzzwt9S .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-subyzzwt9S .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-subyzzwt9S .mbr-slider .carousel-indicators li.active,
.cid-subyzzwt9S .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-subyzzwt9S .mbr-slider .carousel-indicators li::after,
.cid-subyzzwt9S .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-subyzzwt9S .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-subyzzwt9S .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-subyzzwt9S .mbr-slider > .container img {
  width: 100%;
}
.cid-subyzzwt9S .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-subyzzwt9S .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-subyzzwt9S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-subyzzwt9S .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-subyzzwt9S .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-subyzzwt9S .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-subyzzwt9S .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-subyzzwt9S .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-subyzzwt9S .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-subyzzwt9S .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-subyzzwt9S .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-subyzzwt9S .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-subyzzwt9S .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-subyzzwt9S h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-subyzzwt9S .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-subyzzwt9S .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-subyzzwt9S .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-subyzzwt9S .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-subyzzwt9S .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-subyzzwt9S .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-subyzzwt9S .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-subyzzwt9S .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-subyzzwt9S .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-subyzzwt9S H2 {
  text-align: center;
  color: #ffffff;
}
.cid-subyzzwt9S P {
  text-align: center;
  color: #ffffff;
}
.cid-sujiVUDEC1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sujiVUDEC1 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-sujiVUDEC1 .content_wrapper:hover .mbr-section-title a {
  color: #051441 !important;
}
.cid-sujiVUDEC1 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-sujiVUDEC1 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sujiVUDEC1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sujiVUDEC1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-sujiVUDEC1 .mbr-section-btn .btn-secondary-outline .active,
.cid-sujiVUDEC1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #8b1f1f !important;
}
.cid-sujiVUDEC1 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sujiVUDEC1 .image_post {
  display: inline-block;
}
.cid-sujiVUDEC1 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sujiVUDEC1 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sujiVUDEC1 .mbr-text,
.cid-sujiVUDEC1 .mbr-section-btn {
  color: #000000;
}
.cid-sujiVUDEC1 .author_post,
.cid-sujiVUDEC1 .post_wrap {
  color: #000000;
}
.cid-sucJU4mr6C {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #310b0b;
  background-image: linear-gradient(-45deg, #310b0b 0%, #ff9595 100%);
}
.cid-sucJU4mr6C .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-sucJU4mr6C .title_block {
  margin-bottom: 50px;
}
.cid-sucJU4mr6C .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-sucJU4mr6C .mbr-section-title {
  margin-bottom: 36px;
}
.cid-sucJU4mr6C .mbr-text {
  margin-bottom: 30px;
}
.cid-sucJU4mr6C .mbr-section-btn .btn-white {
  color: #ffff00 !important;
}
.cid-sucJU4mr6C .mbr-section-btn .btn-white:before {
  background: #ffff00 !important;
}
.cid-sucJU4mr6C .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-sucJU4mr6C .mbr-section-btn .btn-white:hover::before {
  background: #ffff00 !important;
}
.cid-sucJU4mr6C .mbr-section-btn .btn-white-outline:hover {
  color: #ffff00 !important;
}
.cid-sucJU4mr6C .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-sucJU4mr6C .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-sucJU4mr6C .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sucJU4mr6C .title_block {
    text-align: center;
  }
  .cid-sucJU4mr6C .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-sucJU4mr6C .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sucJU4mr6C .btn {
    padding: 14px 26px;
  }
}
.cid-svuKoV5tEa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-svuKoV5tEa .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-svuKoV5tEa .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
}
.cid-svuKoV5tEa .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-svuKoV5tEa .progress {
  width: 100%;
  height: 22px;
}
.cid-svuKoV5tEa .progress_elements,
.cid-svuKoV5tEa .text-elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svuKoV5tEa .progress_elements > div,
.cid-svuKoV5tEa .text-elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-svuKoV5tEa .progress-bar {
  height: 22px;
  background-color: #a91c22;
}
.cid-svuKoV5tEa .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-svuKoV5tEa .progressbar-number {
  display: inline-block;
}
.cid-svuKoV5tEa .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-svuKoV5tEa .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-svuKoV5tEa .progress_value {
  position: relative;
}
.cid-svuKoV5tEa progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-svuKoV5tEa progress::-webkit-progress-value {
  background: #a91c22;
}
.cid-svuKoV5tEa progress[value]::-moz-progress-bar {
  background: #a91c22;
}
.cid-svuKoV5tEa progress::-ms-fill {
  background: #a91c22;
}
.cid-svuKoV5tEa .progress1 .progressbar-number:before {
  content: '99';
}
.cid-svuKoV5tEa .progress2 .progressbar-number:before {
  content: '97';
}
.cid-svuKoV5tEa .progress3 .progressbar-number:before {
  content: '96';
}
.cid-svuKoV5tEa .progress4 .progressbar-number:before {
  content: '98';
}
.cid-svuKoV5tEa .progress5 .progressbar-number:before {
  content: '10';
}
.cid-svuKoV5tEa .progress-bar-1 {
  width: 99%;
}
.cid-svuKoV5tEa .progress-bar-2 {
  width: 97%;
}
.cid-svuKoV5tEa .progress-bar-3 {
  width: 96%;
}
.cid-svuKoV5tEa .progress-bar-4 {
  width: 98%;
}
.cid-svuKoV5tEa .progress-bar-5 {
  width: 10%;
}
@media (max-width: 767px) {
  .cid-svuKoV5tEa .progress_elements {
    padding-top: 2rem;
  }
}
.cid-svuKoV5tEa .progressbar-title p,
.cid-svuKoV5tEa .progress_value {
  color: #000000;
}
.cid-swtpuXBLU2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swtpuXBLU2 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-swtpuXBLU2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swtpuXBLU2 .mbr-text {
  color: #444;
}
.cid-swtpuXBLU2 h5 {
  margin-bottom: 0;
}
.cid-swtpuXBLU2 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swtpuXBLU2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swtpuXBLU2 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swtpuXBLU2 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swtpuXBLU2 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swtpuXBLU2 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swtpuXBLU2 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swtpuXBLU2 .social-list a:hover {
  opacity: 0.4;
}
.cid-swtpuXBLU2 .media-container-row > div {
  padding: 0px;
}
.cid-swtpuXBLU2 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swtpuXBLU2 .group-title {
  text-align: left;
  color: #eb969a;
}
.cid-swtpuXBLU2 .group-title SPAN {
  color: #ffffff;
}
.cid-swtpuXBLU2 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swtpuXBLU2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swtpuXBLU2 .social-list,
  .cid-swtpuXBLU2 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swtpuXBLU2 h3 {
    margin-bottom: 10px;
  }
  .cid-swtpuXBLU2 .navbar-brand {
    text-align: center;
  }
}
.cid-swtpuXBLU2 .links SPAN {
  color: #9e9e9e;
}
.cid-swtpuXBLU2 .links,
.cid-swtpuXBLU2 .navbar-brand {
  color: #e0e5ff;
}
.cid-svvOyeeX6A.popup-builder {
  background-color: #ffffff;
}
.cid-svvOyeeX6A.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svvOyeeX6A.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svvOyeeX6A .modal-content,
.cid-svvOyeeX6A .modal-dialog {
  height: auto;
}
.cid-svvOyeeX6A .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svvOyeeX6A .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svvOyeeX6A .form-wrapper .mbr-form .form-group,
  .cid-svvOyeeX6A .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svvOyeeX6A .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svvOyeeX6A .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-svvOyeeX6A .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svvOyeeX6A .pt-0 {
  padding-top: 0 !important;
}
.cid-svvOyeeX6A .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svvOyeeX6A .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svvOyeeX6A .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svvOyeeX6A .modal-open {
  overflow: hidden;
}
.cid-svvOyeeX6A .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svvOyeeX6A .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svvOyeeX6A .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svvOyeeX6A .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-svvOyeeX6A .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svvOyeeX6A .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svvOyeeX6A .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svvOyeeX6A .modal-content {
  background: #a91c22;
  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-svvOyeeX6A .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svvOyeeX6A .modal-backdrop.fade {
  opacity: 0;
}
.cid-svvOyeeX6A .modal-backdrop.show {
  opacity: .5;
}
.cid-svvOyeeX6A .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-svvOyeeX6A .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svvOyeeX6A .modal-header .close:hover {
  opacity: 1;
}
.cid-svvOyeeX6A .modal-header .close:focus {
  outline: none;
}
.cid-svvOyeeX6A .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffff00;
}
.cid-svvOyeeX6A .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svvOyeeX6A .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-svvOyeeX6A .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svvOyeeX6A .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svvOyeeX6A .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svvOyeeX6A .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svvOyeeX6A .modal-sm {
    max-width: 300px;
  }
  .cid-svvOyeeX6A .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svvOyeeX6A .modal-lg,
  .cid-svvOyeeX6A .modal-xl {
    max-width: 800px;
  }
  .cid-svvOyeeX6A .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svvOyeeX6A .modal-xl {
    max-width: 1140px;
  }
  .cid-svvOyeeX6A .container {
    max-width: 1140px;
  }
}
.cid-svvOyeeX6A .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svvOyeeX6A .container {
    max-width: 720px;
  }
}
.cid-svvOyeeX6A .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svvOyeeX6A .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-svvOyeeX6A .form-group {
  margin-bottom: 1rem;
}
.cid-svvOyeeX6A .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svvOyeeX6A .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svvOyeeX6A .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-svvOyeeX6A LABEL {
  color: #ffffff;
}
.cid-svuCrRXjw4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svuCrRXjw4 nav.navbar {
  position: fixed;
}
.cid-svuCrRXjw4 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svuCrRXjw4 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svuCrRXjw4 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svuCrRXjw4 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svuCrRXjw4 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svuCrRXjw4 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svuCrRXjw4 .dropdown-item:hover,
.cid-svuCrRXjw4 .dropdown-item:focus {
  background: rgba(139, 31, 31, 0.1) !important;
  color: #8b1f1f !important;
}
.cid-svuCrRXjw4 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svuCrRXjw4 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svuCrRXjw4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svuCrRXjw4 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svuCrRXjw4 .nav-link:hover {
  color: #8b1f1f !important;
}
.cid-svuCrRXjw4 .container {
  display: flex;
  margin: auto;
}
.cid-svuCrRXjw4 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svuCrRXjw4 .dropdown-menu,
.cid-svuCrRXjw4 .navbar.opened {
  background: #ffffff !important;
}
.cid-svuCrRXjw4 .nav-item:focus,
.cid-svuCrRXjw4 .nav-link:focus {
  outline: none;
}
.cid-svuCrRXjw4 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svuCrRXjw4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svuCrRXjw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svuCrRXjw4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svuCrRXjw4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svuCrRXjw4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svuCrRXjw4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-svuCrRXjw4 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svuCrRXjw4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svuCrRXjw4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svuCrRXjw4 .navbar.opened {
  transition: all 0.3s;
}
.cid-svuCrRXjw4 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svuCrRXjw4 .navbar .navbar-logo img {
  width: auto;
}
.cid-svuCrRXjw4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svuCrRXjw4 .navbar.collapsed {
  justify-content: center;
}
.cid-svuCrRXjw4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svuCrRXjw4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svuCrRXjw4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-svuCrRXjw4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svuCrRXjw4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svuCrRXjw4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svuCrRXjw4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svuCrRXjw4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svuCrRXjw4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svuCrRXjw4 .navbar .dropdown-menu {
    display: none;
  }
  .cid-svuCrRXjw4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svuCrRXjw4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svuCrRXjw4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svuCrRXjw4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svuCrRXjw4 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svuCrRXjw4 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svuCrRXjw4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svuCrRXjw4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svuCrRXjw4 .navbar .navbar-buttons,
  .cid-svuCrRXjw4 .navbar .icons-menu {
    display: none;
  }
  .cid-svuCrRXjw4 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svuCrRXjw4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svuCrRXjw4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svuCrRXjw4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svuCrRXjw4 .dropdown-item.active,
.cid-svuCrRXjw4 .dropdown-item:active {
  background-color: transparent;
}
.cid-svuCrRXjw4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svuCrRXjw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svuCrRXjw4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svuCrRXjw4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svuCrRXjw4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svuCrRXjw4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svuCrRXjw4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svuCrRXjw4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svuCrRXjw4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svuCrRXjw4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svuCrRXjw4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svuCrRXjw4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svuCrRXjw4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svuCrRXjw4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svuCrRXjw4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svuCrRXjw4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svuCrRXjw4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svuCrRXjw4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svuCrRXjw4 .navbar {
    height: 70px;
  }
  .cid-svuCrRXjw4 .navbar.opened {
    height: auto;
  }
  .cid-svuCrRXjw4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svuCrSACSj .modal-body .close {
  background: #1b1b1b;
}
.cid-svuCrSACSj .modal-body .close span {
  font-style: normal;
}
.cid-svuCrSACSj .carousel-inner > .active,
.cid-svuCrSACSj .carousel-inner > .next,
.cid-svuCrSACSj .carousel-inner > .prev {
  display: flex;
}
.cid-svuCrSACSj .carousel-control .icon-next,
.cid-svuCrSACSj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-svuCrSACSj .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-svuCrSACSj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svuCrSACSj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-svuCrSACSj .boxed-slider > div {
  position: relative;
}
.cid-svuCrSACSj .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-svuCrSACSj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-svuCrSACSj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svuCrSACSj .mbr-table-cell {
  padding: 0;
}
.cid-svuCrSACSj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-svuCrSACSj .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-svuCrSACSj .mbr-overlay {
  z-index: 1;
}
.cid-svuCrSACSj .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-svuCrSACSj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-svuCrSACSj .carousel-item.active.right,
.cid-svuCrSACSj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svuCrSACSj .carousel-item.active.left,
.cid-svuCrSACSj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svuCrSACSj .carousel-item.active,
.cid-svuCrSACSj .carousel-item.next.left,
.cid-svuCrSACSj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-svuCrSACSj .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-svuCrSACSj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svuCrSACSj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svuCrSACSj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-svuCrSACSj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-svuCrSACSj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-svuCrSACSj .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-svuCrSACSj .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-svuCrSACSj .mbr-slider .carousel-indicators li.active,
.cid-svuCrSACSj .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-svuCrSACSj .mbr-slider .carousel-indicators li::after,
.cid-svuCrSACSj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-svuCrSACSj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-svuCrSACSj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-svuCrSACSj .mbr-slider > .container img {
  width: 100%;
}
.cid-svuCrSACSj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-svuCrSACSj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-svuCrSACSj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svuCrSACSj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svuCrSACSj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-svuCrSACSj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-svuCrSACSj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-svuCrSACSj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-svuCrSACSj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-svuCrSACSj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-svuCrSACSj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-svuCrSACSj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-svuCrSACSj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-svuCrSACSj h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-svuCrSACSj .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-svuCrSACSj .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-svuCrSACSj .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-svuCrSACSj .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-svuCrSACSj .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-svuCrSACSj .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-svuCrSACSj .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svuCrSACSj .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-svuCrSACSj .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svuCrSACSj H2 {
  text-align: center;
  color: #ffffff;
}
.cid-svuCrSACSj P {
  text-align: center;
  color: #ffffff;
}
.cid-svuCrT0946 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-svuCrT0946 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-svuCrT0946 .content_wrapper:hover .mbr-section-title a {
  color: #051441 !important;
}
.cid-svuCrT0946 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-svuCrT0946 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-svuCrT0946 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-svuCrT0946 .mbr-section-btn .btn-secondary-outline:hover,
.cid-svuCrT0946 .mbr-section-btn .btn-secondary-outline .active,
.cid-svuCrT0946 .mbr-section-btn .btn-secondary-outline:focus {
  color: #8b1f1f !important;
}
.cid-svuCrT0946 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-svuCrT0946 .image_post {
  display: inline-block;
}
.cid-svuCrT0946 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-svuCrT0946 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-svuCrT0946 .mbr-text,
.cid-svuCrT0946 .mbr-section-btn {
  color: #000000;
}
.cid-svuCrT0946 .author_post,
.cid-svuCrT0946 .post_wrap {
  color: #000000;
}
.cid-svuCrTHt9e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svuCrTHt9e .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-svuCrTHt9e .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-svuCrTHt9e .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-svuCrTHt9e .wrap-img {
  padding-bottom: 1rem;
}
.cid-svuCrTHt9e .wrap-img img {
  max-width: 100%;
}
.cid-svuCrTHt9e .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-svuCrUnZmd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svuCrUnZmd .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-svuCrUnZmd .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-svuCrUnZmd .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-svuCrUnZmd .wrap-img {
  padding-bottom: 1rem;
}
.cid-svuCrUnZmd .wrap-img img {
  max-width: 100%;
}
.cid-svuCrUnZmd .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-swwXcR8Hn7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swwXcR8Hn7 .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-swwXcR8Hn7 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swwXcR8Hn7 .mbr-text {
  color: #444;
}
.cid-swwXcR8Hn7 h5 {
  margin-bottom: 0;
}
.cid-swwXcR8Hn7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swwXcR8Hn7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swwXcR8Hn7 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swwXcR8Hn7 .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swwXcR8Hn7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swwXcR8Hn7 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swwXcR8Hn7 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwXcR8Hn7 .social-list a:hover {
  opacity: 0.4;
}
.cid-swwXcR8Hn7 .media-container-row > div {
  padding: 0px;
}
.cid-swwXcR8Hn7 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swwXcR8Hn7 .group-title {
  text-align: left;
  color: #eb969a;
}
.cid-swwXcR8Hn7 .group-title SPAN {
  color: #ffffff;
}
.cid-swwXcR8Hn7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swwXcR8Hn7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swwXcR8Hn7 .social-list,
  .cid-swwXcR8Hn7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swwXcR8Hn7 h3 {
    margin-bottom: 10px;
  }
  .cid-swwXcR8Hn7 .navbar-brand {
    text-align: center;
  }
}
.cid-swwXcR8Hn7 .links SPAN {
  color: #9e9e9e;
}
.cid-swwXcR8Hn7 .links,
.cid-swwXcR8Hn7 .navbar-brand {
  color: #e0e5ff;
}
.cid-svvQiHLyGi.popup-builder {
  background-color: #ffffff;
}
.cid-svvQiHLyGi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svvQiHLyGi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svvQiHLyGi .modal-content,
.cid-svvQiHLyGi .modal-dialog {
  height: auto;
}
.cid-svvQiHLyGi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svvQiHLyGi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svvQiHLyGi .form-wrapper .mbr-form .form-group,
  .cid-svvQiHLyGi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svvQiHLyGi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svvQiHLyGi .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-svvQiHLyGi .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svvQiHLyGi .pt-0 {
  padding-top: 0 !important;
}
.cid-svvQiHLyGi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svvQiHLyGi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svvQiHLyGi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svvQiHLyGi .modal-open {
  overflow: hidden;
}
.cid-svvQiHLyGi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svvQiHLyGi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svvQiHLyGi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svvQiHLyGi .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-svvQiHLyGi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svvQiHLyGi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svvQiHLyGi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svvQiHLyGi .modal-content {
  background: #a91c22;
  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-svvQiHLyGi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svvQiHLyGi .modal-backdrop.fade {
  opacity: 0;
}
.cid-svvQiHLyGi .modal-backdrop.show {
  opacity: .5;
}
.cid-svvQiHLyGi .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-svvQiHLyGi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svvQiHLyGi .modal-header .close:hover {
  opacity: 1;
}
.cid-svvQiHLyGi .modal-header .close:focus {
  outline: none;
}
.cid-svvQiHLyGi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffff00;
}
.cid-svvQiHLyGi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svvQiHLyGi .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-svvQiHLyGi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svvQiHLyGi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svvQiHLyGi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svvQiHLyGi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svvQiHLyGi .modal-sm {
    max-width: 300px;
  }
  .cid-svvQiHLyGi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svvQiHLyGi .modal-lg,
  .cid-svvQiHLyGi .modal-xl {
    max-width: 800px;
  }
  .cid-svvQiHLyGi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svvQiHLyGi .modal-xl {
    max-width: 1140px;
  }
  .cid-svvQiHLyGi .container {
    max-width: 1140px;
  }
}
.cid-svvQiHLyGi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svvQiHLyGi .container {
    max-width: 720px;
  }
}
.cid-svvQiHLyGi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svvQiHLyGi .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-svvQiHLyGi .form-group {
  margin-bottom: 1rem;
}
.cid-svvQiHLyGi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svvQiHLyGi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svvQiHLyGi .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-svvQiHLyGi LABEL {
  color: #ffffff;
}
.cid-svuGydzveH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svuGydzveH nav.navbar {
  position: fixed;
}
.cid-svuGydzveH .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svuGydzveH .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svuGydzveH .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svuGydzveH .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svuGydzveH .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svuGydzveH .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svuGydzveH .dropdown-item:hover,
.cid-svuGydzveH .dropdown-item:focus {
  background: rgba(139, 31, 31, 0.1) !important;
  color: #8b1f1f !important;
}
.cid-svuGydzveH .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svuGydzveH .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svuGydzveH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svuGydzveH .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svuGydzveH .nav-link:hover {
  color: #8b1f1f !important;
}
.cid-svuGydzveH .container {
  display: flex;
  margin: auto;
}
.cid-svuGydzveH .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svuGydzveH .dropdown-menu,
.cid-svuGydzveH .navbar.opened {
  background: #ffffff !important;
}
.cid-svuGydzveH .nav-item:focus,
.cid-svuGydzveH .nav-link:focus {
  outline: none;
}
.cid-svuGydzveH .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svuGydzveH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svuGydzveH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svuGydzveH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svuGydzveH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svuGydzveH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svuGydzveH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-svuGydzveH .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svuGydzveH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svuGydzveH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svuGydzveH .navbar.opened {
  transition: all 0.3s;
}
.cid-svuGydzveH .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svuGydzveH .navbar .navbar-logo img {
  width: auto;
}
.cid-svuGydzveH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svuGydzveH .navbar.collapsed {
  justify-content: center;
}
.cid-svuGydzveH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svuGydzveH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svuGydzveH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-svuGydzveH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svuGydzveH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svuGydzveH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svuGydzveH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svuGydzveH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svuGydzveH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svuGydzveH .navbar .dropdown-menu {
    display: none;
  }
  .cid-svuGydzveH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svuGydzveH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svuGydzveH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svuGydzveH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svuGydzveH .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svuGydzveH .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svuGydzveH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svuGydzveH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svuGydzveH .navbar .navbar-buttons,
  .cid-svuGydzveH .navbar .icons-menu {
    display: none;
  }
  .cid-svuGydzveH .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svuGydzveH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svuGydzveH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svuGydzveH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svuGydzveH .dropdown-item.active,
.cid-svuGydzveH .dropdown-item:active {
  background-color: transparent;
}
.cid-svuGydzveH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svuGydzveH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svuGydzveH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svuGydzveH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svuGydzveH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svuGydzveH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svuGydzveH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svuGydzveH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svuGydzveH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svuGydzveH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svuGydzveH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svuGydzveH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svuGydzveH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svuGydzveH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svuGydzveH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svuGydzveH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svuGydzveH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svuGydzveH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svuGydzveH .navbar {
    height: 70px;
  }
  .cid-svuGydzveH .navbar.opened {
    height: auto;
  }
  .cid-svuGydzveH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svuGyegCqW .modal-body .close {
  background: #1b1b1b;
}
.cid-svuGyegCqW .modal-body .close span {
  font-style: normal;
}
.cid-svuGyegCqW .carousel-inner > .active,
.cid-svuGyegCqW .carousel-inner > .next,
.cid-svuGyegCqW .carousel-inner > .prev {
  display: flex;
}
.cid-svuGyegCqW .carousel-control .icon-next,
.cid-svuGyegCqW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-svuGyegCqW .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-svuGyegCqW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svuGyegCqW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-svuGyegCqW .boxed-slider > div {
  position: relative;
}
.cid-svuGyegCqW .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-svuGyegCqW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-svuGyegCqW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svuGyegCqW .mbr-table-cell {
  padding: 0;
}
.cid-svuGyegCqW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-svuGyegCqW .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-svuGyegCqW .mbr-overlay {
  z-index: 1;
}
.cid-svuGyegCqW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-svuGyegCqW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-svuGyegCqW .carousel-item.active.right,
.cid-svuGyegCqW .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svuGyegCqW .carousel-item.active.left,
.cid-svuGyegCqW .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svuGyegCqW .carousel-item.active,
.cid-svuGyegCqW .carousel-item.next.left,
.cid-svuGyegCqW .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-svuGyegCqW .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-svuGyegCqW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svuGyegCqW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svuGyegCqW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-svuGyegCqW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-svuGyegCqW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-svuGyegCqW .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-svuGyegCqW .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-svuGyegCqW .mbr-slider .carousel-indicators li.active,
.cid-svuGyegCqW .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-svuGyegCqW .mbr-slider .carousel-indicators li::after,
.cid-svuGyegCqW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-svuGyegCqW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-svuGyegCqW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-svuGyegCqW .mbr-slider > .container img {
  width: 100%;
}
.cid-svuGyegCqW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-svuGyegCqW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-svuGyegCqW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svuGyegCqW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svuGyegCqW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-svuGyegCqW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-svuGyegCqW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-svuGyegCqW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-svuGyegCqW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-svuGyegCqW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-svuGyegCqW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-svuGyegCqW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-svuGyegCqW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-svuGyegCqW h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-svuGyegCqW .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-svuGyegCqW .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-svuGyegCqW .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-svuGyegCqW .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-svuGyegCqW .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-svuGyegCqW .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-svuGyegCqW .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svuGyegCqW .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-svuGyegCqW .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svuGyegCqW H2 {
  text-align: center;
  color: #ffffff;
}
.cid-svuGyegCqW P {
  text-align: center;
  color: #ffffff;
}
.cid-svuGyezrBL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-svuGyezrBL .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-svuGyezrBL .content_wrapper:hover .mbr-section-title a {
  color: #051441 !important;
}
.cid-svuGyezrBL .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-svuGyezrBL .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-svuGyezrBL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-svuGyezrBL .mbr-section-btn .btn-secondary-outline:hover,
.cid-svuGyezrBL .mbr-section-btn .btn-secondary-outline .active,
.cid-svuGyezrBL .mbr-section-btn .btn-secondary-outline:focus {
  color: #8b1f1f !important;
}
.cid-svuGyezrBL .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-svuGyezrBL .image_post {
  display: inline-block;
}
.cid-svuGyezrBL .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-svuGyezrBL .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-svuGyezrBL .mbr-text,
.cid-svuGyezrBL .mbr-section-btn {
  color: #000000;
}
.cid-svuGyezrBL .author_post,
.cid-svuGyezrBL .post_wrap {
  color: #000000;
}
.cid-swwXqxUQXK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swwXqxUQXK .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-swwXqxUQXK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swwXqxUQXK .mbr-text {
  color: #444;
}
.cid-swwXqxUQXK h5 {
  margin-bottom: 0;
}
.cid-swwXqxUQXK .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swwXqxUQXK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swwXqxUQXK .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swwXqxUQXK .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swwXqxUQXK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swwXqxUQXK .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swwXqxUQXK .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwXqxUQXK .social-list a:hover {
  opacity: 0.4;
}
.cid-swwXqxUQXK .media-container-row > div {
  padding: 0px;
}
.cid-swwXqxUQXK .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swwXqxUQXK .group-title {
  text-align: left;
  color: #eb969a;
}
.cid-swwXqxUQXK .group-title SPAN {
  color: #ffffff;
}
.cid-swwXqxUQXK .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swwXqxUQXK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swwXqxUQXK .social-list,
  .cid-swwXqxUQXK .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swwXqxUQXK h3 {
    margin-bottom: 10px;
  }
  .cid-swwXqxUQXK .navbar-brand {
    text-align: center;
  }
}
.cid-swwXqxUQXK .links SPAN {
  color: #9e9e9e;
}
.cid-swwXqxUQXK .links,
.cid-swwXqxUQXK .navbar-brand {
  color: #e0e5ff;
}
.cid-svvQiHMF7X.popup-builder {
  background-color: #ffffff;
}
.cid-svvQiHMF7X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svvQiHMF7X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svvQiHMF7X .modal-content,
.cid-svvQiHMF7X .modal-dialog {
  height: auto;
}
.cid-svvQiHMF7X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svvQiHMF7X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svvQiHMF7X .form-wrapper .mbr-form .form-group,
  .cid-svvQiHMF7X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svvQiHMF7X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svvQiHMF7X .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-svvQiHMF7X .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svvQiHMF7X .pt-0 {
  padding-top: 0 !important;
}
.cid-svvQiHMF7X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svvQiHMF7X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svvQiHMF7X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svvQiHMF7X .modal-open {
  overflow: hidden;
}
.cid-svvQiHMF7X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svvQiHMF7X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svvQiHMF7X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svvQiHMF7X .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-svvQiHMF7X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svvQiHMF7X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svvQiHMF7X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svvQiHMF7X .modal-content {
  background: #a91c22;
  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-svvQiHMF7X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svvQiHMF7X .modal-backdrop.fade {
  opacity: 0;
}
.cid-svvQiHMF7X .modal-backdrop.show {
  opacity: .5;
}
.cid-svvQiHMF7X .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-svvQiHMF7X .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svvQiHMF7X .modal-header .close:hover {
  opacity: 1;
}
.cid-svvQiHMF7X .modal-header .close:focus {
  outline: none;
}
.cid-svvQiHMF7X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffff00;
}
.cid-svvQiHMF7X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svvQiHMF7X .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-svvQiHMF7X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svvQiHMF7X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svvQiHMF7X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svvQiHMF7X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svvQiHMF7X .modal-sm {
    max-width: 300px;
  }
  .cid-svvQiHMF7X .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svvQiHMF7X .modal-lg,
  .cid-svvQiHMF7X .modal-xl {
    max-width: 800px;
  }
  .cid-svvQiHMF7X .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svvQiHMF7X .modal-xl {
    max-width: 1140px;
  }
  .cid-svvQiHMF7X .container {
    max-width: 1140px;
  }
}
.cid-svvQiHMF7X .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svvQiHMF7X .container {
    max-width: 720px;
  }
}
.cid-svvQiHMF7X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svvQiHMF7X .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-svvQiHMF7X .form-group {
  margin-bottom: 1rem;
}
.cid-svvQiHMF7X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svvQiHMF7X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svvQiHMF7X .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-svvQiHMF7X LABEL {
  color: #ffffff;
}
.cid-svvINFYMqq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svvINFYMqq nav.navbar {
  position: fixed;
}
.cid-svvINFYMqq .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svvINFYMqq .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svvINFYMqq .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svvINFYMqq .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svvINFYMqq .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svvINFYMqq .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svvINFYMqq .dropdown-item:hover,
.cid-svvINFYMqq .dropdown-item:focus {
  background: rgba(139, 31, 31, 0.1) !important;
  color: #8b1f1f !important;
}
.cid-svvINFYMqq .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svvINFYMqq .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svvINFYMqq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svvINFYMqq .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svvINFYMqq .nav-link:hover {
  color: #8b1f1f !important;
}
.cid-svvINFYMqq .container {
  display: flex;
  margin: auto;
}
.cid-svvINFYMqq .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svvINFYMqq .dropdown-menu,
.cid-svvINFYMqq .navbar.opened {
  background: #ffffff !important;
}
.cid-svvINFYMqq .nav-item:focus,
.cid-svvINFYMqq .nav-link:focus {
  outline: none;
}
.cid-svvINFYMqq .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svvINFYMqq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svvINFYMqq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svvINFYMqq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svvINFYMqq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svvINFYMqq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svvINFYMqq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-svvINFYMqq .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svvINFYMqq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svvINFYMqq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svvINFYMqq .navbar.opened {
  transition: all 0.3s;
}
.cid-svvINFYMqq .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svvINFYMqq .navbar .navbar-logo img {
  width: auto;
}
.cid-svvINFYMqq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svvINFYMqq .navbar.collapsed {
  justify-content: center;
}
.cid-svvINFYMqq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svvINFYMqq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svvINFYMqq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-svvINFYMqq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svvINFYMqq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svvINFYMqq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svvINFYMqq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svvINFYMqq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svvINFYMqq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svvINFYMqq .navbar .dropdown-menu {
    display: none;
  }
  .cid-svvINFYMqq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svvINFYMqq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svvINFYMqq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svvINFYMqq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svvINFYMqq .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svvINFYMqq .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svvINFYMqq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svvINFYMqq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svvINFYMqq .navbar .navbar-buttons,
  .cid-svvINFYMqq .navbar .icons-menu {
    display: none;
  }
  .cid-svvINFYMqq .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svvINFYMqq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svvINFYMqq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svvINFYMqq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svvINFYMqq .dropdown-item.active,
.cid-svvINFYMqq .dropdown-item:active {
  background-color: transparent;
}
.cid-svvINFYMqq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svvINFYMqq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svvINFYMqq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svvINFYMqq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svvINFYMqq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svvINFYMqq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svvINFYMqq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svvINFYMqq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svvINFYMqq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svvINFYMqq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svvINFYMqq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svvINFYMqq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svvINFYMqq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svvINFYMqq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svvINFYMqq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svvINFYMqq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svvINFYMqq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svvINFYMqq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svvINFYMqq .navbar {
    height: 70px;
  }
  .cid-svvINFYMqq .navbar.opened {
    height: auto;
  }
  .cid-svvINFYMqq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svvINGq72d .modal-body .close {
  background: #1b1b1b;
}
.cid-svvINGq72d .modal-body .close span {
  font-style: normal;
}
.cid-svvINGq72d .carousel-inner > .active,
.cid-svvINGq72d .carousel-inner > .next,
.cid-svvINGq72d .carousel-inner > .prev {
  display: flex;
}
.cid-svvINGq72d .carousel-control .icon-next,
.cid-svvINGq72d .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-svvINGq72d .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-svvINGq72d .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svvINGq72d .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-svvINGq72d .boxed-slider > div {
  position: relative;
}
.cid-svvINGq72d .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-svvINGq72d .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-svvINGq72d .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svvINGq72d .mbr-table-cell {
  padding: 0;
}
.cid-svvINGq72d .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-svvINGq72d .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-svvINGq72d .mbr-overlay {
  z-index: 1;
}
.cid-svvINGq72d .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-svvINGq72d .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-svvINGq72d .carousel-item.active.right,
.cid-svvINGq72d .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svvINGq72d .carousel-item.active.left,
.cid-svvINGq72d .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svvINGq72d .carousel-item.active,
.cid-svvINGq72d .carousel-item.next.left,
.cid-svvINGq72d .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-svvINGq72d .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-svvINGq72d .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svvINGq72d .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svvINGq72d .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-svvINGq72d .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-svvINGq72d .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-svvINGq72d .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-svvINGq72d .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-svvINGq72d .mbr-slider .carousel-indicators li.active,
.cid-svvINGq72d .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-svvINGq72d .mbr-slider .carousel-indicators li::after,
.cid-svvINGq72d .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-svvINGq72d .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-svvINGq72d .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-svvINGq72d .mbr-slider > .container img {
  width: 100%;
}
.cid-svvINGq72d .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-svvINGq72d .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-svvINGq72d .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svvINGq72d .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svvINGq72d .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-svvINGq72d .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-svvINGq72d .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-svvINGq72d .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-svvINGq72d .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-svvINGq72d .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-svvINGq72d .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-svvINGq72d .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-svvINGq72d .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-svvINGq72d h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-svvINGq72d .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-svvINGq72d .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-svvINGq72d .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-svvINGq72d .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-svvINGq72d .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-svvINGq72d .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-svvINGq72d .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svvINGq72d .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-svvINGq72d .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svvINGq72d H2 {
  text-align: center;
  color: #ffffff;
}
.cid-svvINGq72d P {
  text-align: center;
  color: #ffffff;
}
.cid-svvINGKB58 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-svvINGKB58 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-svvINGKB58 .content_wrapper:hover .mbr-section-title a {
  color: #051441 !important;
}
.cid-svvINGKB58 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-svvINGKB58 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-svvINGKB58 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-svvINGKB58 .mbr-section-btn .btn-secondary-outline:hover,
.cid-svvINGKB58 .mbr-section-btn .btn-secondary-outline .active,
.cid-svvINGKB58 .mbr-section-btn .btn-secondary-outline:focus {
  color: #8b1f1f !important;
}
.cid-svvINGKB58 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-svvINGKB58 .image_post {
  display: inline-block;
}
.cid-svvINGKB58 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-svvINGKB58 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-svvINGKB58 .mbr-text,
.cid-svvINGKB58 .mbr-section-btn {
  color: #000000;
}
.cid-svvINGKB58 .author_post,
.cid-svvINGKB58 .post_wrap {
  color: #000000;
}
.cid-swwXhgsrPE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swwXhgsrPE .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-swwXhgsrPE .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swwXhgsrPE .mbr-text {
  color: #444;
}
.cid-swwXhgsrPE h5 {
  margin-bottom: 0;
}
.cid-swwXhgsrPE .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swwXhgsrPE .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swwXhgsrPE .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swwXhgsrPE .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swwXhgsrPE .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swwXhgsrPE .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swwXhgsrPE .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwXhgsrPE .social-list a:hover {
  opacity: 0.4;
}
.cid-swwXhgsrPE .media-container-row > div {
  padding: 0px;
}
.cid-swwXhgsrPE .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swwXhgsrPE .group-title {
  text-align: left;
  color: #eb969a;
}
.cid-swwXhgsrPE .group-title SPAN {
  color: #ffffff;
}
.cid-swwXhgsrPE .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swwXhgsrPE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swwXhgsrPE .social-list,
  .cid-swwXhgsrPE .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swwXhgsrPE h3 {
    margin-bottom: 10px;
  }
  .cid-swwXhgsrPE .navbar-brand {
    text-align: center;
  }
}
.cid-swwXhgsrPE .links SPAN {
  color: #9e9e9e;
}
.cid-swwXhgsrPE .links,
.cid-swwXhgsrPE .navbar-brand {
  color: #e0e5ff;
}
.cid-svvQiHNgNj.popup-builder {
  background-color: #ffffff;
}
.cid-svvQiHNgNj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svvQiHNgNj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svvQiHNgNj .modal-content,
.cid-svvQiHNgNj .modal-dialog {
  height: auto;
}
.cid-svvQiHNgNj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svvQiHNgNj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svvQiHNgNj .form-wrapper .mbr-form .form-group,
  .cid-svvQiHNgNj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svvQiHNgNj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svvQiHNgNj .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-svvQiHNgNj .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svvQiHNgNj .pt-0 {
  padding-top: 0 !important;
}
.cid-svvQiHNgNj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svvQiHNgNj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svvQiHNgNj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svvQiHNgNj .modal-open {
  overflow: hidden;
}
.cid-svvQiHNgNj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svvQiHNgNj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svvQiHNgNj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svvQiHNgNj .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-svvQiHNgNj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svvQiHNgNj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svvQiHNgNj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svvQiHNgNj .modal-content {
  background: #a91c22;
  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-svvQiHNgNj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svvQiHNgNj .modal-backdrop.fade {
  opacity: 0;
}
.cid-svvQiHNgNj .modal-backdrop.show {
  opacity: .5;
}
.cid-svvQiHNgNj .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-svvQiHNgNj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svvQiHNgNj .modal-header .close:hover {
  opacity: 1;
}
.cid-svvQiHNgNj .modal-header .close:focus {
  outline: none;
}
.cid-svvQiHNgNj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffff00;
}
.cid-svvQiHNgNj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svvQiHNgNj .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-svvQiHNgNj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svvQiHNgNj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svvQiHNgNj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svvQiHNgNj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svvQiHNgNj .modal-sm {
    max-width: 300px;
  }
  .cid-svvQiHNgNj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svvQiHNgNj .modal-lg,
  .cid-svvQiHNgNj .modal-xl {
    max-width: 800px;
  }
  .cid-svvQiHNgNj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svvQiHNgNj .modal-xl {
    max-width: 1140px;
  }
  .cid-svvQiHNgNj .container {
    max-width: 1140px;
  }
}
.cid-svvQiHNgNj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svvQiHNgNj .container {
    max-width: 720px;
  }
}
.cid-svvQiHNgNj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svvQiHNgNj .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-svvQiHNgNj .form-group {
  margin-bottom: 1rem;
}
.cid-svvQiHNgNj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svvQiHNgNj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svvQiHNgNj .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-svvQiHNgNj LABEL {
  color: #ffffff;
}
.cid-svvLdovDg9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svvLdovDg9 nav.navbar {
  position: fixed;
}
.cid-svvLdovDg9 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-svvLdovDg9 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-svvLdovDg9 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-svvLdovDg9 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-svvLdovDg9 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-svvLdovDg9 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-svvLdovDg9 .dropdown-item:hover,
.cid-svvLdovDg9 .dropdown-item:focus {
  background: rgba(139, 31, 31, 0.1) !important;
  color: #8b1f1f !important;
}
.cid-svvLdovDg9 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-svvLdovDg9 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-svvLdovDg9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-svvLdovDg9 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-svvLdovDg9 .nav-link:hover {
  color: #8b1f1f !important;
}
.cid-svvLdovDg9 .container {
  display: flex;
  margin: auto;
}
.cid-svvLdovDg9 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-svvLdovDg9 .dropdown-menu,
.cid-svvLdovDg9 .navbar.opened {
  background: #ffffff !important;
}
.cid-svvLdovDg9 .nav-item:focus,
.cid-svvLdovDg9 .nav-link:focus {
  outline: none;
}
.cid-svvLdovDg9 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-svvLdovDg9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svvLdovDg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svvLdovDg9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svvLdovDg9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svvLdovDg9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-svvLdovDg9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-svvLdovDg9 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-svvLdovDg9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svvLdovDg9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svvLdovDg9 .navbar.opened {
  transition: all 0.3s;
}
.cid-svvLdovDg9 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-svvLdovDg9 .navbar .navbar-logo img {
  width: auto;
}
.cid-svvLdovDg9 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-svvLdovDg9 .navbar.collapsed {
  justify-content: center;
}
.cid-svvLdovDg9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svvLdovDg9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svvLdovDg9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-svvLdovDg9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svvLdovDg9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svvLdovDg9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svvLdovDg9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svvLdovDg9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-svvLdovDg9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svvLdovDg9 .navbar .dropdown-menu {
    display: none;
  }
  .cid-svvLdovDg9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svvLdovDg9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svvLdovDg9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svvLdovDg9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svvLdovDg9 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-svvLdovDg9 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-svvLdovDg9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svvLdovDg9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svvLdovDg9 .navbar .navbar-buttons,
  .cid-svvLdovDg9 .navbar .icons-menu {
    display: none;
  }
  .cid-svvLdovDg9 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-svvLdovDg9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svvLdovDg9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svvLdovDg9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svvLdovDg9 .dropdown-item.active,
.cid-svvLdovDg9 .dropdown-item:active {
  background-color: transparent;
}
.cid-svvLdovDg9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svvLdovDg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svvLdovDg9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svvLdovDg9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svvLdovDg9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svvLdovDg9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svvLdovDg9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-svvLdovDg9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svvLdovDg9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svvLdovDg9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svvLdovDg9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svvLdovDg9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svvLdovDg9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svvLdovDg9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svvLdovDg9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svvLdovDg9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svvLdovDg9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-svvLdovDg9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svvLdovDg9 .navbar {
    height: 70px;
  }
  .cid-svvLdovDg9 .navbar.opened {
    height: auto;
  }
  .cid-svvLdovDg9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svvLdpghci .modal-body .close {
  background: #1b1b1b;
}
.cid-svvLdpghci .modal-body .close span {
  font-style: normal;
}
.cid-svvLdpghci .carousel-inner > .active,
.cid-svvLdpghci .carousel-inner > .next,
.cid-svvLdpghci .carousel-inner > .prev {
  display: flex;
}
.cid-svvLdpghci .carousel-control .icon-next,
.cid-svvLdpghci .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-svvLdpghci .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-svvLdpghci .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svvLdpghci .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-svvLdpghci .boxed-slider > div {
  position: relative;
}
.cid-svvLdpghci .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-svvLdpghci .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-svvLdpghci .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svvLdpghci .mbr-table-cell {
  padding: 0;
}
.cid-svvLdpghci .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-svvLdpghci .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-svvLdpghci .mbr-overlay {
  z-index: 1;
}
.cid-svvLdpghci .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-svvLdpghci .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-svvLdpghci .carousel-item.active.right,
.cid-svvLdpghci .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svvLdpghci .carousel-item.active.left,
.cid-svvLdpghci .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-svvLdpghci .carousel-item.active,
.cid-svvLdpghci .carousel-item.next.left,
.cid-svvLdpghci .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-svvLdpghci .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-svvLdpghci .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-svvLdpghci .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-svvLdpghci .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-svvLdpghci .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-svvLdpghci .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-svvLdpghci .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-svvLdpghci .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-svvLdpghci .mbr-slider .carousel-indicators li.active,
.cid-svvLdpghci .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-svvLdpghci .mbr-slider .carousel-indicators li::after,
.cid-svvLdpghci .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-svvLdpghci .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-svvLdpghci .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-svvLdpghci .mbr-slider > .container img {
  width: 100%;
}
.cid-svvLdpghci .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-svvLdpghci .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-svvLdpghci .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-svvLdpghci .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-svvLdpghci .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-svvLdpghci .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-svvLdpghci .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-svvLdpghci .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-svvLdpghci .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-svvLdpghci .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-svvLdpghci .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-svvLdpghci .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-svvLdpghci .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-svvLdpghci h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-svvLdpghci .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-svvLdpghci .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-svvLdpghci .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-svvLdpghci .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-svvLdpghci .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-svvLdpghci .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-svvLdpghci .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svvLdpghci .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-svvLdpghci .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-svvLdpghci H2 {
  text-align: center;
  color: #ffffff;
}
.cid-svvLdpghci P {
  text-align: center;
  color: #ffffff;
}
.cid-svvLdpzMj5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-svvLdpzMj5 .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  z-index: 1;
}
.cid-svvLdpzMj5 .content_wrapper:hover .mbr-section-title a {
  color: #051441 !important;
}
.cid-svvLdpzMj5 .mbr-section-title {
  margin-bottom: 12px;
  color: #310b0b;
}
.cid-svvLdpzMj5 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-svvLdpzMj5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-svvLdpzMj5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-svvLdpzMj5 .mbr-section-btn .btn-secondary-outline .active,
.cid-svvLdpzMj5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #8b1f1f !important;
}
.cid-svvLdpzMj5 .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-svvLdpzMj5 .image_post {
  display: inline-block;
}
.cid-svvLdpzMj5 .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-svvLdpzMj5 .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-svvLdpzMj5 .mbr-text,
.cid-svvLdpzMj5 .mbr-section-btn {
  color: #000000;
}
.cid-svvLdpzMj5 .author_post,
.cid-svvLdpzMj5 .post_wrap {
  color: #000000;
}
.cid-swwXlBol1e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-swwXlBol1e .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-swwXlBol1e .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-swwXlBol1e .mbr-text {
  color: #444;
}
.cid-swwXlBol1e h5 {
  margin-bottom: 0;
}
.cid-swwXlBol1e .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-swwXlBol1e .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-swwXlBol1e .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
  display: inline;
}
.cid-swwXlBol1e .socicon {
  font-size: 1.3rem;
  background: #000000;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-swwXlBol1e .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-swwXlBol1e .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-swwXlBol1e .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-swwXlBol1e .social-list a:hover {
  opacity: 0.4;
}
.cid-swwXlBol1e .media-container-row > div {
  padding: 0px;
}
.cid-swwXlBol1e .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-swwXlBol1e .group-title {
  text-align: left;
  color: #eb969a;
}
.cid-swwXlBol1e .group-title SPAN {
  color: #ffffff;
}
.cid-swwXlBol1e .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-swwXlBol1e .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-swwXlBol1e .social-list,
  .cid-swwXlBol1e .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-swwXlBol1e h3 {
    margin-bottom: 10px;
  }
  .cid-swwXlBol1e .navbar-brand {
    text-align: center;
  }
}
.cid-swwXlBol1e .links SPAN {
  color: #9e9e9e;
}
.cid-swwXlBol1e .links,
.cid-swwXlBol1e .navbar-brand {
  color: #e0e5ff;
}
.cid-svvQiHNPbl.popup-builder {
  background-color: #ffffff;
}
.cid-svvQiHNPbl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-svvQiHNPbl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-svvQiHNPbl .modal-content,
.cid-svvQiHNPbl .modal-dialog {
  height: auto;
}
.cid-svvQiHNPbl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-svvQiHNPbl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-svvQiHNPbl .form-wrapper .mbr-form .form-group,
  .cid-svvQiHNPbl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-svvQiHNPbl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-svvQiHNPbl .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-svvQiHNPbl .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-svvQiHNPbl .pt-0 {
  padding-top: 0 !important;
}
.cid-svvQiHNPbl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-svvQiHNPbl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-svvQiHNPbl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-svvQiHNPbl .modal-open {
  overflow: hidden;
}
.cid-svvQiHNPbl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-svvQiHNPbl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-svvQiHNPbl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-svvQiHNPbl .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-svvQiHNPbl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-svvQiHNPbl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-svvQiHNPbl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-svvQiHNPbl .modal-content {
  background: #a91c22;
  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-svvQiHNPbl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-svvQiHNPbl .modal-backdrop.fade {
  opacity: 0;
}
.cid-svvQiHNPbl .modal-backdrop.show {
  opacity: .5;
}
.cid-svvQiHNPbl .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-svvQiHNPbl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-svvQiHNPbl .modal-header .close:hover {
  opacity: 1;
}
.cid-svvQiHNPbl .modal-header .close:focus {
  outline: none;
}
.cid-svvQiHNPbl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffff00;
}
.cid-svvQiHNPbl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-svvQiHNPbl .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-svvQiHNPbl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-svvQiHNPbl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-svvQiHNPbl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-svvQiHNPbl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-svvQiHNPbl .modal-sm {
    max-width: 300px;
  }
  .cid-svvQiHNPbl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-svvQiHNPbl .modal-lg,
  .cid-svvQiHNPbl .modal-xl {
    max-width: 800px;
  }
  .cid-svvQiHNPbl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-svvQiHNPbl .modal-xl {
    max-width: 1140px;
  }
  .cid-svvQiHNPbl .container {
    max-width: 1140px;
  }
}
.cid-svvQiHNPbl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-svvQiHNPbl .container {
    max-width: 720px;
  }
}
.cid-svvQiHNPbl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-svvQiHNPbl .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-svvQiHNPbl .form-group {
  margin-bottom: 1rem;
}
.cid-svvQiHNPbl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-svvQiHNPbl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-svvQiHNPbl .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-svvQiHNPbl LABEL {
  color: #ffffff;
}
