.widget-categories ul li a {
	font-family: 'Raleway', sans-serif !important;
}

.fs-25 {
	font-size: 25px !important;
}

.cid-sFCV5hcN5X img {
    width: 100%;
    height: 100%;
}

body {
  font-family: Muli;
}
b, strong {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 3.4375rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.05rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.52rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((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.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.216rem;
    font-size: calc( 1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.182rem + (1.52 - 1.182) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #553384 !important;
}
.bg-success {
  background-color: #553384 !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #48d678 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #553384 !important;
  border-color: #553384 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #311e4d !important;
  border-color: #311e4d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #311e4d !important;
  border-color: #311e4d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #462f00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #462f00 !important;
  background-color: #f8a700 !important;
  border-color: #f8a700 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #462f00 !important;
  background-color: #f8a700 !important;
  border-color: #f8a700 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #553384 !important;
  border-color: #553384 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #311e4d !important;
  border-color: #311e4d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #311e4d !important;
  border-color: #311e4d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #26173a;
  color: #26173a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #553384;
  border-color: #553384;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #553384 !important;
  border-color: #553384 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #df9500;
  color: #df9500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #462f00;
  background-color: #ffc246;
  border-color: #ffc246;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #462f00 !important;
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #26173a;
  color: #26173a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #553384;
  border-color: #553384;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #553384 !important;
  border-color: #553384 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #553384 !important;
}
.text-secondary {
  color: #ffc246 !important;
}
.text-success {
  color: #553384 !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #48d678 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #26173a !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #df9500 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #26173a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #229649 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #d0bceb !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #48d678;
}
.alert-danger {
  background-color: #ececec;
}
.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: #553384;
  border-color: #553384;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #946fc7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #946fc7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #553384;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #ffc246 !important;
  border-color: #ffc246 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #553384;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #553384;
  border-bottom-color: #553384;
}
.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: #553384 !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: #ffc246 !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%;
}
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='%23553384' %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;
}
.cid-sDIQBqFCQk {
  padding-top: 180px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/5da8e3b5a0ddfd9aff9277d494bef010-1920x1080.jpg");
}
.cid-sDIQBqFCQk .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-sDIQBqFCQk .mbr-overlay {
  background: linear-gradient(#6855a4 -10%, #191428 75%);
}
.cid-sDIyZd4w5b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sDIyZd4w5b .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 70px;
}
.cid-sDIyZd4w5b .slider__text {
  font-size: 15px !important;
  line-height: 26px !important;
}
.cid-sDIyZd4w5b .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
  margin-bottom: 120px;
}
.cid-sDIyZd4w5b .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-sDIyZd4w5b .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-sDIyZd4w5b .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-sDIyZd4w5b .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-sDIyZd4w5b .carousel-item .slider__item:hover {
  border: 2px solid #553384;
}
.cid-sDIyZd4w5b .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-sDIyZd4w5b .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-sDIyZd4w5b .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDIyZd4w5b .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 20px 20px 20px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e0f2ff;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-sDIyZd4w5b .slider__content .slider__content-wrap {
  margin-bottom: 10px;
  min-height: 210px;
}
.cid-sDIyZd4w5b .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #553384;
}
.cid-sDIyZd4w5b .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-sDIyZd4w5b .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-sDIyZd4w5b .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sDIyZd4w5b .link a {
  font-weight: 700;
}
.cid-sDIyZd4w5b .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sDIyZd4w5b .link:hover span {
  transform: translateX(9px);
}
.cid-sDIyZd4w5b .carousel-item.active,
.cid-sDIyZd4w5b .carousel-item-next,
.cid-sDIyZd4w5b .carousel-item-prev {
  display: flex;
}
.cid-sDIyZd4w5b .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sDIyZd4w5b .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #553384;
  background-color: transparent;
}
.cid-sDIyZd4w5b .carousel-controls a span {
  color: #553384;
  font-size: 18px;
}
.cid-sDIyZd4w5b .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sDIyZd4w5b .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sDIyZd4w5b .carousel-controls .carousel-control-next,
.cid-sDIyZd4w5b .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sDIyZd4w5b .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-sDIyZd4w5b .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-sDIyZd4w5b .cloneditem-1,
.cid-sDIyZd4w5b .cloneditem-2,
.cid-sDIyZd4w5b .cloneditem-3,
.cid-sDIyZd4w5b .cloneditem-4,
.cid-sDIyZd4w5b .cloneditem-5 {
  display: none;
}
.cid-sDIyZd4w5b .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sDIyZd4w5b .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sDIyZd4w5b .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sDIyZd4w5b .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides2 .cloneditem-1,
  .cid-sDIyZd4w5b .carousel-inner.slides2 .cloneditem-2,
  .cid-sDIyZd4w5b .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sDIyZd4w5b .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sDIyZd4w5b .carousel-inner.slides3 .cloneditem-1,
  .cid-sDIyZd4w5b .carousel-inner.slides3 .cloneditem-2,
  .cid-sDIyZd4w5b .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-sDIyZd4w5b .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-sDIyZd4w5b .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-sDIyZd4w5b .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-sDIyZd4w5b .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-sDIyZd4w5b .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-sDIyZd4w5b .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sDIyZd4w5b .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-sDIyZd4w5b .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-sDIyZd4w5b .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-sDIyZd4w5b .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-sDIyZd4w5b .carousel-controls {
    display: none;
  }
}

