.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: 'Source Sans 3', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #800202 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #800202 !important;
  border-color: #800202 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b20303 !important;
  border-color: #b20303 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b20303 !important;
  border-color: #b20303 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !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: #800202;
  color: #800202;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b0101 !important;
  background-color: transparent !important;
  border-color: #2b0101 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #800202 !important;
  border-color: #800202 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #800202 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffffff !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: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c0000 !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: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fb0606;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ffffff' %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-u6jVlBPSwg .navbar-dropdown {
  position: relative !important;
}
.cid-u6jVlBPSwg .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-u6jVlBPSwg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6jVlBPSwg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6jVlBPSwg .dropdown-item:hover,
.cid-u6jVlBPSwg .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-u6jVlBPSwg .dropdown-item:hover span {
  color: white;
}
.cid-u6jVlBPSwg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6jVlBPSwg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6jVlBPSwg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6jVlBPSwg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6jVlBPSwg .nav-link {
  position: relative;
}
.cid-u6jVlBPSwg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6jVlBPSwg .container {
    flex-wrap: nowrap;
  }
}
.cid-u6jVlBPSwg .navbar-nav {
  margin: 0 auto;
}
.cid-u6jVlBPSwg .dropdown-menu,
.cid-u6jVlBPSwg .navbar.opened {
  background: #800202 !important;
}
.cid-u6jVlBPSwg .nav-item:focus,
.cid-u6jVlBPSwg .nav-link:focus {
  outline: none;
}
.cid-u6jVlBPSwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6jVlBPSwg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6jVlBPSwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6jVlBPSwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6jVlBPSwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6jVlBPSwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6jVlBPSwg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #800202;
  border: none !important;
  box-shadow: none !important;
}
.cid-u6jVlBPSwg .navbar.opened {
  transition: all 0.3s;
}
.cid-u6jVlBPSwg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6jVlBPSwg .navbar .navbar-logo img {
  width: auto;
}
.cid-u6jVlBPSwg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6jVlBPSwg .navbar.collapsed {
  justify-content: center;
}
.cid-u6jVlBPSwg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6jVlBPSwg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u6jVlBPSwg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6jVlBPSwg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6jVlBPSwg .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-u6jVlBPSwg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6jVlBPSwg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u6jVlBPSwg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6jVlBPSwg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6jVlBPSwg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6jVlBPSwg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6jVlBPSwg .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-u6jVlBPSwg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6jVlBPSwg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6jVlBPSwg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6jVlBPSwg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6jVlBPSwg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6jVlBPSwg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6jVlBPSwg .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6jVlBPSwg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6jVlBPSwg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6jVlBPSwg .navbar-brand {
  min-height: 108px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6jVlBPSwg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6jVlBPSwg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6jVlBPSwg .dropdown-item.active,
.cid-u6jVlBPSwg .dropdown-item:active {
  background-color: transparent;
}
.cid-u6jVlBPSwg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6jVlBPSwg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6jVlBPSwg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6jVlBPSwg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #800202;
}
.cid-u6jVlBPSwg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6jVlBPSwg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6jVlBPSwg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6jVlBPSwg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6jVlBPSwg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6jVlBPSwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #131313;
}
.cid-u6jVlBPSwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6jVlBPSwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6jVlBPSwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6jVlBPSwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6jVlBPSwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6jVlBPSwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6jVlBPSwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6jVlBPSwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6jVlBPSwg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6jVlBPSwg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6jVlBPSwg .navbar {
    height: 70px;
  }
  .cid-u6jVlBPSwg .navbar.opened {
    height: auto;
  }
  .cid-u6jVlBPSwg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6jVlBPSwg .container,
