body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.04rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.85rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.72rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #11b823 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b029de !important;
  border-color: #b029de !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7f19a2 !important;
  border-color: #7f19a2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7f19a2 !important;
  border-color: #7f19a2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #11b823 !important;
  border-color: #11b823 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0b7216 !important;
  border-color: #0b7216 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0b7216 !important;
  border-color: #0b7216 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e168b;
  color: #6e168b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #b029de;
  border-color: #b029de;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b029de !important;
  border-color: #b029de !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #085b11;
  color: #085b11;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #11b823;
  border-color: #11b823;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #11b823 !important;
  border-color: #11b823 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #b029de !important;
}
.text-success {
  color: #11b823 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d181ec !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #42ed54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #59f069;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ff2d55 !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: #b029de !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='%23ff2d55' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uS4XBjqOai {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) {
  .cid-uS4XBjqOai .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uS4XBjqOai p {
  margin: 0;
}
.cid-uS4XBjqOai .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uS4XBjqOai .display-1 {
  line-height: 1;
}
.cid-uS4XBjqOai .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uS4XBjqOai .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uS4XBjqOai .btn:hover {
  transform: translateY(-10px);
}
.cid-uS4XBjqOai .btn-white-outline:hover,
.cid-uS4XBjqOai .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uS4XBjqOai H1 {
  text-align: center;
}
.cid-uS4XBjqOai .mbr-text,
.cid-uS4XBjqOai .mbr-section-btn {
  text-align: center;
}
.cid-uT3sd67Sif {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uT3sd67Sif .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uT3sd67Sif .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uT3sd67Sif .mbr-section-title {
  text-decoration: underline;
}
.cid-uT3sd67Sif .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uT3sd67Sif .title__block {
    margin-bottom: 25px;
  }
}
.cid-uT3sd67Sif .card__wrap {
  background: #000436;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-uT3sd67Sif .card__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #000436;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-uT3sd67Sif .card__wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #000436;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-uT3sd67Sif .card__wrap:hover:after,
.cid-uT3sd67Sif .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-uT3sd67Sif .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-uT3sd67Sif .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-uT3sd67Sif .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-uT3sd67Sif .mbr-text {
  line-height: 32px;
  opacity: 0.6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-uT3sd67Sif .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-uT3sd67Sif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT3sd67Sif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3sd67Sif .mbr-text,
.cid-uT3sd67Sif .btn__link {
  text-align: center;
  color: #ffffff;
}
.cid-uT3sd67Sif .card-title,
.cid-uT3sd67Sif .card__icon {
  text-align: center;
}
.cid-uUki3Rkfs7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uUki3Rkfs7 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uUki3Rkfs7 .mbr-section-subtitle {
  opacity: 0.5;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ffffff;
}
.cid-uUki3Rkfs7 .mbr-section-title {
  text-decoration: underline;
}
.cid-uUki3Rkfs7 .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uUki3Rkfs7 .title__block {
    margin-bottom: 25px;
  }
}
.cid-uUki3Rkfs7 .card__wrap {
  background: #000436;
  position: relative;
  padding: 50px 80px 40px 70px;
  margin-top: 70px;
  height: 100%;
  z-index: 1;
}
.cid-uUki3Rkfs7 .card__wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #000436;
  z-index: -1;
  transform: scale(1, 0);
  transition: all 0.4s ease-in-out;
}
.cid-uUki3Rkfs7 .card__wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #000436;
  z-index: -1;
  transform: scale(0, 1);
  transition: all 0.4s ease-in-out;
}
.cid-uUki3Rkfs7 .card__wrap:hover:after,
.cid-uUki3Rkfs7 .card__wrap:hover:before {
  transform: scale(1, 1);
}
.cid-uUki3Rkfs7 .card__icon span {
  font-size: 65px;
  color: #b3cffc;
}
.cid-uUki3Rkfs7 .card-box {
  margin-top: 25px;
  word-break: break-word;
  width: 100%;
}
.cid-uUki3Rkfs7 .btn__link .mbr-iconfont {
  font-size: 35px;
}
.cid-uUki3Rkfs7 .mbr-text {
  line-height: 32px;
  opacity: 0.6;
  margin: 25px 0 20px;
}
@media (max-width: 575px) {
  .cid-uUki3Rkfs7 .card__wrap {
    margin-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.cid-uUki3Rkfs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUki3Rkfs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUki3Rkfs7 .mbr-text,
.cid-uUki3Rkfs7 .btn__link {
  text-align: center;
  color: #ffffff;
}
.cid-uUki3Rkfs7 .card-title,
.cid-uUki3Rkfs7 .card__icon {
  text-align: center;
}
.cid-uUhUGf796Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUhUGf796Q img {
  width: 100%;
}
.cid-uUhUGf796Q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uUhUGf796Q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUhUGf796Q .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uUhUGf796Q .card-title span {
  color: #848abd;
}
@media (max-width: 992px) {
  .cid-uUhUGf796Q .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-uUhUGf796Q * {
    text-align: left;
  }
}
.cid-uTM21mr8S6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uTM21mr8S6 .row {
  justify-content: center;
}
.cid-uTM21mr8S6 .mbr-section-title {
  color: #FFFFFF;
  width: 100%;
}
.cid-uTM21mr8S6 .mbr-section-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-top: 24px;
}
.cid-uTM21mr8S6 .col-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 56px;
}
.cid-uTM21mr8S6 .cards-wrapper {
  position: relative;
  padding: 0 !important;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.cid-uTM21mr8S6 .number-line {
  position: absolute;
  left: 19px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTM21mr8S6 .number-line {
    display: none !important;
  }
}
.cid-uTM21mr8S6 .card {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uTM21mr8S6 .card:not(:nth-child(2)) {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cid-uTM21mr8S6 .card:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #000000;
  }
  .cid-uTM21mr8S6 .card:nth-child(6)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 19px;
    z-index: 9;
    width: 2px;
    height: 50%;
    background-color: #000000;
  }
}
.cid-uTM21mr8S6 .card-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-uTM21mr8S6 .card-number-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uTM21mr8S6 .card-number-container {
    position: absolute;
    left: 24px;
    top: -19px;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTM21mr8S6 .card-number-container {
    left: 16px;
  }
}
.cid-uTM21mr8S6 .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid #000000;
  font-size: 1rem;
  color: #000000;
  border-radius: 50%;
}
.cid-uTM21mr8S6 .card-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 24px;
  border: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-uTM21mr8S6 .card-box {
    padding: 16px;
    flex-wrap: wrap;
  }
}
.cid-uTM21mr8S6 .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  padding: 40px;
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uTM21mr8S6 .card-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uTM21mr8S6 .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-uTM21mr8S6 .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.cid-uTM21mr8S6 .card-text-container {
  width: 100%;
}
.cid-uTM21mr8S6 .card-title {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
.cid-uTM21mr8S6 .card-subtitle {
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTM21mr8S6 .card-subtitle {
    margin-top: 8px;
  }
}
.cid-uTM21mr8S6 .card-text {
  color: #FFFFFF;
  width: 100%;
  opacity: 0.65;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uTM21mr8S6 .card-text {
    margin-top: 16px;
  }
}
.cid-uTLZOuRVOs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTLZOuRVOs .col-title {
  margin-bottom: 3rem;
}
.cid-uTLZOuRVOs .mbr-section-title {
  color: #010d4c;
  margin-bottom: 0;
}
.cid-uTLZOuRVOs .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uTLZOuRVOs .text-wrapper {
  display: flex;
  padding: 30px 0 35px;
  border-radius: 30px;
  background: #7736ff;
  box-shadow: -20px 20px 50px rgba(14, 100, 215, 0.04);
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTLZOuRVOs .text-wrapper {
    padding: 10px 0 20px;
  }
}
.cid-uTLZOuRVOs .cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uTLZOuRVOs .card {
  padding: 30px 12px 20px;
}
.cid-uTLZOuRVOs .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTLZOuRVOs .card-text {
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uTLZOuRVOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTLZOuRVOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT3sv4t0zm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-uT3sv4t0zm a {
  color: #232323;
}
.cid-uT3sv4t0zm a:hover {
  color: #ff2d55;
}
.cid-uT3sv4t0zm h5.mbr-text {
  color: #444444;
}
.cid-uT3sv4t0zm .card {
  padding: 1rem 2rem;
}
.cid-uT3sv4t0zm .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uT3sv4t0zm .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-uT3sv4t0zm .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-uT3sv4t0zm .card-box p {
  margin-bottom: 0;
}
.cid-uT3sv4t0zm .specialty {
  padding-top: .5rem;
}
.cid-uT3sv4t0zm .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-uT3sv4t0zm .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uU4hXiOTJj {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-uU4hXiOTJj .container-fluid {
  max-width: 1700px;
}
.cid-uU4hXiOTJj h1 {
  line-height: 1;
}
.cid-uU4hXiOTJj .mbr-text,
.cid-uU4hXiOTJj .mbr-section-btn {
  color: #fefefe;
}
.cid-uUg0mXplI2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUg0mXplI2 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-uUg0mXplI2 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uUg0mXplI2 .mbr-section-title {
  color: #ffffff;
}
.cid-uU4A2rAjqz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uU4A2rAjqz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uU4A2rAjqz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uU4A2rAjqz .main-title {
  color: #404040;
}
.cid-uU4A2rAjqz .main-title.display-2 {
  line-height: 1.375;
}
.cid-uU4A2rAjqz .mbr-section-subtitle {
  color: #b029de;
  font-weight: 600;
}
.cid-uU4A2rAjqz .mbr-text {
  color: #606060;
}
.cid-uU4A2rAjqz .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4A2rAjqz .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #b029de;
  margin-bottom: 2rem;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uU4A2rAjqz .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uU4A2rAjqz .card-wrapper {
    flex-direction: column;
  }
  .cid-uU4A2rAjqz .card-box {
    padding: 2rem 1rem;
  }
  .cid-uU4A2rAjqz .card-box,
  .cid-uU4A2rAjqz .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uU4A2rAjqz .card {
    margin-bottom: 2rem;
  }
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .card-title,
.cid-uU4A2rAjqz .card-box {
  color: #000000;
}
.cid-uU4A2rAjqz .card .card-wrapper .card-box .mbr-text,
.cid-uU4A2rAjqz .link-wrap {
  color: #000000;
}
.cid-uU4zyExTEd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uU4zyExTEd .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uU4zyExTEd .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uU4zyExTEd .main-title {
  color: #404040;
}
.cid-uU4zyExTEd .main-title.display-2 {
  line-height: 1.375;
}
.cid-uU4zyExTEd .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uU4zyExTEd .mbr-text {
  color: #606060;
}
.cid-uU4zyExTEd .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4zyExTEd .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #b029de;
  margin-bottom: 2rem;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uU4zyExTEd .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uU4zyExTEd .card-wrapper {
    flex-direction: column;
  }
  .cid-uU4zyExTEd .card-box {
    padding: 2rem 1rem;
  }
  .cid-uU4zyExTEd .card-box,
  .cid-uU4zyExTEd .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uU4zyExTEd .card {
    margin-bottom: 2rem;
  }
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .card-title,
.cid-uU4zyExTEd .card-box {
  color: #000000;
}
.cid-uU4zyExTEd .card .card-wrapper .card-box .mbr-text,
.cid-uU4zyExTEd .link-wrap {
  color: #000000;
}
.cid-uU4RGmgORi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0b0d37;
}
.cid-uU4RGmgORi img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-uU4RGmgORi .card {
  margin-bottom: 130px !important;
}
.cid-uU4RGmgORi .card .img-wrapper {
  overflow: hidden;
}
.cid-uU4RGmgORi .card:hover {
  cursor: pointer;
}
.cid-uU4RGmgORi .card:hover img {
  transform: scale(1.05);
}
.cid-uU4RGmgORi .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-uU4RGmgORi .card {
    margin-bottom: 50px !important;
  }
}
.cid-uU4RGmgORi .card .card-wrapper {
  text-align: left;
}
.cid-uU4RGmgORi .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #fefeff;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-text {
  color: #82786e;
}
@media (min-width: 1400px) {
  .cid-uU4RGmgORi .card.left-box {
    right: 105px !important;
  }
  .cid-uU4RGmgORi .card.right-box {
    left: 97px !important;
  }
}
.cid-uU4RGmgORi .mbr-section-title {
  color: #06182d;
}
.cid-uU4RGmgORi .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #33037a;
  background: linear-gradient(#33037a 0%, #080b41 69%, #0a0f3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uU4RGmgORi .mbr-section-subtitle {
  color: #06182d;
}
.cid-uU4RGmgORi .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uU4RGmgORi .mbr-section-text {
  color: #999999;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uU4RGmgORi .card .card-wrapper .card-box .card-title,
.cid-uU4RGmgORi .card-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uU4RGmgORi .mbr-section-title,
.cid-uU4RGmgORi .col {
  color: #ffffff;
}
.cid-uU52hj1JV5 {
  padding-top: 15px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-uU52hj1JV5 h3 {
  position: relative;
}
.cid-uU52hj1JV5 h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uU52hj1JV5 .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-uU52hj1JV5 H3 {
  color: #000000;
}
.cid-uUffywxtf5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUffywxtf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUffywxtf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUffywxtf5 .item {
  padding-bottom: 2rem;
}
.cid-uUffywxtf5 .item-wrapper {
  position: relative;
}
.cid-uUffywxtf5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUffywxtf5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUffywxtf5 .carousel-control,
.cid-uUffywxtf5 .close {
  background: #1b1b1b;
}
.cid-uUffywxtf5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUffywxtf5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUffywxtf5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUffywxtf5 .close::before {
  content: '\e91a';
}
.cid-uUffywxtf5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUffywxtf5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUffywxtf5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUffywxtf5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUffywxtf5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUffywxtf5 .carousel-indicators li.active,
.cid-uUffywxtf5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUffywxtf5 .carousel-indicators li::after,
.cid-uUffywxtf5 .carousel-indicators li::before {
  content: none;
}
.cid-uUffywxtf5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUffywxtf5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUffywxtf5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .carousel-indicators {
    display: none;
  }
}
.cid-uUffywxtf5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUffywxtf5 .carousel-inner > .active {
  display: block;
}
.cid-uUffywxtf5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUffywxtf5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUffywxtf5 .carousel-control,
  .cid-uUffywxtf5 .carousel-indicators,
  .cid-uUffywxtf5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUffywxtf5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUffywxtf5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUffywxtf5 .carousel-indicators .active,
.cid-uUffywxtf5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUffywxtf5 .carousel-indicators .active {
  background: #fff;
}
.cid-uUffywxtf5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUffywxtf5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUffywxtf5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUffywxtf5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUffywxtf5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUffywxtf5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUffywxtf5 .carousel {
  width: 100%;
}
.cid-uUffywxtf5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUffywxtf5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUffywxtf5 .modal.fade .modal-dialog,
.cid-uUffywxtf5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uUffywxtf5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUffywxtf5 H6 {
  text-align: center;
}
.cid-uUfmnYAmio {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUfmnYAmio .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUfmnYAmio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUfmnYAmio .item {
  padding-bottom: 2rem;
}
.cid-uUfmnYAmio .item-wrapper {
  position: relative;
}
.cid-uUfmnYAmio .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUfmnYAmio .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUfmnYAmio .carousel-control,
.cid-uUfmnYAmio .close {
  background: #1b1b1b;
}
.cid-uUfmnYAmio .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUfmnYAmio .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUfmnYAmio .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUfmnYAmio .close::before {
  content: '\e91a';
}
.cid-uUfmnYAmio .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUfmnYAmio .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUfmnYAmio .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUfmnYAmio .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUfmnYAmio .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUfmnYAmio .carousel-indicators li.active,
.cid-uUfmnYAmio .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUfmnYAmio .carousel-indicators li::after,
.cid-uUfmnYAmio .carousel-indicators li::before {
  content: none;
}
.cid-uUfmnYAmio .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUfmnYAmio .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUfmnYAmio .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .carousel-indicators {
    display: none;
  }
}
.cid-uUfmnYAmio .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUfmnYAmio .carousel-inner > .active {
  display: block;
}
.cid-uUfmnYAmio .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUfmnYAmio .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUfmnYAmio .carousel-control,
  .cid-uUfmnYAmio .carousel-indicators,
  .cid-uUfmnYAmio .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUfmnYAmio .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUfmnYAmio .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUfmnYAmio .carousel-indicators .active,
.cid-uUfmnYAmio .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUfmnYAmio .carousel-indicators .active {
  background: #fff;
}
.cid-uUfmnYAmio .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUfmnYAmio .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUfmnYAmio .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUfmnYAmio .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUfmnYAmio .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUfmnYAmio .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUfmnYAmio .carousel {
  width: 100%;
}
.cid-uUfmnYAmio .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUfmnYAmio .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUfmnYAmio .modal.fade .modal-dialog,
.cid-uUfmnYAmio .modal.in .modal-dialog {
  transform: none;
}
.cid-uUfmnYAmio .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUfmnYAmio H6 {
  text-align: center;
}
.cid-uUg5c1AWrl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9fafb;
}
.cid-uUg5c1AWrl .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-uUg5c1AWrl .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-uUg5c1AWrl .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-uUg5c1AWrl .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUg5c1AWrl .mbr-section-title {
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 36px;
}
.cid-uUg5c1AWrl .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uUg5c1AWrl .box {
  padding: 40px 40px 20px;
  margin-bottom: 20px;
  background: #ffffff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-uUg5c1AWrl .mbr-text {
  margin-bottom: 20px;
}
.cid-uUg5c1AWrl .mbr-text.display-7 {
  font-size: 18px;
  color: #707070;
  line-height: 1.6;
}
.cid-uUg5c1AWrl .blockquote-details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
}
.cid-uUg5c1AWrl .blockquote-details .img-blob img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-uUg5c1AWrl .blockquote-details .info {
  padding-left: 20px;
}
.cid-uUg5c1AWrl .blockquote-details .info .signature {
  color: #404040;
  margin-bottom: 0;
}
.cid-uUg5c1AWrl .blockquote-details .info .signature.display-7 {
  line-height: 1.3;
  font-size: 18px;
}
.cid-uUg5c1AWrl .blockquote-details .info .desk {
  color: #999;
}
.cid-uUg5c1AWrl .blockquote-details .info .desk.display-4 {
  line-height: 1.3125;
}
.cid-uUg5c1AWrl .carousel-item {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uUg5c1AWrl .carousel-item > div {
  width: 100%;
}
.cid-uUg5c1AWrl .carousel-item.active,
.cid-uUg5c1AWrl .carousel-item-next,
.cid-uUg5c1AWrl .carousel-item-prev {
  display: flex;
}
.cid-uUg5c1AWrl .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  margin: 6px;
}
.cid-uUg5c1AWrl .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uUg5c1AWrl .carousel-indicators .active {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.cid-uUg5c1AWrl .carousel-indicators {
  margin: 20px 0 0 0.1rem;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  bottom: -30px;
}
@media (max-width: 767px) {
  .cid-uUg5c1AWrl .carousel-indicators {
    margin: auto;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .cid-uUg5c1AWrl .blockquote-details {
    justify-content: center;
  }
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUy049pmNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUy049pmNk .video-wrapper iframe {
  width: 100%;
}
.cid-uUy049pmNk .mbr-section-title,
.cid-uUy049pmNk .mbr-section-subtitle,
.cid-uUy049pmNk .mbr-text {
  text-align: center;
}
.cid-uUy049pmNk .mbr-section-title {
  color: #dd4bee;
}
.cid-uUy049pmNk .video {
  padding-top: 4rem;
}
.cid-uUy049pmNk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUy049pmNk .mbr-text {
  color: #ffffff;
}
.cid-uUCHxx4T2o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCHxx4T2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCHxx4T2o .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-uUCHxx4T2o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUCHxx4T2o .row {
  flex-direction: row-reverse;
}
.cid-uUCHxx4T2o img {
  width: 100%;
}
.cid-uUCFUq8whQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUCFUq8whQ .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uUCFUq8whQ .mbr-section-subtitle,
.cid-uUCFUq8whQ .mbr-section-btn {
  color: #000000;
}
.cid-uUCUdasbjQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUCUdasbjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUCUdasbjQ .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-uUCUdasbjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUCUdasbjQ .row {
  flex-direction: row-reverse;
}
.cid-uUCUdasbjQ img {
  width: 100%;
}
.cid-uUy6cW3Vov {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUy6cW3Vov .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUy6cW3Vov .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUy6cW3Vov .main-title {
  color: #404040;
}
.cid-uUy6cW3Vov .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUy6cW3Vov .mbr-section-subtitle {
  color: #dd4bee;
  font-weight: 600;
}
.cid-uUy6cW3Vov .mbr-text {
  color: #606060;
}
.cid-uUy6cW3Vov .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy6cW3Vov .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUy6cW3Vov .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUy6cW3Vov .card-wrapper {
    flex-direction: column;
  }
  .cid-uUy6cW3Vov .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUy6cW3Vov .card-box,
  .cid-uUy6cW3Vov .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUy6cW3Vov .card {
    margin-bottom: 2rem;
  }
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .card-title,
.cid-uUy6cW3Vov .card-box {
  color: #dd4bee;
}
.cid-uUy6cW3Vov .card .card-wrapper .card-box .mbr-text,
.cid-uUy6cW3Vov .link-wrap {
  color: #0e0a21;
}
.cid-uUy8eZD0RB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUy8eZD0RB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUy8eZD0RB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUy8eZD0RB .main-title {
  color: #404040;
}
.cid-uUy8eZD0RB .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUy8eZD0RB .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uUy8eZD0RB .mbr-text {
  color: #606060;
}
.cid-uUy8eZD0RB .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy8eZD0RB .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUy8eZD0RB .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUy8eZD0RB .card-wrapper {
    flex-direction: column;
  }
  .cid-uUy8eZD0RB .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUy8eZD0RB .card-box,
  .cid-uUy8eZD0RB .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUy8eZD0RB .card {
    margin-bottom: 2rem;
  }
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .card-title,
.cid-uUy8eZD0RB .card-box {
  color: #dd4bee;
}
.cid-uUy8eZD0RB .card .card-wrapper .card-box .mbr-text,
.cid-uUy8eZD0RB .link-wrap {
  color: #0e0a21;
}
.cid-uUycn2X43q {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uUycn2X43q .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uUycn2X43q p {
  margin: 0;
}
.cid-uUycn2X43q .display-1 {
  line-height: 1;
}
.cid-uUycn2X43q H1 {
  color: #000000;
}
.cid-uUycn2X43q .mbr-text,
.cid-uUycn2X43q .img-align {
  color: #dd4bee;
}
.cid-uUyfrQG09O {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUyfrQG09O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUyfrQG09O .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-uUyfrQG09O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUyfrQG09O .row {
  flex-direction: row-reverse;
}
.cid-uUyfrQG09O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUyfrQG09O .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUyfrQG09O .mbr-section-title {
  color: #dd4bee;
}
.cid-uUyfrQG09O .mbr-text {
  color: #ffffff;
}
.cid-uUCy9CfQB8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f4f8fa;
}
.cid-uUCy9CfQB8 .mbr-section-subtitle,
.cid-uUCy9CfQB8 .caption-text {
  color: #8d97ad;
}
.cid-uUCy9CfQB8 .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uUCy9CfQB8 .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uUCy9CfQB8 .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uUCy9CfQB8 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uUCy9CfQB8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUCy9CfQB8 .mbr-section-title {
  text-align: center;
}
.cid-uUywVP4qz0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #161031;
}
.cid-uUywVP4qz0 img {
  border-radius: 0px;
}
.cid-uUywVP4qz0 .row {
  justify-content: center;
}
.cid-uUywVP4qz0 .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uUywVP4qz0 .container {
  max-width: 1132px;
}
.cid-uUCVd0c5p8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUCVd0c5p8 .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-uUCVd0c5p8 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #dd4bee;
  border-radius: 100%;
  color: #dd4bee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uUCVd0c5p8 .icon:before {
  font-weight: 900;
}
.cid-uUCVd0c5p8 .accordion-content {
  flex-basis: 100%;
}
.cid-uUCVd0c5p8 .panel-group {
  width: 100%;
}
.cid-uUCVd0c5p8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title:hover .icon {
  background-color: #dd4bee;
  color: #ffffff !important;
}
.cid-uUCVd0c5p8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUCVd0c5p8 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uUCVd0c5p8 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uUCVd0c5p8 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uUCVd0c5p8 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uUCVd0c5p8 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uUCVd0c5p8 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uUCVd0c5p8 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uUCVd0c5p8 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uUCVd0c5p8 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uUCVd0c5p8 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uUCVd0c5p8 .mbr-text {
    margin-left: 1px;
  }
  .cid-uUCVd0c5p8 .mbr-section-title {
    text-align: center;
  }
  .cid-uUCVd0c5p8 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUCVd0c5p8 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uUCVd0c5p8 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uUCVd0c5p8 .card-header {
  background: none !important;
}
.cid-uUCVd0c5p8 .mbr-text,
.cid-uUCVd0c5p8 .mbr-section-btn {
  text-align: center;
}
.cid-uUCVd0c5p8 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUCVd0c5p8 .mbr-section-title {
  text-align: center;
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUIpV5JVgy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUIpV5JVgy .video-wrapper iframe {
  width: 100%;
}
.cid-uUIpV5JVgy .mbr-section-title,
.cid-uUIpV5JVgy .mbr-section-subtitle,
.cid-uUIpV5JVgy .mbr-text {
  text-align: center;
}
.cid-uUIpV5JVgy .mbr-section-title {
  color: #dd4bee;
}
.cid-uUIpV5JVgy .video {
  padding-top: 4rem;
}
.cid-uUIpV5JVgy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUIpV5JVgy .mbr-text {
  color: #ffffff;
}
.cid-uUIpV5WGHo {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIpV5WGHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV5WGHo .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-uUIpV5WGHo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV5WGHo .row {
  flex-direction: row-reverse;
}
.cid-uUIpV5WGHo img {
  width: 100%;
}
.cid-uUIpV65S8z {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUIpV65S8z .mbr-overlay {
  background-color: #5a31fb;
  background: linear-gradient(90deg, #5a31fb, #000000);
}
.cid-uUIpV65S8z .mbr-section-subtitle,
.cid-uUIpV65S8z .mbr-section-btn {
  color: #000000;
}
.cid-uUIpV6fQAx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uUIpV6fQAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV6fQAx .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-uUIpV6fQAx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV6fQAx .row {
  flex-direction: row-reverse;
}
.cid-uUIpV6fQAx img {
  width: 100%;
}
.cid-uUIpV6oinQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUIpV6oinQ .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUIpV6oinQ .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUIpV6oinQ .main-title {
  color: #404040;
}
.cid-uUIpV6oinQ .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUIpV6oinQ .mbr-section-subtitle {
  color: #dd4bee;
  font-weight: 600;
}
.cid-uUIpV6oinQ .mbr-text {
  color: #606060;
}
.cid-uUIpV6oinQ .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6oinQ .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUIpV6oinQ .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUIpV6oinQ .card-wrapper {
    flex-direction: column;
  }
  .cid-uUIpV6oinQ .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUIpV6oinQ .card-box,
  .cid-uUIpV6oinQ .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUIpV6oinQ .card {
    margin-bottom: 2rem;
  }
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .card-title,
.cid-uUIpV6oinQ .card-box {
  color: #dd4bee;
}
.cid-uUIpV6oinQ .card .card-wrapper .card-box .mbr-text,
.cid-uUIpV6oinQ .link-wrap {
  color: #0e0a21;
}
.cid-uUIpV6I4TN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9fafb;
}
.cid-uUIpV6I4TN .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #ff2d55;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 20px;
}
.cid-uUIpV6I4TN .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uUIpV6I4TN .main-title {
  color: #404040;
}
.cid-uUIpV6I4TN .main-title.display-2 {
  line-height: 1.375;
}
.cid-uUIpV6I4TN .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
}
.cid-uUIpV6I4TN .mbr-text {
  color: #606060;
}
.cid-uUIpV6I4TN .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6I4TN .card .card-wrapper {
  display: flex;
  transition: all 0.3s;
  background-color: #ffffff;
  margin: auto;
  min-height: 280px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box {
  padding: 40px 40px 20px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .img-wrapper .mbr-iconfont {
  display: block;
  font-size: 60px;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-subtitle {
  color: #0077ff;
  margin-bottom: 8px;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  color: #404040;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUIpV6I4TN .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUIpV6I4TN .card-wrapper {
    flex-direction: column;
  }
  .cid-uUIpV6I4TN .card-box {
    padding: 2rem 1rem;
  }
  .cid-uUIpV6I4TN .card-box,
  .cid-uUIpV6I4TN .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUIpV6I4TN .card {
    margin-bottom: 2rem;
  }
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .card-title,
.cid-uUIpV6I4TN .card-box {
  color: #dd4bee;
}
.cid-uUIpV6I4TN .card .card-wrapper .card-box .mbr-text,
.cid-uUIpV6I4TN .link-wrap {
  color: #0e0a21;
}
.cid-uUIpV740m5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uUIpV740m5 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uUIpV740m5 p {
  margin: 0;
}
.cid-uUIpV740m5 .display-1 {
  line-height: 1;
}
.cid-uUIpV740m5 H1 {
  color: #000000;
}
.cid-uUIpV740m5 .mbr-text,
.cid-uUIpV740m5 .img-align {
  color: #dd4bee;
}
.cid-uUIpV7d33v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUIpV7d33v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIpV7d33v .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-uUIpV7d33v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIpV7d33v .row {
  flex-direction: row-reverse;
}
.cid-uUIpV7d33v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUIpV7d33v .text-wrapper {
    padding: 2rem;
  }
}
.cid-uUIpV7d33v .mbr-section-title {
  color: #dd4bee;
}
.cid-uUIpV7d33v .mbr-text {
  color: #ffffff;
}
.cid-uUIpV7tOiK {
  padding-top: 90px;
  padding-bottom: 30px;
  background: #f4f8fa;
}
.cid-uUIpV7tOiK .mbr-section-subtitle,
.cid-uUIpV7tOiK .caption-text {
  color: #8d97ad;
}
.cid-uUIpV7tOiK .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-uUIpV7tOiK .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uUIpV7tOiK .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-uUIpV7tOiK .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uUIpV7tOiK .mbr-section-subtitle {
  text-align: center;
}
.cid-uUIpV7tOiK .mbr-section-title {
  text-align: center;
}
.cid-uUIpV7Eirx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #161031;
}
.cid-uUIpV7Eirx img {
  border-radius: 0px;
}
.cid-uUIpV7Eirx .row {
  justify-content: center;
}
.cid-uUIpV7Eirx .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-uUIpV7Eirx .container {
  max-width: 1132px;
}
.cid-uUIpV7NYL2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUIpV7NYL2 .panel-text {
  margin: 0;
  line-height: 1.7;
}
.cid-uUIpV7NYL2 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #dd4bee;
  border-radius: 100%;
  color: #dd4bee !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-uUIpV7NYL2 .icon:before {
  font-weight: 900;
}
.cid-uUIpV7NYL2 .accordion-content {
  flex-basis: 100%;
}
.cid-uUIpV7NYL2 .panel-group {
  width: 100%;
}
.cid-uUIpV7NYL2 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title:hover .icon {
  background-color: #dd4bee;
  color: #ffffff !important;
}
.cid-uUIpV7NYL2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uUIpV7NYL2 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-uUIpV7NYL2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-uUIpV7NYL2 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-uUIpV7NYL2 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-uUIpV7NYL2 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uUIpV7NYL2 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uUIpV7NYL2 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uUIpV7NYL2 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-uUIpV7NYL2 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-uUIpV7NYL2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uUIpV7NYL2 .mbr-text {
    margin-left: 1px;
  }
  .cid-uUIpV7NYL2 .mbr-section-title {
    text-align: center;
  }
  .cid-uUIpV7NYL2 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uUIpV7NYL2 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-uUIpV7NYL2 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-uUIpV7NYL2 .card-header {
  background: none !important;
}
.cid-uUIpV7NYL2 .mbr-text,
.cid-uUIpV7NYL2 .mbr-section-btn {
  text-align: center;
}
.cid-uUIpV7NYL2 .mbr-section-subtitle {
  text-align: center;
}
.cid-uUIpV7NYL2 .mbr-section-title {
  text-align: center;
}
.cid-uUIpV8B6fU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uTZUfZAzbH {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) {
  .cid-uTZUfZAzbH .display-1 {
    letter-spacing: -6px;
  }
}
.cid-uTZUfZAzbH p {
  margin: 0;
}
.cid-uTZUfZAzbH .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uTZUfZAzbH .display-1 {
  line-height: 1;
}
.cid-uTZUfZAzbH .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-uTZUfZAzbH .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-uTZUfZAzbH .btn:hover {
  transform: translateY(-10px);
}
.cid-uTZUfZAzbH .btn-white-outline:hover,
.cid-uTZUfZAzbH .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-uTZUfZAzbH H1 {
  text-align: center;
}
.cid-uTZUfZAzbH .mbr-text,
.cid-uTZUfZAzbH .mbr-section-btn {
  text-align: center;
}
.cid-uUIA80vdbB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUIA80vdbB .mbr-text,
.cid-uUIA80vdbB .img-align {
  text-align: center;
}
.cid-uTZVW3BUqO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUICmevjm1 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #161031;
}
.cid-uUICmevjm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUICmevjm1 .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-uUICmevjm1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUICmevjm1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUICmevjm1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUICmevjm1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUICmevjm1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUICmevjm1 .mbr-text,
.cid-uUICmevjm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUCXCjGnq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uUIJTgWjdU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #161031;
}
.cid-uUIJTgWjdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUIJTgWjdU .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-uUIJTgWjdU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUIJTgWjdU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUIJTgWjdU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIJTgWjdU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUIJTgWjdU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUIJTgWjdU .mbr-text,
.cid-uUIJTgWjdU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUIOn3Nr4h {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUIOn3Nr4h h3 {
  position: relative;
}
.cid-uUIOn3Nr4h h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -130px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uUIOn3Nr4h .mbr-iconfont {
  margin-top: 160px;
  display: block;
  font-size: 3rem;
  color: #ff2d55;
}
.cid-uUIOn3Nr4h H3 {
  color: #ff2d55;
}
.cid-uUIJThkBZr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