.cid-sFCV5hcN5X .block {
    height: auto !important; 
}
.cid-sDIyZd4w5b H3 {
  color: #553384;
  text-align: center;
}
.cid-sDIyZd4w5b H2 {
  color: #052945;
  text-align: center;
}
.cid-sDIyZd4w5b .slider__content .slider__title {
  color: #090e3b;
}
.cid-sHMSoVslvx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f7fa;
}
.cid-sHMSoVslvx .img-wrapper {
  text-align: center;
}
.cid-sHMSoVslvx img {
  margin: auto;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sHMSoVslvx .row {
  align-items: flex-start;
}
.cid-sHMSoVslvx .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-sHMSoVslvx .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sHMSoVslvx .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sHMSoVslvx .card-wrapper {
    padding: 1rem;
  }
}
.cid-sHMSoVslvx .mbr-text,
.cid-sHMSoVslvx .mbr-section-btn {
  color: #696969;
  text-align: left;
}
.cid-sHMSoVslvx .card-title {
  text-align: left;
}
.cid-sHMPla5Dgs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sHMPla5Dgs .row {
  align-items: center;
}
.cid-sHMPla5Dgs .card:hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -2.5rem) scale(0.75);
}
.cid-sHMPla5Dgs .card .square_fill {
  background-color: #553384;
  transform: translate(-2.5rem, 0rem);
}
.cid-sHMPla5Dgs .card .square_null {
  transform: rotate(45deg) translate(-1rem, -1.5rem);
}
.cid-sHMPla5Dgs .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sHMPla5Dgs .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sHMPla5Dgs .square_animation .square_null {
  z-index: 1;
  border: 1px solid #553384;
}
.cid-sHMPla5Dgs .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sHMPla5Dgs .main_title {
  margin-bottom: 2.5rem;
}
.cid-sHMPla5Dgs .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sHMPla5Dgs .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sHMPla5Dgs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sHMPla5Dgs .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sHMPla5Dgs .row {
    flex-direction: column-reverse;
  }
  .cid-sHMPla5Dgs .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sHMPla5Dgs .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sHMPla5Dgs .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sHMPla5Dgs .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sHMPla5Dgs .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sHMPla5Dgs .square_animation {
    margin-bottom: 2.5rem;
  }
  .cid-sHMPla5Dgs .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sHMPla5Dgs .card:hover .square_fill {
    transform: rotate(-45deg) translate(-1.75rem, -1.5rem) scale(0.75);
  }
  .cid-sHMPla5Dgs .card .square_fill {
    transform: translate(-1.75rem, 1.25rem);
  }
  .cid-sHMPla5Dgs .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
}
@media (max-width: 767px) {
  .cid-sHMPla5Dgs .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sHMPla5Dgs .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sHMPla5Dgs .card:hover .square_fill {
    transform: none;
  }
  .cid-sHMPla5Dgs .card .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sHMPla5Dgs .card .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sHMPla5Dgs .square_animation {
    margin-bottom: 2rem;
  }
  .cid-sHMPla5Dgs .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sHMSIvFNwI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f7fa;
}
.cid-sHMSIvFNwI .form-control {
  font-family: 'Raleway', sans-serif;
  font-size: 14px !important;
  line-height: 1.43;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #565656;
  min-height: 2.5em !important;
  padding: 1rem !important;
}
.cid-sHMSIvFNwI .form-group textarea {
  height: 100px !important;
}
.cid-sHMSIvFNwI .form-group input {
  height: 40px !important;
}
.cid-sHMSIvFNwI label {
  font-family: 'Raleway', sans-serif;
}
.cid-sHMSIvFNwI .item-wrapper {
  border-radius: 2rem;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHMSIvFNwI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sHMSIvFNwI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHMSIvFNwI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sHMSIvFNwI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sHMSIvFNwI img,
.cid-sHMSIvFNwI .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sHMSIvFNwI .item:focus,
.cid-sHMSIvFNwI span:focus {
  outline: none;
}
.cid-sHMSIvFNwI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHMSIvFNwI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHMSIvFNwI .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sHMSIvFNwI .mbr-text,
.cid-sHMSIvFNwI .mbr-section-btn {
  text-align: left;
}
.cid-sHMSIvFNwI .item-title {
  text-align: left;
}
.cid-sHMSIvFNwI .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-sHMSIvFNwI H3 {
  color: #553384;
}
.cid-sDIWnn6HRq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDIWnn6HRq .mbr-iconfont {
  font-size: 4rem;
  color: #817fea;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  margin-right: 1.5rem;
}
.cid-sDIWnn6HRq .card-title {
  cursor: pointer;
  margin-bottom: 0;
  align-self: center;
  color: #6855a4;
}
.cid-sDIWnn6HRq .card .card-text {
  margin-top: 0.5rem;
}
.cid-sDIWnn6HRq .card .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-sDIWnn6HRq .card .link .mbr-iconfont {
  display: inline-block;
  align-self: center;
  color: #ececec;
  margin-left: 0.5rem;
}
@media (max-width: 768px) {
  .cid-sDIWnn6HRq .card-text {
    text-align: left;
  }
}
.cid-sDIWnn6HRq .card-text,
.cid-sDIWnn6HRq .link {
  color: #232323;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sDIKjn2jzq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFkSAgZNXM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFkSAgZNXM .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFkSAgZNXM .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFkSAgZNXM .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFkSAgZNXM .mbr-text {
  color: #6d7a8c;
}
.cid-sFkSAgZNXM .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFkSAgZNXM .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFkSAgZNXM .mbr-section-btn {
  display: flex;
}
.cid-sFkSAgZNXM .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFkSAgZNXM .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFkSAgZNXM .mbr-section-btn.display-4,
.cid-sFkSAgZNXM .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFkSAgZNXM .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFkSAgZNXM .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFkSAgZNXM .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFkSAgZNXM .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFkSAgZNXM .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFkSAgZNXM .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFkSAgZNXM .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFkSAgZNXM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFkSAgZNXM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFkSAgZNXM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFkSAgZNXM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFkSAgZNXM a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFkSAgZNXM .separator,
  .cid-sFkSAgZNXM .sep-holder,
  .cid-sFkSAgZNXM .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFkSAgZNXM .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFkSAgZNXM .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFkSAgZNXM .mbr-section-subtitle,
.cid-sFkSAgZNXM .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFkSAgZNXM .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFkSAgZNXM .mbr-text,
.cid-sFkSAgZNXM .mbr-section-btn {
  color: #777777;
}
.cid-sFkVbVq8cm {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFkVbVq8cm img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFkVbVq8cm .fs-lista li {
  font-size: 16px !important;
}
.cid-sFkVbVq8cm .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFkVbVq8cm .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFkVbVq8cm .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFkVbVq8cm .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFkVbVq8cm .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFkVbVq8cm .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFkVbVq8cm .mbr-list,
.cid-sFkVbVq8cm .social-media {
  color: #333333;
}
.cid-sFD4QfB7bM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFD4QfB7bM .mbr-text,
.cid-sFD4QfB7bM .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFD4QfB7bM .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFD4QfB7bM .mbr-text,
.cid-sFD4QfB7bM .mbr-section-btn,
.cid-sFD4QfB7bM .mbr-section-title {
  color: #ffffff;
}
.cid-sFD4QfB7bM .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFD4QfB7bM .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFD4QfB7bM .mbr-section-title {
  font-weight: 700;
}
.cid-sFD4QfB7bM .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFD4QfB7bM .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFD4QfB7bM .mbr-section-title,
  .cid-sFD4QfB7bM .mbr-text,
  .cid-sFD4QfB7bM .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sDIKjn2jzq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFl59TNAWI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFl59TNAWI .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFl59TNAWI .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFl59TNAWI .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFl59TNAWI .mbr-text {
  color: #6d7a8c;
}
.cid-sFl59TNAWI .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFl59TNAWI .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFl59TNAWI .mbr-section-btn {
  display: flex;
}
.cid-sFl59TNAWI .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFl59TNAWI .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFl59TNAWI .mbr-section-btn.display-4,
.cid-sFl59TNAWI .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFl59TNAWI .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFl59TNAWI .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFl59TNAWI .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFl59TNAWI .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFl59TNAWI .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFl59TNAWI .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFl59TNAWI .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFl59TNAWI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFl59TNAWI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFl59TNAWI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFl59TNAWI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFl59TNAWI a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFl59TNAWI .separator,
  .cid-sFl59TNAWI .sep-holder,
  .cid-sFl59TNAWI .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFl59TNAWI .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFl59TNAWI .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFl59TNAWI .mbr-section-subtitle,
.cid-sFl59TNAWI .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFl59TNAWI .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFl59TNAWI .mbr-text,
.cid-sFl59TNAWI .mbr-section-btn {
  color: #777777;
}
.cid-sFlaD1YBwh {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFlaD1YBwh .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFlaD1YBwh .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFlaD1YBwh .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFlaD1YBwh .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFlaD1YBwh .widget-categories ul li a {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFlaD1YBwh .widget-categories ul li a.active,
.cid-sFlaD1YBwh .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFlaD1YBwh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFlaD1YBwh img {
  width: 100%;
}
.cid-sFlaD1YBwh .mbr-text {
  color: #000000;
}
.cid-sFlaD1YBwh .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFlaD1YBwh .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFlaD1YBwh * {
    text-align: left;
  }
}
.cid-sFlaD1YBwh .cards-wrap {
  flex-direction: column;
}
.cid-sFlaD1YBwh .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFlaD1YBwh .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFlaD1YBwh .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFlaD1YBwh .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFlaD1YBwh .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFlaD1YBwh .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFlaD1YBwh .widget-container {
  margin: 0 0 30px;
}
.cid-sFlaD1YBwh .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFlaD1YBwh .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFlaD1YBwh .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFlaD1YBwh .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFlaD1YBwh .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFlaD1YBwh .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFlaD1YBwh .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFlaD1YBwh .newsletter .form-group,
.cid-sFlaD1YBwh .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFlaD1YBwh .newsletter textarea {
  height: 110px !important;
}
.cid-sFlaD1YBwh .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFlaD1YBwh .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFlaD1YBwh .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFlaD1YBwh .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFlaD1YBwh .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFlaD1YBwh .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFlaD1YBwh .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFlaD1YBwh .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFlaD1YBwh .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFlaD1YBwh .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFlaD1YBwh .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFlaD1YBwh .cards-wrap2 {
  flex-direction: column;
}
.cid-sFlaD1YBwh .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFlaD1YBwh .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFlaD1YBwh .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFlaD1YBwh .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFlaD1YBwh .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFlaD1YBwh .bottomPart .wrapper2 .mbr-text,
.cid-sFlaD1YBwh .img {
  color: #000000;
}
.cid-sFlaD1YBwh .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFl59VsPcm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlgBBsfGD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFlgBBsfGD .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFlgBBsfGD .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFlgBBsfGD .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFlgBBsfGD .mbr-text {
  color: #6d7a8c;
}
.cid-sFlgBBsfGD .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFlgBBsfGD .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFlgBBsfGD .mbr-section-btn {
  display: flex;
}
.cid-sFlgBBsfGD .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFlgBBsfGD .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFlgBBsfGD .mbr-section-btn.display-4,
.cid-sFlgBBsfGD .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFlgBBsfGD .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFlgBBsfGD .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFlgBBsfGD .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFlgBBsfGD .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFlgBBsfGD .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFlgBBsfGD .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFlgBBsfGD .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFlgBBsfGD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFlgBBsfGD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFlgBBsfGD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFlgBBsfGD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFlgBBsfGD a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFlgBBsfGD .separator,
  .cid-sFlgBBsfGD .sep-holder,
  .cid-sFlgBBsfGD .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFlgBBsfGD .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFlgBBsfGD .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFlgBBsfGD .mbr-section-subtitle,
.cid-sFlgBBsfGD .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFlgBBsfGD .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFlgBBsfGD .mbr-text,
.cid-sFlgBBsfGD .mbr-section-btn {
  color: #777777;
}
.cid-sFlgBBQouy {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFlgBBQouy .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFlgBBQouy .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFlgBBQouy .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFlgBBQouy .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFlgBBQouy .widget-categories ul li a {
  position: relative;
  font-family: 'Raleway', sans-serif;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFlgBBQouy .widget-categories ul li a.active,
.cid-sFlgBBQouy .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFlgBBQouy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFlgBBQouy img {
  width: 100%;
}
.cid-sFlgBBQouy .mbr-text {
  color: #000000;
}
.cid-sFlgBBQouy .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFlgBBQouy .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFlgBBQouy * {
    text-align: left;
  }
}
.cid-sFlgBBQouy .cards-wrap {
  flex-direction: column;
}
.cid-sFlgBBQouy .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFlgBBQouy .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFlgBBQouy .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFlgBBQouy .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFlgBBQouy .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFlgBBQouy .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFlgBBQouy .widget-container {
  margin: 0 0 30px;
}
.cid-sFlgBBQouy .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFlgBBQouy .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFlgBBQouy .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFlgBBQouy .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFlgBBQouy .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFlgBBQouy .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFlgBBQouy .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFlgBBQouy .newsletter .form-group,
.cid-sFlgBBQouy .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFlgBBQouy .newsletter textarea {
  height: 110px !important;
}
.cid-sFlgBBQouy .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFlgBBQouy .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFlgBBQouy .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFlgBBQouy .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFlgBBQouy .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFlgBBQouy .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFlgBBQouy .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFlgBBQouy .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFlgBBQouy .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFlgBBQouy .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFlgBBQouy .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFlgBBQouy .cards-wrap2 {
  flex-direction: column;
}
.cid-sFlgBBQouy .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFlgBBQouy .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFlgBBQouy .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFlgBBQouy .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFlgBBQouy .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFlgBBQouy .bottomPart .wrapper2 .mbr-text,
.cid-sFlgBBQouy .img {
  color: #000000;
}
.cid-sFlgBBQouy .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFlgBDvCmf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlhSQxK0w {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFlhSQxK0w .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFlhSQxK0w .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFlhSQxK0w .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFlhSQxK0w .mbr-text {
  color: #6d7a8c;
}
.cid-sFlhSQxK0w .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFlhSQxK0w .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFlhSQxK0w .mbr-section-btn {
  display: flex;
}
.cid-sFlhSQxK0w .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFlhSQxK0w .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFlhSQxK0w .mbr-section-btn.display-4,
.cid-sFlhSQxK0w .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFlhSQxK0w .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFlhSQxK0w .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFlhSQxK0w .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFlhSQxK0w .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFlhSQxK0w .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFlhSQxK0w .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFlhSQxK0w .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFlhSQxK0w .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFlhSQxK0w .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFlhSQxK0w .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFlhSQxK0w a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFlhSQxK0w a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFlhSQxK0w .separator,
  .cid-sFlhSQxK0w .sep-holder,
  .cid-sFlhSQxK0w .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFlhSQxK0w .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFlhSQxK0w .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFlhSQxK0w .mbr-section-subtitle,
.cid-sFlhSQxK0w .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFlhSQxK0w .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFlhSQxK0w .mbr-text,
.cid-sFlhSQxK0w .mbr-section-btn {
  color: #777777;
}
.cid-sFlhSR3B2A {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFlhSR3B2A .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFlhSR3B2A .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFlhSR3B2A .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFlhSR3B2A .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFlhSR3B2A .widget-categories ul li a {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFlhSR3B2A .widget-categories ul li a.active,
.cid-sFlhSR3B2A .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFlhSR3B2A .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFlhSR3B2A img {
  width: 100%;
}
.cid-sFlhSR3B2A .mbr-text {
  color: #000000;
}
.cid-sFlhSR3B2A .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFlhSR3B2A .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFlhSR3B2A * {
    text-align: left;
  }
}
.cid-sFlhSR3B2A .cards-wrap {
  flex-direction: column;
}
.cid-sFlhSR3B2A .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFlhSR3B2A .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFlhSR3B2A .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFlhSR3B2A .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFlhSR3B2A .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFlhSR3B2A .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFlhSR3B2A .widget-container {
  margin: 0 0 30px;
}
.cid-sFlhSR3B2A .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFlhSR3B2A .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFlhSR3B2A .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFlhSR3B2A .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFlhSR3B2A .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFlhSR3B2A .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFlhSR3B2A .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFlhSR3B2A .newsletter .form-group,
.cid-sFlhSR3B2A .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFlhSR3B2A .newsletter textarea {
  height: 110px !important;
}
.cid-sFlhSR3B2A .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFlhSR3B2A .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFlhSR3B2A .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFlhSR3B2A .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFlhSR3B2A .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFlhSR3B2A .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFlhSR3B2A .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFlhSR3B2A .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFlhSR3B2A .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFlhSR3B2A .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFlhSR3B2A .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFlhSR3B2A .cards-wrap2 {
  flex-direction: column;
}
.cid-sFlhSR3B2A .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFlhSR3B2A .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFlhSR3B2A .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFlhSR3B2A .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFlhSR3B2A .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFlhSR3B2A .bottomPart .wrapper2 .mbr-text,
.cid-sFlhSR3B2A .img {
  color: #000000;
}
.cid-sFlhSR3B2A .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFlhSS3AUe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlm5tOmLN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFlm5tOmLN .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFlm5tOmLN .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFlm5tOmLN .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFlm5tOmLN .mbr-text {
  color: #6d7a8c;
}
.cid-sFlm5tOmLN .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFlm5tOmLN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFlm5tOmLN .mbr-section-btn {
  display: flex;
}
.cid-sFlm5tOmLN .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFlm5tOmLN .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFlm5tOmLN .mbr-section-btn.display-4,
.cid-sFlm5tOmLN .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFlm5tOmLN .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFlm5tOmLN .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFlm5tOmLN .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFlm5tOmLN .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFlm5tOmLN .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFlm5tOmLN .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFlm5tOmLN .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFlm5tOmLN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFlm5tOmLN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFlm5tOmLN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFlm5tOmLN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFlm5tOmLN a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFlm5tOmLN .separator,
  .cid-sFlm5tOmLN .sep-holder,
  .cid-sFlm5tOmLN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFlm5tOmLN .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFlm5tOmLN .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFlm5tOmLN .mbr-section-subtitle,
.cid-sFlm5tOmLN .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFlm5tOmLN .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFlm5tOmLN .mbr-text,
.cid-sFlm5tOmLN .mbr-section-btn {
  color: #777777;
}
.cid-sFlm5ujN8b {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFlm5ujN8b .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFlm5ujN8b .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFlm5ujN8b .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFlm5ujN8b .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFlm5ujN8b .widget-categories ul li a {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
      font-family: 'Raleway', sans-serif;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFlm5ujN8b .widget-categories ul li a.active,
.cid-sFlm5ujN8b .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFlm5ujN8b .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFlm5ujN8b img {
  width: 100%;
}
.cid-sFlm5ujN8b .mbr-text {
  color: #000000;
}
.cid-sFlm5ujN8b .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFlm5ujN8b .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFlm5ujN8b * {
    text-align: left;
  }
}
.cid-sFlm5ujN8b .cards-wrap {
  flex-direction: column;
}
.cid-sFlm5ujN8b .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFlm5ujN8b .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFlm5ujN8b .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFlm5ujN8b .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFlm5ujN8b .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFlm5ujN8b .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFlm5ujN8b .widget-container {
  margin: 0 0 30px;
}
.cid-sFlm5ujN8b .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFlm5ujN8b .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFlm5ujN8b .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFlm5ujN8b .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFlm5ujN8b .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFlm5ujN8b .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFlm5ujN8b .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFlm5ujN8b .newsletter .form-group,
.cid-sFlm5ujN8b .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFlm5ujN8b .newsletter textarea {
  height: 110px !important;
}
.cid-sFlm5ujN8b .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFlm5ujN8b .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFlm5ujN8b .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFlm5ujN8b .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFlm5ujN8b .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFlm5ujN8b .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFlm5ujN8b .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFlm5ujN8b .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFlm5ujN8b .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFlm5ujN8b .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFlm5ujN8b .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFlm5ujN8b .cards-wrap2 {
  flex-direction: column;
}
.cid-sFlm5ujN8b .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFlm5ujN8b .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFlm5ujN8b .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFlm5ujN8b .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFlm5ujN8b .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFlm5ujN8b .bottomPart .wrapper2 .mbr-text,
.cid-sFlm5ujN8b .img {
  color: #000000;
}
.cid-sFlm5ujN8b .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFlm5voTaa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCs4wz49Q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCs4wz49Q .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCs4wz49Q .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCs4wz49Q .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCs4wz49Q .mbr-text {
  color: #6d7a8c;
}
.cid-sFCs4wz49Q .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCs4wz49Q .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCs4wz49Q .mbr-section-btn {
  display: flex;
}
.cid-sFCs4wz49Q .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCs4wz49Q .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCs4wz49Q .mbr-section-btn.display-4,
.cid-sFCs4wz49Q .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCs4wz49Q .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCs4wz49Q .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCs4wz49Q .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCs4wz49Q .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCs4wz49Q .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCs4wz49Q .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCs4wz49Q .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCs4wz49Q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCs4wz49Q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCs4wz49Q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCs4wz49Q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCs4wz49Q a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCs4wz49Q .separator,
  .cid-sFCs4wz49Q .sep-holder,
  .cid-sFCs4wz49Q .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCs4wz49Q .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCs4wz49Q .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCs4wz49Q .mbr-section-subtitle,
.cid-sFCs4wz49Q .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCs4wz49Q .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCs4wz49Q .mbr-text,
.cid-sFCs4wz49Q .mbr-section-btn {
  color: #777777;
}
.cid-sFCs4x06AT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFCs4x06AT .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFCs4x06AT .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFCs4x06AT .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFCs4x06AT .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFCs4x06AT .widget-categories ul li a {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFCs4x06AT .widget-categories ul li a.active,
.cid-sFCs4x06AT .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFCs4x06AT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFCs4x06AT img {
  width: 100%;
}
.cid-sFCs4x06AT .mbr-text {
  color: #000000;
}
.cid-sFCs4x06AT .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFCs4x06AT .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFCs4x06AT * {
    text-align: left;
  }
}
.cid-sFCs4x06AT .cards-wrap {
  flex-direction: column;
}
.cid-sFCs4x06AT .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFCs4x06AT .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCs4x06AT .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFCs4x06AT .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFCs4x06AT .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFCs4x06AT .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFCs4x06AT .widget-container {
  margin: 0 0 30px;
}
.cid-sFCs4x06AT .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFCs4x06AT .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFCs4x06AT .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFCs4x06AT .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFCs4x06AT .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFCs4x06AT .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFCs4x06AT .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFCs4x06AT .newsletter .form-group,
.cid-sFCs4x06AT .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFCs4x06AT .newsletter textarea {
  height: 110px !important;
}
.cid-sFCs4x06AT .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFCs4x06AT .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFCs4x06AT .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFCs4x06AT .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFCs4x06AT .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFCs4x06AT .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFCs4x06AT .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFCs4x06AT .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFCs4x06AT .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFCs4x06AT .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFCs4x06AT .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFCs4x06AT .cards-wrap2 {
  flex-direction: column;
}
.cid-sFCs4x06AT .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFCs4x06AT .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFCs4x06AT .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFCs4x06AT .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFCs4x06AT .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFCs4x06AT .bottomPart .wrapper2 .mbr-text,
.cid-sFCs4x06AT .img {
  color: #000000;
}
.cid-sFCs4x06AT .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCs4y03Dy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCsZfyV2f {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCsZfyV2f .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCsZfyV2f .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCsZfyV2f .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCsZfyV2f .mbr-text {
  color: #6d7a8c;
}
.cid-sFCsZfyV2f .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCsZfyV2f .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCsZfyV2f .mbr-section-btn {
  display: flex;
}
.cid-sFCsZfyV2f .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCsZfyV2f .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCsZfyV2f .mbr-section-btn.display-4,
.cid-sFCsZfyV2f .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCsZfyV2f .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCsZfyV2f .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCsZfyV2f .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCsZfyV2f .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCsZfyV2f .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCsZfyV2f .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCsZfyV2f .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCsZfyV2f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCsZfyV2f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCsZfyV2f .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCsZfyV2f a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCsZfyV2f a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCsZfyV2f .separator,
  .cid-sFCsZfyV2f .sep-holder,
  .cid-sFCsZfyV2f .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCsZfyV2f .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCsZfyV2f .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCsZfyV2f .mbr-section-subtitle,
.cid-sFCsZfyV2f .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCsZfyV2f .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCsZfyV2f .mbr-text,
.cid-sFCsZfyV2f .mbr-section-btn {
  color: #777777;
}
.cid-sFCsZg1uWs {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFCsZg1uWs .mbr-section-subtitle {
  color: #ffc246;
}
.cid-sFCsZg1uWs .fs-18 {
  font-size: 18px !important;
  line-height: 30px !important;
}
.cid-sFCsZg1uWs .fs-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}
.cid-sFCsZg1uWs .fs-22 {
  font-size: 22px !important;
  line-height: 30px !important;
}
.cid-sFCsZg1uWs .widget-categories ul li a {
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  color: #1b1a1a;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 2px;
  border-radius: 3px;
  background-color: #f7f7f7;
}
.cid-sFCsZg1uWs .widget-categories ul li a.active,
.cid-sFCsZg1uWs .widget-categories ul li a:hover {
  background-color: #553384;
  color: #ffffff;
}
.cid-sFCsZg1uWs .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sFCsZg1uWs img {
  width: 100%;
}
.cid-sFCsZg1uWs .mbr-text {
  color: #000000;
}
.cid-sFCsZg1uWs .mbr-section-btn {
  margin-top: 40px;
}
.cid-sFCsZg1uWs .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-sFCsZg1uWs * {
    text-align: left;
  }
}
.cid-sFCsZg1uWs .cards-wrap {
  flex-direction: column;
}
.cid-sFCsZg1uWs .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-sFCsZg1uWs .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCsZg1uWs .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-sFCsZg1uWs .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-sFCsZg1uWs .wrapper .content .mbr-card-title {
  color: #553384;
  margin-bottom: 10px;
}
.cid-sFCsZg1uWs .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
.cid-sFCsZg1uWs .widget-container {
  margin: 0 0 30px;
}
.cid-sFCsZg1uWs .widget-container .project-info {
  padding: 15px 30px 13px;
  background-color: #eeeff2;
  border-radius: 3px;
}
.cid-sFCsZg1uWs .widget-container .project-info .info-item {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 0;
  border-bottom: 1px solid #dcdfe2;
}
.cid-sFCsZg1uWs .widget-container .project-info .info-item .label {
  font-weight: 500;
  margin-right: 10px;
  flex: none;
  margin-bottom: 0;
}
.cid-sFCsZg1uWs .widget-container .project-info .info-item .info-text {
  margin-bottom: 0;
}
.cid-sFCsZg1uWs .widget-container .project-info .info-item:last-child {
  border-bottom: none;
}
.cid-sFCsZg1uWs .newsletter {
  padding: 35px 30px 40px;
  border-radius: 3px;
  display: block;
}
.cid-sFCsZg1uWs .newsletter .mbr-section-subtitle {
  position: relative;
  margin-bottom: 25px;
  color: #553384;
}
.cid-sFCsZg1uWs .newsletter .form-group,
.cid-sFCsZg1uWs .newsletter .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sFCsZg1uWs .newsletter textarea {
  height: 110px !important;
}
.cid-sFCsZg1uWs .newsletter .form-control {
  font-size: 14px;
  background: #ffffff;
  color: #83868c;
  display: block;
  height: 60px;
  border-radius: 3px;
  width: 100%;
  padding: 13px 20px !important;
  padding-right: 50px !important;
  transition: all .3s linear 0ms;
}
.cid-sFCsZg1uWs .newsletter .form-control::-webkit-input-placeholder {
  color: #83868c;
}
.cid-sFCsZg1uWs .newsletter .form-control::-moz-placeholder {
  color: #83868c;
}
.cid-sFCsZg1uWs .newsletter .form-control:-moz-placeholder {
  color: #83868c;
}
.cid-sFCsZg1uWs .newsletter .form-control:-ms-input-placeholder {
  color: #83868c;
}
.cid-sFCsZg1uWs .newsletter .form-group {
  margin-bottom: 8.6px;
}
.cid-sFCsZg1uWs .newsletter .dragArea {
  flex-direction: column;
}
.cid-sFCsZg1uWs .newsletter .dragArea .mbr-section-btn .btn {
  font-weight: bold;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  overflow: hidden;
}
.cid-sFCsZg1uWs .newsletter .dragArea .mbr-section-btn .btn.btn-success:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #ffffff !important;
}
.cid-sFCsZg1uWs .newsletter .dragArea .mbr-section-btn .btn::after {
  background-color: #6d7a8c;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sFCsZg1uWs .newsletter .dragArea .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sFCsZg1uWs .cards-wrap2 {
  flex-direction: column;
}
.cid-sFCsZg1uWs .cards-wrap2 .wrapper2 {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-sFCsZg1uWs .cards-wrap2 .wrapper2 .img {
  margin-bottom: 20px;
}
.cid-sFCsZg1uWs .cards-wrap2 .wrapper2 .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffc246;
  border-radius: 50%;
}
.cid-sFCsZg1uWs .cards-wrap2 .wrapper2 .mbr-card-title {
  color: #553384;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFCsZg1uWs .cards-wrap2 .wrapper2 .mbr-text {
  margin-bottom: 19px;
  color: #6d7a8c;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-sFCsZg1uWs .bottomPart .wrapper2 .mbr-text,
.cid-sFCsZg1uWs .img {
  color: #000000;
}
.cid-sFCsZg1uWs .newsletter .mbr-section-subtitle {
  color: #000000;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCsZgZMN5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlmrMoUHD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFlmrMoUHD .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFlmrMoUHD .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFlmrMoUHD .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFlmrMoUHD .mbr-text {
  color: #6d7a8c;
}
.cid-sFlmrMoUHD .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFlmrMoUHD .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFlmrMoUHD .mbr-section-btn {
  display: flex;
}
.cid-sFlmrMoUHD .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFlmrMoUHD .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFlmrMoUHD .mbr-section-btn.display-4,
.cid-sFlmrMoUHD .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFlmrMoUHD .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFlmrMoUHD .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFlmrMoUHD .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFlmrMoUHD .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFlmrMoUHD .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFlmrMoUHD .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFlmrMoUHD .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFlmrMoUHD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFlmrMoUHD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFlmrMoUHD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFlmrMoUHD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFlmrMoUHD a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFlmrMoUHD .separator,
  .cid-sFlmrMoUHD .sep-holder,
  .cid-sFlmrMoUHD .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFlmrMoUHD .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFlmrMoUHD .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFlmrMoUHD .mbr-section-subtitle,
.cid-sFlmrMoUHD .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFlmrMoUHD .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFlmrMoUHD .mbr-text,
.cid-sFlmrMoUHD .mbr-section-btn {
  color: #777777;
}
.cid-sFlmxQ5lYD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFlmxQ5lYD .mbr-section-subtitle {
  color: #767676;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFlmrNGgG0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFlmKuxs8V {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFlmKuxs8V .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFlmKuxs8V .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFlmKuxs8V .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFlmKuxs8V .mbr-text {
  color: #6d7a8c;
}
.cid-sFlmKuxs8V .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFlmKuxs8V .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFlmKuxs8V .mbr-section-btn {
  display: flex;
}
.cid-sFlmKuxs8V .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFlmKuxs8V .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFlmKuxs8V .mbr-section-btn.display-4,
.cid-sFlmKuxs8V .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFlmKuxs8V .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFlmKuxs8V .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFlmKuxs8V .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFlmKuxs8V .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFlmKuxs8V .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFlmKuxs8V .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFlmKuxs8V .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFlmKuxs8V .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFlmKuxs8V .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFlmKuxs8V .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFlmKuxs8V a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFlmKuxs8V a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFlmKuxs8V .separator,
  .cid-sFlmKuxs8V .sep-holder,
  .cid-sFlmKuxs8V .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFlmKuxs8V .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFlmKuxs8V .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFlmKuxs8V .mbr-section-subtitle,
.cid-sFlmKuxs8V .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFlmKuxs8V .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFlmKuxs8V .mbr-text,
.cid-sFlmKuxs8V .mbr-section-btn {
  color: #777777;
}
.cid-sFlmKuVlcS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFlmKuVlcS .mbr-section-subtitle {
  color: #767676;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFlmKvL4XH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCvx54c8S {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCvx54c8S .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCvx54c8S .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCvx54c8S .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCvx54c8S .mbr-text {
  color: #6d7a8c;
}
.cid-sFCvx54c8S .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCvx54c8S .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCvx54c8S .mbr-section-btn {
  display: flex;
}
.cid-sFCvx54c8S .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCvx54c8S .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCvx54c8S .mbr-section-btn.display-4,
.cid-sFCvx54c8S .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCvx54c8S .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCvx54c8S .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCvx54c8S .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCvx54c8S .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCvx54c8S .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCvx54c8S .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCvx54c8S .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCvx54c8S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCvx54c8S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCvx54c8S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCvx54c8S a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCvx54c8S a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCvx54c8S .separator,
  .cid-sFCvx54c8S .sep-holder,
  .cid-sFCvx54c8S .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCvx54c8S .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCvx54c8S .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCvx54c8S .mbr-section-subtitle,
.cid-sFCvx54c8S .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCvx54c8S .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCvx54c8S .mbr-text,
.cid-sFCvx54c8S .mbr-section-btn {
  color: #777777;
}
.cid-sFCxZOZGqj {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sFCxZOZGqj .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-sFCxZOZGqj .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -1px;
}
.cid-sFCxZOZGqj .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFCxZOZGqj .mbr-text {
  color: #6d7a8c;
}
.cid-sFCxZOZGqj .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sFCxZOZGqj .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCxZOZGqj .mbr-section-btn {
  display: flex;
}
.cid-sFCxZOZGqj .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCxZOZGqj .mbr-section-btn.display-4,
.cid-sFCxZOZGqj .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCxZOZGqj .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCxZOZGqj .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCxZOZGqj .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCxZOZGqj .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCxZOZGqj .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCxZOZGqj .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-sFCxZOZGqj .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sFCxZOZGqj .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCxZOZGqj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCxZOZGqj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCxZOZGqj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCxZOZGqj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sFCxZOZGqj .separator,
  .cid-sFCxZOZGqj .sep-holder,
  .cid-sFCxZOZGqj .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCxZOZGqj .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCxZOZGqj .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCxZOZGqj .mbr-text,
.cid-sFCxZOZGqj .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sFCvSXAIWy {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-sFCvSXAIWy img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFCvSXAIWy .fs-lista li {
  font-size: 16px !important;
}
.cid-sFCvSXAIWy .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFCvSXAIWy .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFCvSXAIWy .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFCvSXAIWy .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFCvSXAIWy .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFCvSXAIWy .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFCvSXAIWy .mbr-list,
.cid-sFCvSXAIWy .social-media {
  color: #333333;
}
.cid-sFCw9EuQCL {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFCw9EuQCL img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFCw9EuQCL .fs-lista li {
  font-size: 16px !important;
}
.cid-sFCw9EuQCL .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFCw9EuQCL .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFCw9EuQCL .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFCw9EuQCL .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFCw9EuQCL .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFCw9EuQCL .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFCw9EuQCL .mbr-list,
.cid-sFCw9EuQCL .social-media {
  color: #333333;
}
.cid-sFD4Uoxz32 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFD4Uoxz32 .mbr-text,
.cid-sFD4Uoxz32 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFD4Uoxz32 .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFD4Uoxz32 .mbr-text,
.cid-sFD4Uoxz32 .mbr-section-btn,
.cid-sFD4Uoxz32 .mbr-section-title {
  color: #ffffff;
}
.cid-sFD4Uoxz32 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFD4Uoxz32 .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFD4Uoxz32 .mbr-section-title {
  font-weight: 700;
}
.cid-sFD4Uoxz32 .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFD4Uoxz32 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFD4Uoxz32 .mbr-section-title,
  .cid-sFD4Uoxz32 .mbr-text,
  .cid-sFD4Uoxz32 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCvx6evV8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCFVuSKsN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCFVuSKsN .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCFVuSKsN .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCFVuSKsN .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCFVuSKsN .mbr-text {
  color: #6d7a8c;
}
.cid-sFCFVuSKsN .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCFVuSKsN .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCFVuSKsN .mbr-section-btn {
  display: flex;
}
.cid-sFCFVuSKsN .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCFVuSKsN .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCFVuSKsN .mbr-section-btn.display-4,
.cid-sFCFVuSKsN .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCFVuSKsN .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCFVuSKsN .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCFVuSKsN .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCFVuSKsN .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCFVuSKsN .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCFVuSKsN .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCFVuSKsN .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCFVuSKsN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCFVuSKsN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCFVuSKsN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCFVuSKsN a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCFVuSKsN a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCFVuSKsN .separator,
  .cid-sFCFVuSKsN .sep-holder,
  .cid-sFCFVuSKsN .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCFVuSKsN .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCFVuSKsN .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCFVuSKsN .mbr-section-subtitle,
.cid-sFCFVuSKsN .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCFVuSKsN .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCFVuSKsN .mbr-text,
.cid-sFCFVuSKsN .mbr-section-btn {
  color: #777777;
}
.cid-sFCIjdqRk3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFCIjdqRk3 .mbr-subtitle {
  color: #553384;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sFCIjdqRk3 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFCIjdqRk3 .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sFCIjdqRk3 .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sFCIjdqRk3 .mbr-section-text {
  line-height: 1.5;
  color: #232323;
  font-weight: 400;
}
.cid-sFCIjdqRk3 .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sFCIjdqRk3 .display-2 {
  font-size: 38px;
}
.cid-sFCIjdqRk3 .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-sFCIjdqRk3 .wrapper .img {
  margin-bottom: 20px;
}
.cid-sFCIjdqRk3 .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sFCIjdqRk3 .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFCIjdqRk3 .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sFCIjdqRk3 .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sFCIjdqRk3 .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sFCIjdqRk3 * {
    text-align: left;
  }
}
.cid-sFCIjdqRk3 .wrapper .mbr-text,
.cid-sFCIjdqRk3 .img {
  color: #232323;
}
.cid-sFCIjdqRk3 .mbr-card-title,
.cid-sFCIjdqRk3 .img {
  color: #000000;
}
.cid-sFCHp99Abo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f7fa;
}
.cid-sFCHp99Abo .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sFCHp99Abo .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-sFCHp99Abo .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sFCHp99Abo .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFCHp99Abo .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-sFCHp99Abo .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 1.29;
  letter-spacing: -0.5px;
}
.cid-sFCHp99Abo .mbr-section-text {
  color: #6d7a8c;
  line-height: 1.5;
  margin-top: 10px;
}
.cid-sFCHp99Abo .boldSubtitle {
  color: #130947;
}
.cid-sFCHp99Abo .info-widget {
  padding-top: 0.5rem;
}
.cid-sFCHp99Abo .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
  vertical-align: middle;
}
.cid-sFCHp99Abo .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-sFCHp99Abo .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-sFCHp99Abo .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFCHp99Abo .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.5px;
}
.cid-sFCHp99Abo .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-sFCHp99Abo .info-widget .widget-content .widget-text.display-4 {
  line-height: 1.71;
  letter-spacing: -0.5px;
}
.cid-sFCHp99Abo .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-sFCHp99Abo .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-sFCHp99Abo .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-sFCHp99Abo .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFCHp99Abo .mbr-section-title,
  .cid-sFCHp99Abo .mbr-section-subtitle,
  .cid-sFCHp99Abo .mbr-text {
    text-align: left !important;
  }
  .cid-sFCHp99Abo .social-list {
    text-align: left !important;
  }
}
.cid-sFCHp99Abo .mbr-section-text,
.cid-sFCHp99Abo .outer-wrap {
  color: #333333;
}
.cid-sFD56cKBD1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFD56cKBD1 .mbr-text,
.cid-sFD56cKBD1 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFD56cKBD1 .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFD56cKBD1 .mbr-text,
.cid-sFD56cKBD1 .mbr-section-btn,
.cid-sFD56cKBD1 .mbr-section-title {
  color: #ffffff;
}
.cid-sFD56cKBD1 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFD56cKBD1 .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFD56cKBD1 .mbr-section-title {
  font-weight: 700;
}
.cid-sFD56cKBD1 .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFD56cKBD1 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFD56cKBD1 .mbr-section-title,
  .cid-sFD56cKBD1 .mbr-text,
  .cid-sFD56cKBD1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCFVx9FE1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sFCKsX4fNb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCKsX4fNb .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCKsX4fNb .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCKsX4fNb .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCKsX4fNb .mbr-text {
  color: #6d7a8c;
}
.cid-sFCKsX4fNb .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCKsX4fNb .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCKsX4fNb .mbr-section-btn {
  display: flex;
}
.cid-sFCKsX4fNb .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCKsX4fNb .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCKsX4fNb .mbr-section-btn.display-4,
.cid-sFCKsX4fNb .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCKsX4fNb .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCKsX4fNb .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCKsX4fNb .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCKsX4fNb .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCKsX4fNb .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCKsX4fNb .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCKsX4fNb .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCKsX4fNb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCKsX4fNb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCKsX4fNb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCKsX4fNb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCKsX4fNb a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCKsX4fNb .separator,
  .cid-sFCKsX4fNb .sep-holder,
  .cid-sFCKsX4fNb .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCKsX4fNb .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCKsX4fNb .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCKsX4fNb .mbr-section-subtitle,
.cid-sFCKsX4fNb .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCKsX4fNb .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCKsX4fNb .mbr-text,
.cid-sFCKsX4fNb .mbr-section-btn {
  color: #777777;
}
.cid-sFCKsXUYEW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/ebook-1920x931.jpg");
}
.cid-sFCKsXUYEW .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-sFCKsXUYEW .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: -1px;
}
.cid-sFCKsXUYEW .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-sFCKsXUYEW .mbr-text {
  color: #6d7a8c;
}
.cid-sFCKsXUYEW .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sFCKsXUYEW .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCKsXUYEW .mbr-section-btn {
  display: flex;
}
.cid-sFCKsXUYEW .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCKsXUYEW .mbr-section-btn.display-4,
.cid-sFCKsXUYEW .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCKsXUYEW .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCKsXUYEW .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCKsXUYEW .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 55 %;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCKsXUYEW .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCKsXUYEW .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCKsXUYEW .video-wrap .icon-wrap span {
  font-weight: bold;
}
.cid-sFCKsXUYEW .video-wrap .mbr-text {
  line-height: 1.69;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-sFCKsXUYEW .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCKsXUYEW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCKsXUYEW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCKsXUYEW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCKsXUYEW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sFCKsXUYEW .separator,
  .cid-sFCKsXUYEW .sep-holder,
  .cid-sFCKsXUYEW .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCKsXUYEW .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCKsXUYEW .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCKsXUYEW .mbr-text,
.cid-sFCKsXUYEW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sFCKsYAs0Y {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-sFCKsYAs0Y img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFCKsYAs0Y .fs-lista li {
  font-size: 16px !important;
}
.cid-sFCKsYAs0Y .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFCKsYAs0Y .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFCKsYAs0Y .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFCKsYAs0Y .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFCKsYAs0Y .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFCKsYAs0Y .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFCKsYAs0Y .mbr-list,
.cid-sFCKsYAs0Y .social-media {
  color: #333333;
}
.cid-sFCKsZ8z1t {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sFCKsZ8z1t img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFCKsZ8z1t .fs-lista li {
  font-size: 16px !important;
}
.cid-sFCKsZ8z1t .centered {
  text-align: center;
  margin: 0 auto;
}
.cid-sFCKsZ8z1t .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFCKsZ8z1t .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFCKsZ8z1t .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFCKsZ8z1t .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFCKsZ8z1t .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFCKsZ8z1t .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFCKsZ8z1t .mbr-list,
.cid-sFCKsZ8z1t .social-media {
  color: #333333;
}
.cid-sFD53w7tkN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFD53w7tkN .mbr-text,
.cid-sFD53w7tkN .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFD53w7tkN .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFD53w7tkN .mbr-text,
.cid-sFD53w7tkN .mbr-section-btn,
.cid-sFD53w7tkN .mbr-section-title {
  color: #ffffff;
}
.cid-sFD53w7tkN .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFD53w7tkN .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFD53w7tkN .mbr-section-title {
  font-weight: 700;
}
.cid-sFD53w7tkN .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFD53w7tkN .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFD53w7tkN .mbr-section-title,
  .cid-sFD53w7tkN .mbr-text,
  .cid-sFD53w7tkN .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCKt0XrxG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCNQ6AHPL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCNQ6AHPL .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCNQ6AHPL .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCNQ6AHPL .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCNQ6AHPL .mbr-text {
  color: #6d7a8c;
}
.cid-sFCNQ6AHPL .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCNQ6AHPL .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCNQ6AHPL .mbr-section-btn {
  display: flex;
}
.cid-sFCNQ6AHPL .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCNQ6AHPL .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCNQ6AHPL .mbr-section-btn.display-4,
.cid-sFCNQ6AHPL .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCNQ6AHPL .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCNQ6AHPL .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCNQ6AHPL .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCNQ6AHPL .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCNQ6AHPL .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCNQ6AHPL .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCNQ6AHPL .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCNQ6AHPL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCNQ6AHPL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCNQ6AHPL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCNQ6AHPL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCNQ6AHPL a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCNQ6AHPL .separator,
  .cid-sFCNQ6AHPL .sep-holder,
  .cid-sFCNQ6AHPL .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCNQ6AHPL .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCNQ6AHPL .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCNQ6AHPL .mbr-section-subtitle,
.cid-sFCNQ6AHPL .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCNQ6AHPL .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCNQ6AHPL .mbr-text,
.cid-sFCNQ6AHPL .mbr-section-btn {
  color: #777777;
}
.cid-sFCNZ0m8MT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sFCNZ0m8MT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFCNZ0m8MT .fs-15 {
  font-size: 15px !important;
  line-height: 25px;
}
.cid-sFCNZ0m8MT .fs-17 {
  font-size: 17px !important;
  line-height: 27px;
  margin-bottom: 0;
}
.cid-sFCNZ0m8MT .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sFCNZ0m8MT .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sFCNZ0m8MT .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #9ea8ef;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sFCNZ0m8MT .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sFCNZ0m8MT .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sFCNZ0m8MT .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sFCNZ0m8MT .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sFCNZ0m8MT .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sFCNZ0m8MT .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sFCNZ0m8MT .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #553384;
}
.cid-sFCNZ0m8MT .text-content .social span:hover {
  color: #553384;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sFCNZ0m8MT .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sFCNZ0m8MT input,
.cid-sFCNZ0m8MT textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sFCNZ0m8MT input:focus,
.cid-sFCNZ0m8MT textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sFCNZ0m8MT .form-control,
.cid-sFCNZ0m8MT .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sFCNZ0m8MT .form-control:hover,
.cid-sFCNZ0m8MT .field-input:hover,
.cid-sFCNZ0m8MT .form-control:focus,
.cid-sFCNZ0m8MT .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sFCNZ0m8MT input::-webkit-input-placeholder,
.cid-sFCNZ0m8MT textarea::-webkit-input-placeholder {
  color: #28303f;
}
.cid-sFCNZ0m8MT input:-moz-placeholder,
.cid-sFCNZ0m8MT textarea:-moz-placeholder {
  color: #28303f;
}
.cid-sFCNZ0m8MT .jq-selectbox li,
.cid-sFCNZ0m8MT .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sFCNZ0m8MT .jq-selectbox li:hover,
.cid-sFCNZ0m8MT .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sFCNZ0m8MT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sFCNZ0m8MT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sFCNZ0m8MT .mbr-form {
  max-width: 550px;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sFCNZ0m8MT .mbr-form textarea {
  min-height: 100px;
}
.cid-sFCNZ0m8MT .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #553384;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sFCNZ0m8MT .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sFCNZ0m8MT .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sFCNZ0m8MT .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCNZ0m8MT .mbr-section-title,
  .cid-sFCNZ0m8MT .content-title,
  .cid-sFCNZ0m8MT .mbr-section-btn {
    text-align: left;
  }
}
.cid-sFCNZ0m8MT .mbr-form .mbr-subtitle,
.cid-sFCNZ0m8MT .mbr-section-btn {
  color: #553384;
}
.cid-sFCNZ0m8MT .text-content .list-block .list-item-text {
  color: #232323;
}
.cid-sFCNZ0m8MT .text-content .list-block .list-item-title {
  color: #000000;
}
.cid-sFCNZ0m8MT .text-content .content-title,
.cid-sFCNZ0m8MT .social {
  color: #232323;
}
.cid-sFCNZ0m8MT .mbr-form .mbr-section-title,
.cid-sFCNZ0m8MT .mbr-section-btn {
  color: #232323;
}
.cid-sFCNQ94xkX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFCSEAmhWE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFCSEAmhWE .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCSEAmhWE .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCSEAmhWE .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCSEAmhWE .mbr-text {
  color: #6d7a8c;
}
.cid-sFCSEAmhWE .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCSEAmhWE .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCSEAmhWE .mbr-section-btn {
  display: flex;
}
.cid-sFCSEAmhWE .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCSEAmhWE .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCSEAmhWE .mbr-section-btn.display-4,
.cid-sFCSEAmhWE .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCSEAmhWE .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCSEAmhWE .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCSEAmhWE .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCSEAmhWE .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCSEAmhWE .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCSEAmhWE .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCSEAmhWE .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCSEAmhWE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCSEAmhWE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCSEAmhWE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCSEAmhWE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCSEAmhWE a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCSEAmhWE .separator,
  .cid-sFCSEAmhWE .sep-holder,
  .cid-sFCSEAmhWE .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCSEAmhWE .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCSEAmhWE .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCSEAmhWE .mbr-section-subtitle,
.cid-sFCSEAmhWE .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCSEAmhWE .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFCSEAmhWE .mbr-text,
.cid-sFCSEAmhWE .mbr-section-btn {
  color: #777777;
}
.cid-sFCTegm3gT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f5f7fa;
}
.cid-sFCTegm3gT .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFCTegm3gT .mbr-section-title {
  color: #002625;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFCTegm3gT .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFCTegm3gT .mbr-text {
  color: #6d7a8c;
}
.cid-sFCTegm3gT .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFCTegm3gT .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFCTegm3gT .mbr-section-btn {
  display: flex;
}
.cid-sFCTegm3gT .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFCTegm3gT .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFCTegm3gT .mbr-section-btn.display-4,
.cid-sFCTegm3gT .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFCTegm3gT .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFCTegm3gT .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFCTegm3gT .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFCTegm3gT .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFCTegm3gT .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFCTegm3gT .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFCTegm3gT .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFCTegm3gT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFCTegm3gT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFCTegm3gT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFCTegm3gT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFCTegm3gT a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFCTegm3gT .separator,
  .cid-sFCTegm3gT .sep-holder,
  .cid-sFCTegm3gT .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFCTegm3gT .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFCTegm3gT .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFCTegm3gT .mbr-section-subtitle,
.cid-sFCTegm3gT .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFCTegm3gT .mbr-section-title .accent-word {
  color: #ff6600;
  text-align: center;
}
.cid-sFCTegm3gT .mbr-text,
.cid-sFCTegm3gT .mbr-section-btn {
  color: #777777;
  text-align: left;
}
.cid-sFCV5hcN5X {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFCV5hcN5X .block {
  width: 100%;
  height: 100%;
  display: block;
}
.cid-sFCV5hcN5X img {
  width: 100%;
  height: 100%;
}
.cid-sFCV5hcN5X .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-sFCV5hcN5X .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-sFCV5hcN5X .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sFCV5hcN5X img {
    padding-bottom: 1rem;
  }
  .cid-sFCV5hcN5X .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-sFCV5hcN5X .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-sFCVAQoG0k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFCVAQoG0k .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sFCVAQoG0k .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sFCVAQoG0k .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 767px) {
  .cid-sFCVAQoG0k .row .img-item img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sFCVAQoG0k .row .img-item {
    padding: 0rem;
  }
}
.cid-sFCVAQoG0k .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sFCVAQoG0k .big {
    transform: scale(1);
  }
}
.cid-sFCY3sF9bY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFCY3sF9bY .row {
  align-items: stretch;
  justify-content: center;
  padding: 0rem 0.5rem;
}
.cid-sFCY3sF9bY .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  padding: 1rem;
  justify-content: center;
  width: 100%;
}
.cid-sFCY3sF9bY .row .img-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 767px) {
  .cid-sFCY3sF9bY .row .img-item img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sFCY3sF9bY .row .img-item {
    padding: 0rem;
  }
}
.cid-sFCY3sF9bY .big {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-sFCY3sF9bY .big {
    transform: scale(1);
  }
}
.cid-sFCSEBy91P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFCSEBy91P .mbr-text,
.cid-sFCSEBy91P .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFCSEBy91P .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFCSEBy91P .mbr-text,
.cid-sFCSEBy91P .mbr-section-btn,
.cid-sFCSEBy91P .mbr-section-title {
  color: #ffffff;
}
.cid-sFCSEBy91P .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFCSEBy91P .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFCSEBy91P .mbr-section-title {
  font-weight: 700;
}
.cid-sFCSEBy91P .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFCSEBy91P .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFCSEBy91P .mbr-section-title,
  .cid-sFCSEBy91P .mbr-text,
  .cid-sFCSEBy91P .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFCSEBVoOW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFD0XsqUjb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #553384;
}
.cid-sFD0XsqUjb .mbr-section-subtitle {
  color: #553384;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-sFD0XsqUjb .mbr-section-title {
  color: #ffffff;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
  text-align: right;
}
.cid-sFD0XsqUjb .mbr-section-title .accent-word {
  color: #553384;
}
.cid-sFD0XsqUjb .mbr-text {
  color: #6d7a8c;
}
.cid-sFD0XsqUjb .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #ffc246;
  margin-left: 0.6rem;
}
.cid-sFD0XsqUjb .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #553384;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sFD0XsqUjb .mbr-section-btn {
  display: flex;
}
.cid-sFD0XsqUjb .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-sFD0XsqUjb .mbr-section-btn .btn-primary:hover {
  background-color: #ffc246 !important;
  border-color: #ffc246 !important;
  color: #553384 !important;
}
.cid-sFD0XsqUjb .mbr-section-btn.display-4,
.cid-sFD0XsqUjb .btn.display-4 {
  font-size: 12px !important;
}
.cid-sFD0XsqUjb .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-sFD0XsqUjb .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-sFD0XsqUjb .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #553384;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-sFD0XsqUjb .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sFD0XsqUjb .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-sFD0XsqUjb .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #ffc246;
}
.cid-sFD0XsqUjb .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-sFD0XsqUjb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFD0XsqUjb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFD0XsqUjb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFD0XsqUjb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #553384;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sFD0XsqUjb a.close:hover {
  color: #553384;
}
@media (max-width: 991px) {
  .cid-sFD0XsqUjb .separator,
  .cid-sFD0XsqUjb .sep-holder,
  .cid-sFD0XsqUjb .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sFD0XsqUjb .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFD0XsqUjb .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-sFD0XsqUjb .mbr-section-subtitle,
.cid-sFD0XsqUjb .mbr-section-title .accent-word .mbr-section-subtitle,
.cid-sFD0XsqUjb .mbr-section-title .accent-word {
  color: #ffc246;
  text-align: center;
}
.cid-sFD0XsqUjb .mbr-text,
.cid-sFD0XsqUjb .mbr-section-btn {
  color: #777777;
}
.cid-sFD1YRUtay {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sFD1YRUtay .mbr-subtitle {
  color: #553384;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-sFD1YRUtay .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFD1YRUtay .mbr-section-title {
  margin: 0;
  color: #130947;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-sFD1YRUtay .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-sFD1YRUtay .mbr-section-text {
  line-height: 1.5;
  color: #232323;
  font-weight: 400;
}
.cid-sFD1YRUtay .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-sFD1YRUtay .display-2 {
  font-size: 38px;
}
.cid-sFD1YRUtay .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-sFD1YRUtay .wrapper .img {
  margin-bottom: 20px;
}
.cid-sFD1YRUtay .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sFD1YRUtay .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-sFD1YRUtay .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-sFD1YRUtay .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sFD1YRUtay .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-sFD1YRUtay * {
    text-align: left;
  }
}
.cid-sFD1YRUtay .wrapper .mbr-text,
.cid-sFD1YRUtay .img {
  color: #232323;
}
.cid-sFD1YRUtay .mbr-card-title,
.cid-sFD1YRUtay .img {
  color: #000000;
}
.cid-sFD0XtWpDn {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #f5f7fa;
}
.cid-sFD0XtWpDn img {
  width: 100%;
  border-radius: 8px;
}
.cid-sFD0XtWpDn .fs-lista li {
  font-size: 16px !important;
}
.cid-sFD0XtWpDn .mbr-section-title {
  text-align: left;
  color: #232323;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFD0XtWpDn .mbr-text {
  color: #333333;
  line-height: 1.5;
}
.cid-sFD0XtWpDn .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-sFD0XtWpDn .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFD0XtWpDn .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFD0XtWpDn .mbr-list .list li:before {
  font-weight: 900;
  color: #6855a4;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-sFD0XtWpDn .mbr-list,
.cid-sFD0XtWpDn .social-media {
  color: #333333;
}
.cid-sFD4YtlDS9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sFD4YtlDS9 .mbr-text,
.cid-sFD4YtlDS9 .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-sFD4YtlDS9 .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sFD4YtlDS9 .mbr-text,
.cid-sFD4YtlDS9 .mbr-section-btn,
.cid-sFD4YtlDS9 .mbr-section-title {
  color: #ffffff;
}
.cid-sFD4YtlDS9 .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sFD4YtlDS9 .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-sFD4YtlDS9 .mbr-section-title {
  font-weight: 700;
}
.cid-sFD4YtlDS9 .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-sFD4YtlDS9 .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-sFD4YtlDS9 .mbr-section-title,
  .cid-sFD4YtlDS9 .mbr-text,
  .cid-sFD4YtlDS9 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sHNeLJ0FMH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #553384;
}
.cid-sHNeLJ0FMH .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sHNeLJ0FMH .fs-14 {
  font-size: 14px !important;
  line-height: 24px;
}
.cid-sHNeLJ0FMH .fone-fs span {
  line-height: 1.5 !important;
  font-size: 16px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .fone-fs {
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 10px;
}
.cid-sHNeLJ0FMH .first-column .mbr-text {
  margin: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sHNeLJ0FMH .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sHNeLJ0FMH .form-group {
  max-width: 55%;
}
.cid-sHNeLJ0FMH .form-group,
.cid-sHNeLJ0FMH .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sHNeLJ0FMH .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #6c43a5;
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sHNeLJ0FMH .col + .mbr-section-btn .btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col,
.cid-sHNeLJ0FMH .dragArea > *:nth-last-child(2).col-auto,
.cid-sHNeLJ0FMH .col + .mbr-section-btn,
.cid-sHNeLJ0FMH .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column {
    padding-bottom: 2rem;
  }
  .cid-sHNeLJ0FMH .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sHNeLJ0FMH .first-column,
  .cid-sHNeLJ0FMH .second-column,
  .cid-sHNeLJ0FMH .third-column {
    text-align: center;
  }
}
.cid-sHNeLJ0FMH .mbr-section-subtitle,
.cid-sHNeLJ0FMH .icons-wrapper {
  color: #e9e9e9;
}
.cid-sFD0XvfWib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #553384;
  overflow: hidden;
}
.cid-sHNsOthllq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .nav-dropdown .link {
  padding: 17px 20px!important;
  margin: 0 !important;
}
.cid-sHNsOthllq .nav-item,
.cid-sHNsOthllq .nav-link,
.cid-sHNsOthllq .navbar-caption {
  font-weight: normal;
}
.cid-sHNsOthllq .nav-item:focus,
.cid-sHNsOthllq .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHNsOthllq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHNsOthllq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHNsOthllq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHNsOthllq .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sHNsOthllq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #553384;
  background: none;
}
.cid-sHNsOthllq .navbar.opened {
  transition: all 0.3s;
  background: #553384 !important;
}
.cid-sHNsOthllq .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sHNsOthllq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHNsOthllq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHNsOthllq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHNsOthllq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHNsOthllq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHNsOthllq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.2rem;
  text-align: center;
  justify-content: center;
}
.cid-sHNsOthllq .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHNsOthllq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHNsOthllq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHNsOthllq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHNsOthllq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHNsOthllq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sHNsOthllq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHNsOthllq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHNsOthllq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHNsOthllq .navbar.navbar-short {
  background: #553384 !important;
  min-height: 60px;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHNsOthllq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHNsOthllq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHNsOthllq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHNsOthllq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sHNsOthllq .dropdown-item.active,
.cid-sHNsOthllq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHNsOthllq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 17px 20px!important;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #553384;
}
.cid-sHNsOthllq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHNsOthllq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHNsOthllq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHNsOthllq .navbar-buttons {
  text-align: center;
}
.cid-sHNsOthllq .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sHNsOthllq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHNsOthllq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHNsOthllq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHNsOthllq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sHNsOthllq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sHNsOthllq .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sHNsOthllq .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sHNsOthllq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHNsOthllq .navbar {
    height: 77px;
  }
  .cid-sHNsOthllq .navbar.opened {
    height: auto;
  }
  .cid-sHNsOthllq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
