.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 4.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #bf2424 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bf2424 !important;
  border-color: #bf2424 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #da3c3c !important;
  border-color: #da3c3c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #da3c3c !important;
  border-color: #da3c3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bf2424 !important;
  border-color: #bf2424 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #da3c3c !important;
  border-color: #da3c3c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #da3c3c !important;
  border-color: #da3c3c !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bf2424;
  color: #bf2424;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #761616 !important;
  background-color: transparent !important;
  border-color: #761616 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf2424 !important;
  border-color: #bf2424 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bf2424;
  color: #bf2424;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #761616 !important;
  background-color: transparent !important;
  border-color: #761616 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf2424 !important;
  border-color: #bf2424 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bf2424 !important;
}
.text-secondary {
  color: #bf2424 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #691414 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #691414 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bf2424;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bf2424;
  border-color: #bf2424;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bf2424;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e67c7c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bf2424 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bf2424;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bf2424;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bf2424;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bf2424;
  border-bottom-color: #bf2424;
}
.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: #bf2424 !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: #bf2424 !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='%23bf2424' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUkCdBkTaa {
  background-image: url("../../../assets/images/header2-2000x977.png");
}
.cid-uUkCdBkTaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUkCdBkTaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUkCdBkTaa .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUkCdBkTaa .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUkCdBkTaa .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uUkCdBkTaa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUkCdBkTaa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUkCdBkTaa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uUkCdBkTaa .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uUkCdBkTaa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uUkCdBkTaa .mbr-label,
.cid-uUkCdBkTaa .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uUkCdBkTaa .mbr-section-title {
  color: #19171c;
}
.cid-uUkCdBkTaa .mbr-text,
.cid-uUkCdBkTaa .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uUkCdBkTaa .mbr-section-title,
.cid-uUkCdBkTaa .title-wrapper,
.cid-uUkCdBkTaa .mbr-section-btn {
  text-align: center;
}
.cid-uUkCdBkTaa .mbr-section-title,
.cid-uUkCdBkTaa .mbr-section-btn,
.cid-uUkCdBkTaa .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uUkCdBkTaa H2 {
  color: #232323;
}
.cid-uTPYgJJ4a0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTPYgJJ4a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYgJJ4a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYgJJ4a0 .content-wrapper {
  position: sticky;
  top: 70px;
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uTPYgJJ4a0 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uTPYgJJ4a0 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uTPYgJJ4a0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uTPYgJJ4a0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTPYgJJ4a0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .item {
    margin-bottom: 40px;
  }
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-img {
  padding: 20px 20px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTPYgJJ4a0 .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uTPYgJJ4a0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uTPYgJJ4a0 .mbr-label {
  color: #19171c;
}
.cid-uTPYgJJ4a0 .mbr-section-title {
  color: #19171c;
}
.cid-uTPYgJJ4a0 .mbr-text {
  color: #19171c;
}
.cid-uTPYgJJ4a0 .item-title {
  color: #19171c;
}
.cid-uTPYgJJ4a0 .item-text {
  color: #6e6e73;
}
.cid-uTPYgJJ4a0 .mbr-label,
.cid-uTPYgJJ4a0 .label-wrapper {
  color: #ffffff;
}
.cid-uUktIEWLme {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uUktIEWLme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUktIEWLme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uUktIEWLme .container {
    padding: 0 16px;
  }
}
.cid-uUktIEWLme .row {
  justify-content: center;
}
.cid-uUktIEWLme .content-wrapper {
  position: relative;
}
.cid-uUktIEWLme .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUktIEWLme .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUktIEWLme .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #bf2424;
  display: inline-flex;
}
.cid-uUktIEWLme .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUktIEWLme .content-wrapper .mbr-text span {
  color: #bf2424;
}
.cid-uUktIEWLme .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 70%);
}
.cid-uUktIEWLme .mbr-text {
  color: #000000;
}
.cid-uUktIEWLme .mbr-text,
.cid-uUktIEWLme .icon-wrapper {
  text-align: center;
}
.cid-uTQ2E2Sd7s {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/aerial-drone-view-of-beautiful-sea-wave-surface-2024-12-06-10-35-41-utc-2000x1332.jpg");
}
.cid-uTQ2E2Sd7s .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uTQ2E2Sd7s .card-wrapper:hover .card-title {
  color: #bf2424;
}
.cid-uTQ2E2Sd7s .col1 span {
  padding-right: 1.5rem;
}
.cid-uTQ2E2Sd7s .col2 span {
  padding-left: 1.5rem;
}
.cid-uTQ2E2Sd7s .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uTQ2E2Sd7s .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bf2424;
}
@media (max-width: 992px) {
  .cid-uTQ2E2Sd7s .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uTQ2E2Sd7s span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uTQ2E2Sd7s .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uTQ2E2Sd7s .card-text {
  color: #ffffff;
}
.cid-uTQ2E2Sd7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQ2E2Sd7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUkuIsE120 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUkuIsE120 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUkuIsE120 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uUkuIsE120 .container {
    padding: 0 16px;
  }
}
.cid-uUkuIsE120 .row {
  position: relative;
}
.cid-uUkuIsE120 .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uUkuIsE120 .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uUkuIsE120 .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uUkuIsE120 .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #bf2424 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #bf2424 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #000000 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uUkuIsE120 .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uUkuIsE120 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uUkuIsE120 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bf2424 -10%, transparent 80%);
}
.cid-uUkuIsE120 .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uUkuIsE120 .items-wrapper {
    margin-left: 0;
  }
}
.cid-uUkuIsE120 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uUkuIsE120 .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uUkuIsE120 .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uUkuIsE120 .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uUkuIsE120 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uUkuIsE120 .mbr-section-title {
  color: #000000;
}
.cid-uUkuIsE120 .mbr-text {
  color: #6f6f6f;
}
.cid-uUkuIsE120 .item-title {
  color: #000000;
}
.cid-uUkuIsE120 .item-text {
  color: #000000;
}
.cid-uTPYi83NM9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTPYi83NM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYi83NM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYi83NM9 .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTPYi83NM9 .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTPYi83NM9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uTPYi83NM9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTPYi83NM9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTPYi83NM9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uTPYi83NM9 .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uTPYi83NM9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uTPYi83NM9 .mbr-label,
.cid-uTPYi83NM9 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYi83NM9 .mbr-section-title {
  color: #19171c;
}
.cid-uTPYi83NM9 .mbr-text,
.cid-uTPYi83NM9 .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uTPYi83NM9 .mbr-section-title,
.cid-uTPYi83NM9 .title-wrapper,
.cid-uTPYi83NM9 .mbr-section-btn {
  text-align: center;
}
.cid-uTQFiipUal {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTQFiipUal .title_block {
  margin-bottom: 80px;
}
.cid-uTQFiipUal .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #bf2424;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uTQFiipUal .mbr-section-title,
.cid-uTQFiipUal .card-title {
  color: #bf2424;
}
.cid-uTQFiipUal .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTQFiipUal .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uTQFiipUal .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(191, 36, 36, 0.07);
}
.cid-uTQFiipUal .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #bf2424;
}
.cid-uTQFiipUal .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.cid-uTQFiipUal .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uTQFiipUal .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(58, 52, 28, 0.07);
}
.cid-uTQFiipUal .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #3a341c;
}
.cid-uTQFiipUal .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(50, 7, 7, 0.07);
}
.cid-uTQFiipUal .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #320707;
}
.cid-uTQFiipUal .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uTQFiipUal .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uTQFiipUal .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uTQFiipUal .card-title {
  margin-bottom: 20px;
}
.cid-uTQFiipUal .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uTQFiipUal .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uTQFiipUal .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uTQFiipUal .btn_link:hover {
  cursor: pointer;
}
.cid-uTQFiipUal .btn_link:hover a {
  color: #bf2424 !important;
}
.cid-uTQFiipUal .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uTQFiipUal .title_block {
    margin-bottom: 40px;
  }
  .cid-uTQFiipUal .card {
    text-align: center;
  }
  .cid-uTQFiipUal .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uTQFiipUal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQFiipUal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQFiipUal .card-title,