.cid-u6jVlBPSwg .container-fluid {
  position: relative;
  min-height: 108px;
}
@media (min-width: 992px) {
  .cid-u6jVlBPSwg .container:before,
  .cid-u6jVlBPSwg .container-fluid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #800202;
  }
}
.cid-u6jVlBPSwg .navbar-short {
  background-color: #800202 !important;
}
.cid-u6jVlBPSwg .navbar-short .container,
.cid-u6jVlBPSwg .navbar-short .container-fluid {
  min-height: 85px;
}
.cid-u6jVlBPSwg .navbar-short .container:before,
.cid-u6jVlBPSwg .navbar-short .container-fluid:before {
  display: none;
}
.cid-u6jVlBPSwg .navbar-short .navbar-brand {
  min-height: 85px !important;
}
.cid-u6jVlBPSwg .mbr-section-btn .btn {
  padding: 10px 25px;
  min-height: 48px;
}
.cid-u6jVlBPSwg .border-item {
  position: absolute;
  bottom: -1px;
  display: none;
  width: 100%;
  background-color: transparent;
  height: 2px;
  background-color: #800202;
}
@media (max-width: 991px) {
  .cid-u6jVlBPSwg .border-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-u6jVlBPSwg .navbar {
    overflow: hidden;
  }
  .cid-u6jVlBPSwg .container,
  .cid-u6jVlBPSwg .container-fluid {
    min-height: 85px;
  }
  .cid-u6jVlBPSwg .navbar-brand {
    min-height: 85px;
  }
  .cid-u6jVlBPSwg .navbar-short .container,
  .cid-u6jVlBPSwg .navbar-short .container-fluid {
    min-height: 75px;
  }
  .cid-u6jVlBPSwg .navbar-short .navbar-brand {
    min-height: 75px !important;
  }
  .cid-u6jVlBPSwg .navbar.navbar-short {
    background-color: #800202 !important;
  }
  .cid-u6jVlBPSwg .navbar-collapse {
    position: relative;
    order: 5;
    z-index: 5 !important;
    padding-bottom: 10px;
  }
  .cid-u6jVlBPSwg .navbar-nav .nav-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .cid-u6jVlBPSwg .mbr-section-btn {
    text-align: left;
  }
  .cid-u6jVlBPSwg .border-item {
    position: relative;
    bottom: 0;
    margin-top: auto;
  }
  .cid-u6jVlBPSwg .border-item:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100vw;
    background: #800202;
    z-index: 4;
    transition: 0.1s all;
  }
}
.cid-u55O6EyU4d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u55O6EyU4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u55O6EyU4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u55O6EyU4d .mbr-section-title {
  color: #000000;
}
.cid-u5sGBv8vPq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5sGBv8vPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5sGBv8vPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5sGBv8vPq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5sGBv8vPq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u5sGBv8vPq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u5sGBv8vPq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u5sGBv8vPq .mbr-section-title {
  color: #000000;
}
.cid-u5sGBv8vPq .mbr-text,
.cid-u5sGBv8vPq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u55W7bh0Xc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
  overflow: hidden;
}
.cid-u6kiR1eqZk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-u6kiR1eqZk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u6kiR1eqZk .team-card:hover {
  transform: translateY(-10px);
}
.cid-u6kiR1eqZk .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u6kiR1eqZk .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u6kiR1eqZk .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u6kiR1eqZk .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u6kiR1eqZk .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u6kiR1eqZk .social-row {
  text-align: center;
}
.cid-u6kiR1eqZk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u6kiR1eqZk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u6kiR1eqZk .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u6kiR1eqZk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u6kiR1eqZk .mbr-section-title {
  color: #000000;
}
.cid-u6kiR1eqZk .mbr-section-title1 {
  color: #9e1311;
}
.cid-u6kl07sEUv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kl07sEUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kl07sEUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kl07sEUv .mbr-section-title {
  color: #ffffff;
}
.cid-u6kl7eLjMx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6kl7eLjMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kl7eLjMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6kl7eLjMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6kl7eLjMx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6kl7eLjMx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6kl7eLjMx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6kl7eLjMx .mbr-section-title {
  color: #000000;
}
.cid-u6kl7eLjMx .mbr-text,
.cid-u6kl7eLjMx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6klBe4f9O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6klBe4f9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6klBe4f9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6klBe4f9O .mbr-section-title {
  color: #ffffff;
}
.cid-u6klI1jQre {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6klI1jQre .mbr-text {
  color: #000000;
}
.cid-u6klI1jQre .mbr-section-subtitle {
  color: #000000;
}
.cid-u6klI1jQre .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u6klI1jQre .mbr-text,
.cid-u6klI1jQre .item .mbr-section-btn {
  text-align: left;
}
.cid-u6kv6Sdo2Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kv6Sdo2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kv6Sdo2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kv6Sdo2Q .mbr-section-title {
  color: #ffffff;
}
.cid-u6kv5eEEZS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6kv5eEEZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kv5eEEZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6kv5eEEZS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6kv5eEEZS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6kv5eEEZS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6kv5eEEZS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6kv5eEEZS .mbr-section-title {
  color: #000000;
}
.cid-u6kv5eEEZS .mbr-text,
.cid-u6kv5eEEZS .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6knanRUaw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6knanRUaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6knanRUaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6knanRUaw .mbr-section-title {
  color: #ffffff;
}
.cid-u6kniv3O2J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kniv3O2J .mbr-text {
  color: #000000;
}
.cid-u6kniv3O2J .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kniv3O2J .mbr-section-title {
  color: #000000;
}
.cid-u6kniv3O2J .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6kniv3O2J .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-u6kniv3O2J .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-u6kniv3O2J .img-wrapper {
  display: flex;
}
.cid-u6kniv3O2J .card-text {
  text-align: left;
}
.cid-u6kniv3O2J .card-title,
.cid-u6kniv3O2J .img-wrapper {
  text-align: center;
  color: #ffeb69;
}
.cid-u6knoRK4pn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6knoRK4pn .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-u6knoRK4pn .item:last-child .icon-box:before {
  display: none;
}
.cid-u6knoRK4pn .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #800202;
  transform: translate(-50%, 0);
}
.cid-u6knoRK4pn .last:before {
  display: none;
}
.cid-u6knoRK4pn .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #800202;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u6knoRK4pn .icon-box {
    margin-right: 1rem;
  }
}
.cid-u6knoRK4pn span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-u6knoRK4pn span .card {
    margin-bottom: 2rem;
  }
  .cid-u6knoRK4pn span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6knoRK4pn span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u6knoRK4pn .icon-box::before {
    top: 114%;
  }
}
.cid-u6knoRK4pn SPAN {
  color: #ffffff;
}
.cid-u6knoRK4pn .icon-text {
  color: #0e0e0e;
}
.cid-u6knoRK4pn .icon-title {
  color: #800202;
}
.cid-u6knoRK4pn .icon-subtitle {
  color: #36187d;
}
.cid-u6knoRK4pn .main-title {
  color: #36187d;
}
.cid-u6knoRK4pn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6knoRK4pn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kp4xn5DA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kp4xn5DA .mbr-text {
  color: #000000;
}
.cid-u6kp4xn5DA .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kp4xn5DA .mbr-section-title {
  color: #000000;
}
.cid-u6kp4xn5DA .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6kp4xn5DA .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-u6kp4xn5DA .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-u6kp4xn5DA .img-wrapper {
  display: flex;
}
.cid-u6kp4xn5DA .card-text {
  text-align: left;
}
.cid-u6kp4xn5DA .card-title,
.cid-u6kp4xn5DA .img-wrapper {
  text-align: center;
  color: #ffeb69;
}
.cid-u6l3U5TpYK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6l3U5TpYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6l3U5TpYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6l3U5TpYK .row {
  flex-direction: row-reverse;
}
.cid-u6kpvZfRC5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kpvZfRC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kpvZfRC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kpvZfRC5 .mbr-section-title {
  color: #ffffff;
}
.cid-u6kpF3u9fD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kpF3u9fD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u6kpF3u9fD .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kpF3u9fD .mbr-section-title {
  color: #000000;
}
.cid-u6GOvsTgA8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6GOvsTgA8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u6GOvsTgA8 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u6GOvsTgA8 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #800202;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u6kud3RdXV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6kud3RdXV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u6kud3RdXV .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kud3RdXV .mbr-section-title {
  color: #000000;
}
.cid-u6kx5xKXRQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kx5xKXRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kx5xKXRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kx5xKXRQ .mbr-section-title {
  color: #ffffff;
}
.cid-u6kx5xKXRQ .mbr-section-subtitle {
  color: #ffa600;
}
.cid-u6kwWWRyun {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kwWWRyun .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-u6kwWWRyun img,
.cid-u6kwWWRyun .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6kwWWRyun .item:focus,
.cid-u6kwWWRyun span:focus {
  outline: none;
}
.cid-u6kwWWRyun .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6kwWWRyun .item {
    margin-bottom: 1rem;
  }
}
.cid-u6kwWWRyun .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6kwWWRyun .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6kwWWRyun .mbr-section-title {
  color: #232323;
}
.cid-u6kwWWRyun .mbr-text,
.cid-u6kwWWRyun .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-u6kwWWRyun .item-title {
  color: #232323;
  text-align: center;
}
.cid-u6kwWWRyun .content-head {
  max-width: 800px;
}
.cid-u6kyE2Vz4i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kyE2Vz4i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kyE2Vz4i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kyE2Vz4i .mbr-section-title {
  color: #ffffff;
}
.cid-u6kEukXXmF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kEukXXmF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u6kEukXXmF .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kEukXXmF .mbr-section-title {
  color: #000000;
}
.cid-u6kEoCKQGX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kEoCKQGX .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u6kEoCKQGX .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u6kEoCKQGX .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u6kH1G5iQH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6kH1G5iQH .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u6kH1G5iQH .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kH1G5iQH .mbr-section-title {
  color: #000000;
}
.cid-u56EPmmhMp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u56EPmmhMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56EPmmhMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56EPmmhMp .mbr-section-title {
  color: #ffffff;
}
.cid-u56FkKaImM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u56FkKaImM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56FkKaImM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u56FkKaImM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u56FkKaImM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u56FkKaImM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u56FkKaImM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u56FkKaImM .mbr-section-title {
  color: #000000;
}
.cid-u56FkKaImM .mbr-text,
.cid-u56FkKaImM .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u56buQTLmX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u56buQTLmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56buQTLmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56buQTLmX .mbr-section-title {
  color: #edefeb;
}
.cid-u56gQRjSjr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-u56gQRjSjr img,
.cid-u56gQRjSjr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u56gQRjSjr .item:focus,
.cid-u56gQRjSjr span:focus {
  outline: none;
}
.cid-u56gQRjSjr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u56gQRjSjr .item {
    margin-bottom: 1rem;
  }
}
.cid-u56gQRjSjr .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u56gQRjSjr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u56gQRjSjr .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-u56gQRjSjr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u56gQRjSjr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u56gQRjSjr .mbr-section-title {
  color: #000000;
}
.cid-u56gQRjSjr .item-title {
  text-align: center;
}
.cid-u56gQRjSjr .item-subtitle {
  text-align: center;
}
.cid-u56gQRjSjr .mbr-text,
.cid-u56gQRjSjr .item .mbr-section-btn {
  text-align: center;
}
.cid-u56gQRjSjr .content-head {
  max-width: 800px;
}
.cid-u6kPHiemNT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kPHiemNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kPHiemNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kPHiemNT .mbr-section-title {
  color: #ffffff;
}
.cid-u6kPHiemNT .mbr-section-subtitle {
  color: #ffa600;
}
.cid-u6kPJP43C5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kPJP43C5 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-u6kPJP43C5 img,
.cid-u6kPJP43C5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6kPJP43C5 .item:focus,
.cid-u6kPJP43C5 span:focus {
  outline: none;
}
.cid-u6kPJP43C5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6kPJP43C5 .item {
    margin-bottom: 1rem;
  }
}
.cid-u6kPJP43C5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u6kPJP43C5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6kPJP43C5 .mbr-section-title {
  color: #232323;
}
.cid-u6kPJP43C5 .mbr-text,
.cid-u6kPJP43C5 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-u6kPJP43C5 .item-title {
  color: #232323;
  text-align: center;
}
.cid-u6kPJP43C5 .content-head {
  max-width: 800px;
}
.cid-u6kQSnUh02 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6kQSnUh02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kQSnUh02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kQSnUh02 .mbr-section-title {
  color: #ffffff;
}
.cid-u6kRy9LqpJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6kRy9LqpJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u6kRy9LqpJ .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kRy9LqpJ .mbr-section-title {
  color: #000000;
}
.cid-u6kSnk5NtD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u6kSnk5NtD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6kSnk5NtD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6kSnk5NtD .row {
  flex-direction: row-reverse;
}
.cid-u6kSBIpVao {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6kSBIpVao .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-u6kSBIpVao .mbr-section-subtitle {
  color: #000000;
}
.cid-u6kSBIpVao .mbr-section-title {
  color: #000000;
}
.cid-u56GXs1DC8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u56GXs1DC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56GXs1DC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u56GXs1DC8 .mbr-section-title {
  color: #ffffff;
}
.cid-u6l0Qof5lJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #32577a;
}
.cid-u6l0Qof5lJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6l0Qof5lJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6l0Qof5lJ .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u6l0Qof5lJ .item-wrapper {
  background-color: #2a324b;
  border-radius: 4px;
}
.cid-u6l0Qof5lJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u6l0Qof5lJ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u6l0Qof5lJ .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u6l0Qof5lJ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u6l0Qof5lJ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6l0Qof5lJ .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u6l0Qof5lJ .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u6l0Qof5lJ .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u6l0Qof5lJ .card-title {
  color: #ffffff;
}
.cid-u6l0Qof5lJ .mbr-text,
.cid-u6l0Qof5lJ .social-row {
  color: #ffffff;
}
.cid-u6l0Qof5lJ .card-subtitle {
  color: #ffffff;
}
.cid-u6laraoPaV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u6laraoPaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6laraoPaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6laraoPaV .mbr-section-title {
  color: #ffffff;
}
.cid-u6lbw34qNR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6lbw34qNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lbw34qNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6lbw34qNR .container {
    padding: 0 28px;
  }
}
.cid-u6lbw34qNR .row {
  justify-content: center;
}
.cid-u6lbw34qNR .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-u6lbw34qNR .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-u6lbw34qNR .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-u6lbw34qNR .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-u6lbw34qNR .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-u6lbw34qNR .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u6lbw34qNR .mbr-text {
  color: #000000;
}
.cid-u570PMuOsX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u570PMuOsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u570PMuOsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u570PMuOsX .mbr-section-title {
  color: #ffffff;
}
.cid-u570PMuOsX .mbr-section-subtitle {
  color: #ffa600;
}
.cid-u6l4ZxwaoA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-u6l4ZxwaoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6l4ZxwaoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6l4ZxwaoA .container {
  max-width: 1140px;
}
.cid-u6l4ZxwaoA .row {
  justify-content: center;
}
.cid-u6l4ZxwaoA .title-container {
  padding: 0;
  margin-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
}
.cid-u6l4ZxwaoA .mbr-section-title {
  color: #1d191f;
  margin-bottom: 0 !important;
}
.cid-u6l4ZxwaoA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.cid-u6l4ZxwaoA .toggle-panel {
  width: 100%;
}
.cid-u6l4ZxwaoA .card {
  border-radius: 0 !important;
  border-bottom: 1px solid #d4d4d4;
}
.cid-u6l4ZxwaoA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u6l4ZxwaoA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-u6l4ZxwaoA .panel-title {
    align-items: flex-start;
  }
}
.cid-u6l4ZxwaoA .mbr-iconfont {
  padding: 5px;
  font-family: 'Moririse2' !important;
  font-size: 12px !important;
  color: #ffffff;
  background-color: #800202;
  border: 1px solid #1d191f;
  border-radius: 50%;
  transform: rotate(180deg);
  transition: 0.3s all;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .cid-u6l4ZxwaoA .mbr-iconfont {
    margin-top: 14px;
  }
}
@media (max-width: 565px) {
  .cid-u6l4ZxwaoA .mbr-iconfont {
    margin-top: 10px;
  }
}
.cid-u6l4ZxwaoA .collapsed .mbr-iconfont {
  transform: rotate(0);
}
.cid-u6l4ZxwaoA .card-header {
  border-bottom: none;
  padding: 20px 0;
}
.cid-u6l4ZxwaoA .panel-body {
  margin-bottom: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .cid-u6l4ZxwaoA .panel-body {
    width: 100%;
  }
}
.cid-u6l4ZxwaoA .panel-title-edit {
  color: #1D191F;
}
.cid-u6l4ZxwaoA .panel-text {
  color: #1D191F;
  margin-bottom: 0;
}
.cid-u577dVnc4N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #800202;
}
.cid-u577dVnc4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u577dVnc4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u577dVnc4N .mbr-section-title {
  color: #ffffff;
}
.cid-u578Ue1yFn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u578Ue1yFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u578Ue1yFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u578Ue1yFn .row {
  flex-direction: row-reverse;
}
.cid-u6lfGhdvWQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6lfGhdvWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6lfGhdvWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6lfGhdvWQ .mbr-section-subtitle {
  text-align: center;
}
.cid-u57duMhBy2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u57duMhBy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57duMhBy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u57duMhBy2 .container {
    padding: 0 22px;
  }
}
.cid-u57duMhBy2 .row {
  justify-content: center;
}
.cid-u57duMhBy2 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u57duMhBy2 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u57duMhBy2 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-u57duMhBy2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u57duMhBy2 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-u57duMhBy2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u57duMhBy2 .mbr-section-title {
  color: #ffffff;
}
.cid-u57duMhBy2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u57duMhBy2 .mbr-section-title,
.cid-u57duMhBy2 .icon-wrapper {
  text-align: center;
}
