body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 2.9376rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.70016rem;
}
.display-2 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 1.4375rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.725rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0525rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.263rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.35008rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #ff3333 !important;
  border-color: #ff3333 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #ff2b09;
  border-color: #ff2b09;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #ff6666;
  border-color: #ff6666;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00;
  background-color: #ffe161;
  border-color: #ffe161;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #ff9966;
  border-color: #ff9966;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a21600;
  color: #a21600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2b09;
  border-color: #ff2b09;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff6666;
  border-color: #ff6666;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1283bc;
  color: #1283bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #266a73;
  color: #266a73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #facb00;
  color: #facb00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #614f00;
  background-color: #ffe161;
  border-color: #ffe161;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff5500;
  color: #ff5500;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff9966;
  border-color: #ff9966;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff836f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffcccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8cd0d9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a4daf6 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fff4c7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffddcc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.0525rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.263rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23ff2b09' %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 {
  transition: color 0.6s;
}
.cid-sPAKMpGqxX {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sPAKMpGqxX H2 {
  color: #89b758;
}
.cid-sPAKMpGqxX .mbr-text,
.cid-sPAKMpGqxX .mbr-section-btn {
  color: #808080;
}
.cid-sPAKMpGqxX .mbr-section-btn {
  margin-bottom: -5.2rem;
}
.cid-sPAKMpGqxX .center-card {
  background: white;
  padding: 3rem;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
}
.cid-sPAKMpGqxX .mbr-figure {
  height: 100%;
}
.cid-sPAKMpGqxX .card-img {
  height: 100%;
  padding: 0 2rem;
}
.cid-sPAKMpGqxX img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cid-sPAKMpGqxX H1 {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-sPAKMpGqxX .mbr-section-btn {
    margin-bottom: 0rem;
  }
  .cid-sPAKMpGqxX .card-img {
    padding: 0rem;
    padding-bottom: 2rem;
    max-height: 300px;
  }
  .cid-sPAKMpGqxX .container {
    padding: 0 3rem;
  }
  .cid-sPAKMpGqxX .center-card {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sPAKMpGqxX .container {
    padding: 0 2rem;
  }
  .cid-sPAKMpGqxX .card-img {
    width: 100%;
  }
  .cid-sPAKMpGqxX .center-card {
    padding: 1rem;
  }
}
.cid-sv2waLzKET {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2waLzKET .mbr-overlay {
  z-index: 1;
}
.cid-sv2waLzKET .carousel,
.cid-sv2waLzKET .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sv2waLzKET .item-wrapper {
  width: 100%;
}
.cid-sv2waLzKET .carousel-caption {
  bottom: 40px;
}
.cid-sv2waLzKET .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sv2waLzKET .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sv2waLzKET .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sv2waLzKET .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sv2waLzKET span {
  font-size: 50px;
}
.cid-sv2waLzKET .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sv2waLzKET .mobi-mbri-arrow-next:hover {
  color: #ff2b09;
}
.cid-sv2waLzKET .mobi-mbri-arrow-prev:hover {
  color: #ff2b09;
}
.cid-sv2waLzKET .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sv2waLzKET .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sv2waLzKET .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sv2waLzKET .carousel-fade .active.carousel-item-left,
.cid-sv2waLzKET .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sv2waLzKET .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sv2waLzKET .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sPAXyQrNcO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPAXyQrNcO H2 {
  color: #e7272d;
}
.cid-sPAXyQrNcO .mbr-text,
.cid-sPAXyQrNcO .mbr-section-btn {
  color: #808080;
}
.cid-sPAXyQrNcO img {
  max-width: 500px;
  margin: auto;
}
.cid-sv2wrdrnE2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f9f295;
}
.cid-sv2wrdrnE2 .card-wrapper {
  border-radius: 4px;
  background: #f9f295;
}
@media (min-width: 992px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sv2wrdrnE2 .text-box {
    padding: 2rem;
  }
}
.cid-sv2wrdrnE2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2wrdrnE2 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2wrdrnE2 .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-sv2wrdrnE2 .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2wrdrnE2 .small-img {
  width: 40%;
  margin: auto;
}
.cid-sv2wrdrnE2 .text-box {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-section-title {
  text-align: center;
}
.cid-sv2wrdrnE2 .mbr-text {
  padding-top: 10px;
}
.cid-sv2wrdrnE2 .mbr-section-subtitle {
  color: #626262;
}
.cid-sv2wrdrnE2 .text-white:hover {
  color: #000000 !important;
}
.cid-sv2wrdrnE2 .mbr-text,
.cid-sv2wrdrnE2 .button-align {
  color: #5b686b;
}
.cid-sRFkLg1d4u {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sRFkLg1d4u h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sRFkLg1d4u h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRFkLg1d4u h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sRFkLg1d4u .mbr-text,
.cid-sRFkLg1d4u .mbr-section-btn {
  color: #808080;
}
@media (max-width: 768px) {
  .cid-sRFkLg1d4u h3:before,
  .cid-sRFkLg1d4u h3:after {
    display: none;
  }
}
.cid-sv2wQziNqw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sv2wQziNqw .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sv2wQziNqw .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sv2wQziNqw .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sv2wQziNqw P {
  color: #000000;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-sv2wQziNqw img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sv2wQziNqw .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2wQziNqw .top,
  .cid-sv2wQziNqw .top-2 {
    margin-top: 0;
  }
}
.cid-sv2wRTxMw7 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sv2wRTxMw7 img {
  border-radius: 0px;
}
.cid-sv2wRTxMw7 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sv2wRTxMw7 .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-sv2wRTxMw7 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sv2wRTxMw7 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sv2wRTxMw7 img {
    padding-top: 1rem;
  }
}
.cid-sv2wUMd5O2 .google-map {
  filter: grayscale(0.9);
  height: 34rem;
  position: relative;
}
.cid-sv2wUMd5O2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sv2wUMd5O2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sv2wUMd5O2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sv2wUMd5O2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sv39GkRDgF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv39GkRDgF .item-wrapper {
  width: 100%;
}
.cid-sv39GkRDgF .left-side {
  text-align: left;
  width: 100%;
  padding-right: 5rem;
}
.cid-sv39GkRDgF .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv39GkRDgF .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv39GkRDgF .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv39GkRDgF .form-row {
    padding-top: 10px;
  }
}
.cid-sv39GkRDgF .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-sv39GkRDgF .mbr-link {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sv39GkRDgF .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-sv39GkRDgF .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sv39GkRDgF img,
.cid-sv39GkRDgF .item-img {
  margin: auto;
  width: auto;
}
.cid-sv39GkRDgF .lin {
  color: #000000;
  display: inline;
  margin: 0rem 0.5rem 0px 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv39GkRDgF .lin:hover {
  color: #ff2b09;
}
.cid-sv39GkRDgF .address:hover {
  color: #ff2b09;
}
.cid-sv39GkRDgF .bottom {
  text-transform: uppercase;
  display: inline;
}
.cid-sv39GkRDgF p {
  margin-bottom: 0.5rem;
}
.cid-sv39GkRDgF .col-auto {
  padding: 0;
  margin-top: 20px;
}
.cid-sv39GkRDgF input {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv39GkRDgF textarea {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv39GkRDgF .form-group {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.cid-sv39GkRDgF a {
  font-weight: bold;
}
.cid-sv39GkRDgF .p {
  display: block;
}
@media (max-width: 990px) {
  .cid-sv39GkRDgF .first {
    border-bottom: 0px;
  }
  .cid-sv39GkRDgF .left-side {
    padding: 15px;
  }
  .cid-sv39GkRDgF .row .right-side {
    padding: 15px 15px 0 15px;
  }
}
.cid-sv39GkRDgF .form-control:hover {
  outline: 2px solid #cdcdcb;
}
.cid-sv39GkRDgF .form-control:focus {
  outline: 2px solid #cdcdcb;
}
.cid-sv39GkRDgF .right-side {
  padding-right: 5rem;
  padding-left: 4rem;
}
.cid-sv39GkRDgF .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv39GkRDgF .address a {
  font-weight: 400;
}
.cid-sv39GkRDgF .form-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sv39GkRDgF .text-primary {
  color: #000000 !important;
}
.cid-sv39GkRDgF .mbr-link,
.cid-sv39GkRDgF .lin,
.cid-sv39GkRDgF .align .address {
  color: #232323;
}
.cid-sPBbDuFdhe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sv2qK02niL .nav-item:focus,
.cid-sv2qK02niL .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sv2qK02niL .nav-item {
    position: relative;
  }
}
.cid-sv2qK02niL .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #7f1933;
}
.cid-sv2qK02niL .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #7f1933;
}
.cid-sv2qK02niL .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-sv2qK02niL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sv2qK02niL .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sv2qK02niL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sv2qK02niL .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sv2qK02niL .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2qK02niL .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sv2qK02niL .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sv2qK02niL .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sv2qK02niL .navbar.collapsed .right-menu,
.cid-sv2qK02niL .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar .navbar-collapse.show,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sv2qK02niL .navbar .navbar-collapse.show .brand-container,
  .cid-sv2qK02niL .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sv2qK02niL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2qK02niL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sv2qK02niL .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sv2qK02niL .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sv2qK02niL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sv2qK02niL .navbar .right-menu,
  .cid-sv2qK02niL .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sv2qK02niL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2qK02niL .navbar.navbar-short .mbr-overlay {
  background: #7f1933 !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sv2qK02niL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sv2qK02niL .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sv2qK02niL .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sv2qK02niL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2qK02niL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2qK02niL .dropdown-item.active,
.cid-sv2qK02niL .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2qK02niL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2qK02niL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-sv2qK02niL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2qK02niL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2qK02niL ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sv2qK02niL .navbar-buttons {
  margin-left: auto;
}
.cid-sv2qK02niL button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:hover {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler:active {
  outline: none;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sv2qK02niL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sv2qK02niL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sv2qK02niL a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sv2qK02niL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sv2qK02niL .right-menu,
.cid-sv2qK02niL .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sv2qK02niL .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sv2qK02niL .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sv2qK02niL .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sv2qK02niL .card-wrapper {
  z-index: 3;
}
.cid-sv2qK02niL .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sv2qK02niL .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sv2qK02niL .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sv2qK02niL .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sv2qK02niL .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sv2qK02niL .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sv2qK02niL .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sv2qK02niL .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sv2qK02niL .link {
  padding: 0;
  margin: 0;
}
.cid-sv2qK02niL .dropdown-menu {
  margin-top: 0px;
}
.cid-sv2qK02niL .navbar-caption {
  color: #ffffff;
}
.cid-sv2qK02niL .navbar-caption:hover {
  color: #ffffff;
}
.cid-sv2qK02niL .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sv2qK02niL .dropdown-toggle:after {
  display: none;
}
.cid-sv2qK02niL a:hover .line-animation {
  opacity: 1;
}
.cid-sv2qK02niL .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sv2qK02niL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sv2qK02niL .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sPBiz0Z8mC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPBiz0Z8mC .mbr-text {
  color: #666666;
}
.cid-sPBiz0Z8mC .list {
  color: #666666;
}
.cid-sPBiz0Z8mC ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPBiz0Z8mC li {
  padding-bottom: 0.5rem;
}
.cid-sPBiz0Z8mC .mbr-section-subtitle {
  text-align: center;
}
.cid-sPBd13fjfE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sPBd13pA0E .nav-item:focus,
.cid-sPBd13pA0E .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPBd13pA0E .nav-item {
    position: relative;
  }
}
.cid-sPBd13pA0E .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #7f1933;
}
.cid-sPBd13pA0E .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #7f1933;
}
.cid-sPBd13pA0E .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-sPBd13pA0E .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sPBd13pA0E .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sPBd13pA0E .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPBd13pA0E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPBd13pA0E .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBd13pA0E .navbar.collapsed .navbar-collapse.show,
.cid-sPBd13pA0E .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBd13pA0E .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPBd13pA0E .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPBd13pA0E .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPBd13pA0E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPBd13pA0E .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sPBd13pA0E .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBd13pA0E .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sPBd13pA0E .navbar.collapsed .right-menu,
.cid-sPBd13pA0E .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPBd13pA0E .navbar .navbar-collapse.show,
  .cid-sPBd13pA0E .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sPBd13pA0E .navbar .navbar-collapse.show .brand-container,
  .cid-sPBd13pA0E .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPBd13pA0E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPBd13pA0E .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPBd13pA0E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPBd13pA0E .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPBd13pA0E .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sPBd13pA0E .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPBd13pA0E .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sPBd13pA0E .navbar .right-menu,
  .cid-sPBd13pA0E .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPBd13pA0E .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPBd13pA0E .navbar.navbar-short .mbr-overlay {
  background: #7f1933 !important;
}
.cid-sPBd13pA0E .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPBd13pA0E .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPBd13pA0E .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sPBd13pA0E .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPBd13pA0E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPBd13pA0E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPBd13pA0E .dropdown-item.active,
.cid-sPBd13pA0E .dropdown-item:active {
  background-color: transparent;
}
.cid-sPBd13pA0E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPBd13pA0E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sPBd13pA0E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-sPBd13pA0E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPBd13pA0E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPBd13pA0E ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPBd13pA0E ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPBd13pA0E .navbar-buttons {
  margin-left: auto;
}
.cid-sPBd13pA0E button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sPBd13pA0E button.navbar-toggler:hover {
  outline: none;
}
.cid-sPBd13pA0E button.navbar-toggler:active {
  outline: none;
}
.cid-sPBd13pA0E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPBd13pA0E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPBd13pA0E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBd13pA0E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBd13pA0E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPBd13pA0E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBd13pA0E nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sPBd13pA0E nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sPBd13pA0E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBd13pA0E a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sPBd13pA0E .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPBd13pA0E .right-menu,
.cid-sPBd13pA0E .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPBd13pA0E .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBd13pA0E .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBd13pA0E .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBd13pA0E .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBd13pA0E .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPBd13pA0E .card-wrapper {
  z-index: 3;
}
.cid-sPBd13pA0E .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPBd13pA0E .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sPBd13pA0E .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sPBd13pA0E .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sPBd13pA0E .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sPBd13pA0E .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sPBd13pA0E .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sPBd13pA0E .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sPBd13pA0E .link {
  padding: 0;
  margin: 0;
}
.cid-sPBd13pA0E .dropdown-menu {
  margin-top: 0px;
}
.cid-sPBd13pA0E .navbar-caption {
  color: #ffffff;
}
.cid-sPBd13pA0E .navbar-caption:hover {
  color: #ffffff;
}
.cid-sPBd13pA0E .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sPBd13pA0E .dropdown-toggle:after {
  display: none;
}
.cid-sPBd13pA0E a:hover .line-animation {
  opacity: 1;
}
.cid-sPBd13pA0E .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sPBd13pA0E .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPBd13pA0E .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sPBxqDasq1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sPBxqDasq1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sPBxqDasq1 input,
.cid-sPBxqDasq1 textarea {
  padding: 0.8rem 1.2rem !important;
  border-radius: 0px;
  font-size: 1.1rem;
}
.cid-sPBxqDasq1 .form-control:hover,
.cid-sPBxqDasq1 .form-control:focus {
  color: #808080 !important;
}
.cid-sPBxqDasq1 .btn-success {
  color: white !important;
}
.cid-sPBxqDasq1 img {
  width: 90%;
  border-radius: 8px;
}
.cid-sPBxqDasq1 .btn {
  border-radius: 30px;
}
.cid-sPBxqDasq1 textarea {
  min-height: 160px !important;
}
.cid-sPBxqDasq1 .form-control,
.cid-sPBxqDasq1 .field-input {
  padding: 0.5rem;
  background-color: #ffffff !important;
  border-color: #c1c1c1 !important;
  color: #808080 !important;
  min-height: 4rem;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sPBxqDasq1 .form-control:hover,
.cid-sPBxqDasq1 .field-input:hover,
.cid-sPBxqDasq1 .form-control:focus,
.cid-sPBxqDasq1 .field-input:focus {
  background-color: #ffffff !important;
  border-color: #c1c1c1 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-sPBxqDasq1 input::-webkit-input-placeholder,
.cid-sPBxqDasq1 textarea::-webkit-input-placeholder {
  color: #808080;
}
.cid-sPBxqDasq1 input:-moz-placeholder,
.cid-sPBxqDasq1 textarea:-moz-placeholder {
  color: #808080;
}
.cid-sPBxqDasq1 .jq-selectbox li,
.cid-sPBxqDasq1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sPBxqDasq1 .jq-selectbox li:hover,
.cid-sPBxqDasq1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sPBxqDasq1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-sPBxqDasq1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-sPBxqDasq1 H5 {
  color: #000000;
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sPBxqDasq1 img {
    width: 100%;
  }
  .cid-sPBxqDasq1 .google-map {
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-sPBxqDasq1 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-sPBxqDasq1 .mbr-text,
.cid-sPBxqDasq1 .mbr-section-btn {
  color: #808080;
}
.cid-sPBlSFU6jF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sPBlSG6X97 .nav-item:focus,
.cid-sPBlSG6X97 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPBlSG6X97 .nav-item {
    position: relative;
  }
}
.cid-sPBlSG6X97 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #7f1933;
}
.cid-sPBlSG6X97 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #7f1933;
}
.cid-sPBlSG6X97 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-sPBlSG6X97 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sPBlSG6X97 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sPBlSG6X97 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPBlSG6X97 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPBlSG6X97 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBlSG6X97 .navbar.collapsed .navbar-collapse.show,
.cid-sPBlSG6X97 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBlSG6X97 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPBlSG6X97 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPBlSG6X97 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPBlSG6X97 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPBlSG6X97 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sPBlSG6X97 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBlSG6X97 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sPBlSG6X97 .navbar.collapsed .right-menu,
.cid-sPBlSG6X97 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPBlSG6X97 .navbar .navbar-collapse.show,
  .cid-sPBlSG6X97 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sPBlSG6X97 .navbar .navbar-collapse.show .brand-container,
  .cid-sPBlSG6X97 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPBlSG6X97 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPBlSG6X97 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPBlSG6X97 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPBlSG6X97 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPBlSG6X97 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sPBlSG6X97 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPBlSG6X97 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sPBlSG6X97 .navbar .right-menu,
  .cid-sPBlSG6X97 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPBlSG6X97 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPBlSG6X97 .navbar.navbar-short .mbr-overlay {
  background: #7f1933 !important;
}
.cid-sPBlSG6X97 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPBlSG6X97 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPBlSG6X97 .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sPBlSG6X97 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPBlSG6X97 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPBlSG6X97 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPBlSG6X97 .dropdown-item.active,
.cid-sPBlSG6X97 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPBlSG6X97 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPBlSG6X97 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sPBlSG6X97 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-sPBlSG6X97 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPBlSG6X97 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPBlSG6X97 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPBlSG6X97 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPBlSG6X97 .navbar-buttons {
  margin-left: auto;
}
.cid-sPBlSG6X97 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sPBlSG6X97 button.navbar-toggler:hover {
  outline: none;
}
.cid-sPBlSG6X97 button.navbar-toggler:active {
  outline: none;
}
.cid-sPBlSG6X97 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPBlSG6X97 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPBlSG6X97 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBlSG6X97 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBlSG6X97 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPBlSG6X97 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBlSG6X97 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sPBlSG6X97 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sPBlSG6X97 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBlSG6X97 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sPBlSG6X97 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPBlSG6X97 .right-menu,
.cid-sPBlSG6X97 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPBlSG6X97 .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBlSG6X97 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBlSG6X97 .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBlSG6X97 .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBlSG6X97 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPBlSG6X97 .card-wrapper {
  z-index: 3;
}
.cid-sPBlSG6X97 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPBlSG6X97 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sPBlSG6X97 .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sPBlSG6X97 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sPBlSG6X97 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sPBlSG6X97 .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sPBlSG6X97 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sPBlSG6X97 .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sPBlSG6X97 .link {
  padding: 0;
  margin: 0;
}
.cid-sPBlSG6X97 .dropdown-menu {
  margin-top: 0px;
}
.cid-sPBlSG6X97 .navbar-caption {
  color: #ffffff;
}
.cid-sPBlSG6X97 .navbar-caption:hover {
  color: #ffffff;
}
.cid-sPBlSG6X97 .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sPBlSG6X97 .dropdown-toggle:after {
  display: none;
}
.cid-sPBlSG6X97 a:hover .line-animation {
  opacity: 1;
}
.cid-sPBlSG6X97 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sPBlSG6X97 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPBlSG6X97 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sPBxVh3dZ0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPBxVh3dZ0 .mbr-text {
  color: #666666;
}
.cid-sPBxVh3dZ0 .list {
  color: #666666;
}
.cid-sPBxVh3dZ0 ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPBxVh3dZ0 li {
  padding-bottom: 0.5rem;
}
.cid-sPBxVh3dZ0 .mbr-section-subtitle {
  text-align: center;
}
.cid-sPBxVhhJvo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sPBxVhswCr .nav-item:focus,
.cid-sPBxVhswCr .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPBxVhswCr .nav-item {
    position: relative;
  }
}
.cid-sPBxVhswCr .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #7f1933;
}
.cid-sPBxVhswCr .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #7f1933;
}
.cid-sPBxVhswCr .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-sPBxVhswCr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sPBxVhswCr .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sPBxVhswCr .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPBxVhswCr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPBxVhswCr .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBxVhswCr .navbar.collapsed .navbar-collapse.show,
.cid-sPBxVhswCr .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBxVhswCr .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPBxVhswCr .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPBxVhswCr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPBxVhswCr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPBxVhswCr .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sPBxVhswCr .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBxVhswCr .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sPBxVhswCr .navbar.collapsed .right-menu,
.cid-sPBxVhswCr .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPBxVhswCr .navbar .navbar-collapse.show,
  .cid-sPBxVhswCr .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sPBxVhswCr .navbar .navbar-collapse.show .brand-container,
  .cid-sPBxVhswCr .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPBxVhswCr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPBxVhswCr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPBxVhswCr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPBxVhswCr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPBxVhswCr .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sPBxVhswCr .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPBxVhswCr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sPBxVhswCr .navbar .right-menu,
  .cid-sPBxVhswCr .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPBxVhswCr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPBxVhswCr .navbar.navbar-short .mbr-overlay {
  background: #7f1933 !important;
}
.cid-sPBxVhswCr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPBxVhswCr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPBxVhswCr .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sPBxVhswCr .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPBxVhswCr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPBxVhswCr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPBxVhswCr .dropdown-item.active,
.cid-sPBxVhswCr .dropdown-item:active {
  background-color: transparent;
}
.cid-sPBxVhswCr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPBxVhswCr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sPBxVhswCr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-sPBxVhswCr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPBxVhswCr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPBxVhswCr ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPBxVhswCr ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPBxVhswCr .navbar-buttons {
  margin-left: auto;
}
.cid-sPBxVhswCr button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sPBxVhswCr button.navbar-toggler:hover {
  outline: none;
}
.cid-sPBxVhswCr button.navbar-toggler:active {
  outline: none;
}
.cid-sPBxVhswCr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPBxVhswCr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPBxVhswCr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBxVhswCr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBxVhswCr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPBxVhswCr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBxVhswCr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sPBxVhswCr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sPBxVhswCr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBxVhswCr a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sPBxVhswCr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPBxVhswCr .right-menu,
.cid-sPBxVhswCr .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPBxVhswCr .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBxVhswCr .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBxVhswCr .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBxVhswCr .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBxVhswCr .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPBxVhswCr .card-wrapper {
  z-index: 3;
}
.cid-sPBxVhswCr .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPBxVhswCr .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sPBxVhswCr .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sPBxVhswCr .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sPBxVhswCr .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sPBxVhswCr .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sPBxVhswCr .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sPBxVhswCr .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sPBxVhswCr .link {
  padding: 0;
  margin: 0;
}
.cid-sPBxVhswCr .dropdown-menu {
  margin-top: 0px;
}
.cid-sPBxVhswCr .navbar-caption {
  color: #ffffff;
}
.cid-sPBxVhswCr .navbar-caption:hover {
  color: #ffffff;
}
.cid-sPBxVhswCr .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sPBxVhswCr .dropdown-toggle:after {
  display: none;
}
.cid-sPBxVhswCr a:hover .line-animation {
  opacity: 1;
}
.cid-sPBxVhswCr .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sPBxVhswCr .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPBxVhswCr .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-sPBz2pLgXs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPBz2pLgXs .mbr-text {
  color: #666666;
  text-align: center;
}
.cid-sPBz2pLgXs .list {
  color: #666666;
}
.cid-sPBz2pLgXs ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPBz2pLgXs li {
  padding-bottom: 0.5rem;
}
.cid-sPBz2pLgXs .mbr-section-subtitle {
  text-align: center;
}
.cid-sPBz2q4xAD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sPBz2qef5U .nav-item:focus,
.cid-sPBz2qef5U .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sPBz2qef5U .nav-item {
    position: relative;
  }
}
.cid-sPBz2qef5U .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #7f1933;
}
.cid-sPBz2qef5U .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #7f1933;
}
.cid-sPBz2qef5U .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #7f1933 !important;
}
.cid-sPBz2qef5U .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sPBz2qef5U .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sPBz2qef5U .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sPBz2qef5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sPBz2qef5U .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBz2qef5U .navbar.collapsed .navbar-collapse.show,
.cid-sPBz2qef5U .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBz2qef5U .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sPBz2qef5U .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sPBz2qef5U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPBz2qef5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPBz2qef5U .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sPBz2qef5U .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sPBz2qef5U .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sPBz2qef5U .navbar.collapsed .right-menu,
.cid-sPBz2qef5U .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sPBz2qef5U .navbar .navbar-collapse.show,
  .cid-sPBz2qef5U .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sPBz2qef5U .navbar .navbar-collapse.show .brand-container,
  .cid-sPBz2qef5U .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sPBz2qef5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPBz2qef5U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPBz2qef5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPBz2qef5U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPBz2qef5U .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sPBz2qef5U .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sPBz2qef5U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sPBz2qef5U .navbar .right-menu,
  .cid-sPBz2qef5U .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sPBz2qef5U .navbar.navbar-short {
  min-height: 60px;
}
.cid-sPBz2qef5U .navbar.navbar-short .mbr-overlay {
  background: #7f1933 !important;
}
.cid-sPBz2qef5U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPBz2qef5U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sPBz2qef5U .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sPBz2qef5U .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sPBz2qef5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPBz2qef5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPBz2qef5U .dropdown-item.active,
.cid-sPBz2qef5U .dropdown-item:active {
  background-color: transparent;
}
.cid-sPBz2qef5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPBz2qef5U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sPBz2qef5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7f1933;
}
.cid-sPBz2qef5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPBz2qef5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPBz2qef5U ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sPBz2qef5U ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sPBz2qef5U .navbar-buttons {
  margin-left: auto;
}
.cid-sPBz2qef5U button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-sPBz2qef5U button.navbar-toggler:hover {
  outline: none;
}
.cid-sPBz2qef5U button.navbar-toggler:active {
  outline: none;
}
.cid-sPBz2qef5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sPBz2qef5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPBz2qef5U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBz2qef5U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPBz2qef5U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPBz2qef5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBz2qef5U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sPBz2qef5U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sPBz2qef5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPBz2qef5U a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sPBz2qef5U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPBz2qef5U .right-menu,
.cid-sPBz2qef5U .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sPBz2qef5U .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBz2qef5U .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sPBz2qef5U .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBz2qef5U .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sPBz2qef5U .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sPBz2qef5U .card-wrapper {
  z-index: 3;
}
.cid-sPBz2qef5U .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sPBz2qef5U .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sPBz2qef5U .nav-item:not(:last-child) {
  margin-right: 32px !important;
}
.cid-sPBz2qef5U .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-sPBz2qef5U .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-sPBz2qef5U .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
}
.cid-sPBz2qef5U .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.cid-sPBz2qef5U .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sPBz2qef5U .link {
  padding: 0;
  margin: 0;
}
.cid-sPBz2qef5U .dropdown-menu {
  margin-top: 0px;
}
.cid-sPBz2qef5U .navbar-caption {
  color: #ffffff;
}
.cid-sPBz2qef5U .navbar-caption:hover {
  color: #ffffff;
}
.cid-sPBz2qef5U .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sPBz2qef5U .dropdown-toggle:after {
  display: none;
}
.cid-sPBz2qef5U a:hover .line-animation {
  opacity: 1;
}
.cid-sPBz2qef5U .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-sPBz2qef5U .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sPBz2qef5U .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