.cid-uTQFiipUal .icon_block {
  color: #000000;
}
.cid-uTQhTcB7ZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTQhTcB7ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQhTcB7ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQhTcB7ZL .content-wrapper {
  position: sticky;
  top: 70px;
}
@media (max-width: 992px) {
  .cid-uTQhTcB7ZL .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uTQhTcB7ZL .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uTQhTcB7ZL .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uTQhTcB7ZL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTQhTcB7ZL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTQhTcB7ZL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTQhTcB7ZL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uTQhTcB7ZL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uTQhTcB7ZL .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uTQhTcB7ZL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uTQhTcB7ZL .mbr-section-title {
  color: #19171c;
}
.cid-uTQhTcB7ZL .panel-title {
  color: #19171c;
}
.cid-uTQhTcB7ZL .panel-text {
  color: #6e6e73;
}
.cid-uTQhTcB7ZL .mbr-section-title,
.cid-uTQhTcB7ZL .mbr-section-btn {
  color: #bf2424;
}
.cid-uTQqvH8gsp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uTQqvH8gsp::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
  z-index: 1;
}
.cid-uTQqvH8gsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQqvH8gsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uTQqvH8gsp .container {
    padding: 0 16px;
  }
}
.cid-uTQqvH8gsp .row {
  position: relative;
  justify-content: space-between;
}
.cid-uTQqvH8gsp .row .card {
  justify-content: space-between;
}
.cid-uTQqvH8gsp .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uTQqvH8gsp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uTQqvH8gsp .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uTQqvH8gsp .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTQqvH8gsp .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #172665;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #172665;
  margin-right: 20px;
}
.cid-uTQqvH8gsp .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uTQqvH8gsp .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uTQqvH8gsp .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uTQqvH8gsp .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uTQqvH8gsp .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-control:hover,
.cid-uTQqvH8gsp .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-uTQqvH8gsp .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uTQqvH8gsp .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-uTQqvH8gsp .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uTQqvH8gsp .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uTQqvH8gsp .mbr-section-title {
  color: #000000;
}
.cid-uTQqvH8gsp .mbr-text {
  color: #000000;
}
.cid-uTQqvH8gsp .mbr-contact {
  color: #000000;
}
.cid-uTQqvH8gsp label {
  color: #000000;
}
.cid-uTQqvH8gsp .mbr-section-title,
.cid-uTQqvH8gsp .mbr-section-btn {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaFLtoPgv {
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/header2-2000x977.png");
}
.cid-uVaFLtoPgv::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
  z-index: 1;
}
.cid-uVaFLtoPgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaFLtoPgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaFLtoPgv .container {
    padding: 0 16px;
  }
}
.cid-uVaFLtoPgv .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaFLtoPgv .row .card {
  justify-content: space-between;
}
.cid-uVaFLtoPgv .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVaFLtoPgv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVaFLtoPgv .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaFLtoPgv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaFLtoPgv .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #172665;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #172665;
  margin-right: 20px;
}
.cid-uVaFLtoPgv .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uVaFLtoPgv .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uVaFLtoPgv .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uVaFLtoPgv .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uVaFLtoPgv .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #ffffff;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-control:hover,
.cid-uVaFLtoPgv .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-uVaFLtoPgv .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uVaFLtoPgv .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-uVaFLtoPgv .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uVaFLtoPgv .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uVaFLtoPgv .mbr-section-title {
  color: #000000;
}
.cid-uVaFLtoPgv .mbr-text {
  color: #000000;
}
.cid-uVaFLtoPgv .mbr-contact {
  color: #000000;
}
.cid-uVaFLtoPgv label {
  color: #000000;
}
.cid-uVaFLtoPgv .mbr-section-title,
.cid-uVaFLtoPgv .mbr-section-btn {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVaGKkGNNC {
  background-image: url("../../../assets/images/kdv-transport-2000x1304.png");
}
.cid-uVaGKkGNNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaGKkGNNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaGKkGNNC .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVaGKkGNNC .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVaGKkGNNC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVaGKkGNNC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVaGKkGNNC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVaGKkGNNC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVaGKkGNNC .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVaGKkGNNC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVaGKkGNNC .mbr-label,
.cid-uVaGKkGNNC .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVaGKkGNNC .mbr-section-title {
  color: #19171c;
}
.cid-uVaGKkGNNC .mbr-text,
.cid-uVaGKkGNNC .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVaGKkGNNC .mbr-section-title,
.cid-uVaGKkGNNC .title-wrapper,
.cid-uVaGKkGNNC .mbr-section-btn {
  text-align: center;
}
.cid-uVaGKkGNNC .mbr-section-title,
.cid-uVaGKkGNNC .mbr-section-btn,
.cid-uVaGKkGNNC .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uVaGKkGNNC H2 {
  color: #232323;
}
.cid-uVaGdZiORz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bf2424;
}
.cid-uVaGdZiORz .item:focus,
.cid-uVaGdZiORz span:focus {
  outline: none;
}
.cid-uVaGdZiORz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVaGdZiORz .item {
  color: #ffffff;
  min-height: 40px;
}
@media (max-width: 768px) {
  .cid-uVaGdZiORz .item {
    min-height: 40px;
  }
}
.cid-uVaNqa9oa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVaNqa9oa3 .container {
    padding: 0 16px;
  }
}
.cid-uVaNqa9oa3 .row {
  position: relative;
  z-index: 1;
}
.cid-uVaNqa9oa3 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uVaNqa9oa3 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVaNqa9oa3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVaNqa9oa3 .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaNqa9oa3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uVaNqa9oa3 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uVaNqa9oa3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uVaNqa9oa3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #000000 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uVaNqa9oa3 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uVaNqa9oa3 .embla__button--next,
.cid-uVaNqa9oa3 .embla__button--prev {
  display: flex;
}
.cid-uVaNqa9oa3 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #bf2424 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVaNqa9oa3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVaNqa9oa3 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uVaNqa9oa3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVaNqa9oa3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uVaNqa9oa3 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
.cid-uVaNqa9oa3 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVaNqa9oa3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVaNqa9oa3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVaNqa9oa3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVaNqa9oa3 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uVaNqa9oa3 .mbr-section-title {
  color: #000000;
}
.cid-uVaNqa9oa3 .mbr-desc {
  color: #000000;
}
.cid-uVaNqa9oa3 .item-title {
  color: #000000;
}
.cid-uVaNqa9oa3 .item-text {
  color: #6f6f6f;
}
.cid-uVaWsc5UJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaWsc5UJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaWsc5UJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaWsc5UJ7 .container {
    padding: 0 16px;
  }
}
.cid-uVaWsc5UJ7 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaWsc5UJ7 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaWsc5UJ7 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaWsc5UJ7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaWsc5UJ7 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaWsc5UJ7 .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaWsc5UJ7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaWsc5UJ7 .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaWsc5UJ7 .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaWsc5UJ7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaWsc5UJ7 .mbr-section-title {
  color: #000000;
}
.cid-uVaWsc5UJ7 .mbr-text {
  color: #000000;
}
.cid-uVaWr7kwrW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaWr7kwrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaWr7kwrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaWr7kwrW .container {
    padding: 0 16px;
  }
}
.cid-uVaWr7kwrW .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaWr7kwrW .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaWr7kwrW .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaWr7kwrW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaWr7kwrW .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaWr7kwrW .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaWr7kwrW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaWr7kwrW .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaWr7kwrW .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaWr7kwrW .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaWr7kwrW .mbr-section-title {
  color: #000000;
}
.cid-uVaWr7kwrW .mbr-text {
  color: #000000;
}
.cid-uVaMNfxACM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaMNfxACM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaMNfxACM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaMNfxACM .container {
    padding: 0 16px;
  }
}
.cid-uVaMNfxACM .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaMNfxACM .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaMNfxACM .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaMNfxACM .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaMNfxACM .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaMNfxACM .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaMNfxACM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaMNfxACM .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaMNfxACM .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaMNfxACM .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaMNfxACM .mbr-section-title {
  color: #000000;
}
.cid-uVaMNfxACM .mbr-text {
  color: #000000;
}
.cid-uVaMQrLpwI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaMQrLpwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaMQrLpwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaMQrLpwI .container {
    padding: 0 16px;
  }
}
.cid-uVaMQrLpwI .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaMQrLpwI .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaMQrLpwI .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaMQrLpwI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaMQrLpwI .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaMQrLpwI .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaMQrLpwI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaMQrLpwI .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaMQrLpwI .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaMQrLpwI .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaMQrLpwI .mbr-section-title {
  color: #000000;
}
.cid-uVaMQrLpwI .mbr-text {
  color: #000000;
}
.cid-uVaMRPKNRK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaMRPKNRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaMRPKNRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaMRPKNRK .container {
    padding: 0 16px;
  }
}
.cid-uVaMRPKNRK .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaMRPKNRK .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaMRPKNRK .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaMRPKNRK .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaMRPKNRK .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaMRPKNRK .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaMRPKNRK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaMRPKNRK .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaMRPKNRK .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaMRPKNRK .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaMRPKNRK .mbr-section-title {
  color: #000000;
}
.cid-uVaMRPKNRK .mbr-text {
  color: #000000;
}
.cid-uVaMRccOFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaMRccOFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaMRccOFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVaMRccOFj .container {
    padding: 0 16px;
  }
}
.cid-uVaMRccOFj .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVaMRccOFj .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uVaMRccOFj .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uVaMRccOFj .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVaMRccOFj .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVaMRccOFj .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVaMRccOFj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVaMRccOFj .image-wrapper img {
  height: 560px;
  object-fit: cover;
  margin-bottom: 24px;
}
.cid-uVaMRccOFj .image-wrapper img:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVaMRccOFj .image-wrapper img {
    height: 350px;
  }
}
.cid-uVaMRccOFj .mbr-section-title {
  color: #000000;
}
.cid-uVaMRccOFj .mbr-text {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVb3qiI3kz {
  background-image: url("../../../assets/images/truck-driving-along-jersey-barrier-of-coastal-high-2024-09-19-11-53-17-utc-2000x1000.png");
}
.cid-uVb3qiI3kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb3qiI3kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb3qiI3kz .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVb3qiI3kz .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVb3qiI3kz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVb3qiI3kz .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVb3qiI3kz .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVb3qiI3kz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVb3qiI3kz .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVb3qiI3kz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVb3qiI3kz .mbr-label,
.cid-uVb3qiI3kz .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVb3qiI3kz .mbr-section-title {
  color: #19171c;
}
.cid-uVb3qiI3kz .mbr-text,
.cid-uVb3qiI3kz .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVb3qiI3kz .mbr-section-title,
.cid-uVb3qiI3kz .title-wrapper,
.cid-uVb3qiI3kz .mbr-section-btn {
  text-align: center;
}
.cid-uVb3qiI3kz .mbr-section-title,
.cid-uVb3qiI3kz .mbr-section-btn,
.cid-uVb3qiI3kz .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uVb3qiI3kz H2 {
  color: #232323;
}
.cid-uVb3N8NANr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uVb3N8NANr::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bf2424 -10%, transparent 80%);
}
.cid-uVb3N8NANr::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
}
.cid-uVb3N8NANr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb3N8NANr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVb3N8NANr .container {
    padding: 0 16px;
  }
}
.cid-uVb3N8NANr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-uVb3N8NANr .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uVb3N8NANr .content-wrapper {
  margin-bottom: 80px;
}
.cid-uVb3N8NANr .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVb3N8NANr .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVb3N8NANr .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVb3N8NANr .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVb3N8NANr .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uVb3N8NANr .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uVb3N8NANr .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #bf2424;
}
.cid-uVb3N8NANr .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVb3N8NANr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVb3N8NANr .mbr-text,
.cid-uVb3N8NANr .text-wrapper {
  color: #6f6f6f;
  text-align: left;
}
.cid-uVb3N8NANr .item-desc {
  color: #6f6f6f;
}
.cid-uVb3N8NANr .item-title {
  color: #bf2424;
}
.cid-uVb3N8NANr .item-price {
  color: #6f6f6f;
}
.cid-uVb3N8NANr .mbr-list-title {
  color: #000000;
}
.cid-uVb3N8NANr .list {
  color: #000000;
}
.cid-uVb7Jphham {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVb7Jphham .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb7Jphham .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVb7Jphham .container {
    padding: 0 16px;
  }
}
.cid-uVb7Jphham .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVb7Jphham .row .card {
  justify-content: space-between;
}
.cid-uVb7Jphham .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVb7Jphham .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVb7Jphham .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVb7Jphham .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVb7Jphham .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uVb7Jphham .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-uVb7Jphham .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uVb7Jphham .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uVb7Jphham .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uVb7Jphham .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uVb7Jphham .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #e8e8e8;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-control:hover,
.cid-uVb7Jphham .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-uVb7Jphham .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uVb7Jphham .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-uVb7Jphham .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uVb7Jphham .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uVb7Jphham .mbr-section-title {
  color: #000000;
}
.cid-uVb7Jphham .mbr-text {
  color: #000000;
}
.cid-uVb7Jphham .mbr-contact {
  color: #000000;
}
.cid-uVb7Jphham label {
  color: #000000;
}
.cid-uVb7Jphham .mbr-section-title,
.cid-uVb7Jphham .mbr-section-btn {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVb9Pao6zh {
  background-image: url("../../../assets/images/blog-2000x1000.png");
}
.cid-uVb9Pao6zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9Pao6zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb9Pao6zh .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVb9Pao6zh .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVb9Pao6zh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVb9Pao6zh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVb9Pao6zh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVb9Pao6zh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVb9Pao6zh .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVb9Pao6zh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVb9Pao6zh .mbr-label,
.cid-uVb9Pao6zh .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVb9Pao6zh .mbr-section-title {
  color: #19171c;
}
.cid-uVb9Pao6zh .mbr-text,
.cid-uVb9Pao6zh .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVb9Pao6zh .mbr-section-title,
.cid-uVb9Pao6zh .title-wrapper,
.cid-uVb9Pao6zh .mbr-section-btn {
  text-align: center;
}
.cid-uVb9Pao6zh .mbr-section-title,
.cid-uVb9Pao6zh .mbr-section-btn,
.cid-uVb9Pao6zh .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uVb9Pao6zh H2 {
  color: #232323;
}
.cid-uVb9BRZili {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVb9BRZili .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb9BRZili .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVb9BRZili .container {
    padding: 0 16px;
  }
}
.cid-uVb9BRZili .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVb9BRZili .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uVb9BRZili .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVb9BRZili .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVb9BRZili .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVb9BRZili .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uVb9BRZili .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uVb9BRZili .item .item-wrapper:hover .item-img img,
.cid-uVb9BRZili .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uVb9BRZili .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uVb9BRZili .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #000000 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uVb9BRZili .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uVb9BRZili .mbr-section-title {
  color: #000000;
}
.cid-uVb9BRZili .mbr-desc {
  color: #6f6f6f;
}
.cid-uVb9BRZili .item-text {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uTQ01LA7KD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD {
    flex-wrap: wrap;
  }
  .cid-uTQ01LA7KD .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uTQ01LA7KD .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uTQ01LA7KD .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uTQ01LA7KD .btn {
  padding: 0.3rem 2rem;
}
.cid-uTQ01LA7KD .nav-link {
  position: relative;
}
.cid-uTQ01LA7KD .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uTQ01LA7KD .nav-link:hover:before {
  width: 100%;
}
.cid-uTQ01LA7KD nav.navbar {
  position: fixed;
}
.cid-uTQ01LA7KD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTQ01LA7KD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTQ01LA7KD .dropdown-item:hover,
.cid-uTQ01LA7KD .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uTQ01LA7KD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTQ01LA7KD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTQ01LA7KD .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTQ01LA7KD .container {
  display: flex;
  margin: auto;
}
.cid-uTQ01LA7KD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown-menu,
.cid-uTQ01LA7KD .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uTQ01LA7KD .nav-item:focus,
.cid-uTQ01LA7KD .nav-link:focus {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTQ01LA7KD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTQ01LA7KD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTQ01LA7KD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTQ01LA7KD .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.opened {
  transition: all 0.3s;
}
.cid-uTQ01LA7KD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTQ01LA7KD .navbar .navbar-logo img {
  width: auto;
}
.cid-uTQ01LA7KD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uTQ01LA7KD .navbar.collapsed {
  justify-content: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTQ01LA7KD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTQ01LA7KD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uTQ01LA7KD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTQ01LA7KD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTQ01LA7KD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTQ01LA7KD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTQ01LA7KD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uTQ01LA7KD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTQ01LA7KD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTQ01LA7KD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTQ01LA7KD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTQ01LA7KD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTQ01LA7KD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTQ01LA7KD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTQ01LA7KD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTQ01LA7KD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTQ01LA7KD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTQ01LA7KD .dropdown-item.active,
.cid-uTQ01LA7KD .dropdown-item:active {
  background-color: transparent;
}
.cid-uTQ01LA7KD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTQ01LA7KD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uTQ01LA7KD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTQ01LA7KD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTQ01LA7KD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTQ01LA7KD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTQ01LA7KD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTQ01LA7KD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTQ01LA7KD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTQ01LA7KD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTQ01LA7KD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTQ01LA7KD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTQ01LA7KD .navbar {
    height: 70px;
  }
  .cid-uTQ01LA7KD .navbar.opened {
    height: auto;
  }
  .cid-uTQ01LA7KD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbcly3L6x {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zrzut-ekranu-2025-08-28-o-15.57.53-1409x1061.png");
}
.cid-uVbcly3L6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbcly3L6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbcly3L6x .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVbcly3L6x .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVbcly3L6x .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVbcly3L6x .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVbcly3L6x .mbr-section-title {
  color: #f5f8ff;
}
.cid-uVbcly3L6x .mbr-label {
  color: #f5f8ff;
  text-align: left;
}
.cid-uVbcly3L6x .mbr-section-title,
.cid-uVbcly3L6x .title-wrapper,
.cid-uVbcly3L6x .mbr-section-btn {
  text-align: center;
}
.cid-uVbcly3L6x .mbr-section-title,
.cid-uVbcly3L6x .mbr-section-btn,
.cid-uVbcly3L6x .title-wrapper {
  text-align: left;
}
.cid-uVbcPZj50R {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uVbcPZj50R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbcPZj50R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbyo33FjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVbyo33FjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbyo33FjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVbyo33FjQ .container {
    padding: 0 16px;
  }
}
.cid-uVbyo33FjQ .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVbyo33FjQ .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-uVbyo33FjQ .desc-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVbyo33FjQ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVbyo33FjQ .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVbyo33FjQ .mbr-section-btn-main {
  margin-bottom: 14px;
  text-align: right;
}
.cid-uVbyo33FjQ .item {
  padding: 0 12px;
  margin-bottom: 32px;
}
.cid-uVbyo33FjQ .item .item-wrapper:hover .item-img img,
.cid-uVbyo33FjQ .item .item-wrapper:focus .item-img img {
  transform: scale(1.1);
}
.cid-uVbyo33FjQ .item .item-wrapper .item-img {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 6px;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus {
  color: #000000 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uVbyo33FjQ .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uVbyo33FjQ .mbr-section-title {
  color: #000000;
}
.cid-uVbyo33FjQ .mbr-desc {
  color: #6f6f6f;
}
.cid-uVbyo33FjQ .item-text {
  color: #000000;
}
.cid-uTPYxv4VOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uTPYxv4VOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTPYxv4VOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTPYxv4VOW .nav-wrapper {
  justify-content: center;
}
.cid-uTPYxv4VOW .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uTPYxv4VOW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:hover,
.cid-uTPYxv4VOW .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uTPYxv4VOW .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uTPYxv4VOW .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uTPYxv4VOW .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uTPYxv4VOW .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uTPYxv4VOW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uTPYxv4VOW .nav-title {
  color: #ffffff;
}
.cid-uTPYxv4VOW .list {
  color: #19171c;
}
.cid-uTPYxv4VOW .mbr-copy,
.cid-uTPYxv4VOW .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uTPYxv4VOW .list,
.cid-uTPYxv4VOW .item-wrap {
  color: #e5e4e7;
}
.cid-uVbfg0SoDI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uVbfg0SoDI {
    flex-wrap: wrap;
  }
  .cid-uVbfg0SoDI .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uVbfg0SoDI .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uVbfg0SoDI .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uVbfg0SoDI .btn {
  padding: 0.3rem 2rem;
}
.cid-uVbfg0SoDI .nav-link {
  position: relative;
}
.cid-uVbfg0SoDI .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uVbfg0SoDI .nav-link:hover:before {
  width: 100%;
}
.cid-uVbfg0SoDI nav.navbar {
  position: fixed;
}
.cid-uVbfg0SoDI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVbfg0SoDI .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVbfg0SoDI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVbfg0SoDI .dropdown-item:hover,
.cid-uVbfg0SoDI .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uVbfg0SoDI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVbfg0SoDI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVbfg0SoDI .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uVbfg0SoDI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVbfg0SoDI .container {
  display: flex;
  margin: auto;
}
.cid-uVbfg0SoDI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVbfg0SoDI .dropdown-menu,
.cid-uVbfg0SoDI .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uVbfg0SoDI .nav-item:focus,
.cid-uVbfg0SoDI .nav-link:focus {
  outline: none;
}
.cid-uVbfg0SoDI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVbfg0SoDI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVbfg0SoDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVbfg0SoDI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVbfg0SoDI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVbfg0SoDI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVbfg0SoDI .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uVbfg0SoDI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uVbfg0SoDI .navbar.opened {
  transition: all 0.3s;
}
.cid-uVbfg0SoDI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVbfg0SoDI .navbar .navbar-logo img {
  width: auto;
}
.cid-uVbfg0SoDI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uVbfg0SoDI .navbar.collapsed {
  justify-content: center;
}
.cid-uVbfg0SoDI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVbfg0SoDI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVbfg0SoDI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVbfg0SoDI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVbfg0SoDI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVbfg0SoDI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uVbfg0SoDI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVbfg0SoDI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVbfg0SoDI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVbfg0SoDI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVbfg0SoDI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVbfg0SoDI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVbfg0SoDI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVbfg0SoDI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uVbfg0SoDI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVbfg0SoDI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVbfg0SoDI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVbfg0SoDI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVbfg0SoDI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVbfg0SoDI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVbfg0SoDI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVbfg0SoDI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVbfg0SoDI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVbfg0SoDI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVbfg0SoDI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVbfg0SoDI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVbfg0SoDI .dropdown-item.active,
.cid-uVbfg0SoDI .dropdown-item:active {
  background-color: transparent;
}
.cid-uVbfg0SoDI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVbfg0SoDI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVbfg0SoDI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVbfg0SoDI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVbfg0SoDI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVbfg0SoDI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVbfg0SoDI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVbfg0SoDI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVbfg0SoDI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVbfg0SoDI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVbfg0SoDI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVbfg0SoDI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVbfg0SoDI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVbfg0SoDI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVbfg0SoDI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVbfg0SoDI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVbfg0SoDI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVbfg0SoDI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVbfg0SoDI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVbfg0SoDI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVbfg0SoDI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVbfg0SoDI .navbar {
    height: 70px;
  }
  .cid-uVbfg0SoDI .navbar.opened {
    height: auto;
  }
  .cid-uVbfg0SoDI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbfg1xYgL {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zrzut-ekranu-2025-08-28-o-15.57.53-1409x1061.png");
}
.cid-uVbfg1xYgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfg1xYgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbfg1xYgL .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVbfg1xYgL .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uVbfg1xYgL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uVbfg1xYgL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uVbfg1xYgL .mbr-section-title {
  color: #f5f8ff;
}
.cid-uVbfg1xYgL .mbr-label {
  color: #f5f8ff;
  text-align: left;
}
.cid-uVbfg1xYgL .mbr-section-title,
.cid-uVbfg1xYgL .title-wrapper,
.cid-uVbfg1xYgL .mbr-section-btn {
  text-align: center;
}
.cid-uVbfg1xYgL .mbr-section-title,
.cid-uVbfg1xYgL .mbr-section-btn,
.cid-uVbfg1xYgL .title-wrapper {
  text-align: left;
}
.cid-uVbfg20Iy4 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uVbfg20Iy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfg20Iy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbfg2qaTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uVbfg2qaTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbfg2qaTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbfg2qaTm .nav-wrapper {
  justify-content: center;
}
.cid-uVbfg2qaTm .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uVbfg2qaTm .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVbfg2qaTm .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uVbfg2qaTm .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVbfg2qaTm .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVbfg2qaTm .nav-wrapper .list .item-wrap:hover,
.cid-uVbfg2qaTm .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uVbfg2qaTm .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uVbfg2qaTm .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uVbfg2qaTm .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVbfg2qaTm .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uVbfg2qaTm .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVbfg2qaTm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVbfg2qaTm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVbfg2qaTm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uVbfg2qaTm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uVbfg2qaTm .nav-title {
  color: #ffffff;
}
.cid-uVbfg2qaTm .list {
  color: #19171c;
}
.cid-uVbfg2qaTm .mbr-copy,
.cid-uVbfg2qaTm .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVbfg2qaTm .list,
.cid-uVbfg2qaTm .item-wrap {
  color: #e5e4e7;
}
.cid-uVypNYwAYM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uVypNYwAYM {
    flex-wrap: wrap;
  }
  .cid-uVypNYwAYM .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uVypNYwAYM .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uVypNYwAYM .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uVypNYwAYM .btn {
  padding: 0.3rem 2rem;
}
.cid-uVypNYwAYM .nav-link {
  position: relative;
}
.cid-uVypNYwAYM .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-uVypNYwAYM .nav-link:hover:before {
  width: 100%;
}
.cid-uVypNYwAYM nav.navbar {
  position: fixed;
}
.cid-uVypNYwAYM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVypNYwAYM .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uVypNYwAYM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVypNYwAYM .dropdown-item:hover,
.cid-uVypNYwAYM .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-uVypNYwAYM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVypNYwAYM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVypNYwAYM .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uVypNYwAYM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVypNYwAYM .container {
  display: flex;
  margin: auto;
}
.cid-uVypNYwAYM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVypNYwAYM .dropdown-menu,
.cid-uVypNYwAYM .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-uVypNYwAYM .nav-item:focus,
.cid-uVypNYwAYM .nav-link:focus {
  outline: none;
}
.cid-uVypNYwAYM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVypNYwAYM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVypNYwAYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVypNYwAYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVypNYwAYM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVypNYwAYM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVypNYwAYM .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-uVypNYwAYM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-uVypNYwAYM .navbar.opened {
  transition: all 0.3s;
}
.cid-uVypNYwAYM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVypNYwAYM .navbar .navbar-logo img {
  width: auto;
}
.cid-uVypNYwAYM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uVypNYwAYM .navbar.collapsed {
  justify-content: center;
}
.cid-uVypNYwAYM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVypNYwAYM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVypNYwAYM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-uVypNYwAYM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVypNYwAYM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVypNYwAYM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-uVypNYwAYM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVypNYwAYM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVypNYwAYM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVypNYwAYM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVypNYwAYM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVypNYwAYM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVypNYwAYM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVypNYwAYM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-uVypNYwAYM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVypNYwAYM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVypNYwAYM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVypNYwAYM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVypNYwAYM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVypNYwAYM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVypNYwAYM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVypNYwAYM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVypNYwAYM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVypNYwAYM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVypNYwAYM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVypNYwAYM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVypNYwAYM .dropdown-item.active,
.cid-uVypNYwAYM .dropdown-item:active {
  background-color: transparent;
}
.cid-uVypNYwAYM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVypNYwAYM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVypNYwAYM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVypNYwAYM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-uVypNYwAYM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVypNYwAYM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVypNYwAYM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVypNYwAYM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVypNYwAYM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVypNYwAYM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVypNYwAYM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVypNYwAYM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVypNYwAYM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVypNYwAYM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVypNYwAYM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVypNYwAYM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVypNYwAYM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVypNYwAYM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVypNYwAYM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVypNYwAYM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVypNYwAYM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVypNYwAYM .navbar {
    height: 70px;
  }
  .cid-uVypNYwAYM .navbar.opened {
    height: auto;
  }
  .cid-uVypNYwAYM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVypNYZLFS {
  background-image: url("../../../assets/images/header2-2000x977.png");
}
.cid-uVypNYZLFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypNYZLFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypNYZLFS .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypNYZLFS .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVypNYZLFS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVypNYZLFS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypNYZLFS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVypNYZLFS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVypNYZLFS .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVypNYZLFS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVypNYZLFS .mbr-label,
.cid-uVypNYZLFS .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uVypNYZLFS .mbr-section-title {
  color: #19171c;
}
.cid-uVypNYZLFS .mbr-text,
.cid-uVypNYZLFS .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVypNYZLFS .mbr-section-title,
.cid-uVypNYZLFS .title-wrapper,
.cid-uVypNYZLFS .mbr-section-btn {
  text-align: center;
}
.cid-uVypNYZLFS .mbr-section-title,
.cid-uVypNYZLFS .mbr-section-btn,
.cid-uVypNYZLFS .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uVypNYZLFS H2 {
  color: #232323;
}
.cid-uVypNZiVnz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVypNZiVnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypNZiVnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypNZiVnz .content-wrapper {
  position: sticky;
  top: 70px;
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uVypNZiVnz .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uVypNZiVnz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVypNZiVnz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uVypNZiVnz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVypNZiVnz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .item {
    margin-bottom: 40px;
  }
}
.cid-uVypNZiVnz .item .item-wrapper .item-img {
  padding: 20px 20px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypNZiVnz .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uVypNZiVnz .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVypNZiVnz .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uVypNZiVnz .mbr-label {
  color: #19171c;
}
.cid-uVypNZiVnz .mbr-section-title {
  color: #19171c;
}
.cid-uVypNZiVnz .mbr-text {
  color: #19171c;
}
.cid-uVypNZiVnz .item-title {
  color: #19171c;
}
.cid-uVypNZiVnz .item-text {
  color: #6e6e73;
}
.cid-uVypNZiVnz .mbr-label,
.cid-uVypNZiVnz .label-wrapper {
  color: #ffffff;
}
.cid-uVypNZPnLW {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVypNZPnLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypNZPnLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVypNZPnLW .container {
    padding: 0 16px;
  }
}
.cid-uVypNZPnLW .row {
  justify-content: center;
}
.cid-uVypNZPnLW .content-wrapper {
  position: relative;
}
.cid-uVypNZPnLW .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVypNZPnLW .content-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVypNZPnLW .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #bf2424;
  display: inline-flex;
}
.cid-uVypNZPnLW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVypNZPnLW .content-wrapper .mbr-text span {
  color: #bf2424;
}
.cid-uVypNZPnLW .content-wrapper .decor-wrapper {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 70%);
}
.cid-uVypNZPnLW .mbr-text {
  color: #000000;
}
.cid-uVypNZPnLW .mbr-text,
.cid-uVypNZPnLW .icon-wrapper {
  text-align: center;
}
.cid-uVypO09Lca {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/aerial-drone-view-of-beautiful-sea-wave-surface-2024-12-06-10-35-41-utc-2000x1332.jpg");
}
.cid-uVypO09Lca .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uVypO09Lca .card-wrapper:hover .card-title {
  color: #bf2424;
}
.cid-uVypO09Lca .col1 span {
  padding-right: 1.5rem;
}
.cid-uVypO09Lca .col2 span {
  padding-left: 1.5rem;
}
.cid-uVypO09Lca .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uVypO09Lca .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #bf2424;
}
@media (max-width: 992px) {
  .cid-uVypO09Lca .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uVypO09Lca span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uVypO09Lca .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uVypO09Lca .card-text {
  color: #ffffff;
}
.cid-uVypO09Lca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO09Lca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypO0El0n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVypO0El0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO0El0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVypO0El0n .container {
    padding: 0 16px;
  }
}
.cid-uVypO0El0n .row {
  position: relative;
}
.cid-uVypO0El0n .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uVypO0El0n .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uVypO0El0n .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVypO0El0n .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uVypO0El0n .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #bf2424 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #3a341c !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #320707 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #000000 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ffea64 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uVypO0El0n .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uVypO0El0n .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uVypO0El0n .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bf2424 -10%, transparent 80%);
}
.cid-uVypO0El0n .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uVypO0El0n .items-wrapper {
    margin-left: 0;
  }
}
.cid-uVypO0El0n .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uVypO0El0n .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uVypO0El0n .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uVypO0El0n .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uVypO0El0n .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVypO0El0n .mbr-section-title {
  color: #000000;
}
.cid-uVypO0El0n .mbr-text {
  color: #6f6f6f;
}
.cid-uVypO0El0n .item-title {
  color: #000000;
}
.cid-uVypO0El0n .item-text {
  color: #000000;
}
.cid-uVypO16LlT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVypO16LlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO16LlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypO16LlT .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypO16LlT .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uVypO16LlT .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-uVypO16LlT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVypO16LlT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVypO16LlT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uVypO16LlT .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVypO16LlT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVypO16LlT .mbr-label,
.cid-uVypO16LlT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVypO16LlT .mbr-section-title {
  color: #19171c;
}
.cid-uVypO16LlT .mbr-text,
.cid-uVypO16LlT .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uVypO16LlT .mbr-section-title,
.cid-uVypO16LlT .title-wrapper,
.cid-uVypO16LlT .mbr-section-btn {
  text-align: center;
}
.cid-uVypO1wIfh {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVypO1wIfh .title_block {
  margin-bottom: 80px;
}
.cid-uVypO1wIfh .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #bf2424;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uVypO1wIfh .mbr-section-title,
.cid-uVypO1wIfh .card-title {
  color: #bf2424;
}
.cid-uVypO1wIfh .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uVypO1wIfh .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uVypO1wIfh .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(191, 36, 36, 0.07);
}
.cid-uVypO1wIfh .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #bf2424;
}
.cid-uVypO1wIfh .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(0, 0, 0, 0.07);
}
.cid-uVypO1wIfh .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uVypO1wIfh .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(58, 52, 28, 0.07);
}
.cid-uVypO1wIfh .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #3a341c;
}
.cid-uVypO1wIfh .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(50, 7, 7, 0.07);
}
.cid-uVypO1wIfh .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #320707;
}
.cid-uVypO1wIfh .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uVypO1wIfh .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uVypO1wIfh .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uVypO1wIfh .card-title {
  margin-bottom: 20px;
}
.cid-uVypO1wIfh .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uVypO1wIfh .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uVypO1wIfh .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uVypO1wIfh .btn_link:hover {
  cursor: pointer;
}
.cid-uVypO1wIfh .btn_link:hover a {
  color: #bf2424 !important;
}
.cid-uVypO1wIfh .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uVypO1wIfh .title_block {
    margin-bottom: 40px;
  }
  .cid-uVypO1wIfh .card {
    text-align: center;
  }
  .cid-uVypO1wIfh .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uVypO1wIfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO1wIfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypO1wIfh .card-title,
.cid-uVypO1wIfh .icon_block {
  color: #000000;
}
.cid-uVypO23sur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVypO23sur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO23sur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypO23sur .content-wrapper {
  position: sticky;
  top: 70px;
}
@media (max-width: 992px) {
  .cid-uVypO23sur .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uVypO23sur .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uVypO23sur .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uVypO23sur .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVypO23sur .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVypO23sur .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVypO23sur .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uVypO23sur .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uVypO23sur .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uVypO23sur .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVypO23sur .mbr-section-title {
  color: #19171c;
}
.cid-uVypO23sur .panel-title {
  color: #19171c;
}
.cid-uVypO23sur .panel-text {
  color: #6e6e73;
}
.cid-uVypO23sur .mbr-section-title,
.cid-uVypO23sur .mbr-section-btn {
  color: #bf2424;
}
.cid-uVypO2zSK9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uVypO2zSK9::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
  z-index: 1;
}
.cid-uVypO2zSK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO2zSK9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uVypO2zSK9 .container {
    padding: 0 16px;
  }
}
.cid-uVypO2zSK9 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uVypO2zSK9 .row .card {
  justify-content: space-between;
}
.cid-uVypO2zSK9 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVypO2zSK9 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVypO2zSK9 .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-uVypO2zSK9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVypO2zSK9 .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #172665;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #172665;
  margin-right: 20px;
}
.cid-uVypO2zSK9 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uVypO2zSK9 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uVypO2zSK9 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uVypO2zSK9 .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uVypO2zSK9 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-control:hover,
.cid-uVypO2zSK9 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-uVypO2zSK9 .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uVypO2zSK9 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-uVypO2zSK9 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uVypO2zSK9 .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uVypO2zSK9 .mbr-section-title {
  color: #000000;
}
.cid-uVypO2zSK9 .mbr-text {
  color: #000000;
}
.cid-uVypO2zSK9 .mbr-contact {
  color: #000000;
}
.cid-uVypO2zSK9 label {
  color: #000000;
}
.cid-uVypO2zSK9 .mbr-section-title,
.cid-uVypO2zSK9 .mbr-section-btn {
  color: #000000;
}
.cid-uVypO38wcP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-uVypO38wcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVypO38wcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVypO38wcP .nav-wrapper {
  justify-content: center;
}
.cid-uVypO38wcP .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uVypO38wcP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVypO38wcP .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uVypO38wcP .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uVypO38wcP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVypO38wcP .nav-wrapper .list .item-wrap:hover,
.cid-uVypO38wcP .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-uVypO38wcP .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uVypO38wcP .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uVypO38wcP .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVypO38wcP .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uVypO38wcP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uVypO38wcP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVypO38wcP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVypO38wcP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uVypO38wcP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uVypO38wcP .nav-title {
  color: #ffffff;
}
.cid-uVypO38wcP .list {
  color: #19171c;
}
.cid-uVypO38wcP .mbr-copy,
.cid-uVypO38wcP .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uVypO38wcP .list,
.cid-uVypO38wcP .item-wrap {
  color: #e5e4e7;
}
.cid-v8WWlg7UzY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-v8WWlg7UzY {
    flex-wrap: wrap;
  }
  .cid-v8WWlg7UzY .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v8WWlg7UzY .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v8WWlg7UzY .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v8WWlg7UzY .btn {
  padding: 0.3rem 2rem;
}
.cid-v8WWlg7UzY .nav-link {
  position: relative;
}
.cid-v8WWlg7UzY .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-v8WWlg7UzY .nav-link:hover:before {
  width: 100%;
}
.cid-v8WWlg7UzY nav.navbar {
  position: fixed;
}
.cid-v8WWlg7UzY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WWlg7UzY .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WWlg7UzY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WWlg7UzY .dropdown-item:hover,
.cid-v8WWlg7UzY .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-v8WWlg7UzY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WWlg7UzY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WWlg7UzY .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v8WWlg7UzY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WWlg7UzY .container {
  display: flex;
  margin: auto;
}
.cid-v8WWlg7UzY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WWlg7UzY .dropdown-menu,
.cid-v8WWlg7UzY .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v8WWlg7UzY .nav-item:focus,
.cid-v8WWlg7UzY .nav-link:focus {
  outline: none;
}
.cid-v8WWlg7UzY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WWlg7UzY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WWlg7UzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WWlg7UzY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WWlg7UzY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WWlg7UzY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WWlg7UzY .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-v8WWlg7UzY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-v8WWlg7UzY .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WWlg7UzY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WWlg7UzY .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WWlg7UzY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v8WWlg7UzY .navbar.collapsed {
  justify-content: center;
}
.cid-v8WWlg7UzY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WWlg7UzY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WWlg7UzY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v8WWlg7UzY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WWlg7UzY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WWlg7UzY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-v8WWlg7UzY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WWlg7UzY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WWlg7UzY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WWlg7UzY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WWlg7UzY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WWlg7UzY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WWlg7UzY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WWlg7UzY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-v8WWlg7UzY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WWlg7UzY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WWlg7UzY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WWlg7UzY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WWlg7UzY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WWlg7UzY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WWlg7UzY .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WWlg7UzY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WWlg7UzY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WWlg7UzY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8WWlg7UzY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WWlg7UzY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WWlg7UzY .dropdown-item.active,
.cid-v8WWlg7UzY .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WWlg7UzY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WWlg7UzY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WWlg7UzY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WWlg7UzY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-v8WWlg7UzY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WWlg7UzY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WWlg7UzY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WWlg7UzY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WWlg7UzY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WWlg7UzY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WWlg7UzY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WWlg7UzY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WWlg7UzY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WWlg7UzY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WWlg7UzY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WWlg7UzY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WWlg7UzY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WWlg7UzY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WWlg7UzY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WWlg7UzY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WWlg7UzY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WWlg7UzY .navbar {
    height: 70px;
  }
  .cid-v8WWlg7UzY .navbar.opened {
    height: auto;
  }
  .cid-v8WWlg7UzY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WWlgBGGb {
  background-image: url("../../../assets/images/header2-2000x977.png");
}
.cid-v8WWlgBGGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WWlgBGGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WWlgBGGb .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WWlgBGGb .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8WWlgBGGb .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-v8WWlgBGGb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WWlgBGGb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WWlgBGGb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v8WWlgBGGb .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v8WWlgBGGb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WWlgBGGb .mbr-label,
.cid-v8WWlgBGGb .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v8WWlgBGGb .mbr-section-title {
  color: #19171c;
}
.cid-v8WWlgBGGb .mbr-text,
.cid-v8WWlgBGGb .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v8WWlgBGGb .mbr-section-title,
.cid-v8WWlgBGGb .title-wrapper,
.cid-v8WWlgBGGb .mbr-section-btn {
  text-align: center;
}
.cid-v8WWlgBGGb .mbr-section-title,
.cid-v8WWlgBGGb .mbr-section-btn,
.cid-v8WWlgBGGb .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v8WWlgBGGb H2 {
  color: #232323;
}
.cid-v8WWlkdgK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v8WWlkdgK5::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
  z-index: 1;
}
.cid-v8WWlkdgK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WWlkdgK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v8WWlkdgK5 .container {
    padding: 0 16px;
  }
}
.cid-v8WWlkdgK5 .row {
  position: relative;
  justify-content: space-between;
}
.cid-v8WWlkdgK5 .row .card {
  justify-content: space-between;
}
.cid-v8WWlkdgK5 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WWlkdgK5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8WWlkdgK5 .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v8WWlkdgK5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8WWlkdgK5 .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #172665;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #172665;
  margin-right: 20px;
}
.cid-v8WWlkdgK5 .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v8WWlkdgK5 .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v8WWlkdgK5 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-v8WWlkdgK5 .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-control:hover,
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v8WWlkdgK5 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-v8WWlkdgK5 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8WWlkdgK5 .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v8WWlkdgK5 .mbr-section-title {
  color: #000000;
}
.cid-v8WWlkdgK5 .mbr-text {
  color: #000000;
}
.cid-v8WWlkdgK5 .mbr-contact {
  color: #000000;
}
.cid-v8WWlkdgK5 label {
  color: #000000;
}
.cid-v8WWlkdgK5 .mbr-section-title,
.cid-v8WWlkdgK5 .mbr-section-btn {
  color: #000000;
}
.cid-v8WWlkNKXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-v8WWlkNKXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WWlkNKXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WWlkNKXu .nav-wrapper {
  justify-content: center;
}
.cid-v8WWlkNKXu .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-v8WWlkNKXu .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v8WWlkNKXu .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WWlkNKXu .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8WWlkNKXu .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8WWlkNKXu .nav-wrapper .list .item-wrap:hover,
.cid-v8WWlkNKXu .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v8WWlkNKXu .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-v8WWlkNKXu .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-v8WWlkNKXu .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8WWlkNKXu .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-v8WWlkNKXu .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8WWlkNKXu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8WWlkNKXu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8WWlkNKXu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v8WWlkNKXu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-v8WWlkNKXu .nav-title {
  color: #ffffff;
}
.cid-v8WWlkNKXu .list {
  color: #19171c;
}
.cid-v8WWlkNKXu .mbr-copy,
.cid-v8WWlkNKXu .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8WWlkNKXu .list,
.cid-v8WWlkNKXu .item-wrap {
  color: #e5e4e7;
}
.cid-v8WYcJr3r5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-v8WYcJr3r5 {
    flex-wrap: wrap;
  }
  .cid-v8WYcJr3r5 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v8WYcJr3r5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v8WYcJr3r5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v8WYcJr3r5 .btn {
  padding: 0.3rem 2rem;
}
.cid-v8WYcJr3r5 .nav-link {
  position: relative;
}
.cid-v8WYcJr3r5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-v8WYcJr3r5 .nav-link:hover:before {
  width: 100%;
}
.cid-v8WYcJr3r5 nav.navbar {
  position: fixed;
}
.cid-v8WYcJr3r5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WYcJr3r5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WYcJr3r5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WYcJr3r5 .dropdown-item:hover,
.cid-v8WYcJr3r5 .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-v8WYcJr3r5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WYcJr3r5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WYcJr3r5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v8WYcJr3r5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WYcJr3r5 .container {
  display: flex;
  margin: auto;
}
.cid-v8WYcJr3r5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WYcJr3r5 .dropdown-menu,
.cid-v8WYcJr3r5 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v8WYcJr3r5 .nav-item:focus,
.cid-v8WYcJr3r5 .nav-link:focus {
  outline: none;
}
.cid-v8WYcJr3r5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WYcJr3r5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WYcJr3r5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WYcJr3r5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WYcJr3r5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WYcJr3r5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WYcJr3r5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-v8WYcJr3r5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-v8WYcJr3r5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WYcJr3r5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WYcJr3r5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WYcJr3r5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v8WYcJr3r5 .navbar.collapsed {
  justify-content: center;
}
.cid-v8WYcJr3r5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WYcJr3r5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WYcJr3r5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v8WYcJr3r5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WYcJr3r5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WYcJr3r5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-v8WYcJr3r5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WYcJr3r5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WYcJr3r5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WYcJr3r5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WYcJr3r5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WYcJr3r5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WYcJr3r5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WYcJr3r5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-v8WYcJr3r5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WYcJr3r5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WYcJr3r5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WYcJr3r5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WYcJr3r5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WYcJr3r5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WYcJr3r5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WYcJr3r5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WYcJr3r5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WYcJr3r5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8WYcJr3r5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WYcJr3r5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WYcJr3r5 .dropdown-item.active,
.cid-v8WYcJr3r5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WYcJr3r5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WYcJr3r5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WYcJr3r5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WYcJr3r5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-v8WYcJr3r5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WYcJr3r5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WYcJr3r5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WYcJr3r5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WYcJr3r5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WYcJr3r5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WYcJr3r5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WYcJr3r5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WYcJr3r5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WYcJr3r5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WYcJr3r5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WYcJr3r5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WYcJr3r5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WYcJr3r5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WYcJr3r5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WYcJr3r5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WYcJr3r5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WYcJr3r5 .navbar {
    height: 70px;
  }
  .cid-v8WYcJr3r5 .navbar.opened {
    height: auto;
  }
  .cid-v8WYcJr3r5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WYcJU7am {
  background-image: url("../../../assets/images/truck-driving-along-jersey-barrier-of-coastal-high-2024-09-19-11-53-17-utc-2000x1000.png");
}
.cid-v8WYcJU7am .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WYcJU7am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WYcJU7am .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WYcJU7am .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8WYcJU7am .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-v8WYcJU7am .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WYcJU7am .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WYcJU7am .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v8WYcJU7am .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v8WYcJU7am .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WYcJU7am .mbr-label,
.cid-v8WYcJU7am .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v8WYcJU7am .mbr-section-title {
  color: #19171c;
}
.cid-v8WYcJU7am .mbr-text,
.cid-v8WYcJU7am .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v8WYcJU7am .mbr-section-title,
.cid-v8WYcJU7am .title-wrapper,
.cid-v8WYcJU7am .mbr-section-btn {
  text-align: center;
}
.cid-v8WYcJU7am .mbr-section-title,
.cid-v8WYcJU7am .mbr-section-btn,
.cid-v8WYcJU7am .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v8WYcJU7am H2 {
  color: #232323;
}
.cid-v8WYcKfgWH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v8WYcKfgWH::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bf2424 -10%, transparent 80%);
}
.cid-v8WYcKfgWH::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
}
.cid-v8WYcKfgWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WYcKfgWH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v8WYcKfgWH .container {
    padding: 0 16px;
  }
}
.cid-v8WYcKfgWH .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-v8WYcKfgWH .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v8WYcKfgWH .content-wrapper {
  margin-bottom: 80px;
}
.cid-v8WYcKfgWH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8WYcKfgWH .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v8WYcKfgWH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8WYcKfgWH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8WYcKfgWH .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-v8WYcKfgWH .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-v8WYcKfgWH .item .item-wrapper {
    padding: 32px;
  }
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper {
  margin-top: 40px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #bf2424;
}
.cid-v8WYcKfgWH .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8WYcKfgWH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v8WYcKfgWH .mbr-text,
.cid-v8WYcKfgWH .text-wrapper {
  color: #6f6f6f;
  text-align: left;
}
.cid-v8WYcKfgWH .item-desc {
  color: #6f6f6f;
}
.cid-v8WYcKfgWH .item-title {
  color: #bf2424;
}
.cid-v8WYcKfgWH .item-price {
  color: #6f6f6f;
}
.cid-v8WYcKfgWH .mbr-list-title {
  color: #000000;
}
.cid-v8WYcKfgWH .list {
  color: #000000;
}
.cid-v8WYcKIuZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8WYcKIuZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WYcKIuZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v8WYcKIuZT .container {
    padding: 0 16px;
  }
}
.cid-v8WYcKIuZT .row {
  position: relative;
  justify-content: space-between;
}
.cid-v8WYcKIuZT .row .card {
  justify-content: space-between;
}
.cid-v8WYcKIuZT .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WYcKIuZT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8WYcKIuZT .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v8WYcKIuZT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8WYcKIuZT .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-v8WYcKIuZT .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v8WYcKIuZT .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v8WYcKIuZT .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-v8WYcKIuZT .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-v8WYcKIuZT .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #e8e8e8;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-control:hover,
.cid-v8WYcKIuZT .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-v8WYcKIuZT .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v8WYcKIuZT .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-v8WYcKIuZT .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8WYcKIuZT .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v8WYcKIuZT .mbr-section-title {
  color: #000000;
}
.cid-v8WYcKIuZT .mbr-text {
  color: #000000;
}
.cid-v8WYcKIuZT .mbr-contact {
  color: #000000;
}
.cid-v8WYcKIuZT label {
  color: #000000;
}
.cid-v8WYcKIuZT .mbr-section-title,
.cid-v8WYcKIuZT .mbr-section-btn {
  color: #000000;
}
.cid-v8WYcLrbPb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-v8WYcLrbPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WYcLrbPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WYcLrbPb .nav-wrapper {
  justify-content: center;
}
.cid-v8WYcLrbPb .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-v8WYcLrbPb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v8WYcLrbPb .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WYcLrbPb .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8WYcLrbPb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8WYcLrbPb .nav-wrapper .list .item-wrap:hover,
.cid-v8WYcLrbPb .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v8WYcLrbPb .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-v8WYcLrbPb .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-v8WYcLrbPb .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8WYcLrbPb .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-v8WYcLrbPb .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8WYcLrbPb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8WYcLrbPb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8WYcLrbPb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v8WYcLrbPb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-v8WYcLrbPb .nav-title {
  color: #ffffff;
}
.cid-v8WYcLrbPb .list {
  color: #19171c;
}
.cid-v8WYcLrbPb .mbr-copy,
.cid-v8WYcLrbPb .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8WYcLrbPb .list,
.cid-v8WYcLrbPb .item-wrap {
  color: #e5e4e7;
}
.cid-v8WZiOLzbR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-v8WZiOLzbR {
    flex-wrap: wrap;
  }
  .cid-v8WZiOLzbR .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v8WZiOLzbR .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v8WZiOLzbR .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v8WZiOLzbR .btn {
  padding: 0.3rem 2rem;
}
.cid-v8WZiOLzbR .nav-link {
  position: relative;
}
.cid-v8WZiOLzbR .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-v8WZiOLzbR .nav-link:hover:before {
  width: 100%;
}
.cid-v8WZiOLzbR nav.navbar {
  position: fixed;
}
.cid-v8WZiOLzbR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WZiOLzbR .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WZiOLzbR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WZiOLzbR .dropdown-item:hover,
.cid-v8WZiOLzbR .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-v8WZiOLzbR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WZiOLzbR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WZiOLzbR .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v8WZiOLzbR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WZiOLzbR .container {
  display: flex;
  margin: auto;
}
.cid-v8WZiOLzbR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WZiOLzbR .dropdown-menu,
.cid-v8WZiOLzbR .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v8WZiOLzbR .nav-item:focus,
.cid-v8WZiOLzbR .nav-link:focus {
  outline: none;
}
.cid-v8WZiOLzbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WZiOLzbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WZiOLzbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WZiOLzbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WZiOLzbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WZiOLzbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WZiOLzbR .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-v8WZiOLzbR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-v8WZiOLzbR .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WZiOLzbR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WZiOLzbR .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WZiOLzbR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v8WZiOLzbR .navbar.collapsed {
  justify-content: center;
}
.cid-v8WZiOLzbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WZiOLzbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WZiOLzbR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v8WZiOLzbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WZiOLzbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WZiOLzbR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-v8WZiOLzbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WZiOLzbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WZiOLzbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WZiOLzbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WZiOLzbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WZiOLzbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WZiOLzbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WZiOLzbR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-v8WZiOLzbR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WZiOLzbR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WZiOLzbR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WZiOLzbR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WZiOLzbR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WZiOLzbR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WZiOLzbR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WZiOLzbR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WZiOLzbR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WZiOLzbR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8WZiOLzbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WZiOLzbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WZiOLzbR .dropdown-item.active,
.cid-v8WZiOLzbR .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WZiOLzbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WZiOLzbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WZiOLzbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WZiOLzbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-v8WZiOLzbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WZiOLzbR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WZiOLzbR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WZiOLzbR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WZiOLzbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WZiOLzbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WZiOLzbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WZiOLzbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WZiOLzbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WZiOLzbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WZiOLzbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WZiOLzbR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WZiOLzbR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WZiOLzbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WZiOLzbR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WZiOLzbR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WZiOLzbR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WZiOLzbR .navbar {
    height: 70px;
  }
  .cid-v8WZiOLzbR .navbar.opened {
    height: auto;
  }
  .cid-v8WZiOLzbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WZiPfo4X {
  background-image: url("../../../assets/images/blog-2000x1000.png");
}
.cid-v8WZiPfo4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WZiPfo4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WZiPfo4X .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WZiPfo4X .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8WZiPfo4X .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-v8WZiPfo4X .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8WZiPfo4X .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WZiPfo4X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v8WZiPfo4X .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v8WZiPfo4X .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8WZiPfo4X .mbr-label,
.cid-v8WZiPfo4X .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v8WZiPfo4X .mbr-section-title {
  color: #19171c;
}
.cid-v8WZiPfo4X .mbr-text,
.cid-v8WZiPfo4X .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v8WZiPfo4X .mbr-section-title,
.cid-v8WZiPfo4X .title-wrapper,
.cid-v8WZiPfo4X .mbr-section-btn {
  text-align: center;
}
.cid-v8WZiPfo4X .mbr-section-title,
.cid-v8WZiPfo4X .mbr-section-btn,
.cid-v8WZiPfo4X .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v8WZiPfo4X H2 {
  color: #232323;
}
.cid-v8XnTjiSIG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8XnTjiSIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8XnTjiSIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v8XnTjiSIG .card-box {
    padding: 0rem;
  }
}
@media (min-width: 768px) {
  .cid-v8XnTjiSIG .card-box {
    padding-right: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v8XnTjiSIG .card-box {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.cid-v8XnTjiSIG .item-wrapper {
  border-radius: 0px;
  padding: 0rem;
  background-color: #f7f7f7;
  background-color: transparent;
}
.cid-v8XnTjiSIG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8XnTjiSIG .item:not(:nth-last-child(1)) {
  margin-bottom: 0rem;
}
.cid-v8XnTjiSIG .price {
  text-align: right;
}
.cid-v8XnTjiSIG .mbr-section-btn {
  text-align: right;
}
.cid-v8WZiPy6jB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v8WZiPy6jB::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 0%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #bf2424 -10%, transparent 80%);
}
.cid-v8WZiPy6jB::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #bf2424 -10%, transparent 80%);
}
.cid-v8WZiPy6jB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WZiPy6jB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v8WZiPy6jB .container {
    padding: 0 16px;
  }
}
.cid-v8WZiPy6jB .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.cid-v8WZiPy6jB .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.cid-v8WZiPy6jB .content-wrapper {
  margin-bottom: 80px;
}
.cid-v8WZiPy6jB .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
.cid-v8WZiPy6jB .content-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v8WZiPy6jB .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8WZiPy6jB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8WZiPy6jB .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-v8WZiPy6jB .item .item-wrapper {
  background-color: #f7f7f7;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-v8WZiPy6jB .item .item-wrapper {
    padding: 32px;
  }
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .item-desc {
  margin-bottom: 16px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .mbr-section-btn {
  width: 100%;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper {
  margin-top: 0px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper .list .item-wrap:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #bf2424;
}
.cid-v8WZiPy6jB .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8WZiPy6jB .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v8WZiPy6jB .mbr-text,
.cid-v8WZiPy6jB .text-wrapper {
  color: #6f6f6f;
  text-align: left;
}
.cid-v8WZiPy6jB .item-desc {
  color: #6f6f6f;
}
.cid-v8WZiPy6jB .item-title {
  color: #bf2424;
}
.cid-v8WZiPy6jB .item-price {
  color: #6f6f6f;
}
.cid-v8WZiPy6jB .mbr-list-title {
  color: #000000;
}
.cid-v8WZiPy6jB .list {
  color: #000000;
}
.cid-v8WZiPYjrj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v8WZiPYjrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WZiPYjrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v8WZiPYjrj .container {
    padding: 0 16px;
  }
}
.cid-v8WZiPYjrj .row {
  position: relative;
  justify-content: space-between;
}
.cid-v8WZiPYjrj .row .card {
  justify-content: space-between;
}
.cid-v8WZiPYjrj .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WZiPYjrj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8WZiPYjrj .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v8WZiPYjrj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8WZiPYjrj .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-v8WZiPYjrj .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v8WZiPYjrj .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v8WZiPYjrj .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-v8WZiPYjrj .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-v8WZiPYjrj .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #e8e8e8;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-control:hover,
.cid-v8WZiPYjrj .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-v8WZiPYjrj .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v8WZiPYjrj .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-v8WZiPYjrj .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v8WZiPYjrj .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v8WZiPYjrj .mbr-section-title {
  color: #000000;
}
.cid-v8WZiPYjrj .mbr-text {
  color: #000000;
}
.cid-v8WZiPYjrj .mbr-contact {
  color: #000000;
}
.cid-v8WZiPYjrj label {
  color: #000000;
}
.cid-v8WZiPYjrj .mbr-section-title,
.cid-v8WZiPYjrj .mbr-section-btn {
  color: #000000;
}
.cid-v8WZiQs2mJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-v8WZiQs2mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WZiQs2mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WZiQs2mJ .nav-wrapper {
  justify-content: center;
}
.cid-v8WZiQs2mJ .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-v8WZiQs2mJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v8WZiQs2mJ .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v8WZiQs2mJ .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v8WZiQs2mJ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8WZiQs2mJ .nav-wrapper .list .item-wrap:hover,
.cid-v8WZiQs2mJ .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v8WZiQs2mJ .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-v8WZiQs2mJ .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-v8WZiQs2mJ .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v8WZiQs2mJ .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-v8WZiQs2mJ .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8WZiQs2mJ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8WZiQs2mJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8WZiQs2mJ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v8WZiQs2mJ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-v8WZiQs2mJ .nav-title {
  color: #ffffff;
}
.cid-v8WZiQs2mJ .list {
  color: #19171c;
}
.cid-v8WZiQs2mJ .mbr-copy,
.cid-v8WZiQs2mJ .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8WZiQs2mJ .list,
.cid-v8WZiQs2mJ .item-wrap {
  color: #e5e4e7;
}
.cid-v91iurHnu2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-v91iurHnu2 {
    flex-wrap: wrap;
  }
  .cid-v91iurHnu2 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v91iurHnu2 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v91iurHnu2 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v91iurHnu2 .btn {
  padding: 0.3rem 2rem;
}
.cid-v91iurHnu2 .nav-link {
  position: relative;
}
.cid-v91iurHnu2 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-v91iurHnu2 .nav-link:hover:before {
  width: 100%;
}
.cid-v91iurHnu2 nav.navbar {
  position: fixed;
}
.cid-v91iurHnu2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91iurHnu2 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v91iurHnu2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v91iurHnu2 .dropdown-item:hover,
.cid-v91iurHnu2 .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-v91iurHnu2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v91iurHnu2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v91iurHnu2 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v91iurHnu2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v91iurHnu2 .container {
  display: flex;
  margin: auto;
}
.cid-v91iurHnu2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v91iurHnu2 .dropdown-menu,
.cid-v91iurHnu2 .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v91iurHnu2 .nav-item:focus,
.cid-v91iurHnu2 .nav-link:focus {
  outline: none;
}
.cid-v91iurHnu2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91iurHnu2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91iurHnu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91iurHnu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91iurHnu2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91iurHnu2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91iurHnu2 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-v91iurHnu2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-v91iurHnu2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v91iurHnu2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91iurHnu2 .navbar .navbar-logo img {
  width: auto;
}
.cid-v91iurHnu2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v91iurHnu2 .navbar.collapsed {
  justify-content: center;
}
.cid-v91iurHnu2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91iurHnu2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91iurHnu2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v91iurHnu2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91iurHnu2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91iurHnu2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-v91iurHnu2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91iurHnu2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91iurHnu2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v91iurHnu2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91iurHnu2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91iurHnu2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91iurHnu2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91iurHnu2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-v91iurHnu2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v91iurHnu2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v91iurHnu2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91iurHnu2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v91iurHnu2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91iurHnu2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91iurHnu2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v91iurHnu2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v91iurHnu2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v91iurHnu2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91iurHnu2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91iurHnu2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91iurHnu2 .dropdown-item.active,
.cid-v91iurHnu2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v91iurHnu2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91iurHnu2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91iurHnu2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91iurHnu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-v91iurHnu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v91iurHnu2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v91iurHnu2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91iurHnu2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v91iurHnu2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91iurHnu2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v91iurHnu2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91iurHnu2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91iurHnu2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91iurHnu2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91iurHnu2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91iurHnu2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91iurHnu2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91iurHnu2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91iurHnu2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v91iurHnu2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91iurHnu2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91iurHnu2 .navbar {
    height: 70px;
  }
  .cid-v91iurHnu2 .navbar.opened {
    height: auto;
  }
  .cid-v91iurHnu2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91ius3zRM {
  background-image: url("../../../assets/images/blog-2000x1000.png");
}
.cid-v91ius3zRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91ius3zRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91ius3zRM .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91ius3zRM .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91ius3zRM .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-v91ius3zRM .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91ius3zRM .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91ius3zRM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v91ius3zRM .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v91ius3zRM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91ius3zRM .mbr-label,
.cid-v91ius3zRM .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v91ius3zRM .mbr-section-title {
  color: #19171c;
}
.cid-v91ius3zRM .mbr-text,
.cid-v91ius3zRM .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v91ius3zRM .mbr-section-title,
.cid-v91ius3zRM .title-wrapper,
.cid-v91ius3zRM .mbr-section-btn {
  text-align: center;
}
.cid-v91ius3zRM .mbr-section-title,
.cid-v91ius3zRM .mbr-section-btn,
.cid-v91ius3zRM .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v91ius3zRM H2 {
  color: #232323;
}
.cid-v91rj8Caqn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91rj8Caqn .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91rj8Caqn .container {
    padding: 0 20px;
  }
}
.cid-v91rj8Caqn .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91rj8Caqn .mbr-section-title {
  color: #000000;
}
.cid-v91rj8Caqn .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91rj8Caqn .form-container {
  display: flex;
  width: 100%;
}
.cid-v91rj8Caqn .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91rj8Caqn form {
  width: 100%;
}
.cid-v91rj8Caqn form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91rj8Caqn form p {
  color: #000000;
}
.cid-v91rj8Caqn form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91rj8Caqn form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91rj8Caqn form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #000000 !important;
}
.cid-v91rj8Caqn form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91rj8Caqn form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91rj8Caqn form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91rj8Caqn form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form select {
  color: #666666 !important;
}
.cid-v91rj8Caqn form textarea {
  height: 100px !important;
}
.cid-v91rj8Caqn form input:active,
.cid-v91rj8Caqn form textarea:active,
.cid-v91rj8Caqn form input:focus,
.cid-v91rj8Caqn form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91rj8Caqn form input:active::-webkit-input-placeholder,
.cid-v91rj8Caqn form textarea:active::-webkit-input-placeholder,
.cid-v91rj8Caqn form input:focus::-webkit-input-placeholder,
.cid-v91rj8Caqn form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form input:active::-moz-placeholder,
.cid-v91rj8Caqn form textarea:active::-moz-placeholder,
.cid-v91rj8Caqn form input:focus::-moz-placeholder,
.cid-v91rj8Caqn form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form input:active:-moz-placeholder,
.cid-v91rj8Caqn form textarea:active:-moz-placeholder,
.cid-v91rj8Caqn form input:focus:-moz-placeholder,
.cid-v91rj8Caqn form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form input:active:-ms-input-placeholder,
.cid-v91rj8Caqn form textarea:active:-ms-input-placeholder,
.cid-v91rj8Caqn form input:focus:-ms-input-placeholder,
.cid-v91rj8Caqn form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91rj8Caqn form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91rj8Caqn form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91rj8Caqn form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91rj8Caqn form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91rj8Caqn form .form-check-input:focus,
.cid-v91rj8Caqn form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91rj8Caqn form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91l9wY1Ad {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91l9wY1Ad .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91l9wY1Ad .container {
    padding: 0 20px;
  }
}
.cid-v91l9wY1Ad .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91l9wY1Ad .mbr-section-title {
  color: #000000;
}
.cid-v91l9wY1Ad .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91l9wY1Ad .form-container {
  display: flex;
  width: 100%;
}
.cid-v91l9wY1Ad .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91l9wY1Ad form {
  width: 100%;
}
.cid-v91l9wY1Ad form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91l9wY1Ad form p {
  color: #000000;
}
.cid-v91l9wY1Ad form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91l9wY1Ad form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91l9wY1Ad form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91l9wY1Ad form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91l9wY1Ad form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91l9wY1Ad form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91l9wY1Ad form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form select {
  color: #666666 !important;
}
.cid-v91l9wY1Ad form textarea {
  height: 100px !important;
}
.cid-v91l9wY1Ad form input:active,
.cid-v91l9wY1Ad form textarea:active,
.cid-v91l9wY1Ad form input:focus,
.cid-v91l9wY1Ad form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91l9wY1Ad form input:active::-webkit-input-placeholder,
.cid-v91l9wY1Ad form textarea:active::-webkit-input-placeholder,
.cid-v91l9wY1Ad form input:focus::-webkit-input-placeholder,
.cid-v91l9wY1Ad form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form input:active::-moz-placeholder,
.cid-v91l9wY1Ad form textarea:active::-moz-placeholder,
.cid-v91l9wY1Ad form input:focus::-moz-placeholder,
.cid-v91l9wY1Ad form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form input:active:-moz-placeholder,
.cid-v91l9wY1Ad form textarea:active:-moz-placeholder,
.cid-v91l9wY1Ad form input:focus:-moz-placeholder,
.cid-v91l9wY1Ad form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form input:active:-ms-input-placeholder,
.cid-v91l9wY1Ad form textarea:active:-ms-input-placeholder,
.cid-v91l9wY1Ad form input:focus:-ms-input-placeholder,
.cid-v91l9wY1Ad form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91l9wY1Ad form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91l9wY1Ad form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91l9wY1Ad form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91l9wY1Ad form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91l9wY1Ad form .form-check-input:focus,
.cid-v91l9wY1Ad form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91l9wY1Ad form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91l9wY1Ad P {
  color: #ffffff;
}
.cid-v91nh2CjB1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v91nh2CjB1 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91nh2CjB1 .container {
    padding: 0 20px;
  }
}
.cid-v91nh2CjB1 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91nh2CjB1 .mbr-section-title {
  color: #000000;
}
.cid-v91nh2CjB1 .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91nh2CjB1 .form-container {
  display: flex;
  width: 100%;
}
.cid-v91nh2CjB1 .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91nh2CjB1 form {
  width: 100%;
}
.cid-v91nh2CjB1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91nh2CjB1 form p {
  color: #000000;
}
.cid-v91nh2CjB1 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91nh2CjB1 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91nh2CjB1 form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91nh2CjB1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91nh2CjB1 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91nh2CjB1 form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91nh2CjB1 form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form select {
  color: #666666 !important;
}
.cid-v91nh2CjB1 form textarea {
  height: 100px !important;
}
.cid-v91nh2CjB1 form input:active,
.cid-v91nh2CjB1 form textarea:active,
.cid-v91nh2CjB1 form input:focus,
.cid-v91nh2CjB1 form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91nh2CjB1 form input:active::-webkit-input-placeholder,
.cid-v91nh2CjB1 form textarea:active::-webkit-input-placeholder,
.cid-v91nh2CjB1 form input:focus::-webkit-input-placeholder,
.cid-v91nh2CjB1 form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form input:active::-moz-placeholder,
.cid-v91nh2CjB1 form textarea:active::-moz-placeholder,
.cid-v91nh2CjB1 form input:focus::-moz-placeholder,
.cid-v91nh2CjB1 form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form input:active:-moz-placeholder,
.cid-v91nh2CjB1 form textarea:active:-moz-placeholder,
.cid-v91nh2CjB1 form input:focus:-moz-placeholder,
.cid-v91nh2CjB1 form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form input:active:-ms-input-placeholder,
.cid-v91nh2CjB1 form textarea:active:-ms-input-placeholder,
.cid-v91nh2CjB1 form input:focus:-ms-input-placeholder,
.cid-v91nh2CjB1 form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91nh2CjB1 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91nh2CjB1 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91nh2CjB1 form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91nh2CjB1 form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91nh2CjB1 form .form-check-input:focus,
.cid-v91nh2CjB1 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91nh2CjB1 form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91nh2CjB1 P {
  color: #000000;
}
.cid-v91oYjIEIt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91oYjIEIt .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91oYjIEIt .container {
    padding: 0 20px;
  }
}
.cid-v91oYjIEIt .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91oYjIEIt .mbr-section-title {
  color: #000000;
}
.cid-v91oYjIEIt .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91oYjIEIt .form-container {
  display: flex;
  width: 100%;
}
.cid-v91oYjIEIt .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91oYjIEIt form {
  width: 100%;
}
.cid-v91oYjIEIt form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91oYjIEIt form p {
  color: #000000;
}
.cid-v91oYjIEIt form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91oYjIEIt form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91oYjIEIt form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91oYjIEIt form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91oYjIEIt form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91oYjIEIt form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91oYjIEIt form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form select {
  color: #666666 !important;
}
.cid-v91oYjIEIt form textarea {
  height: 100px !important;
}
.cid-v91oYjIEIt form input:active,
.cid-v91oYjIEIt form textarea:active,
.cid-v91oYjIEIt form input:focus,
.cid-v91oYjIEIt form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91oYjIEIt form input:active::-webkit-input-placeholder,
.cid-v91oYjIEIt form textarea:active::-webkit-input-placeholder,
.cid-v91oYjIEIt form input:focus::-webkit-input-placeholder,
.cid-v91oYjIEIt form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form input:active::-moz-placeholder,
.cid-v91oYjIEIt form textarea:active::-moz-placeholder,
.cid-v91oYjIEIt form input:focus::-moz-placeholder,
.cid-v91oYjIEIt form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form input:active:-moz-placeholder,
.cid-v91oYjIEIt form textarea:active:-moz-placeholder,
.cid-v91oYjIEIt form input:focus:-moz-placeholder,
.cid-v91oYjIEIt form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form input:active:-ms-input-placeholder,
.cid-v91oYjIEIt form textarea:active:-ms-input-placeholder,
.cid-v91oYjIEIt form input:focus:-ms-input-placeholder,
.cid-v91oYjIEIt form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oYjIEIt form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91oYjIEIt form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91oYjIEIt form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91oYjIEIt form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91oYjIEIt form .form-check-input:focus,
.cid-v91oYjIEIt form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91oYjIEIt form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91oYjIEIt P {
  color: #000000;
}
.cid-v91oXCaKJY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v91oXCaKJY .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91oXCaKJY .container {
    padding: 0 20px;
  }
}
.cid-v91oXCaKJY .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91oXCaKJY .mbr-section-title {
  color: #000000;
}
.cid-v91oXCaKJY .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91oXCaKJY .form-container {
  display: flex;
  width: 100%;
}
.cid-v91oXCaKJY .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91oXCaKJY form {
  width: 100%;
}
.cid-v91oXCaKJY form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91oXCaKJY form p {
  color: #000000;
}
.cid-v91oXCaKJY form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91oXCaKJY form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91oXCaKJY form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91oXCaKJY form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91oXCaKJY form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91oXCaKJY form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91oXCaKJY form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form select {
  color: #666666 !important;
}
.cid-v91oXCaKJY form textarea {
  height: 100px !important;
}
.cid-v91oXCaKJY form input:active,
.cid-v91oXCaKJY form textarea:active,
.cid-v91oXCaKJY form input:focus,
.cid-v91oXCaKJY form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91oXCaKJY form input:active::-webkit-input-placeholder,
.cid-v91oXCaKJY form textarea:active::-webkit-input-placeholder,
.cid-v91oXCaKJY form input:focus::-webkit-input-placeholder,
.cid-v91oXCaKJY form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form input:active::-moz-placeholder,
.cid-v91oXCaKJY form textarea:active::-moz-placeholder,
.cid-v91oXCaKJY form input:focus::-moz-placeholder,
.cid-v91oXCaKJY form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form input:active:-moz-placeholder,
.cid-v91oXCaKJY form textarea:active:-moz-placeholder,
.cid-v91oXCaKJY form input:focus:-moz-placeholder,
.cid-v91oXCaKJY form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form input:active:-ms-input-placeholder,
.cid-v91oXCaKJY form textarea:active:-ms-input-placeholder,
.cid-v91oXCaKJY form input:focus:-ms-input-placeholder,
.cid-v91oXCaKJY form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oXCaKJY form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91oXCaKJY form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91oXCaKJY form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91oXCaKJY form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91oXCaKJY form .form-check-input:focus,
.cid-v91oXCaKJY form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91oXCaKJY form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91oXCaKJY P {
  color: #000000;
}
.cid-v91oYNotJC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91oYNotJC .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91oYNotJC .container {
    padding: 0 20px;
  }
}
.cid-v91oYNotJC .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91oYNotJC .mbr-section-title {
  color: #000000;
}
.cid-v91oYNotJC .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91oYNotJC .form-container {
  display: flex;
  width: 100%;
}
.cid-v91oYNotJC .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91oYNotJC form {
  width: 100%;
}
.cid-v91oYNotJC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91oYNotJC form p {
  color: #000000;
}
.cid-v91oYNotJC form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91oYNotJC form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91oYNotJC form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91oYNotJC form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91oYNotJC form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91oYNotJC form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91oYNotJC form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form select {
  color: #666666 !important;
}
.cid-v91oYNotJC form textarea {
  height: 100px !important;
}
.cid-v91oYNotJC form input:active,
.cid-v91oYNotJC form textarea:active,
.cid-v91oYNotJC form input:focus,
.cid-v91oYNotJC form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91oYNotJC form input:active::-webkit-input-placeholder,
.cid-v91oYNotJC form textarea:active::-webkit-input-placeholder,
.cid-v91oYNotJC form input:focus::-webkit-input-placeholder,
.cid-v91oYNotJC form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form input:active::-moz-placeholder,
.cid-v91oYNotJC form textarea:active::-moz-placeholder,
.cid-v91oYNotJC form input:focus::-moz-placeholder,
.cid-v91oYNotJC form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form input:active:-moz-placeholder,
.cid-v91oYNotJC form textarea:active:-moz-placeholder,
.cid-v91oYNotJC form input:focus:-moz-placeholder,
.cid-v91oYNotJC form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form input:active:-ms-input-placeholder,
.cid-v91oYNotJC form textarea:active:-ms-input-placeholder,
.cid-v91oYNotJC form input:focus:-ms-input-placeholder,
.cid-v91oYNotJC form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91oYNotJC form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91oYNotJC form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91oYNotJC form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91oYNotJC form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91oYNotJC form .form-check-input:focus,
.cid-v91oYNotJC form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91oYNotJC form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91oYNotJC P {
  color: #000000;
}
.cid-v91txGNIjM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v91txGNIjM .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91txGNIjM .container {
    padding: 0 20px;
  }
}
.cid-v91txGNIjM .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91txGNIjM .mbr-section-title {
  color: #000000;
}
.cid-v91txGNIjM .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91txGNIjM .form-container {
  display: flex;
  width: 100%;
}
.cid-v91txGNIjM .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91txGNIjM form {
  width: 100%;
}
.cid-v91txGNIjM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91txGNIjM form p {
  color: #000000;
}
.cid-v91txGNIjM form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91txGNIjM form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91txGNIjM form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91txGNIjM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91txGNIjM form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91txGNIjM form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91txGNIjM form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form select {
  color: #666666 !important;
}
.cid-v91txGNIjM form textarea {
  height: 100px !important;
}
.cid-v91txGNIjM form input:active,
.cid-v91txGNIjM form textarea:active,
.cid-v91txGNIjM form input:focus,
.cid-v91txGNIjM form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91txGNIjM form input:active::-webkit-input-placeholder,
.cid-v91txGNIjM form textarea:active::-webkit-input-placeholder,
.cid-v91txGNIjM form input:focus::-webkit-input-placeholder,
.cid-v91txGNIjM form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form input:active::-moz-placeholder,
.cid-v91txGNIjM form textarea:active::-moz-placeholder,
.cid-v91txGNIjM form input:focus::-moz-placeholder,
.cid-v91txGNIjM form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form input:active:-moz-placeholder,
.cid-v91txGNIjM form textarea:active:-moz-placeholder,
.cid-v91txGNIjM form input:focus:-moz-placeholder,
.cid-v91txGNIjM form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form input:active:-ms-input-placeholder,
.cid-v91txGNIjM form textarea:active:-ms-input-placeholder,
.cid-v91txGNIjM form input:focus:-ms-input-placeholder,
.cid-v91txGNIjM form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91txGNIjM form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91txGNIjM form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91txGNIjM form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91txGNIjM form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91txGNIjM form .form-check-input:focus,
.cid-v91txGNIjM form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91txGNIjM form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91txGNIjM P {
  color: #000000;
}
.cid-v91tyjwqtS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91tyjwqtS .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91tyjwqtS .container {
    padding: 0 20px;
  }
}
.cid-v91tyjwqtS .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91tyjwqtS .mbr-section-title {
  color: #000000;
}
.cid-v91tyjwqtS .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91tyjwqtS .form-container {
  display: flex;
  width: 100%;
}
.cid-v91tyjwqtS .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91tyjwqtS form {
  width: 100%;
}
.cid-v91tyjwqtS form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91tyjwqtS form p {
  color: #000000;
}
.cid-v91tyjwqtS form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91tyjwqtS form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91tyjwqtS form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91tyjwqtS form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91tyjwqtS form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91tyjwqtS form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91tyjwqtS form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form select {
  color: #666666 !important;
}
.cid-v91tyjwqtS form textarea {
  height: 100px !important;
}
.cid-v91tyjwqtS form input:active,
.cid-v91tyjwqtS form textarea:active,
.cid-v91tyjwqtS form input:focus,
.cid-v91tyjwqtS form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91tyjwqtS form input:active::-webkit-input-placeholder,
.cid-v91tyjwqtS form textarea:active::-webkit-input-placeholder,
.cid-v91tyjwqtS form input:focus::-webkit-input-placeholder,
.cid-v91tyjwqtS form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form input:active::-moz-placeholder,
.cid-v91tyjwqtS form textarea:active::-moz-placeholder,
.cid-v91tyjwqtS form input:focus::-moz-placeholder,
.cid-v91tyjwqtS form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form input:active:-moz-placeholder,
.cid-v91tyjwqtS form textarea:active:-moz-placeholder,
.cid-v91tyjwqtS form input:focus:-moz-placeholder,
.cid-v91tyjwqtS form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form input:active:-ms-input-placeholder,
.cid-v91tyjwqtS form textarea:active:-ms-input-placeholder,
.cid-v91tyjwqtS form input:focus:-ms-input-placeholder,
.cid-v91tyjwqtS form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91tyjwqtS form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91tyjwqtS form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91tyjwqtS form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91tyjwqtS form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91tyjwqtS form .form-check-input:focus,
.cid-v91tyjwqtS form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91tyjwqtS form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91tyjwqtS P {
  color: #000000;
}
.cid-v91iut5PKI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v91iut5PKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iut5PKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v91iut5PKI .container {
    padding: 0 16px;
  }
}
.cid-v91iut5PKI .row {
  position: relative;
  justify-content: space-between;
}
.cid-v91iut5PKI .row .card {
  justify-content: space-between;
}
.cid-v91iut5PKI .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v91iut5PKI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v91iut5PKI .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v91iut5PKI .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v91iut5PKI .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-v91iut5PKI .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-v91iut5PKI .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v91iut5PKI .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v91iut5PKI .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-v91iut5PKI .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-v91iut5PKI .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #e8e8e8;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-control:hover,
.cid-v91iut5PKI .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-v91iut5PKI .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v91iut5PKI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-v91iut5PKI .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v91iut5PKI .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v91iut5PKI .mbr-section-title {
  color: #000000;
}
.cid-v91iut5PKI .mbr-text {
  color: #000000;
}
.cid-v91iut5PKI .mbr-contact {
  color: #000000;
}
.cid-v91iut5PKI label {
  color: #000000;
}
.cid-v91iut5PKI .mbr-section-title,
.cid-v91iut5PKI .mbr-section-btn {
  color: #000000;
}
.cid-v91iutve4l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-v91iutve4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91iutve4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91iutve4l .nav-wrapper {
  justify-content: center;
}
.cid-v91iutve4l .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-v91iutve4l .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v91iutve4l .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v91iutve4l .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v91iutve4l .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v91iutve4l .nav-wrapper .list .item-wrap:hover,
.cid-v91iutve4l .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v91iutve4l .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-v91iutve4l .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-v91iutve4l .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v91iutve4l .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-v91iutve4l .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v91iutve4l .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v91iutve4l .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v91iutve4l .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v91iutve4l .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-v91iutve4l .nav-title {
  color: #ffffff;
}
.cid-v91iutve4l .list {
  color: #19171c;
}
.cid-v91iutve4l .mbr-copy,
.cid-v91iutve4l .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v91iutve4l .list,
.cid-v91iutve4l .item-wrap {
  color: #e5e4e7;
}
.cid-v91t0k3ape {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-v91t0k3ape {
    flex-wrap: wrap;
  }
  .cid-v91t0k3ape .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-v91t0k3ape .opened .container {
    flex-wrap: wrap;
  }
}
.cid-v91t0k3ape .opened .container .navbar-collapse {
  width: 100%;
}
.cid-v91t0k3ape .btn {
  padding: 0.3rem 2rem;
}
.cid-v91t0k3ape .nav-link {
  position: relative;
}
.cid-v91t0k3ape .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #bf2424;
}
.cid-v91t0k3ape .nav-link:hover:before {
  width: 100%;
}
.cid-v91t0k3ape nav.navbar {
  position: fixed;
}
.cid-v91t0k3ape .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91t0k3ape .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v91t0k3ape .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v91t0k3ape .dropdown-item:hover,
.cid-v91t0k3ape .dropdown-item:focus {
  background: #bf2424 !important;
  color: white !important;
}
.cid-v91t0k3ape .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v91t0k3ape .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v91t0k3ape .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-v91t0k3ape .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v91t0k3ape .container {
  display: flex;
  margin: auto;
}
.cid-v91t0k3ape .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v91t0k3ape .dropdown-menu,
.cid-v91t0k3ape .navbar.opened {
  background: #f7f7f7 !important;
}
.cid-v91t0k3ape .nav-item:focus,
.cid-v91t0k3ape .nav-link:focus {
  outline: none;
}
.cid-v91t0k3ape .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v91t0k3ape .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v91t0k3ape .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v91t0k3ape .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v91t0k3ape .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v91t0k3ape .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v91t0k3ape .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f7f7f7 !important;
  transition: all 0.3s;
}
.cid-v91t0k3ape .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f7f7f7;
}
.cid-v91t0k3ape .navbar.opened {
  transition: all 0.3s;
}
.cid-v91t0k3ape .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v91t0k3ape .navbar .navbar-logo img {
  width: auto;
}
.cid-v91t0k3ape .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-v91t0k3ape .navbar.collapsed {
  justify-content: center;
}
.cid-v91t0k3ape .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v91t0k3ape .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v91t0k3ape .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-v91t0k3ape .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v91t0k3ape .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v91t0k3ape .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  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-v91t0k3ape .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v91t0k3ape .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v91t0k3ape .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v91t0k3ape .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v91t0k3ape .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v91t0k3ape .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v91t0k3ape .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v91t0k3ape .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    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-v91t0k3ape .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v91t0k3ape .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v91t0k3ape .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v91t0k3ape .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v91t0k3ape .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v91t0k3ape .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v91t0k3ape .navbar.navbar-short {
  min-height: 60px;
}
.cid-v91t0k3ape .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v91t0k3ape .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v91t0k3ape .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v91t0k3ape .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v91t0k3ape .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v91t0k3ape .dropdown-item.active,
.cid-v91t0k3ape .dropdown-item:active {
  background-color: transparent;
}
.cid-v91t0k3ape .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v91t0k3ape .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v91t0k3ape .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v91t0k3ape .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f7;
}
.cid-v91t0k3ape .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v91t0k3ape .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v91t0k3ape ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v91t0k3ape .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v91t0k3ape button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v91t0k3ape button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v91t0k3ape button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v91t0k3ape button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91t0k3ape button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v91t0k3ape button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v91t0k3ape nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91t0k3ape nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v91t0k3ape nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v91t0k3ape nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v91t0k3ape .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v91t0k3ape a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v91t0k3ape .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v91t0k3ape .navbar {
    height: 70px;
  }
  .cid-v91t0k3ape .navbar.opened {
    height: auto;
  }
  .cid-v91t0k3ape .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v91t0kPLpg {
  background-image: url("../../../assets/images/blog-2000x1000.png");
}
.cid-v91t0kPLpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91t0kPLpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91t0kPLpg .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91t0kPLpg .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v91t0kPLpg .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #bf2424;
  margin-bottom: 0;
  border-radius: 8px;
}
.cid-v91t0kPLpg .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v91t0kPLpg .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91t0kPLpg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-v91t0kPLpg .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v91t0kPLpg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v91t0kPLpg .mbr-label,
.cid-v91t0kPLpg .label-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-v91t0kPLpg .mbr-section-title {
  color: #19171c;
}
.cid-v91t0kPLpg .mbr-text,
.cid-v91t0kPLpg .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v91t0kPLpg .mbr-section-title,
.cid-v91t0kPLpg .title-wrapper,
.cid-v91t0kPLpg .mbr-section-btn {
  text-align: center;
}
.cid-v91t0kPLpg .mbr-section-title,
.cid-v91t0kPLpg .mbr-section-btn,
.cid-v91t0kPLpg .title-wrapper {
  text-align: left;
  color: #000000;
}
.cid-v91t0kPLpg H2 {
  color: #232323;
}
.cid-v91t0lnzeN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-v91t0lnzeN .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0lnzeN .container {
    padding: 0 20px;
  }
}
.cid-v91t0lnzeN .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0lnzeN .mbr-section-title {
  color: #112B6D;
}
.cid-v91t0lnzeN .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-v91t0lnzeN .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0lnzeN .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0lnzeN form {
  width: 100%;
}
.cid-v91t0lnzeN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0lnzeN form p {
  color: #112B6D;
}
.cid-v91t0lnzeN form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0lnzeN form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0lnzeN form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0lnzeN form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0lnzeN form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0lnzeN form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #112B6D;
  font-weight: 400;
}
.cid-v91t0lnzeN form .form-control::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form .form-control::-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form .form-control:-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form .form-control:-ms-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form select {
  color: #666666 !important;
}
.cid-v91t0lnzeN form textarea {
  height: 100px !important;
}
.cid-v91t0lnzeN form input:active,
.cid-v91t0lnzeN form textarea:active,
.cid-v91t0lnzeN form input:focus,
.cid-v91t0lnzeN form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0lnzeN form input:active::-webkit-input-placeholder,
.cid-v91t0lnzeN form textarea:active::-webkit-input-placeholder,
.cid-v91t0lnzeN form input:focus::-webkit-input-placeholder,
.cid-v91t0lnzeN form textarea:focus::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form input:active::-moz-placeholder,
.cid-v91t0lnzeN form textarea:active::-moz-placeholder,
.cid-v91t0lnzeN form input:focus::-moz-placeholder,
.cid-v91t0lnzeN form textarea:focus::-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form input:active:-moz-placeholder,
.cid-v91t0lnzeN form textarea:active:-moz-placeholder,
.cid-v91t0lnzeN form input:focus:-moz-placeholder,
.cid-v91t0lnzeN form textarea:focus:-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form input:active:-ms-input-placeholder,
.cid-v91t0lnzeN form textarea:active:-ms-input-placeholder,
.cid-v91t0lnzeN form input:focus:-ms-input-placeholder,
.cid-v91t0lnzeN form textarea:focus:-ms-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lnzeN form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0lnzeN form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0lnzeN form label {
  width: 100%;
  color: #112B6D;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0lnzeN form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0lnzeN form .form-check-input:focus,
.cid-v91t0lnzeN form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #112B6D !important;
}
.cid-v91t0lnzeN form .form-check-input:checked {
  border-color: #112B6D !important;
  background-color: #112B6D !important;
}
.cid-v91t0lTBdG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff5ee;
}
.cid-v91t0lTBdG .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0lTBdG .container {
    padding: 0 20px;
  }
}
.cid-v91t0lTBdG .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0lTBdG .mbr-section-title {
  color: #112B6D;
}
.cid-v91t0lTBdG .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-v91t0lTBdG .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0lTBdG .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0lTBdG form {
  width: 100%;
}
.cid-v91t0lTBdG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0lTBdG form p {
  color: #112B6D;
}
.cid-v91t0lTBdG form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0lTBdG form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0lTBdG form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0lTBdG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0lTBdG form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0lTBdG form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #112B6D;
  font-weight: 400;
}
.cid-v91t0lTBdG form .form-control::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form .form-control::-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form .form-control:-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form .form-control:-ms-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form select {
  color: #666666 !important;
}
.cid-v91t0lTBdG form textarea {
  height: 100px !important;
}
.cid-v91t0lTBdG form input:active,
.cid-v91t0lTBdG form textarea:active,
.cid-v91t0lTBdG form input:focus,
.cid-v91t0lTBdG form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0lTBdG form input:active::-webkit-input-placeholder,
.cid-v91t0lTBdG form textarea:active::-webkit-input-placeholder,
.cid-v91t0lTBdG form input:focus::-webkit-input-placeholder,
.cid-v91t0lTBdG form textarea:focus::-webkit-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form input:active::-moz-placeholder,
.cid-v91t0lTBdG form textarea:active::-moz-placeholder,
.cid-v91t0lTBdG form input:focus::-moz-placeholder,
.cid-v91t0lTBdG form textarea:focus::-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form input:active:-moz-placeholder,
.cid-v91t0lTBdG form textarea:active:-moz-placeholder,
.cid-v91t0lTBdG form input:focus:-moz-placeholder,
.cid-v91t0lTBdG form textarea:focus:-moz-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form input:active:-ms-input-placeholder,
.cid-v91t0lTBdG form textarea:active:-ms-input-placeholder,
.cid-v91t0lTBdG form input:focus:-ms-input-placeholder,
.cid-v91t0lTBdG form textarea:focus:-ms-input-placeholder {
  color: #112B6D;
}
.cid-v91t0lTBdG form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0lTBdG form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0lTBdG form label {
  width: 100%;
  color: #112B6D;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0lTBdG form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0lTBdG form .form-check-input:focus,
.cid-v91t0lTBdG form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #112B6D !important;
}
.cid-v91t0lTBdG form .form-check-input:checked {
  border-color: #112B6D !important;
  background-color: #112B6D !important;
}
.cid-v91t0mq8kE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91t0mq8kE .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0mq8kE .container {
    padding: 0 20px;
  }
}
.cid-v91t0mq8kE .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0mq8kE .mbr-section-title {
  color: #000000;
}
.cid-v91t0mq8kE .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91t0mq8kE .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0mq8kE .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0mq8kE form {
  width: 100%;
}
.cid-v91t0mq8kE form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0mq8kE form p {
  color: #000000;
}
.cid-v91t0mq8kE form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0mq8kE form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0mq8kE form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0mq8kE form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0mq8kE form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0mq8kE form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91t0mq8kE form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form select {
  color: #666666 !important;
}
.cid-v91t0mq8kE form textarea {
  height: 100px !important;
}
.cid-v91t0mq8kE form input:active,
.cid-v91t0mq8kE form textarea:active,
.cid-v91t0mq8kE form input:focus,
.cid-v91t0mq8kE form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0mq8kE form input:active::-webkit-input-placeholder,
.cid-v91t0mq8kE form textarea:active::-webkit-input-placeholder,
.cid-v91t0mq8kE form input:focus::-webkit-input-placeholder,
.cid-v91t0mq8kE form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form input:active::-moz-placeholder,
.cid-v91t0mq8kE form textarea:active::-moz-placeholder,
.cid-v91t0mq8kE form input:focus::-moz-placeholder,
.cid-v91t0mq8kE form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form input:active:-moz-placeholder,
.cid-v91t0mq8kE form textarea:active:-moz-placeholder,
.cid-v91t0mq8kE form input:focus:-moz-placeholder,
.cid-v91t0mq8kE form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form input:active:-ms-input-placeholder,
.cid-v91t0mq8kE form textarea:active:-ms-input-placeholder,
.cid-v91t0mq8kE form input:focus:-ms-input-placeholder,
.cid-v91t0mq8kE form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0mq8kE form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0mq8kE form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0mq8kE form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0mq8kE form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0mq8kE form .form-check-input:focus,
.cid-v91t0mq8kE form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91t0mq8kE form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91t0mq8kE P {
  color: #ffffff;
}
.cid-v91t0mZMi3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v91t0mZMi3 .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0mZMi3 .container {
    padding: 0 20px;
  }
}
.cid-v91t0mZMi3 .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0mZMi3 .mbr-section-title {
  color: #000000;
}
.cid-v91t0mZMi3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91t0mZMi3 .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0mZMi3 .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0mZMi3 form {
  width: 100%;
}
.cid-v91t0mZMi3 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0mZMi3 form p {
  color: #000000;
}
.cid-v91t0mZMi3 form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0mZMi3 form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0mZMi3 form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0mZMi3 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0mZMi3 form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0mZMi3 form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91t0mZMi3 form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form select {
  color: #666666 !important;
}
.cid-v91t0mZMi3 form textarea {
  height: 100px !important;
}
.cid-v91t0mZMi3 form input:active,
.cid-v91t0mZMi3 form textarea:active,
.cid-v91t0mZMi3 form input:focus,
.cid-v91t0mZMi3 form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0mZMi3 form input:active::-webkit-input-placeholder,
.cid-v91t0mZMi3 form textarea:active::-webkit-input-placeholder,
.cid-v91t0mZMi3 form input:focus::-webkit-input-placeholder,
.cid-v91t0mZMi3 form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form input:active::-moz-placeholder,
.cid-v91t0mZMi3 form textarea:active::-moz-placeholder,
.cid-v91t0mZMi3 form input:focus::-moz-placeholder,
.cid-v91t0mZMi3 form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form input:active:-moz-placeholder,
.cid-v91t0mZMi3 form textarea:active:-moz-placeholder,
.cid-v91t0mZMi3 form input:focus:-moz-placeholder,
.cid-v91t0mZMi3 form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form input:active:-ms-input-placeholder,
.cid-v91t0mZMi3 form textarea:active:-ms-input-placeholder,
.cid-v91t0mZMi3 form input:focus:-ms-input-placeholder,
.cid-v91t0mZMi3 form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0mZMi3 form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0mZMi3 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0mZMi3 form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0mZMi3 form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0mZMi3 form .form-check-input:focus,
.cid-v91t0mZMi3 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91t0mZMi3 form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91t0mZMi3 P {
  color: #000000;
}
.cid-v91t0nCdHu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91t0nCdHu .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0nCdHu .container {
    padding: 0 20px;
  }
}
.cid-v91t0nCdHu .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0nCdHu .mbr-section-title {
  color: #000000;
}
.cid-v91t0nCdHu .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91t0nCdHu .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0nCdHu .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0nCdHu form {
  width: 100%;
}
.cid-v91t0nCdHu form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0nCdHu form p {
  color: #000000;
}
.cid-v91t0nCdHu form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0nCdHu form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0nCdHu form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0nCdHu form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0nCdHu form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0nCdHu form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91t0nCdHu form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form select {
  color: #666666 !important;
}
.cid-v91t0nCdHu form textarea {
  height: 100px !important;
}
.cid-v91t0nCdHu form input:active,
.cid-v91t0nCdHu form textarea:active,
.cid-v91t0nCdHu form input:focus,
.cid-v91t0nCdHu form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0nCdHu form input:active::-webkit-input-placeholder,
.cid-v91t0nCdHu form textarea:active::-webkit-input-placeholder,
.cid-v91t0nCdHu form input:focus::-webkit-input-placeholder,
.cid-v91t0nCdHu form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form input:active::-moz-placeholder,
.cid-v91t0nCdHu form textarea:active::-moz-placeholder,
.cid-v91t0nCdHu form input:focus::-moz-placeholder,
.cid-v91t0nCdHu form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form input:active:-moz-placeholder,
.cid-v91t0nCdHu form textarea:active:-moz-placeholder,
.cid-v91t0nCdHu form input:focus:-moz-placeholder,
.cid-v91t0nCdHu form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form input:active:-ms-input-placeholder,
.cid-v91t0nCdHu form textarea:active:-ms-input-placeholder,
.cid-v91t0nCdHu form input:focus:-ms-input-placeholder,
.cid-v91t0nCdHu form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0nCdHu form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0nCdHu form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0nCdHu form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0nCdHu form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0nCdHu form .form-check-input:focus,
.cid-v91t0nCdHu form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91t0nCdHu form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91t0nCdHu P {
  color: #000000;
}
.cid-v91t0oda3I {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-v91t0oda3I .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0oda3I .container {
    padding: 0 20px;
  }
}
.cid-v91t0oda3I .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0oda3I .mbr-section-title {
  color: #000000;
}
.cid-v91t0oda3I .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91t0oda3I .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0oda3I .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0oda3I form {
  width: 100%;
}
.cid-v91t0oda3I form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0oda3I form p {
  color: #000000;
}
.cid-v91t0oda3I form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0oda3I form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0oda3I form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0oda3I form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0oda3I form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0oda3I form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91t0oda3I form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form select {
  color: #666666 !important;
}
.cid-v91t0oda3I form textarea {
  height: 100px !important;
}
.cid-v91t0oda3I form input:active,
.cid-v91t0oda3I form textarea:active,
.cid-v91t0oda3I form input:focus,
.cid-v91t0oda3I form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0oda3I form input:active::-webkit-input-placeholder,
.cid-v91t0oda3I form textarea:active::-webkit-input-placeholder,
.cid-v91t0oda3I form input:focus::-webkit-input-placeholder,
.cid-v91t0oda3I form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form input:active::-moz-placeholder,
.cid-v91t0oda3I form textarea:active::-moz-placeholder,
.cid-v91t0oda3I form input:focus::-moz-placeholder,
.cid-v91t0oda3I form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form input:active:-moz-placeholder,
.cid-v91t0oda3I form textarea:active:-moz-placeholder,
.cid-v91t0oda3I form input:focus:-moz-placeholder,
.cid-v91t0oda3I form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form input:active:-ms-input-placeholder,
.cid-v91t0oda3I form textarea:active:-ms-input-placeholder,
.cid-v91t0oda3I form input:focus:-ms-input-placeholder,
.cid-v91t0oda3I form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0oda3I form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0oda3I form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0oda3I form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0oda3I form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0oda3I form .form-check-input:focus,
.cid-v91t0oda3I form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91t0oda3I form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91t0oda3I P {
  color: #000000;
}
.cid-v91t0oQdhH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v91t0oQdhH .mbr-overlay {
  background-color: #fff5ee;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-v91t0oQdhH .container {
    padding: 0 20px;
  }
}
.cid-v91t0oQdhH .mbr-section-head {
  width: 100%;
  margin: 0 0 60px;
}
.cid-v91t0oQdhH .mbr-section-title {
  color: #000000;
}
.cid-v91t0oQdhH .mbr-section-subtitle {
  color: #000000;
  margin-top: 20px;
}
.cid-v91t0oQdhH .form-container {
  display: flex;
  width: 100%;
}
.cid-v91t0oQdhH .form-wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v91t0oQdhH form {
  width: 100%;
}
.cid-v91t0oQdhH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v91t0oQdhH form p {
  color: #000000;
}
.cid-v91t0oQdhH form .mbr-section-btn {
  margin-top: 0;
  text-align: center !important;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-v91t0oQdhH form .mbr-section-btn .btn {
  min-width: 90px;
  padding: 10px 20px;
  border: none !important;
}
.cid-v91t0oQdhH form .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
.cid-v91t0oQdhH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 575px) {
  .cid-v91t0oQdhH form .form-group .row .col:not(:first-child) {
    margin-top: 20px;
  }
}
.cid-v91t0oQdhH form .form-control {
  height: 40px;
  border: 1px solid #666666 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.cid-v91t0oQdhH form .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form .form-control::-moz-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form .form-control:-moz-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form select {
  color: #666666 !important;
}
.cid-v91t0oQdhH form textarea {
  height: 100px !important;
}
.cid-v91t0oQdhH form input:active,
.cid-v91t0oQdhH form textarea:active,
.cid-v91t0oQdhH form input:focus,
.cid-v91t0oQdhH form textarea:focus {
  background-color: transparent !important;
  border-color: #666666 !important;
  outline: none !important;
  outline-offset: 0 !important;
}
.cid-v91t0oQdhH form input:active::-webkit-input-placeholder,
.cid-v91t0oQdhH form textarea:active::-webkit-input-placeholder,
.cid-v91t0oQdhH form input:focus::-webkit-input-placeholder,
.cid-v91t0oQdhH form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form input:active::-moz-placeholder,
.cid-v91t0oQdhH form textarea:active::-moz-placeholder,
.cid-v91t0oQdhH form input:focus::-moz-placeholder,
.cid-v91t0oQdhH form textarea:focus::-moz-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form input:active:-moz-placeholder,
.cid-v91t0oQdhH form textarea:active:-moz-placeholder,
.cid-v91t0oQdhH form input:focus:-moz-placeholder,
.cid-v91t0oQdhH form textarea:focus:-moz-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form input:active:-ms-input-placeholder,
.cid-v91t0oQdhH form textarea:active:-ms-input-placeholder,
.cid-v91t0oQdhH form input:focus:-ms-input-placeholder,
.cid-v91t0oQdhH form textarea:focus:-ms-input-placeholder {
  color: #000000;
}
.cid-v91t0oQdhH form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v91t0oQdhH form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v91t0oQdhH form label {
  width: 100%;
  color: #000000;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
}
.cid-v91t0oQdhH form .form-check-input {
  border-color: #666666 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v91t0oQdhH form .form-check-input:focus,
.cid-v91t0oQdhH form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.cid-v91t0oQdhH form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
.cid-v91t0oQdhH P {
  color: #000000;
}
.cid-v91t0puVsL {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v91t0puVsL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91t0puVsL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-v91t0puVsL .container {
    padding: 0 16px;
  }
}
.cid-v91t0puVsL .row {
  position: relative;
  justify-content: space-between;
}
.cid-v91t0puVsL .row .card {
  justify-content: space-between;
}
.cid-v91t0puVsL .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v91t0puVsL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v91t0puVsL .title-wrapper .mbr-section-title span {
  color: #bf2424;
}
.cid-v91t0puVsL .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v91t0puVsL .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-v91t0puVsL .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #000000;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.cid-v91t0puVsL .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v91t0puVsL .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v91t0puVsL .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-v91t0puVsL .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-v91t0puVsL .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #e8e8e8;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-control:hover,
.cid-v91t0puVsL .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-control::placeholder {
  color: #bf2424;
}
.cid-v91t0puVsL .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-v91t0puVsL .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bf2424;
  border-color: #bf2424;
  border-radius: 0;
}
.cid-v91t0puVsL .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v91t0puVsL .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v91t0puVsL .mbr-section-title {
  color: #000000;
}
.cid-v91t0puVsL .mbr-text {
  color: #000000;
}
.cid-v91t0puVsL .mbr-contact {
  color: #000000;
}
.cid-v91t0puVsL label {
  color: #000000;
}
.cid-v91t0puVsL .mbr-section-title,
.cid-v91t0puVsL .mbr-section-btn {
  color: #000000;
}
.cid-v91t0qo3vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(135deg, #8c2929, #bf2424);
}
.cid-v91t0qo3vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v91t0qo3vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v91t0qo3vh .nav-wrapper {
  justify-content: center;
}
.cid-v91t0qo3vh .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-v91t0qo3vh .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v91t0qo3vh .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-v91t0qo3vh .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-v91t0qo3vh .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v91t0qo3vh .nav-wrapper .list .item-wrap:hover,
.cid-v91t0qo3vh .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-v91t0qo3vh .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-v91t0qo3vh .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-v91t0qo3vh .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v91t0qo3vh .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-v91t0qo3vh .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v91t0qo3vh .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v91t0qo3vh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v91t0qo3vh .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v91t0qo3vh .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #dddddd;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-v91t0qo3vh .nav-title {
  color: #ffffff;
}
.cid-v91t0qo3vh .list {
  color: #19171c;
}
.cid-v91t0qo3vh .mbr-copy,
.cid-v91t0qo3vh .social-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v91t0qo3vh .list,
.cid-v91t0qo3vh .item-wrap {
  color: #e5e4e7;
}
