body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #7b23ce !important;
}
.bg-success {
  background-color: #5e2098 !important;
}
.bg-info {
  background-color: #fff444 !important;
}
.bg-warning {
  background-color: #7b23ce !important;
}
.bg-danger {
  background-color: #009fff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #611ca2 !important;
  border-color: #611ca2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #611ca2 !important;
  border-color: #611ca2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff444 !important;
  border-color: #fff444 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #fff111 !important;
  border-color: #fff111 !important;
}
.btn-success,
.btn-success:active {
  background-color: #5e2098 !important;
  border-color: #5e2098 !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #44176e !important;
  border-color: #44176e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #611ca2 !important;
  border-color: #611ca2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #009fff !important;
  border-color: #009fff !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #007fcc !important;
  border-color: #007fcc !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #7b23ce !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #7b23ce;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #7b23ce;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #7b23ce !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #7b23ce;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #7b23ce;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #fff444 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #fff444 !important;
  border-color: #fff444 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #fff444;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #fff444;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #5e2098 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #5e2098 !important;
  border-color: #5e2098 !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #5e2098;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #5e2098;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #7b23ce !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #7b23ce !important;
  border-color: #7b23ce !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #7b23ce;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #7b23ce;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #009fff !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #009fff !important;
  border-color: #009fff !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #009fff;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #009fff;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #7b23ce !important;
}
.text-secondary {
  color: #7b23ce !important;
}
.text-success {
  color: #5e2098 !important;
}
.text-info {
  color: #fff444 !important;
}
.text-warning {
  color: #7b23ce !important;
}
.text-danger {
  color: #009fff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #611ca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #611ca2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #44176e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fff111 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #611ca2 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #007fcc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff444;
}
.alert-warning {
  background-color: #7b23ce;
}
.alert-danger {
  background-color: #009fff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7b23ce;
  border-color: #7b23ce;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7b23ce;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfc7f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9e5bdc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dfc7f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ccecff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #7b23ce;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7b23ce;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7b23ce;
  border-bottom-color: #7b23ce;
}
.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: #7b23ce !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #7b23ce !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%237b23ce' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s5yW3Le6Ih {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s5yW3Le6Ih nav.navbar {
  position: fixed;
}
.cid-s5yW3Le6Ih img {
  width: 50px!important;
  height: 50px!important;
}
.cid-s5yW3Le6Ih .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-s5yW3Le6Ih .navbar-short .nav-link {
  color: black!important;
}
.cid-s5yW3Le6Ih .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.opened {
  transition: all .3s;
}
.cid-s5yW3Le6Ih .navbar .navbar-logo img {
  width: auto;
}
.cid-s5yW3Le6Ih .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s5yW3Le6Ih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s5yW3Le6Ih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s5yW3Le6Ih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s5yW3Le6Ih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s5yW3Le6Ih .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s5yW3Le6Ih .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-s5yW3Le6Ih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s5yW3Le6Ih .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-s5yW3Le6Ih .navbar.navbar-short {
  min-height: 60px;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s5yW3Le6Ih .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s5yW3Le6Ih .navbar-logo {
  margin-right: 1rem!important;
}
.cid-s5yW3Le6Ih .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-s5yW3Le6Ih .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-s5yW3Le6Ih .nav-link:hover,
.cid-s5yW3Le6Ih .nav-link:focus {
  color: #7b23ce !important;
}
.cid-s5yW3Le6Ih .nav-link:hover:before,
.cid-s5yW3Le6Ih .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-s5yW3Le6Ih .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-s5yW3Le6Ih .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-s5yW3Le6Ih .dropdown-item:hover,
.cid-s5yW3Le6Ih .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-s5yW3Le6Ih .dropdown-item:hover:before,
.cid-s5yW3Le6Ih .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-s5yW3Le6Ih .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yW3Le6Ih .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yW3Le6Ih .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-s5yW3Le6Ih .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-s5yW3Le6Ih .navbar-nav {
  margin: auto;
}
.cid-s5yW3Le6Ih .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s5yW3Le6Ih .container {
  display: flex;
  margin: auto;
}
.cid-s5yW3Le6Ih .navbar-caption {
  padding-right: 4rem;
}
.cid-s5yW3Le6Ih .dropdown-menu,
.cid-s5yW3Le6Ih .navbar.opened {
  background: #ffffff !important;
}
.cid-s5yW3Le6Ih .nav-item:focus,
.cid-s5yW3Le6Ih .nav-link:focus {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s5yW3Le6Ih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s5yW3Le6Ih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s5yW3Le6Ih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s5yW3Le6Ih .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s5yW3Le6Ih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s5yW3Le6Ih .dropdown-item.active,
.cid-s5yW3Le6Ih .dropdown-item:active {
  background-color: transparent;
}
.cid-s5yW3Le6Ih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s5yW3Le6Ih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s5yW3Le6Ih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s5yW3Le6Ih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s5yW3Le6Ih ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s5yW3Le6Ih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s5yW3Le6Ih button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s5yW3Le6Ih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s5yW3Le6Ih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s5yW3Le6Ih .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s5yW3Le6Ih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s5yW3Le6Ih .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5yW3Le6Ih .navbar {
    height: 77px;
  }
  .cid-s5yW3Le6Ih .navbar.opened {
    height: auto;
  }
  .cid-s5yW3Le6Ih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-s5yW3Le6Ih .navbar {
    background: #ffffff;
  }
  .cid-s5yW3Le6Ih .nav-link {
    color: black!important;
  }
}
.cid-sZ5xSaseZm {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5xSaseZm .container,
.cid-sZ5xSaseZm .container-fluid {
  z-index: 10;
}
.cid-sZ5xSaseZm .container {
  pointer-events: none;
}
.cid-sZ5xSaseZm .subtitle__block,
.cid-sZ5xSaseZm .title__block,
.cid-sZ5xSaseZm .buttons__block {
  pointer-events: all;
}
.cid-sZ5xSaseZm .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sZ5xSaseZm .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
  text-align: center;
}
.cid-sZ5xSaseZm .mbr-section-title b,
.cid-sZ5xSaseZm .mbr-section-title strong {
  font-weight: 900;
}
.cid-sZ5xSaseZm .mbr-text {
  margin-bottom: 45px;
}
.cid-sZ5xSaseZm .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sZ5xSaseZm .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sZ5xSaseZm .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sZ5xSaseZm .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sZ5xSaseZm .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sZ5xSaseZm .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sZ5xSaseZm .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sZ5xSaseZm .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sZ5xSaseZm .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sZ5xSaseZm .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sZ5xSaseZm .mbr-media {
  display: inline-flex;
  color: #5e2ced;
  align-items: center;
  justify-content: center;
  border: 2px solid #5e2ced;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sZ5xSaseZm .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sZ5xSaseZm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sZ5xSaseZm .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sZ5xSaseZm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sZ5xSaseZm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sZ5xSaseZm .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sZ5xSaseZm a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sZ5xSaseZm a.close:hover {
  color: #ffffff;
}
.cid-sZ5xSaseZm .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5xSaseZm .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sZ5xSaseZm .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sZ5xSaseZm .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sZ5xSaseZm .mbr-text,
.cid-sZ5xSaseZm .buttons__block {
  text-align: center;
}
.cid-s5yW6cLQ2D {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s5yW6cLQ2D .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #5e2098;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-s5yW6cLQ2D .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-s5yW6cLQ2D .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yW6cLQ2D .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-s5yW6cLQ2D .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yW6cLQ2D .card-text {
  color: #616161;
}
.cid-s5yW6cLQ2D .main-text {
  color: #777d74;
}
.cid-s5yW6cLQ2D .main-sub-title,
.cid-s5yW6cLQ2D .align-wrapper {
  color: #33358c;
}
.cid-s5yW6cLQ2D .main-title {
  color: #333333;
}
.cid-sxroXN9BOF {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sxroXN9BOF .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #5e2098;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-sxroXN9BOF .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-sxroXN9BOF .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sxroXN9BOF .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-sxroXN9BOF .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-sxroXN9BOF .card-text {
  color: #616161;
}
.cid-sxroXN9BOF .main-text {
  color: #777d74;
}
.cid-sxroXN9BOF .main-sub-title,
.cid-sxroXN9BOF .align-wrapper {
  color: #33358c;
}
.cid-sxefqNVCrI {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxefqNVCrI .container,
.cid-sxefqNVCrI .container-fluid {
  z-index: 10;
}
.cid-sxefqNVCrI .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-sxefqNVCrI .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-sxefqNVCrI .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sxefqNVCrI .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-sxefqNVCrI .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-sxefqNVCrI .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(94, 32, 152, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sxefqNVCrI .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-sxefqNVCrI .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-sxefqNVCrI .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(0, 159, 255, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sxefqNVCrI .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-sxefqNVCrI .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-sxefqNVCrI .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 244, 68, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-sxefqNVCrI .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-sxefqNVCrI .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-sxefqNVCrI .container {
  pointer-events: none;
}
.cid-sxefqNVCrI .subtitle__block,
.cid-sxefqNVCrI .title__block,
.cid-sxefqNVCrI .buttons__block {
  pointer-events: all;
}
.cid-sxefqNVCrI .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sxefqNVCrI .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-sxefqNVCrI .mbr-section-title b,
.cid-sxefqNVCrI .mbr-section-title strong {
  font-weight: 900;
}
.cid-sxefqNVCrI .mbr-text {
  margin-bottom: 45px;
}
.cid-sxefqNVCrI .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sxefqNVCrI .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sxefqNVCrI .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sxefqNVCrI .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sxefqNVCrI .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sxefqNVCrI .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sxefqNVCrI .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sxefqNVCrI .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sxefqNVCrI .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sxefqNVCrI .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sxefqNVCrI .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sxefqNVCrI .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sxefqNVCrI .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sxefqNVCrI .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sxefqNVCrI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxefqNVCrI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxefqNVCrI .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxefqNVCrI a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sxefqNVCrI a.close:hover {
  color: #ffffff;
}
.cid-sxefqNVCrI .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sxefqNVCrI .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sxefqNVCrI .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sxefqNVCrI .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxefoKCz1A {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxefoKCz1A .container {
  pointer-events: none;
}
.cid-sxefoKCz1A .subtitle__block,
.cid-sxefoKCz1A .title__block,
.cid-sxefoKCz1A .buttons__block {
  pointer-events: all;
}
.cid-sxefoKCz1A .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sxefoKCz1A .subtitle__block SPAN {
  color: #009fff;
}
.cid-sxefoKCz1A .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-sxefoKCz1A .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sxefoKCz1A .mbr-text {
  margin-top: 35px;
}
.cid-sxefoKCz1A .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sxefoKCz1A .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sxefoKCz1A .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sxefoKCz1A .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sxefoKCz1A .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sxefoKCz1A .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sxefoKCz1A .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sxefoKCz1A .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sxefoKCz1A .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sxefoKCz1A .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sxefoKCz1A .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sxefoKCz1A .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sxefoKCz1A .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sxefoKCz1A .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sxefoKCz1A .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxefoKCz1A .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxefoKCz1A .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxefoKCz1A a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sxefoKCz1A a.close:hover {
  color: #ffffff;
}
.cid-sxefoKCz1A .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sxefoKCz1A .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sxefoKCz1A .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sxefoKCz1A .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sxefoKCz1A .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sxefoKCz1A .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sxefoKCz1A .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxefoKCz1A .subtitle__block SPAN {
  color: #ffffff;
}
.cid-sxefoKCz1A .mbr-section-title,
.cid-sxefoKCz1A .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-sxefoKCz1A .mbr-text,
.cid-sxefoKCz1A .buttons__block {
  text-align: right;
}
.cid-szZZASFRbx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-szZZASFRbx .main-sub-title {
  background: #5e2098;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-szZZASFRbx .card-wrapper {
  border-radius: 4px;
  margin-bottom: 2rem;
  overflow: visible;
  cursor: pointer;
}
.cid-szZZASFRbx .card-wrapper:hover .img-wrapper {
  transform: translate(8px, 8px);
}
.cid-szZZASFRbx .card-wrapper:hover .img-wrapper:before {
  opacity: 0.7;
}
.cid-szZZASFRbx .card-wrapper:hover .img-wrapper:after {
  opacity: 1;
  transition-delay: 0.15s;
}
.cid-szZZASFRbx .card-wrapper:hover .img-icon {
  opacity: 1;
}
.cid-szZZASFRbx .icon-wrapper {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.cid-szZZASFRbx .img-wrapper {
  transition: all 0.3s;
  position: relative;
  border-radius: 8px;
}
.cid-szZZASFRbx .img-wrapper img {
  border-radius: 8px;
  object-fit: cover;
}
.cid-szZZASFRbx .img-wrapper:before {
  position: absolute;
  top: 0;
  border-radius: 8px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  content: '';
  background: #a8aaf1;
  pointer-events: none;
  opacity: 0;
}
.cid-szZZASFRbx .img-wrapper:after {
  position: absolute;
  top: 0;
  border-radius: 8px;
  border: 2px solid #ffffff;
  transform: translate(-8px, -8px);
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 0.3s;
  height: 100%;
  content: '';
  background: transparent;
  opacity: 0;
}
.cid-szZZASFRbx .img-icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-60%, -60%);
}
.cid-szZZASFRbx .img-icon .mbr-iconfont {
  font-size: 2rem!important;
}
.cid-szZZASFRbx .card-box {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-szZZASFRbx .card-box {
    padding: 1rem;
  }
}
.cid-szZZASFRbx .icon1 {
  background: #5e2ced;
}
.cid-szZZASFRbx .icon2 {
  background: #ff9083;
}
.cid-szZZASFRbx .icon3 {
  background: #72dfe9;
}
.cid-szZZASFRbx .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #ffffff inset;
  border-radius: 50%;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-szZZASFRbx .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-szZZASFRbx .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-szZZASFRbx .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-szZZASFRbx .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1rem;
  color: #ffffff;
}
.cid-szZZASFRbx .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-szZZASFRbx .main-sub-title,
.cid-szZZASFRbx .align-wrapper {
  color: #ffffff;
}
.cid-szZZASFRbx .mbr-section-subtitle {
  color: #777d74;
}
.cid-szZZASFRbx .mbr-section-title {
  color: #5e2098;
}
.cid-s5yWbY8QNg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-s5yWbY8QNg .mbr-section-title {
  color: #ffffff;
}
.cid-s5yWbY8QNg .mbr-text,
.cid-s5yWbY8QNg .mbr-section-btn {
  color: #ffffff;
}
.cid-s5yWbY8QNg .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sxeiWjKmJW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxeiWjKmJW .title__block {
  margin-bottom: 40px;
}
.cid-sxeiWjKmJW .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #ba80ef;
  text-align: center;
}
.cid-sxeiWjKmJW .mbr-section-title {
  color: #5e2098;
  text-align: center;
}
.cid-sxeiWjKmJW .mbr-section-title span {
  font-weight: 300;
}
.cid-sxeiWjKmJW .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sxeiWjKmJW .image img {
  height: auto;
  width: 100px;
}
.cid-sxeiWjKmJW .image:hover {
  transform: scale(1.1);
}
.cid-sxeiWjKmJW .image175 {
  width: 175px;
  height: 175px;
}
.cid-sxeiWjKmJW .image120 {
  width: 120px;
  height: 120px;
}
.cid-sxeiWjKmJW .image150 {
  width: 150px;
  height: 150px;
}
.cid-sxeiWjKmJW .image140 {
  width: 140px;
  height: 140px;
}
.cid-sxeiWjKmJW .image200 {
  width: 200px;
  height: 200px;
}
.cid-sxeitmviYu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxeitmviYu .mbr-section-title,
  .cid-sxeitmviYu .mbr-section-subtitle,
  .cid-sxeitmviYu .mbr-section-btn,
  .cid-sxeitmviYu .mbr-text {
    text-align: center;
  }
}
.cid-sxeitmviYu .mbr-section-title {
  color: #082c4e;
}
.cid-sxeitmviYu .mbr-text,
.cid-sxeitmviYu .mbr-section-btn {
  color: #ffffff;
}
.cid-sxeitmviYu .bottom {
  overflow: visible;
  position: relative;
}
.cid-sxeitmviYu .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #7b23ce;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-sxeitmviYu .top {
  overflow: visible;
  position: relative;
}
.cid-sxeitmviYu .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #7b23ce;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-sxeitmviYu .pb {
  margin-bottom: 3rem;
}
.cid-sxeitmviYu .card-wrapper {
  background: #7b23ce;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-sxeitmviYu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sYTtSiGhx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sYTtSiGhx4 .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sYTtSiGhx4 .mbr-section-subtitle,
.cid-sYTtSiGhx4 .title,
.cid-sYTtSiGhx4 .mbr-text,
.cid-sYTtSiGhx4 .phone,
.cid-sYTtSiGhx4 .subscribe__form {
  pointer-events: all;
}
.cid-sYTtSiGhx4 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sYTtSiGhx4 .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sYTtSiGhx4 .mbr-section-title span {
  font-weight: 500;
}
.cid-sYTtSiGhx4 .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sYTtSiGhx4 .mbr-text {
  margin-bottom: 15px;
}
.cid-sYTtSiGhx4 .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sYTtSiGhx4 .form-group {
  margin-bottom: 0;
}
.cid-sYTtSiGhx4 .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sYTtSiGhx4 .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sYTtSiGhx4 .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sYTtSiGhx4 .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sYTtSiGhx4 .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sYTtSiGhx4 .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sYTtSiGhx4 .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sYTtSiGhx4 .phone {
  color: #000000;
}
.cid-sYTtSiGhx4 .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sYTtSiGhx4 .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sYTtSiGhx4 .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sYTtSiGhx4 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sYTtSiGhx4 .image__background .circle__image1 {
    display: none;
  }
}
.cid-sYTtSiGhx4 .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sYTtSiGhx4 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sYTtSiGhx4 .image__background .circle__image2 {
    display: none;
  }
}
.cid-sYTtSiGhx4 .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sYTtSiGhx4 .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sYTtSiGhx4 .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sYTtSiGhx4 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxepbJmgqK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sxepbJmgqK .col + .mbr-section-btn .btn,
  .cid-sxepbJmgqK .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sxepbJmgqK .dragArea > *:nth-last-child(2).col,
  .cid-sxepbJmgqK .dragArea > *:nth-last-child(2).col-auto,
  .cid-sxepbJmgqK .col + .mbr-section-btn,
  .cid-sxepbJmgqK .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sxepbJmgqK .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sxepbJmgqK .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sxepbJmgqK .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sxepbJmgqK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sxepbJmgqK .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sxepbJmgqK .subtext-1,
.cid-sxepbJmgqK .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sxepbJmgqK .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sxepbJmgqK .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sxepbJmgqK .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sxepbJmgqK .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sxepbJmgqK .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sxepbJmgqK .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sxepbJmgqK .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sxepbJmgqK .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sxepbJmgqK .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sxepbJmgqK .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sxepbJmgqK .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sxepbJmgqK .form-group {
  max-width: 400px;
}
.cid-sxepbJmgqK .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sxepbJmgqK .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sxepbJmgqK .form-row {
    justify-content: center;
  }
  .cid-sxepbJmgqK .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sxepbJmgqK .subtext-1,
  .cid-sxepbJmgqK .subtext-2,
  .cid-sxepbJmgqK .card-support {
    text-align: center;
  }
  .cid-sxepbJmgqK .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sxepbJmgqK .form-text {
    text-align: center;
  }
  .cid-sxepbJmgqK .follow-section {
    margin: 0;
  }
  .cid-sxepbJmgqK .mbr-form {
    text-align: center;
  }
  .cid-sxepbJmgqK .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sxepbJmgqK .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sxepbJmgqK .firstColumn,
  .cid-sxepbJmgqK .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sxepbJmgqK .form-row {
    flex-direction: column;
  }
}
.cid-sxepbJmgqK img {
  width: auto;
}
.cid-sxepbJmgqK LI {
  color: #f8f8f8;
}
.cid-sxPbehgL1O {
  overflow: visible;
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sxPbehgL1O .mbr-overlay {
  background: #ffffff;
}
.cid-sxPbehgL1O .animation {
  pointer-events: none;
}
.cid-sxPbehgL1O .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sxPbehgL1O .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sxPbehgL1O .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sxPbehgL1O .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sxPbehgL1O .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sxPbehgL1O .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sxPbehgL1O .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sxPbehgL1O .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sxPbehgL1O .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sxPbehgL1O .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sxPbehgL1O .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sxPbehgL1O .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sxPbehgL1O .image__block {
    margin-bottom: -100px;
  }
}
.cid-sxPbegVdAC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxPbegVdAC .container,
.cid-sxPbegVdAC .container-fluid {
  z-index: 10;
}
.cid-sxPbegVdAC .container {
  pointer-events: none;
}
.cid-sxPbegVdAC .subtitle__block,
.cid-sxPbegVdAC .title__block,
.cid-sxPbegVdAC .buttons__block {
  pointer-events: all;
}
.cid-sxPbegVdAC .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  text-align: center;
}
.cid-sxPbegVdAC .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
  text-align: center;
}
.cid-sxPbegVdAC .mbr-section-title b,
.cid-sxPbegVdAC .mbr-section-title strong {
  font-weight: 900;
}
.cid-sxPbegVdAC .mbr-text {
  margin-bottom: 45px;
}
.cid-sxPbegVdAC .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sxPbegVdAC .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sxPbegVdAC .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sxPbegVdAC .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sxPbegVdAC .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sxPbegVdAC .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sxPbegVdAC .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sxPbegVdAC .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sxPbegVdAC .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sxPbegVdAC .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sxPbegVdAC .mbr-media {
  display: inline-flex;
  color: #5e2ced;
  align-items: center;
  justify-content: center;
  border: 2px solid #5e2ced;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sxPbegVdAC .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sxPbegVdAC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sxPbegVdAC .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sxPbegVdAC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxPbegVdAC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxPbegVdAC .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxPbegVdAC a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sxPbegVdAC a.close:hover {
  color: #ffffff;
}
.cid-sxPbegVdAC .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sxPbegVdAC .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sxPbegVdAC .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sxPbegVdAC .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxPbegVdAC .mbr-text,
.cid-sxPbegVdAC .buttons__block {
  text-align: center;
}
.cid-sxPbeiAHcE {
  padding-top: 60px;
  padding-bottom: 195px;
  background-color: #ffffff;
}
.cid-sxPbeiAHcE .mbr-section-title {
  color: #7b23ce;
}
.cid-sxPbeiAHcE .mbr-text,
.cid-sxPbeiAHcE .mbr-section-btn {
  color: #716c80;
}
.cid-sxPbeiAHcE .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: 80px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/9-1187x675.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sxPbeiAHcE .img1 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiAHcE .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-sxPbeiAHcE .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -54px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/14-1187x675.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sxPbeiAHcE .img2 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiAHcE .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  left: 0px !important;
  border-radius: 30px !important;
}
.cid-sxPbeiAHcE .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/2-1187x675.jpg");
}
.cid-sxPbeiAHcE .img3 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiAHcE .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-sxPbeiAHcE .wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-sxPbeiAHcE .jarallax__row {
    height: 500px;
  }
  .cid-sxPbeiAHcE .img1 {
    top: 0px;
  }
  .cid-sxPbeiAHcE .img2 {
    bottom: 100px;
  }
  .cid-sxPbeiAHcE .mbr-section-title,
  .cid-sxPbeiAHcE .mbr-section-subtitle,
  .cid-sxPbeiAHcE .mbr-text {
    text-align: center;
  }
  .cid-sxPbeiAHcE .btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sxPbeiAHcE .img3 {
    right: 30%;
  }
}
@media (max-width: 540px) {
  .cid-sxPbeiAHcE .img3 {
    right: 83px;
  }
}
.cid-sxPbeiAHcE H3 {
  color: #333333;
}
.cid-sxPbehPTvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e2098;
}
.cid-sxPbehPTvV .mbr-section-title {
  color: #ffffff;
}
.cid-sxPbehPTvV .mbr-text,
.cid-sxPbehPTvV .mbr-section-btn {
  color: #ffffff;
}
.cid-sxPbehPTvV .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sxPbeiUTgK {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.cid-sxPbeiUTgK .mbr-text,
.cid-sxPbeiUTgK .mbr-section-btn {
  color: #716c80;
}
.cid-sxPbeiUTgK .title {
  color: #7b23ce;
}
@-webkit-keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.cid-sxPbeiUTgK .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: -30px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/20-1187x668.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sxPbeiUTgK .img1 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiUTgK .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-sxPbeiUTgK .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -41px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/roberto-cortese-ejhjszkteeg-unsplash-2000x3000.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sxPbeiUTgK .img2 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiUTgK .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  left: 0px !important;
}
.cid-sxPbeiUTgK .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/roberto-cortese-9tyboipvcn4-unsplash-2000x1333.jpeg");
}
.cid-sxPbeiUTgK .img3 > div {
  border-radius: 30px !important;
}
.cid-sxPbeiUTgK .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-sxPbeiUTgK .wrap {
  height: 450px;
}
@media (max-width: 991px) {
  .cid-sxPbeiUTgK .img3 div[id^="jarallax-container"] > * {
    margin-top: 0% !important;
  }
  .cid-sxPbeiUTgK .text-wrap > * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sxPbeiUTgK .img3 {
    position: relative !important;
    margin: 0 auto;
    right: 0px;
  }
}
.cid-sxPbel5mJH {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sxPbel5mJH .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-sxPbel5mJH .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-sxPbel5mJH img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-sxPbel5mJH .main-sub-title {
  background: #22a5e5;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sxPbel5mJH .wrapper {
  background: #5e2098;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-sxPbel5mJH .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxPbel5mJH .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sxPbel5mJH .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #7b23ce;
}
.cid-sxPbel5mJH .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sxPbel5mJH .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-sxPbel5mJH span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-sxPbel5mJH .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sxPbel5mJH .main-text {
  color: #fff444;
}
.cid-sxPbel5mJH .card-text {
  color: #c8c8c8;
}
.cid-sxPbef7Bm9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxPbef7Bm9 nav.navbar {
  position: fixed;
}
.cid-sxPbef7Bm9 img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sxPbef7Bm9 .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sxPbef7Bm9 .navbar-short .nav-link {
  color: black!important;
}
.cid-sxPbef7Bm9 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sxPbef7Bm9 .navbar.opened {
  transition: all .3s;
}
.cid-sxPbef7Bm9 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxPbef7Bm9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxPbef7Bm9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxPbef7Bm9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sxPbef7Bm9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxPbef7Bm9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxPbef7Bm9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxPbef7Bm9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxPbef7Bm9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxPbef7Bm9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxPbef7Bm9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxPbef7Bm9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxPbef7Bm9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxPbef7Bm9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxPbef7Bm9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxPbef7Bm9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sxPbef7Bm9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxPbef7Bm9 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sxPbef7Bm9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxPbef7Bm9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxPbef7Bm9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxPbef7Bm9 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sxPbef7Bm9 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sxPbef7Bm9 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-sxPbef7Bm9 .nav-link:hover,
.cid-sxPbef7Bm9 .nav-link:focus {
  color: #7b23ce !important;
}
.cid-sxPbef7Bm9 .nav-link:hover:before,
.cid-sxPbef7Bm9 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sxPbef7Bm9 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sxPbef7Bm9 .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sxPbef7Bm9 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-sxPbef7Bm9 .dropdown-item:hover,
.cid-sxPbef7Bm9 .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-sxPbef7Bm9 .dropdown-item:hover:before,
.cid-sxPbef7Bm9 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sxPbef7Bm9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sxPbef7Bm9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-sxPbef7Bm9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sxPbef7Bm9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sxPbef7Bm9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sxPbef7Bm9 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-sxPbef7Bm9 .navbar-nav {
  margin: auto;
}
.cid-sxPbef7Bm9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sxPbef7Bm9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxPbef7Bm9 .container {
  display: flex;
  margin: auto;
}
.cid-sxPbef7Bm9 .navbar-caption {
  padding-right: 4rem;
}
.cid-sxPbef7Bm9 .dropdown-menu,
.cid-sxPbef7Bm9 .navbar.opened {
  background: #ffffff !important;
}
.cid-sxPbef7Bm9 .nav-item:focus,
.cid-sxPbef7Bm9 .nav-link:focus {
  outline: none;
}
.cid-sxPbef7Bm9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxPbef7Bm9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sxPbef7Bm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxPbef7Bm9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxPbef7Bm9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxPbef7Bm9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxPbef7Bm9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxPbef7Bm9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxPbef7Bm9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxPbef7Bm9 .dropdown-item.active,
.cid-sxPbef7Bm9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxPbef7Bm9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxPbef7Bm9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxPbef7Bm9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxPbef7Bm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxPbef7Bm9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxPbef7Bm9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxPbef7Bm9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxPbef7Bm9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxPbef7Bm9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxPbef7Bm9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sxPbef7Bm9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxPbef7Bm9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxPbef7Bm9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxPbef7Bm9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxPbef7Bm9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxPbef7Bm9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxPbef7Bm9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxPbef7Bm9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxPbef7Bm9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxPbef7Bm9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxPbef7Bm9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxPbef7Bm9 .navbar {
    height: 77px;
  }
  .cid-sxPbef7Bm9 .navbar.opened {
    height: auto;
  }
  .cid-sxPbef7Bm9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sxPbef7Bm9 .navbar {
    background: #ffffff;
  }
  .cid-sxPbef7Bm9 .nav-link {
    color: black!important;
  }
}
.cid-u964Exmkql {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u964Exmkql .container,
.cid-u964Exmkql .container-fluid {
  z-index: 10;
}
.cid-u964Exmkql .container {
  pointer-events: none;
}
.cid-u964Exmkql .subtitle__block,
.cid-u964Exmkql .title__block,
.cid-u964Exmkql .buttons__block {
  pointer-events: all;
}
.cid-u964Exmkql .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  text-align: center;
}
.cid-u964Exmkql .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
  text-align: center;
}
.cid-u964Exmkql .mbr-section-title b,
.cid-u964Exmkql .mbr-section-title strong {
  font-weight: 900;
}
.cid-u964Exmkql .mbr-text {
  margin-bottom: 45px;
}
.cid-u964Exmkql .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u964Exmkql .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-u964Exmkql .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-u964Exmkql .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u964Exmkql .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u964Exmkql .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-u964Exmkql .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: #009fff;
}
.cid-u964Exmkql .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-u964Exmkql .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-u964Exmkql .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u964Exmkql .mbr-media {
  display: inline-flex;
  color: #5e2ced;
  align-items: center;
  justify-content: center;
  border: 2px solid #5e2ced;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u964Exmkql .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u964Exmkql .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u964Exmkql .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-u964Exmkql .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u964Exmkql .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u964Exmkql .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u964Exmkql a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u964Exmkql a.close:hover {
  color: #ffffff;
}
.cid-u964Exmkql .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-u964Exmkql .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-u964Exmkql .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-u964Exmkql .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u964Exmkql .mbr-text,
.cid-u964Exmkql .buttons__block {
  text-align: center;
}
.cid-u960cWkiqh {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-u960cWkiqh .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-u960cWkiqh .image-block:hover img {
  transform: scale(1.1);
}
.cid-u960cWkiqh .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u960cWkiqh img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u960cWkiqh .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u960cWkiqh .wrap {
    opacity: 1 !important;
  }
  .cid-u960cWkiqh .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-u960cWkiqh .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-u960cWkiqh P {
  color: #bbbbbb;
}
.cid-u960cWkiqh H4 {
  color: #5e2ced;
}
.cid-u960dBXOVF {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-u960dBXOVF .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-u960dBXOVF .image-block:hover img {
  transform: scale(1.1);
}
.cid-u960dBXOVF .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u960dBXOVF img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u960dBXOVF .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u960dBXOVF .wrap {
    opacity: 1 !important;
  }
  .cid-u960dBXOVF .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-u960dBXOVF .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-u960dBXOVF P {
  color: #bbbbbb;
}
.cid-u960dBXOVF H4 {
  color: #5e2ced;
}
.cid-sxPbemtXTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxPbemtXTb .container {
  pointer-events: none;
}
.cid-sxPbemtXTb .mbr-section-subtitle,
.cid-sxPbemtXTb .mbr-section-title,
.cid-sxPbemtXTb .mbr-text,
.cid-sxPbemtXTb .nav-tabs,
.cid-sxPbemtXTb .tab-content {
  pointer-events: all;
}
.cid-sxPbemtXTb .title__block {
  margin-top: 120px;
}
.cid-sxPbemtXTb .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sxPbemtXTb .mbr-section-title {
  color: #233d63;
  margin-bottom: 20px;
  font-weight: 300;
}
.cid-sxPbemtXTb .mbr-section-title b,
.cid-sxPbemtXTb .mbr-section-title strong {
  font-weight: 500;
}
.cid-sxPbemtXTb h4 {
  margin: 0;
}
.cid-sxPbemtXTb .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-sxPbemtXTb .nav-tabs .nav-item {
  margin: 0;
}
.cid-sxPbemtXTb .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-sxPbemtXTb .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #e43f3f !important;
}
.cid-sxPbemtXTb .nav-tabs .btn:after {
  display: none;
}
.cid-sxPbemtXTb .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-sxPbemtXTb .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-sxPbemtXTb .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-sxPbemtXTb .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-sxPbemtXTb .tab-content > .tab-pane {
  display: block !important;
}
.cid-sxPbemtXTb .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-sxPbemtXTb .tab-content {
  position: relative;
}
.cid-sxPbemtXTb .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-sxPbemtXTb .plan {
  background: #f8f8f8;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-sxPbemtXTb .plan .list__item {
  line-height: 42px;
}
.cid-sxPbemtXTb .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.75) 0%, rgba(123, 35, 206, 0.75) 100%);
}
.cid-sxPbemtXTb .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.75) 0%, rgba(123, 35, 206, 0.75) 100%);
}
.cid-sxPbemtXTb .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-sxPbemtXTb .plan-list {
  margin-bottom: 40px;
}
.cid-sxPbemtXTb .plan-list .mbr-list {
  list-style: none;
}
.cid-sxPbemtXTb UL {
  color: #233d63;
}
.cid-sxPbemtXTb .plan-title {
  color: #5e2ced;
}
.cid-sxPbemtXTb .plan-body {
  padding: 0 15px 80px;
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(123, 35, 206, 0.55) 0%, #7b23ce 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-sxPbemtXTb .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-sxPbemtXTb .plan-header {
  padding: 60px 15px 0;
}
.cid-sxPbemtXTb .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-sxPbemtXTb .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #5e2098;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-sxPbemtXTb .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #7b23ce;
  animation: animationOne 25s infinite linear;
}
.cid-sxPbemtXTb .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationTwo 25s infinite linear;
}
.cid-sxPbemtXTb .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #7b23ce;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-sxPbemtXTb .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-sxPbemtXTb .tab-pane {
    width: 290px;
  }
  .cid-sxPbemtXTb .tab-content {
    margin-top: 40px;
  }
  .cid-sxPbemtXTb .title__block {
    margin-top: 0;
  }
  .cid-sxPbemtXTb .nav-tabs {
    justify-content: center;
  }
  .cid-sxPbemtXTb .plan-header {
    padding-top: 20px;
  }
  .cid-sxPbemtXTb .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-sxPbemtXTb .tab-pane {
    left: 70px;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxPbehtUJv {
  padding-top: 7rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sxPbehtUJv .container {
  pointer-events: none;
}
.cid-sxPbehtUJv .subtitle__block,
.cid-sxPbehtUJv .title__block,
.cid-sxPbehtUJv .buttons__block {
  pointer-events: all;
}
.cid-sxPbehtUJv .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sxPbehtUJv .subtitle__block SPAN {
  color: #009fff;
}
.cid-sxPbehtUJv .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-sxPbehtUJv .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sxPbehtUJv .mbr-text {
  margin-top: 35px;
}
.cid-sxPbehtUJv .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sxPbehtUJv .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sxPbehtUJv .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sxPbehtUJv .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sxPbehtUJv .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sxPbehtUJv .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sxPbehtUJv .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-sxPbehtUJv .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sxPbehtUJv .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sxPbehtUJv .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sxPbehtUJv .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sxPbehtUJv .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sxPbehtUJv .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sxPbehtUJv .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sxPbehtUJv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sxPbehtUJv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sxPbehtUJv .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sxPbehtUJv a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sxPbehtUJv a.close:hover {
  color: #ffffff;
}
.cid-sxPbehtUJv .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sxPbehtUJv .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sxPbehtUJv .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sxPbehtUJv .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sxPbehtUJv .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sxPbehtUJv .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sxPbehtUJv .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sxPbehtUJv .subtitle__block SPAN {
  color: #ffffff;
}
.cid-sxPbehtUJv .mbr-section-title,
.cid-sxPbehtUJv .subtitle__wrap {
  text-align: right;
}
.cid-sxPbehtUJv .mbr-text,
.cid-sxPbehtUJv .buttons__block {
  text-align: right;
}
.cid-sxPbenz3Am {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sxPbenz3Am .col + .mbr-section-btn .btn,
  .cid-sxPbenz3Am .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sxPbenz3Am .dragArea > *:nth-last-child(2).col,
  .cid-sxPbenz3Am .dragArea > *:nth-last-child(2).col-auto,
  .cid-sxPbenz3Am .col + .mbr-section-btn,
  .cid-sxPbenz3Am .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sxPbenz3Am .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sxPbenz3Am .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sxPbenz3Am .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sxPbenz3Am .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sxPbenz3Am .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sxPbenz3Am .subtext-1,
.cid-sxPbenz3Am .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sxPbenz3Am .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sxPbenz3Am .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sxPbenz3Am .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sxPbenz3Am .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sxPbenz3Am .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sxPbenz3Am .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sxPbenz3Am .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sxPbenz3Am .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sxPbenz3Am .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sxPbenz3Am .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sxPbenz3Am .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sxPbenz3Am .form-group {
  max-width: 400px;
}
.cid-sxPbenz3Am .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sxPbenz3Am .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sxPbenz3Am .form-row {
    justify-content: center;
  }
  .cid-sxPbenz3Am .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sxPbenz3Am .subtext-1,
  .cid-sxPbenz3Am .subtext-2,
  .cid-sxPbenz3Am .card-support {
    text-align: center;
  }
  .cid-sxPbenz3Am .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sxPbenz3Am .form-text {
    text-align: center;
  }
  .cid-sxPbenz3Am .follow-section {
    margin: 0;
  }
  .cid-sxPbenz3Am .mbr-form {
    text-align: center;
  }
  .cid-sxPbenz3Am .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sxPbenz3Am .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sxPbenz3Am .firstColumn,
  .cid-sxPbenz3Am .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sxPbenz3Am .form-row {
    flex-direction: column;
  }
}
.cid-sxPbenz3Am img {
  width: auto;
}
.cid-sxPbenz3Am LI {
  color: #f8f8f8;
}
.cid-syGekmDr5B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syGekmDr5B nav.navbar {
  position: fixed;
}
.cid-syGekmDr5B img {
  width: 50px!important;
  height: 50px!important;
}
.cid-syGekmDr5B .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-syGekmDr5B .navbar-short .nav-link {
  color: black!important;
}
.cid-syGekmDr5B .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-syGekmDr5B .navbar.opened {
  transition: all .3s;
}
.cid-syGekmDr5B .navbar .navbar-logo img {
  width: auto;
}
.cid-syGekmDr5B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syGekmDr5B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syGekmDr5B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syGekmDr5B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syGekmDr5B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syGekmDr5B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syGekmDr5B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syGekmDr5B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syGekmDr5B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syGekmDr5B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syGekmDr5B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syGekmDr5B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syGekmDr5B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syGekmDr5B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syGekmDr5B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-syGekmDr5B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syGekmDr5B .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-syGekmDr5B .navbar.navbar-short {
  min-height: 60px;
}
.cid-syGekmDr5B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syGekmDr5B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syGekmDr5B .navbar-logo {
  margin-right: 1rem!important;
}
.cid-syGekmDr5B .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-syGekmDr5B .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-syGekmDr5B .nav-link:hover,
.cid-syGekmDr5B .nav-link:focus {
  color: #7b23ce !important;
}
.cid-syGekmDr5B .nav-link:hover:before,
.cid-syGekmDr5B .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-syGekmDr5B .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-syGekmDr5B .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-syGekmDr5B .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-syGekmDr5B .dropdown-item:hover,
.cid-syGekmDr5B .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-syGekmDr5B .dropdown-item:hover:before,
.cid-syGekmDr5B .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-syGekmDr5B .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-syGekmDr5B .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-syGekmDr5B .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syGekmDr5B .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-syGekmDr5B .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-syGekmDr5B .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-syGekmDr5B .navbar-nav {
  margin: auto;
}
.cid-syGekmDr5B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syGekmDr5B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syGekmDr5B .container {
  display: flex;
  margin: auto;
}
.cid-syGekmDr5B .navbar-caption {
  padding-right: 4rem;
}
.cid-syGekmDr5B .dropdown-menu,
.cid-syGekmDr5B .navbar.opened {
  background: #ffffff !important;
}
.cid-syGekmDr5B .nav-item:focus,
.cid-syGekmDr5B .nav-link:focus {
  outline: none;
}
.cid-syGekmDr5B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syGekmDr5B .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syGekmDr5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syGekmDr5B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syGekmDr5B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syGekmDr5B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syGekmDr5B .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syGekmDr5B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syGekmDr5B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syGekmDr5B .dropdown-item.active,
.cid-syGekmDr5B .dropdown-item:active {
  background-color: transparent;
}
.cid-syGekmDr5B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syGekmDr5B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syGekmDr5B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syGekmDr5B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syGekmDr5B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syGekmDr5B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syGekmDr5B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syGekmDr5B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syGekmDr5B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syGekmDr5B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-syGekmDr5B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syGekmDr5B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syGekmDr5B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syGekmDr5B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syGekmDr5B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syGekmDr5B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syGekmDr5B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syGekmDr5B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syGekmDr5B .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syGekmDr5B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syGekmDr5B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syGekmDr5B .navbar {
    height: 77px;
  }
  .cid-syGekmDr5B .navbar.opened {
    height: auto;
  }
  .cid-syGekmDr5B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-syGekmDr5B .navbar {
    background: #ffffff;
  }
  .cid-syGekmDr5B .nav-link {
    color: black!important;
  }
}
.cid-syGeknir6p {
  padding-top: 14rem;
  padding-bottom: 23rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-syGeknir6p .mbr-text,
.cid-syGeknir6p .mbr-section-btn {
  color: #ffffff;
}
.cid-syGeknir6p .btn-white {
  color: #333333!important;
}
.cid-syGeknir6p .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-syGeknir6p .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-syGeknir6p svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-syGeknir6p svg path {
  fill: #7b23ce;
}
@media (max-width: 1600px) {
  .cid-syGeknir6p .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-syGeknir6p .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-syGeknir6p svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-syGeknir6p .image1 {
    height: 220px;
  }
  .cid-syGeknir6p .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-syGeknir6p svg {
    top: -120px;
  }
  .cid-syGeknir6p .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-syGeknir6p .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-syGeknir6p .mbr-section-title {
  color: #ffffff;
}
.cid-syGeknir6p .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-syGeknz9cs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syGeknz9cs .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #5e2098;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-syGeknz9cs .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-syGeknz9cs .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syGeknz9cs .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-syGeknz9cs .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-syGeknz9cs .card-text {
  color: #616161;
}
.cid-syGeknz9cs .main-text {
  color: #777d74;
}
.cid-syGeknz9cs .main-sub-title,
.cid-syGeknz9cs .align-wrapper {
  color: #33358c;
}
.cid-syGeknz9cs .main-title {
  color: #333333;
}
.cid-syGeko1Mw2 {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-syGeko1Mw2 .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #5e2098;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-syGeko1Mw2 .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-syGeko1Mw2 .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syGeko1Mw2 .card-title {
  transition: all 0.3s;
  color: #ffffff;
}
.cid-syGeko1Mw2 .mbr-iconfont {
  font-size: 5rem;
  color: #ffffff;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-syGeko1Mw2 .card-text {
  color: #616161;
}
.cid-syGeko1Mw2 .main-text {
  color: #777d74;
}
.cid-syGeko1Mw2 .main-sub-title,
.cid-syGeko1Mw2 .align-wrapper {
  color: #33358c;
}
.cid-syGekooJt8 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syGekooJt8 .container,
.cid-syGekooJt8 .container-fluid {
  z-index: 10;
}
.cid-syGekooJt8 .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-syGekooJt8 .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-syGekooJt8 .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syGekooJt8 .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-syGekooJt8 .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-syGekooJt8 .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(94, 32, 152, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syGekooJt8 .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-syGekooJt8 .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-syGekooJt8 .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(0, 159, 255, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syGekooJt8 .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-syGekooJt8 .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-syGekooJt8 .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 244, 68, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-syGekooJt8 .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-syGekooJt8 .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-syGekooJt8 .container {
  pointer-events: none;
}
.cid-syGekooJt8 .subtitle__block,
.cid-syGekooJt8 .title__block,
.cid-syGekooJt8 .buttons__block {
  pointer-events: all;
}
.cid-syGekooJt8 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syGekooJt8 .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-syGekooJt8 .mbr-section-title b,
.cid-syGekooJt8 .mbr-section-title strong {
  font-weight: 900;
}
.cid-syGekooJt8 .mbr-text {
  margin-bottom: 45px;
}
.cid-syGekooJt8 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-syGekooJt8 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-syGekooJt8 .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-syGekooJt8 .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-syGekooJt8 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syGekooJt8 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-syGekooJt8 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-syGekooJt8 .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-syGekooJt8 .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-syGekooJt8 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syGekooJt8 .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syGekooJt8 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syGekooJt8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syGekooJt8 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-syGekooJt8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syGekooJt8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syGekooJt8 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syGekooJt8 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syGekooJt8 a.close:hover {
  color: #ffffff;
}
.cid-syGekooJt8 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syGekooJt8 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-syGekooJt8 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-syGekooJt8 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syGekoJjWn {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syGekoJjWn .container {
  pointer-events: none;
}
.cid-syGekoJjWn .subtitle__block,
.cid-syGekoJjWn .title__block,
.cid-syGekoJjWn .buttons__block {
  pointer-events: all;
}
.cid-syGekoJjWn .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-syGekoJjWn .subtitle__block SPAN {
  color: #009fff;
}
.cid-syGekoJjWn .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-syGekoJjWn .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-syGekoJjWn .mbr-text {
  margin-top: 35px;
}
.cid-syGekoJjWn .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-syGekoJjWn .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-syGekoJjWn .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-syGekoJjWn .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-syGekoJjWn .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syGekoJjWn .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-syGekoJjWn .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-syGekoJjWn .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-syGekoJjWn .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-syGekoJjWn .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syGekoJjWn .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syGekoJjWn .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syGekoJjWn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syGekoJjWn .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-syGekoJjWn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syGekoJjWn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syGekoJjWn .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syGekoJjWn a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syGekoJjWn a.close:hover {
  color: #ffffff;
}
.cid-syGekoJjWn .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-syGekoJjWn .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-syGekoJjWn .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-syGekoJjWn .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-syGekoJjWn .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-syGekoJjWn .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-syGekoJjWn .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syGekoJjWn .subtitle__block SPAN {
  color: #ffffff;
}
.cid-syGekoJjWn .mbr-section-title,
.cid-syGekoJjWn .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-syGekoJjWn .mbr-text,
.cid-syGekoJjWn .buttons__block {
  text-align: right;
}
.cid-syGekp2WUc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-syGekp2WUc .mbr-section-title {
  color: #ffffff;
}
.cid-syGekp2WUc .mbr-text,
.cid-syGekp2WUc .mbr-section-btn {
  color: #ffffff;
}
.cid-syGekp2WUc .btn {
  color: white!important;
  border-color: white!important;
}
.cid-syGekpe8on {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-syGekpe8on .mbr-overlay {
  background: #ffffff;
}
.cid-syGekpe8on .animation {
  pointer-events: none;
}
.cid-syGekpe8on .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-syGekpe8on .mbr-section-title {
  margin-bottom: 27px;
}
.cid-syGekpe8on .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-syGekpe8on .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-syGekpe8on .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-syGekpe8on .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-syGekpe8on .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-syGekpe8on .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-syGekpe8on .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-syGekpe8on .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-syGekpe8on .mbr-text {
    margin-bottom: 20px;
  }
  .cid-syGekpe8on .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-syGekpe8on .image__block {
    margin-bottom: -100px;
  }
}
.cid-syGekps8hf {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}
.cid-syGekps8hf .icon1 {
  background: #009fff;
}
.cid-syGekps8hf .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-syGekps8hf .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-syGekps8hf .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-syGekps8hf .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syGekps8hf .inline-wrapper {
  display: inline-block;
}
.cid-syGekps8hf .align-wrapper {
  width: 100%;
}
.cid-syGekps8hf .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #42424c inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-syGekps8hf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-syGekps8hf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syGekps8hf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-syGekps8hf .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #42424c;
  position: relative;
}
.cid-syGekps8hf .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-syGekps8hf img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-syGekps8hf img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-syGekps8hf .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-syGekps8hf .mbr-section-subtitle {
  color: #767676;
}
.cid-syGekps8hf .main-sub-title {
  background: #5e2098;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syGekps8hf .card-text {
  color: #767676;
}
.cid-syGekps8hf .main-sub-title,
.cid-syGekps8hf .align-wrapper {
  color: #f8f8f8;
}
.cid-syGekps8hf .main-text {
  color: #777d74;
}
.cid-syGekps8hf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syGekps8hf .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-syGekps8hf .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-syGekps8hf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syGekps8hf a.close:hover {
  color: #ffffff;
}
.cid-syGekpKmi2 {
  padding-top: 165px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-syGekpKmi2 .mbr-section-title {
  color: #7b23ce;
}
.cid-syGekpKmi2 .mbr-text,
.cid-syGekpKmi2 .mbr-section-btn {
  color: #716c80;
}
.cid-syGekpKmi2 .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: 80px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-syGekpKmi2 .img1 > div {
  border-radius: 30px !important;
}
.cid-syGekpKmi2 .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-syGekpKmi2 .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -54px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-syGekpKmi2 .img2 > div {
  border-radius: 30px !important;
}
.cid-syGekpKmi2 .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  left: 0px !important;
  border-radius: 30px !important;
}
.cid-syGekpKmi2 .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/05.jpg");
}
.cid-syGekpKmi2 .img3 > div {
  border-radius: 30px !important;
}
.cid-syGekpKmi2 .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-syGekpKmi2 .wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-syGekpKmi2 .jarallax__row {
    height: 500px;
  }
  .cid-syGekpKmi2 .img1 {
    top: 0px;
  }
  .cid-syGekpKmi2 .img2 {
    bottom: 100px;
  }
  .cid-syGekpKmi2 .mbr-section-title,
  .cid-syGekpKmi2 .mbr-section-subtitle,
  .cid-syGekpKmi2 .mbr-text {
    text-align: center;
  }
  .cid-syGekpKmi2 .btn {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-syGekpKmi2 .img3 {
    right: 30%;
  }
}
@media (max-width: 540px) {
  .cid-syGekpKmi2 .img3 {
    right: 83px;
  }
}
.cid-syGekpZAbp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-syGekpZAbp .mbr-text,
.cid-syGekpZAbp .mbr-section-btn {
  color: #716c80;
}
.cid-syGekpZAbp .title {
  color: #7b23ce;
}
@-webkit-keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.cid-syGekpZAbp .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: -30px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/03.jpg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-syGekpZAbp .img1 > div {
  border-radius: 30px !important;
}
.cid-syGekpZAbp .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-syGekpZAbp .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -41px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/team-500x334.jpeg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-syGekpZAbp .img2 > div {
  border-radius: 30px !important;
}
.cid-syGekpZAbp .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  left: 0px !important;
}
.cid-syGekpZAbp .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/05.jpg");
}
.cid-syGekpZAbp .img3 > div {
  border-radius: 30px !important;
}
.cid-syGekpZAbp .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-syGekpZAbp .wrap {
  height: 450px;
}
@media (max-width: 991px) {
  .cid-syGekpZAbp .img3 div[id^="jarallax-container"] > * {
    margin-top: 0% !important;
  }
  .cid-syGekpZAbp .text-wrap > * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-syGekpZAbp .img3 {
    position: relative !important;
    margin: 0 auto;
    right: 0px;
  }
}
.cid-syGekqdJA3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-syGekqdJA3 H1 {
  color: #57468b;
}
.cid-syGekqdJA3 .mbr-text,
.cid-syGekqdJA3 .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-syGekqdJA3 .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-syGekqdJA3 .relative {
  position: relative;
}
.cid-syGekqdJA3 .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-syGekqdJA3 .img1 {
    width: 100%;
  }
}
.cid-syGekqq1WA {
  padding-top: 165px;
  padding-bottom: 165px;
  background-color: #ffffff;
}
.cid-syGekqq1WA .mbr-text {
  color: #46495f;
}
.cid-syGekqq1WA .mbr-section-title {
  color: #7b23ce;
}
.cid-syGekqq1WA .img1 {
  position: absolute !important;
  height: 90%;
  width: 60%;
  left: 85px;
  top: -10px;
  background-repeat: no-repeat;
  border-radius: 30px !important;
  background-image: url("file:///C:/Users/fabia/AppData/Local/Mobirise.com/Mobirise/fabian_002edavidc_0040gmail_002ecom/addons/creativem4/components/_images/img/08.png") !important;
}
.cid-syGekqq1WA .img1 > div {
  border-radius: 30px !important;
}
.cid-syGekqq1WA .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  background-size: contain !important;
}
.cid-syGekqq1WA .img2 {
  position: absolute !important;
  height: 150%;
  width: 50%;
  top: -20px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/06.png");
}
.cid-syGekqq1WA .img2 > div {
  border-radius: 30px !important;
  left: 253px !important;
}
.cid-syGekqq1WA .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  background-size: contain !important;
}
.cid-syGekqq1WA .img3 {
  position: absolute !important;
  height: 150%;
  width: 50%;
  top: 0px;
  left: 0px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-syGekqq1WA .img3 > div {
  border-radius: 30px !important;
}
.cid-syGekqq1WA .img3 div[id^="jarallax-container"] > * {
  background-position: 50% 0% !important;
  position: static !important;
  border-radius: 30px !important;
  background-size: contain !important;
  height: 557.7px !important;
}
@media (max-width: 1199px) {
  .cid-syGekqq1WA .img1 {
    left: 0px;
  }
  .cid-syGekqq1WA .img2 div[id^="jarallax-container"] > * {
    left: 740px !important;
  }
}
@media (max-width: 991px) {
  .cid-syGekqq1WA h1,
  .cid-syGekqq1WA p,
  .cid-syGekqq1WA .mbr-section-btn {
    text-align: center;
  }
}
.cid-syGekqCtf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-syGekqCtf6 .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-syGekqCtf6 .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-syGekqCtf6 .col1 span {
  padding-right: 1.5rem;
}
.cid-syGekqCtf6 .col2 span {
  padding-left: 1.5rem;
}
.cid-syGekqCtf6 .card-title {
  transition: all 0.3s;
}
.cid-syGekqCtf6 .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #7b23ce;
}
@media (max-width: 992px) {
  .cid-syGekqCtf6 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-syGekqCtf6 span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-syGekqCtf6 .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-syGekqCtf6 .card-text {
  color: #616161;
}
.cid-syGekrojPF {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-syGekrojPF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #7b23ce;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-syGekrojPF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-syGekrojPF .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-syGekrojPF .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-syGekrojPF .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-syGekrojPF .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-syGekrojPF .nav-tabs {
  width: 100%;
}
.cid-syGekrojPF .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link:hover {
  background-color: #ba80ef;
  color: #ffffff;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #ba80ef;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-syGekrojPF .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-syGekrojPF .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(178, 185, 138, 0.3);
  box-shadow: 0px 0px 30px rgba(178, 185, 138, 0.3);
}
.cid-syGekrojPF .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-syGekrojPF .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-syGekrojPF .nav-item {
    display: table-row !important;
  }
}
.cid-syGekrOEZq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-syGekrOEZq .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-syGekrOEZq .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-syGekrOEZq img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-syGekrOEZq .main-sub-title {
  background: #22a5e5;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syGekrOEZq .wrapper {
  background: #5e2098;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-syGekrOEZq .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-syGekrOEZq .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-syGekrOEZq .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #7b23ce;
}
.cid-syGekrOEZq .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-syGekrOEZq .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-syGekrOEZq span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-syGekrOEZq .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-syGekrOEZq .main-text {
  color: #c8c8c8;
}
.cid-syGekrOEZq .card-text {
  color: #c8c8c8;
}
.cid-syGeksbKYg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #7b23ce;
  background: linear-gradient(-45deg, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-syGeksbKYg .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-syGeksbKYg .container {
  pointer-events: none;
}
.cid-syGeksbKYg .title__block,
.cid-syGeksbKYg .image__block {
  pointer-events: all;
}
.cid-syGeksbKYg .mbr-section-title {
  margin-bottom: 40px;
}
.cid-syGeksbKYg .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-syGeksbKYg .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-syGeksbKYg .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-syGeksbKYg .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-syGeksbKYg .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-syGeksbKYg .image__block {
  max-height: 600px;
}
.cid-syGeksbKYg .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-syGeksbKYg .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-syGeksbKYg .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-syGeksbKYg .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-syGeksbKYg .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syGeksbKYg .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-syGeksbKYg .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syGeksbKYg .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-syGeksbKYg .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syGekspMe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syGekspMe4 .title__block {
  margin-bottom: 40px;
}
.cid-syGekspMe4 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
  text-align: center;
}
.cid-syGekspMe4 .mbr-section-title {
  color: #5e2098;
  text-align: center;
}
.cid-syGekspMe4 .mbr-section-title span {
  font-weight: 300;
}
.cid-syGekspMe4 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-syGekspMe4 .image img {
  height: auto;
  width: 100px;
}
.cid-syGekspMe4 .image:hover {
  transform: scale(1.1);
}
.cid-syGekspMe4 .image175 {
  width: 175px;
  height: 175px;
}
.cid-syGekspMe4 .image120 {
  width: 120px;
  height: 120px;
}
.cid-syGekspMe4 .image150 {
  width: 150px;
  height: 150px;
}
.cid-syGekspMe4 .image140 {
  width: 140px;
  height: 140px;
}
.cid-syGekspMe4 .image200 {
  width: 200px;
  height: 200px;
}
.cid-syGeksI7pg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-syGeksI7pg .mbr-section-title,
  .cid-syGeksI7pg .mbr-section-subtitle,
  .cid-syGeksI7pg .mbr-section-btn,
  .cid-syGeksI7pg .mbr-text {
    text-align: center;
  }
}
.cid-syGeksI7pg .mbr-section-title {
  color: #082c4e;
}
.cid-syGeksI7pg .mbr-text,
.cid-syGeksI7pg .mbr-section-btn {
  color: #ffffff;
}
.cid-syGeksI7pg .bottom {
  overflow: visible;
  position: relative;
}
.cid-syGeksI7pg .bottom:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #7b23ce;
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  content: '';
}
.cid-syGeksI7pg .top {
  overflow: visible;
  position: relative;
}
.cid-syGeksI7pg .top:before {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #7b23ce;
  position: absolute;
  top: -1rem;
  left: 3rem;
  content: '';
}
.cid-syGeksI7pg .pb {
  margin-bottom: 3rem;
}
.cid-syGeksI7pg .card-wrapper {
  background: #7b23ce;
  padding: 1.5rem;
  height: 100%;
  border-radius: 16px;
}
.cid-syGeksI7pg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-syGekt3yJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syGekt3yJK .container {
  pointer-events: none;
}
.cid-syGekt3yJK .mbr-section-subtitle,
.cid-syGekt3yJK .mbr-section-title,
.cid-syGekt3yJK .mbr-text,
.cid-syGekt3yJK .nav-tabs,
.cid-syGekt3yJK .tab-content {
  pointer-events: all;
}
.cid-syGekt3yJK .title__block {
  margin-top: 120px;
}
.cid-syGekt3yJK .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syGekt3yJK .mbr-section-title {
  color: #233d63;
  margin-bottom: 20px;
  font-weight: 300;
}
.cid-syGekt3yJK .mbr-section-title b,
.cid-syGekt3yJK .mbr-section-title strong {
  font-weight: 500;
}
.cid-syGekt3yJK h4 {
  margin: 0;
}
.cid-syGekt3yJK .nav-tabs {
  margin-top: 70px;
  border: none !important;
}
.cid-syGekt3yJK .nav-tabs .nav-item {
  margin: 0;
}
.cid-syGekt3yJK .nav-tabs .btn {
  width: 155px;
  min-width: auto;
  line-height: 60px !important;
  font-size: 16px;
  background: #ffffff;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  border: none;
  background: transparent !important;
  margin: 0px !important;
}
.cid-syGekt3yJK .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #5e2098 !important;
}
.cid-syGekt3yJK .nav-tabs .btn:after {
  display: none;
}
.cid-syGekt3yJK .nav-tabs .btn:hover {
  box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
  color: #000000 !important;
}
.cid-syGekt3yJK .nav-tabs .btn.active {
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
  color: #ffffff !important;
}
.cid-syGekt3yJK .nav-tabs .nav-item:first-child .btn {
  border-radius: 32px 0 0 32px;
}
.cid-syGekt3yJK .nav-tabs .nav-item:last-child .btn {
  border-radius: 0 32px 32px 0;
}
.cid-syGekt3yJK .tab-content > .tab-pane {
  display: block !important;
}
.cid-syGekt3yJK .tab-content .active {
  position: relative;
  z-index: 5;
  transform: scale(1) translateX(0);
  pointer-events: visible;
}
.cid-syGekt3yJK .tab-content {
  position: relative;
}
.cid-syGekt3yJK .tab-pane {
  width: 360px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  transform: scale(0.8, 0.8) translateX(225px);
  pointer-events: none;
}
.cid-syGekt3yJK .plan {
  background: #f8f8f8;
  border-radius: 30px;
  word-break: break-word;
  box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
}
.cid-syGekt3yJK .plan .list__item {
  line-height: 42px;
}
.cid-syGekt3yJK .price-figure {
  padding: 25px 0 35px;
  color: #ff6400;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.75) 0%, rgba(123, 35, 206, 0.75) 100%);
}
.cid-syGekt3yJK .price-figure sup {
  font-size: 60%;
  color: inherit;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.75) 0%, rgba(123, 35, 206, 0.75) 100%);
}
.cid-syGekt3yJK .price-term {
  margin-bottom: 20px;
  color: #000000;
  text-decoration: underline;
}
.cid-syGekt3yJK .plan-list {
  margin-bottom: 40px;
}
.cid-syGekt3yJK .plan-list .mbr-list {
  list-style: none;
}
.cid-syGekt3yJK UL {
  color: #233d63;
}
.cid-syGekt3yJK .plan-title {
  color: #233d63;
}
.cid-syGekt3yJK .plan-body {
  padding: 0 15px 80px;
}
.cid-syGekt3yJK .plan-body .mbr-section-btn {
  margin: 0;
}
.cid-syGekt3yJK .plan-body .mbr-section-btn .btn {
  margin: 0;
  border-radius: 25px;
  z-index: 10;
  font-weight: 400 !important;
}
.cid-syGekt3yJK .plan-body .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  background: transparent !important;
}
.cid-syGekt3yJK .plan-body .mbr-section-btn .btn-warning-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(123, 35, 206, 0.55) 0%, #7b23ce 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-syGekt3yJK .plan-body .mbr-section-btn .btn-warning-outline:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-syGekt3yJK .plan-body .mbr-section-btn .btn-warning-outline:hover:before {
  transform: scale(1);
}
.cid-syGekt3yJK .plan-header {
  padding: 60px 15px 0;
}
.cid-syGekt3yJK .animation__background .quadr {
  position: absolute;
  bottom: 29%;
  left: 29%;
  animation: rotated 33s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-syGekt3yJK .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  left: 30%;
  border-radius: 50%;
  background: #5e2098;
  position: absolute;
  animation: animationTwo 30s infinite linear;
}
.cid-syGekt3yJK .animation__background .circle2 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 21%;
  right: 12%;
  position: absolute;
  border-radius: 50%;
  background-color: #7b23ce;
  animation: animationOne 25s infinite linear;
}
.cid-syGekt3yJK .animation__background .circle3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  bottom: 17%;
  left: 10%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationTwo 25s infinite linear;
}
.cid-syGekt3yJK .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 125px;
  left: 43%;
  position: absolute;
  border-radius: 50%;
  background-color: #7b23ce;
  animation: animationOne 30s infinite linear;
}
@media (max-width: 767px) {
  .cid-syGekt3yJK .nav-tabs .nav-item .btn {
    width: 135px;
  }
  .cid-syGekt3yJK .tab-pane {
    width: 290px;
  }
  .cid-syGekt3yJK .tab-content {
    margin-top: 40px;
  }
  .cid-syGekt3yJK .title__block {
    margin-top: 0;
  }
  .cid-syGekt3yJK .nav-tabs {
    justify-content: center;
  }
  .cid-syGekt3yJK .plan-header {
    padding-top: 20px;
  }
  .cid-syGekt3yJK .plan-body {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cid-syGekt3yJK .tab-pane {
    left: 70px;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syGektniid {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-syGektniid .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #7b23ce;
  margin-left: 1rem;
}
.cid-syGektniid .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syGektniid .panel-group {
  border: none;
}
.cid-syGektniid .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-syGektniid .panel-body {
  padding: 1rem 2rem;
}
.cid-syGektniid .header-wrapper {
  position: relative;
}
.cid-syGektniid .card-header {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  transition: all 0.3s;
  border-radius: 30px!important;
  padding: 1rem 2rem;
  z-index: 2;
}
.cid-syGektniid span {
  transition: all 0.3s;
  color: #1c1c25 !important;
}
.cid-syGektniid .card {
  overflow: visible;
}
.cid-syGektniid .card:hover .card-header {
  border-color: #1c1c25;
}
.cid-syGektniid .card:hover .hover-bg {
  background: #7b23ce;
  right: -8px;
  top: 8px;
}
.cid-syGektniid .card:hover span {
  transform: rotate(-90deg);
}
.cid-syGektniid .hover-bg {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  background: #f8f8f8;
  border-radius: 30px!important;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-syGektniid .panel-body {
    padding: 1rem 0rem;
  }
  .cid-syGektniid .card-header {
    padding: 1rem 1rem;
  }
}
.cid-syGektniid H4 {
  color: #777d74;
}
.cid-syGektniid .panel-title-edit {
  color: #1c1c25;
}
.cid-syGektniid .mbr-section-title {
  color: #42424c;
}
.cid-syGektniid .mbr-section-subtitle {
  color: #777d74;
}
.cid-syGektniid .main-sub-title,
.cid-syGektniid .align-wrapper {
  color: #5e2098;
}
.cid-syGektRMXe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-syGektRMXe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-syGektRMXe .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-syGektRMXe .btn:before {
  content: none;
}
.cid-syGektRMXe .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-syGektRMXe .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #7b23ce;
  width: 100%;
  height: 100%;
}
.cid-syGektRMXe .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 991px) {
  .cid-syGektRMXe .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-syGektRMXe .wrapper {
  border: 2px solid #f8f8f8;
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-syGektRMXe .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-syGektRMXe h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-syGektRMXe .form-control,
.cid-syGektRMXe .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-syGektRMXe .jq-selectbox__select {
  padding: 0 !important;
  position: relative;
}
.cid-syGektRMXe textarea {
  min-height: 200px;
}
.cid-syGektRMXe .form-control,
.cid-syGektRMXe .field-input {
  padding: 0.5rem;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #42424c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syGektRMXe .form-control::-webkit-input-placeholder,
.cid-syGektRMXe .field-input::-webkit-input-placeholder,
.cid-syGektRMXe .form-control::-webkit-input-placeholder,
.cid-syGektRMXe .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-syGektRMXe .form-control:-moz-placeholder,
.cid-syGektRMXe .field-input:-moz-placeholder,
.cid-syGektRMXe .form-control:-moz-placeholder,
.cid-syGektRMXe .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-syGektRMXe .form-control:hover,
.cid-syGektRMXe .field-input:hover,
.cid-syGektRMXe .form-control:focus,
.cid-syGektRMXe .field-input:focus {
  background-color: #bbbbbb;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-syGektRMXe .form-control:hover::-webkit-input-placeholder,
.cid-syGektRMXe .field-input:hover::-webkit-input-placeholder,
.cid-syGektRMXe .form-control:focus::-webkit-input-placeholder,
.cid-syGektRMXe .field-input:focus::-webkit-input-placeholder,
.cid-syGektRMXe .form-control:hover::-webkit-input-placeholder,
.cid-syGektRMXe .field-input:hover::-webkit-input-placeholder,
.cid-syGektRMXe .form-control:focus::-webkit-input-placeholder,
.cid-syGektRMXe .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-syGektRMXe .form-control:hover:-moz-placeholder,
.cid-syGektRMXe .field-input:hover:-moz-placeholder,
.cid-syGektRMXe .form-control:focus:-moz-placeholder,
.cid-syGektRMXe .field-input:focus:-moz-placeholder,
.cid-syGektRMXe .form-control:hover:-moz-placeholder,
.cid-syGektRMXe .field-input:hover:-moz-placeholder,
.cid-syGektRMXe .form-control:focus:-moz-placeholder,
.cid-syGektRMXe .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-syGektRMXe .jq-number__spin:hover,
.cid-syGektRMXe .jq-number__spin:focus {
  background-color: #bbbbbb;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-syGektRMXe .jq-number__spin {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #42424c;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-syGektRMXe .jq-selectbox li,
.cid-syGektRMXe .jq-selectbox li {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-syGektRMXe .jq-selectbox li:hover,
.cid-syGektRMXe .jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-syGektRMXe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-syGektRMXe .jq-number__spin.minus:hover:after,
.cid-syGektRMXe .jq-number__spin.plus:hover:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-syGektRMXe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-syGektRMXe .jq-number__spin.minus:after,
.cid-syGektRMXe .jq-number__spin.plus:after {
  border-top-color: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.cid-syGektRMXe input::-webkit-clear-button {
  display: none;
}
.cid-syGektRMXe input::-webkit-inner-spin-button {
  display: none;
}
.cid-syGektRMXe input::-webkit-outer-spin-button {
  display: none;
}
.cid-syGektRMXe input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-syGektRMXe .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-syGektRMXe .gdpr-block {
  text-align: left;
  padding: 1.5em 1rem;
}
.cid-syGektRMXe .gdpr-block label span.textGDPR input[name='gdpr'] {
  top: 6px;
}
.cid-syGektRMXe .form-control-label,
.cid-syGektRMXe .form-check {
  margin-left: 1.5rem;
}
.cid-syGektRMXe .form-group[data-for="input-range"] input {
  margin-left: 5px;
}
.cid-syGektRMXe .form-group[data-for="input-range"] .col-auto {
  margin-top: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.cid-syGektRMXe .form-group[data-for="input-range"] .col-auto:before {
  display: none;
}
.cid-syGekuaDzw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-syGekuaDzw .col + .mbr-section-btn .btn,
  .cid-syGekuaDzw .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-syGekuaDzw .dragArea > *:nth-last-child(2).col,
  .cid-syGekuaDzw .dragArea > *:nth-last-child(2).col-auto,
  .cid-syGekuaDzw .col + .mbr-section-btn,
  .cid-syGekuaDzw .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-syGekuaDzw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-syGekuaDzw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-syGekuaDzw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-syGekuaDzw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-syGekuaDzw .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-syGekuaDzw .subtext-1,
.cid-syGekuaDzw .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-syGekuaDzw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-syGekuaDzw .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-syGekuaDzw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-syGekuaDzw .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-syGekuaDzw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-syGekuaDzw .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-syGekuaDzw .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-syGekuaDzw .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-syGekuaDzw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-syGekuaDzw .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-syGekuaDzw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-syGekuaDzw .form-group {
  max-width: 400px;
}
.cid-syGekuaDzw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-syGekuaDzw .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-syGekuaDzw .form-row {
    justify-content: center;
  }
  .cid-syGekuaDzw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-syGekuaDzw .subtext-1,
  .cid-syGekuaDzw .subtext-2,
  .cid-syGekuaDzw .card-support {
    text-align: center;
  }
  .cid-syGekuaDzw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-syGekuaDzw .form-text {
    text-align: center;
  }
  .cid-syGekuaDzw .follow-section {
    margin: 0;
  }
  .cid-syGekuaDzw .mbr-form {
    text-align: center;
  }
  .cid-syGekuaDzw .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-syGekuaDzw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-syGekuaDzw .firstColumn,
  .cid-syGekuaDzw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-syGekuaDzw .form-row {
    flex-direction: column;
  }
}
.cid-syGekuaDzw img {
  width: auto;
}
.cid-syGekuaDzw LI {
  color: #f8f8f8;
}
.cid-syVXWFIhhq {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-syVXWFIhhq .mbr-overlay {
  background: #ffffff;
}
.cid-syVXWFIhhq .animation {
  pointer-events: none;
}
.cid-syVXWFIhhq .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-syVXWFIhhq .mbr-section-title {
  margin-bottom: 27px;
}
.cid-syVXWFIhhq .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-syVXWFIhhq .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-syVXWFIhhq .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-syVXWFIhhq .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-syVXWFIhhq .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-syVXWFIhhq .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-syVXWFIhhq .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-syVXWFIhhq .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-syVXWFIhhq .mbr-text {
    margin-bottom: 20px;
  }
  .cid-syVXWFIhhq .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-syVXWFIhhq .image__block {
    margin-bottom: -100px;
  }
}
.cid-syVXWEY4Sk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syVXWEY4Sk .container,
.cid-syVXWEY4Sk .container-fluid {
  z-index: 10;
}
.cid-syVXWEY4Sk .container {
  pointer-events: none;
}
.cid-syVXWEY4Sk .subtitle__block,
.cid-syVXWEY4Sk .title__block,
.cid-syVXWEY4Sk .buttons__block {
  pointer-events: all;
}
.cid-syVXWEY4Sk .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-syVXWEY4Sk .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-syVXWEY4Sk .mbr-section-title b,
.cid-syVXWEY4Sk .mbr-section-title strong {
  font-weight: 900;
}
.cid-syVXWEY4Sk .mbr-text {
  margin-bottom: 45px;
}
.cid-syVXWEY4Sk .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-syVXWEY4Sk .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-syVXWEY4Sk .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-syVXWEY4Sk .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-syVXWEY4Sk .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syVXWEY4Sk .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-syVXWEY4Sk .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-syVXWEY4Sk .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-syVXWEY4Sk .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-syVXWEY4Sk .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syVXWEY4Sk .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syVXWEY4Sk .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syVXWEY4Sk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syVXWEY4Sk .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-syVXWEY4Sk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syVXWEY4Sk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syVXWEY4Sk .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syVXWEY4Sk a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syVXWEY4Sk a.close:hover {
  color: #ffffff;
}
.cid-syVXWEY4Sk .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-syVXWEY4Sk .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-syVXWEY4Sk .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-syVXWEY4Sk .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syVXWFWEYw {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-syVXWFWEYw .icon1 {
  background: #009fff;
}
.cid-syVXWFWEYw .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-syVXWFWEYw .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-syVXWFWEYw .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-syVXWFWEYw .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syVXWFWEYw .inline-wrapper {
  display: inline-block;
}
.cid-syVXWFWEYw .align-wrapper {
  width: 100%;
}
.cid-syVXWFWEYw .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #42424c inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-syVXWFWEYw .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-syVXWFWEYw .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syVXWFWEYw .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-syVXWFWEYw .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #42424c;
  position: relative;
}
.cid-syVXWFWEYw .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-syVXWFWEYw img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-syVXWFWEYw img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-syVXWFWEYw .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-syVXWFWEYw .mbr-section-subtitle {
  color: #767676;
}
.cid-syVXWFWEYw .main-sub-title {
  background: #5e2098;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-syVXWFWEYw .card-text {
  color: #767676;
}
.cid-syVXWFWEYw .main-sub-title,
.cid-syVXWFWEYw .align-wrapper {
  color: #f8f8f8;
}
.cid-syVXWFWEYw .main-text {
  color: #777d74;
}
.cid-syVXWFWEYw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syVXWFWEYw .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-syVXWFWEYw .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-syVXWFWEYw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-syVXWFWEYw a.close:hover {
  color: #ffffff;
}
.cid-syVXWFWEYw .main-title {
  color: #5e2098;
}
.cid-syVXWFWEYw .main-text,
.cid-syVXWFWEYw .link-align-wrapper {
  color: #716c80;
}
.cid-syVXWDHclp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-syVXWDHclp nav.navbar {
  position: fixed;
}
.cid-syVXWDHclp img {
  width: 50px!important;
  height: 50px!important;
}
.cid-syVXWDHclp .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-syVXWDHclp .navbar-short .nav-link {
  color: black!important;
}
.cid-syVXWDHclp .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-syVXWDHclp .navbar.opened {
  transition: all .3s;
}
.cid-syVXWDHclp .navbar .navbar-logo img {
  width: auto;
}
.cid-syVXWDHclp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-syVXWDHclp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syVXWDHclp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-syVXWDHclp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syVXWDHclp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-syVXWDHclp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syVXWDHclp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syVXWDHclp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syVXWDHclp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syVXWDHclp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syVXWDHclp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syVXWDHclp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-syVXWDHclp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syVXWDHclp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syVXWDHclp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-syVXWDHclp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-syVXWDHclp .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-syVXWDHclp .navbar.navbar-short {
  min-height: 60px;
}
.cid-syVXWDHclp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syVXWDHclp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syVXWDHclp .navbar-logo {
  margin-right: 1rem!important;
}
.cid-syVXWDHclp .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-syVXWDHclp .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-syVXWDHclp .nav-link:hover,
.cid-syVXWDHclp .nav-link:focus {
  color: #7b23ce !important;
}
.cid-syVXWDHclp .nav-link:hover:before,
.cid-syVXWDHclp .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-syVXWDHclp .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-syVXWDHclp .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-syVXWDHclp .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-syVXWDHclp .dropdown-item:hover,
.cid-syVXWDHclp .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-syVXWDHclp .dropdown-item:hover:before,
.cid-syVXWDHclp .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-syVXWDHclp .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-syVXWDHclp .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-syVXWDHclp .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-syVXWDHclp .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-syVXWDHclp .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-syVXWDHclp .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-syVXWDHclp .navbar-nav {
  margin: auto;
}
.cid-syVXWDHclp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-syVXWDHclp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-syVXWDHclp .container {
  display: flex;
  margin: auto;
}
.cid-syVXWDHclp .navbar-caption {
  padding-right: 4rem;
}
.cid-syVXWDHclp .dropdown-menu,
.cid-syVXWDHclp .navbar.opened {
  background: #ffffff !important;
}
.cid-syVXWDHclp .nav-item:focus,
.cid-syVXWDHclp .nav-link:focus {
  outline: none;
}
.cid-syVXWDHclp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-syVXWDHclp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syVXWDHclp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syVXWDHclp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-syVXWDHclp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syVXWDHclp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syVXWDHclp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syVXWDHclp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syVXWDHclp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syVXWDHclp .dropdown-item.active,
.cid-syVXWDHclp .dropdown-item:active {
  background-color: transparent;
}
.cid-syVXWDHclp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-syVXWDHclp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syVXWDHclp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syVXWDHclp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-syVXWDHclp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syVXWDHclp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syVXWDHclp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-syVXWDHclp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-syVXWDHclp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-syVXWDHclp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-syVXWDHclp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syVXWDHclp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syVXWDHclp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syVXWDHclp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syVXWDHclp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syVXWDHclp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syVXWDHclp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syVXWDHclp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syVXWDHclp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syVXWDHclp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-syVXWDHclp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syVXWDHclp .navbar {
    height: 77px;
  }
  .cid-syVXWDHclp .navbar.opened {
    height: auto;
  }
  .cid-syVXWDHclp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-syVXWDHclp .navbar {
    background: #ffffff;
  }
  .cid-syVXWDHclp .nav-link {
    color: black!important;
  }
}
.cid-syVXWFfkQx {
  padding-top: 6rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-syVXWFfkQx .container {
  pointer-events: none;
}
.cid-syVXWFfkQx .subtitle__block,
.cid-syVXWFfkQx .title__block,
.cid-syVXWFfkQx .buttons__block {
  pointer-events: all;
}
.cid-syVXWFfkQx .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-syVXWFfkQx .subtitle__block SPAN {
  color: #009fff;
}
.cid-syVXWFfkQx .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-syVXWFfkQx .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-syVXWFfkQx .mbr-text {
  margin-top: 35px;
}
.cid-syVXWFfkQx .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-syVXWFfkQx .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-syVXWFfkQx .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-syVXWFfkQx .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-syVXWFfkQx .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-syVXWFfkQx .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-syVXWFfkQx .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
}
.cid-syVXWFfkQx .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-syVXWFfkQx .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-syVXWFfkQx .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-syVXWFfkQx .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-syVXWFfkQx .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-syVXWFfkQx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-syVXWFfkQx .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-syVXWFfkQx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-syVXWFfkQx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-syVXWFfkQx .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-syVXWFfkQx a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-syVXWFfkQx a.close:hover {
  color: #ffffff;
}
.cid-syVXWFfkQx .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-syVXWFfkQx .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-syVXWFfkQx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-syVXWFfkQx .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-syVXWFfkQx .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-syVXWFfkQx .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-syVXWFfkQx .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syVXWFfkQx .subtitle__block SPAN {
  color: #ffffff;
}
.cid-syVXWFfkQx .mbr-section-title,
.cid-syVXWFfkQx .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-syVXWFfkQx .mbr-text,
.cid-syVXWFfkQx .buttons__block {
  text-align: right;
}
.cid-syVXWFxh4S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-syVXWFxh4S .mbr-section-title {
  color: #ffffff;
}
.cid-syVXWFxh4S .mbr-text,
.cid-syVXWFxh4S .mbr-section-btn {
  color: #ffffff;
}
.cid-syVXWFxh4S .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sZ5CACsCft {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5CACsCft .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sZ5CACsCft .mbr-section-subtitle,
.cid-sZ5CACsCft .title,
.cid-sZ5CACsCft .mbr-text,
.cid-sZ5CACsCft .phone,
.cid-sZ5CACsCft .subscribe__form {
  pointer-events: all;
}
.cid-sZ5CACsCft .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sZ5CACsCft .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sZ5CACsCft .mbr-section-title span {
  font-weight: 500;
}
.cid-sZ5CACsCft .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CACsCft .mbr-text {
  margin-bottom: 15px;
}
.cid-sZ5CACsCft .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sZ5CACsCft .form-group {
  margin-bottom: 0;
}
.cid-sZ5CACsCft .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CACsCft .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CACsCft .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CACsCft .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CACsCft .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CACsCft .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CACsCft .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CACsCft .phone {
  color: #000000;
}
.cid-sZ5CACsCft .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sZ5CACsCft .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sZ5CACsCft .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sZ5CACsCft .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CACsCft .image__background .circle__image1 {
    display: none;
  }
}
.cid-sZ5CACsCft .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sZ5CACsCft .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CACsCft .image__background .circle__image2 {
    display: none;
  }
}
.cid-sZ5CACsCft .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sZ5CACsCft .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5CACsCft .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sZ5CACsCft .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-syVXWJSCnp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-syVXWJSCnp .col + .mbr-section-btn .btn,
  .cid-syVXWJSCnp .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-syVXWJSCnp .dragArea > *:nth-last-child(2).col,
  .cid-syVXWJSCnp .dragArea > *:nth-last-child(2).col-auto,
  .cid-syVXWJSCnp .col + .mbr-section-btn,
  .cid-syVXWJSCnp .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-syVXWJSCnp .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-syVXWJSCnp .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-syVXWJSCnp .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-syVXWJSCnp .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-syVXWJSCnp .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-syVXWJSCnp .subtext-1,
.cid-syVXWJSCnp .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-syVXWJSCnp .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-syVXWJSCnp .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-syVXWJSCnp .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-syVXWJSCnp .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-syVXWJSCnp .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-syVXWJSCnp .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-syVXWJSCnp .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-syVXWJSCnp .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-syVXWJSCnp .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-syVXWJSCnp .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-syVXWJSCnp .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-syVXWJSCnp .form-group {
  max-width: 400px;
}
.cid-syVXWJSCnp .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-syVXWJSCnp .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-syVXWJSCnp .form-row {
    justify-content: center;
  }
  .cid-syVXWJSCnp .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-syVXWJSCnp .subtext-1,
  .cid-syVXWJSCnp .subtext-2,
  .cid-syVXWJSCnp .card-support {
    text-align: center;
  }
  .cid-syVXWJSCnp .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-syVXWJSCnp .form-text {
    text-align: center;
  }
  .cid-syVXWJSCnp .follow-section {
    margin: 0;
  }
  .cid-syVXWJSCnp .mbr-form {
    text-align: center;
  }
  .cid-syVXWJSCnp .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-syVXWJSCnp .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-syVXWJSCnp .firstColumn,
  .cid-syVXWJSCnp .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-syVXWJSCnp .form-row {
    flex-direction: column;
  }
}
.cid-syVXWJSCnp img {
  width: auto;
}
.cid-syVXWJSCnp LI {
  color: #f8f8f8;
}
.cid-sB25f2xpS9 {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sB25f2xpS9 .mbr-overlay {
  background: #ffffff;
}
.cid-sB25f2xpS9 .animation {
  pointer-events: none;
}
.cid-sB25f2xpS9 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sB25f2xpS9 .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sB25f2xpS9 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sB25f2xpS9 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sB25f2xpS9 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sB25f2xpS9 .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sB25f2xpS9 .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sB25f2xpS9 .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sB25f2xpS9 .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sB25f2xpS9 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sB25f2xpS9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sB25f2xpS9 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sB25f2xpS9 .image__block {
    margin-bottom: -100px;
  }
}
.cid-sB25f0ri8x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB25f0ri8x nav.navbar {
  position: fixed;
}
.cid-sB25f0ri8x img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sB25f0ri8x .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sB25f0ri8x .navbar-short .nav-link {
  color: black!important;
}
.cid-sB25f0ri8x .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sB25f0ri8x .navbar.opened {
  transition: all .3s;
}
.cid-sB25f0ri8x .navbar .navbar-logo img {
  width: auto;
}
.cid-sB25f0ri8x .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB25f0ri8x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB25f0ri8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sB25f0ri8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB25f0ri8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB25f0ri8x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sB25f0ri8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB25f0ri8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sB25f0ri8x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB25f0ri8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB25f0ri8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB25f0ri8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB25f0ri8x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sB25f0ri8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB25f0ri8x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sB25f0ri8x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB25f0ri8x .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sB25f0ri8x .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB25f0ri8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sB25f0ri8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sB25f0ri8x .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sB25f0ri8x .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sB25f0ri8x .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-sB25f0ri8x .nav-link:hover,
.cid-sB25f0ri8x .nav-link:focus {
  color: #7b23ce !important;
}
.cid-sB25f0ri8x .nav-link:hover:before,
.cid-sB25f0ri8x .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sB25f0ri8x .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sB25f0ri8x .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sB25f0ri8x .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-sB25f0ri8x .dropdown-item:hover,
.cid-sB25f0ri8x .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-sB25f0ri8x .dropdown-item:hover:before,
.cid-sB25f0ri8x .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sB25f0ri8x .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sB25f0ri8x .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-sB25f0ri8x .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sB25f0ri8x .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sB25f0ri8x .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sB25f0ri8x .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-sB25f0ri8x .navbar-nav {
  margin: auto;
}
.cid-sB25f0ri8x .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sB25f0ri8x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB25f0ri8x .container {
  display: flex;
  margin: auto;
}
.cid-sB25f0ri8x .navbar-caption {
  padding-right: 4rem;
}
.cid-sB25f0ri8x .dropdown-menu,
.cid-sB25f0ri8x .navbar.opened {
  background: #ffffff !important;
}
.cid-sB25f0ri8x .nav-item:focus,
.cid-sB25f0ri8x .nav-link:focus {
  outline: none;
}
.cid-sB25f0ri8x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB25f0ri8x .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sB25f0ri8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sB25f0ri8x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB25f0ri8x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB25f0ri8x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB25f0ri8x .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB25f0ri8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB25f0ri8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB25f0ri8x .dropdown-item.active,
.cid-sB25f0ri8x .dropdown-item:active {
  background-color: transparent;
}
.cid-sB25f0ri8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB25f0ri8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB25f0ri8x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB25f0ri8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sB25f0ri8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB25f0ri8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB25f0ri8x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB25f0ri8x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB25f0ri8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sB25f0ri8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sB25f0ri8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sB25f0ri8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sB25f0ri8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sB25f0ri8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sB25f0ri8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB25f0ri8x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sB25f0ri8x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sB25f0ri8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB25f0ri8x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sB25f0ri8x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB25f0ri8x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sB25f0ri8x .navbar {
    height: 77px;
  }
  .cid-sB25f0ri8x .navbar.opened {
    height: auto;
  }
  .cid-sB25f0ri8x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sB25f0ri8x .navbar {
    background: #ffffff;
  }
  .cid-sB25f0ri8x .nav-link {
    color: black!important;
  }
}
.cid-sB25f1ItNr {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sB25f1ItNr .container,
.cid-sB25f1ItNr .container-fluid {
  z-index: 10;
}
.cid-sB25f1ItNr .container {
  pointer-events: none;
}
.cid-sB25f1ItNr .subtitle__block,
.cid-sB25f1ItNr .title__block,
.cid-sB25f1ItNr .buttons__block {
  pointer-events: all;
}
.cid-sB25f1ItNr .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sB25f1ItNr .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-sB25f1ItNr .mbr-section-title b,
.cid-sB25f1ItNr .mbr-section-title strong {
  font-weight: 900;
}
.cid-sB25f1ItNr .mbr-text {
  margin-bottom: 45px;
}
.cid-sB25f1ItNr .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sB25f1ItNr .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sB25f1ItNr .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sB25f1ItNr .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sB25f1ItNr .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sB25f1ItNr .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sB25f1ItNr .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sB25f1ItNr .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sB25f1ItNr .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sB25f1ItNr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sB25f1ItNr .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sB25f1ItNr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sB25f1ItNr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sB25f1ItNr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sB25f1ItNr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB25f1ItNr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sB25f1ItNr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sB25f1ItNr a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sB25f1ItNr a.close:hover {
  color: #ffffff;
}
.cid-sB25f1ItNr .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sB25f1ItNr .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sB25f1ItNr .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sB25f1ItNr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sB25f2JgMB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sB25f2JgMB .icon1 {
  background: #009fff;
}
.cid-sB25f2JgMB .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-sB25f2JgMB .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-sB25f2JgMB .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-sB25f2JgMB .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sB25f2JgMB .inline-wrapper {
  display: inline-block;
}
.cid-sB25f2JgMB .align-wrapper {
  width: 100%;
}
.cid-sB25f2JgMB .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #42424c inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-sB25f2JgMB .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sB25f2JgMB .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sB25f2JgMB .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sB25f2JgMB .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #42424c;
  position: relative;
}
.cid-sB25f2JgMB .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-sB25f2JgMB img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-sB25f2JgMB img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-sB25f2JgMB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sB25f2JgMB .mbr-section-subtitle {
  color: #767676;
}
.cid-sB25f2JgMB .main-sub-title {
  background: #5e2098;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sB25f2JgMB .card-text {
  color: #767676;
}
.cid-sB25f2JgMB .main-sub-title,
.cid-sB25f2JgMB .align-wrapper {
  color: #f8f8f8;
}
.cid-sB25f2JgMB .main-text {
  color: #777d74;
}
.cid-sB25f2JgMB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB25f2JgMB .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sB25f2JgMB .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sB25f2JgMB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sB25f2JgMB a.close:hover {
  color: #ffffff;
}
.cid-sZ5CsTZv2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5CsTZv2K .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sZ5CsTZv2K .mbr-section-subtitle,
.cid-sZ5CsTZv2K .title,
.cid-sZ5CsTZv2K .mbr-text,
.cid-sZ5CsTZv2K .phone,
.cid-sZ5CsTZv2K .subscribe__form {
  pointer-events: all;
}
.cid-sZ5CsTZv2K .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sZ5CsTZv2K .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sZ5CsTZv2K .mbr-section-title span {
  font-weight: 500;
}
.cid-sZ5CsTZv2K .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CsTZv2K .mbr-text {
  margin-bottom: 15px;
}
.cid-sZ5CsTZv2K .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sZ5CsTZv2K .form-group {
  margin-bottom: 0;
}
.cid-sZ5CsTZv2K .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CsTZv2K .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CsTZv2K .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CsTZv2K .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CsTZv2K .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CsTZv2K .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CsTZv2K .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CsTZv2K .phone {
  color: #000000;
}
.cid-sZ5CsTZv2K .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sZ5CsTZv2K .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sZ5CsTZv2K .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sZ5CsTZv2K .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CsTZv2K .image__background .circle__image1 {
    display: none;
  }
}
.cid-sZ5CsTZv2K .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sZ5CsTZv2K .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CsTZv2K .image__background .circle__image2 {
    display: none;
  }
}
.cid-sZ5CsTZv2K .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sZ5CsTZv2K .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5CsTZv2K .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sZ5CsTZv2K .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sB25f6JAlv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sB25f6JAlv .col + .mbr-section-btn .btn,
  .cid-sB25f6JAlv .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sB25f6JAlv .dragArea > *:nth-last-child(2).col,
  .cid-sB25f6JAlv .dragArea > *:nth-last-child(2).col-auto,
  .cid-sB25f6JAlv .col + .mbr-section-btn,
  .cid-sB25f6JAlv .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sB25f6JAlv .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sB25f6JAlv .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sB25f6JAlv .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sB25f6JAlv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sB25f6JAlv .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sB25f6JAlv .subtext-1,
.cid-sB25f6JAlv .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sB25f6JAlv .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sB25f6JAlv .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sB25f6JAlv .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sB25f6JAlv .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sB25f6JAlv .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sB25f6JAlv .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sB25f6JAlv .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sB25f6JAlv .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sB25f6JAlv .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sB25f6JAlv .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sB25f6JAlv .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sB25f6JAlv .form-group {
  max-width: 400px;
}
.cid-sB25f6JAlv .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sB25f6JAlv .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sB25f6JAlv .form-row {
    justify-content: center;
  }
  .cid-sB25f6JAlv .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sB25f6JAlv .subtext-1,
  .cid-sB25f6JAlv .subtext-2,
  .cid-sB25f6JAlv .card-support {
    text-align: center;
  }
  .cid-sB25f6JAlv .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sB25f6JAlv .form-text {
    text-align: center;
  }
  .cid-sB25f6JAlv .follow-section {
    margin: 0;
  }
  .cid-sB25f6JAlv .mbr-form {
    text-align: center;
  }
  .cid-sB25f6JAlv .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sB25f6JAlv .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sB25f6JAlv .firstColumn,
  .cid-sB25f6JAlv .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sB25f6JAlv .form-row {
    flex-direction: column;
  }
}
.cid-sB25f6JAlv img {
  width: auto;
}
.cid-sB25f6JAlv LI {
  color: #f8f8f8;
}
.cid-sB7EvtI4iF {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sB7EvtI4iF .mbr-overlay {
  background: #ffffff;
}
.cid-sB7EvtI4iF .animation {
  pointer-events: none;
}
.cid-sB7EvtI4iF .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sB7EvtI4iF .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sB7EvtI4iF .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sB7EvtI4iF .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sB7EvtI4iF .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sB7EvtI4iF .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sB7EvtI4iF .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sB7EvtI4iF .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sB7EvtI4iF .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sB7EvtI4iF .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sB7EvtI4iF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sB7EvtI4iF .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sB7EvtI4iF .image__block {
    margin-bottom: -100px;
  }
}
.cid-sB7EvrtlWG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sB7EvrtlWG nav.navbar {
  position: fixed;
}
.cid-sB7EvrtlWG img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sB7EvrtlWG .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sB7EvrtlWG .navbar-short .nav-link {
  color: black!important;
}
.cid-sB7EvrtlWG .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sB7EvrtlWG .navbar.opened {
  transition: all .3s;
}
.cid-sB7EvrtlWG .navbar .navbar-logo img {
  width: auto;
}
.cid-sB7EvrtlWG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sB7EvrtlWG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sB7EvrtlWG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sB7EvrtlWG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sB7EvrtlWG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sB7EvrtlWG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sB7EvrtlWG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sB7EvrtlWG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sB7EvrtlWG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sB7EvrtlWG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sB7EvrtlWG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sB7EvrtlWG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sB7EvrtlWG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sB7EvrtlWG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sB7EvrtlWG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sB7EvrtlWG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sB7EvrtlWG .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sB7EvrtlWG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sB7EvrtlWG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sB7EvrtlWG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sB7EvrtlWG .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sB7EvrtlWG .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sB7EvrtlWG .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-sB7EvrtlWG .nav-link:hover,
.cid-sB7EvrtlWG .nav-link:focus {
  color: #7b23ce !important;
}
.cid-sB7EvrtlWG .nav-link:hover:before,
.cid-sB7EvrtlWG .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sB7EvrtlWG .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sB7EvrtlWG .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sB7EvrtlWG .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-sB7EvrtlWG .dropdown-item:hover,
.cid-sB7EvrtlWG .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-sB7EvrtlWG .dropdown-item:hover:before,
.cid-sB7EvrtlWG .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sB7EvrtlWG .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sB7EvrtlWG .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-sB7EvrtlWG .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sB7EvrtlWG .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sB7EvrtlWG .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sB7EvrtlWG .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-sB7EvrtlWG .navbar-nav {
  margin: auto;
}
.cid-sB7EvrtlWG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sB7EvrtlWG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sB7EvrtlWG .container {
  display: flex;
  margin: auto;
}
.cid-sB7EvrtlWG .navbar-caption {
  padding-right: 4rem;
}
.cid-sB7EvrtlWG .dropdown-menu,
.cid-sB7EvrtlWG .navbar.opened {
  background: #ffffff !important;
}
.cid-sB7EvrtlWG .nav-item:focus,
.cid-sB7EvrtlWG .nav-link:focus {
  outline: none;
}
.cid-sB7EvrtlWG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sB7EvrtlWG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sB7EvrtlWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sB7EvrtlWG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sB7EvrtlWG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sB7EvrtlWG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sB7EvrtlWG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sB7EvrtlWG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sB7EvrtlWG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sB7EvrtlWG .dropdown-item.active,
.cid-sB7EvrtlWG .dropdown-item:active {
  background-color: transparent;
}
.cid-sB7EvrtlWG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sB7EvrtlWG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sB7EvrtlWG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sB7EvrtlWG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sB7EvrtlWG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sB7EvrtlWG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sB7EvrtlWG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sB7EvrtlWG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sB7EvrtlWG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sB7EvrtlWG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sB7EvrtlWG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sB7EvrtlWG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sB7EvrtlWG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sB7EvrtlWG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sB7EvrtlWG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB7EvrtlWG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sB7EvrtlWG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sB7EvrtlWG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sB7EvrtlWG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sB7EvrtlWG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sB7EvrtlWG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sB7EvrtlWG .navbar {
    height: 77px;
  }
  .cid-sB7EvrtlWG .navbar.opened {
    height: auto;
  }
  .cid-sB7EvrtlWG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sB7EvrtlWG .navbar {
    background: #ffffff;
  }
  .cid-sB7EvrtlWG .nav-link {
    color: black!important;
  }
}
.cid-sB7EvsRBTJ {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sB7EvsRBTJ .container,
.cid-sB7EvsRBTJ .container-fluid {
  z-index: 10;
}
.cid-sB7EvsRBTJ .container {
  pointer-events: none;
}
.cid-sB7EvsRBTJ .subtitle__block,
.cid-sB7EvsRBTJ .title__block,
.cid-sB7EvsRBTJ .buttons__block {
  pointer-events: all;
}
.cid-sB7EvsRBTJ .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sB7EvsRBTJ .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-sB7EvsRBTJ .mbr-section-title b,
.cid-sB7EvsRBTJ .mbr-section-title strong {
  font-weight: 900;
}
.cid-sB7EvsRBTJ .mbr-text {
  margin-bottom: 45px;
}
.cid-sB7EvsRBTJ .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sB7EvsRBTJ .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sB7EvsRBTJ .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sB7EvsRBTJ .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sB7EvsRBTJ .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sB7EvsRBTJ .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sB7EvsRBTJ .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sB7EvsRBTJ .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sB7EvsRBTJ .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sB7EvsRBTJ .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sB7EvsRBTJ .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sB7EvsRBTJ .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sB7EvsRBTJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sB7EvsRBTJ .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sB7EvsRBTJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB7EvsRBTJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sB7EvsRBTJ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sB7EvsRBTJ a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sB7EvsRBTJ a.close:hover {
  color: #ffffff;
}
.cid-sB7EvsRBTJ .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sB7EvsRBTJ .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sB7EvsRBTJ .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sB7EvsRBTJ .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sB7EvvlvD7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sB7EvvlvD7 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #7b23ce;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 26px;
}
.cid-sB7EvvlvD7 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sB7EvvlvD7 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sB7EvvlvD7 .mbr-section-subtitle.display-4 {
  line-height: 1.375;
}
.cid-sB7EvvlvD7 .mbr-section-title {
  color: #404040;
  font-weight: 600;
}
.cid-sB7EvvlvD7 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sB7EvvlvD7 .nav-tabs {
  width: 100%;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item {
  margin-bottom: 25px;
  width: 100%;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  font-style: normal;
  background: #ffffff;
  padding: 24px 28px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 20px 0px;
  margin: 0px;
  border-radius: 0px !important;
  transition: all 0.3s;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link:hover {
  background-color: #ba80ef;
  color: #ffffff;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #ba80ef;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link .tab-title {
  color: #404040;
  margin-bottom: 5px;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link .tab-title.display-4 {
  font-size: 20px;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link .mbr-text {
  color: #606060;
  margin-bottom: 0;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link.display-4 .tab-title {
  font-size: 19px !important;
  line-height: 1.316;
}
.cid-sB7EvvlvD7 .nav-tabs .nav-item .nav-link.display-4 .mbr-text {
  line-height: 1.5625;
}
.cid-sB7EvvlvD7 .tab-pane .card-img {
  overflow: hidden;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(178, 185, 138, 0.3);
  box-shadow: 0px 0px 30px rgba(178, 185, 138, 0.3);
}
.cid-sB7EvvlvD7 .tab-pane .mbr-text {
  color: #8d97ad;
}
.cid-sB7EvvlvD7 .tab-pane .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-sB7EvvlvD7 .nav-item {
    display: table-row !important;
  }
}
.cid-sB7Evt9Zek {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sB7Evt9Zek .container {
  pointer-events: none;
}
.cid-sB7Evt9Zek .subtitle__block,
.cid-sB7Evt9Zek .title__block,
.cid-sB7Evt9Zek .buttons__block {
  pointer-events: all;
}
.cid-sB7Evt9Zek .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sB7Evt9Zek .subtitle__block SPAN {
  color: #009fff;
}
.cid-sB7Evt9Zek .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-sB7Evt9Zek .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sB7Evt9Zek .mbr-text {
  margin-top: 35px;
}
.cid-sB7Evt9Zek .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sB7Evt9Zek .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sB7Evt9Zek .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sB7Evt9Zek .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sB7Evt9Zek .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sB7Evt9Zek .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sB7Evt9Zek .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sB7Evt9Zek .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sB7Evt9Zek .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sB7Evt9Zek .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sB7Evt9Zek .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sB7Evt9Zek .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sB7Evt9Zek .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sB7Evt9Zek .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sB7Evt9Zek .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sB7Evt9Zek .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sB7Evt9Zek .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sB7Evt9Zek a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sB7Evt9Zek a.close:hover {
  color: #ffffff;
}
.cid-sB7Evt9Zek .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sB7Evt9Zek .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sB7Evt9Zek .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sB7Evt9Zek .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sB7Evt9Zek .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sB7Evt9Zek .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sB7Evt9Zek .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sB7Evt9Zek .subtitle__block SPAN {
  color: #ffffff;
}
.cid-sB7Evt9Zek .mbr-section-title,
.cid-sB7Evt9Zek .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-sB7Evt9Zek .mbr-text,
.cid-sB7Evt9Zek .buttons__block {
  text-align: right;
}
.cid-sB7Evttgr0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-sB7Evttgr0 .mbr-section-title {
  color: #ffffff;
}
.cid-sB7Evttgr0 .mbr-text,
.cid-sB7Evttgr0 .mbr-section-btn {
  color: #ffffff;
}
.cid-sB7Evttgr0 .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sZ5CNH8vGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5CNH8vGR .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sZ5CNH8vGR .mbr-section-subtitle,
.cid-sZ5CNH8vGR .title,
.cid-sZ5CNH8vGR .mbr-text,
.cid-sZ5CNH8vGR .phone,
.cid-sZ5CNH8vGR .subscribe__form {
  pointer-events: all;
}
.cid-sZ5CNH8vGR .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sZ5CNH8vGR .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sZ5CNH8vGR .mbr-section-title span {
  font-weight: 500;
}
.cid-sZ5CNH8vGR .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CNH8vGR .mbr-text {
  margin-bottom: 15px;
}
.cid-sZ5CNH8vGR .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sZ5CNH8vGR .form-group {
  margin-bottom: 0;
}
.cid-sZ5CNH8vGR .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CNH8vGR .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5CNH8vGR .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CNH8vGR .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CNH8vGR .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CNH8vGR .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5CNH8vGR .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5CNH8vGR .phone {
  color: #000000;
}
.cid-sZ5CNH8vGR .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sZ5CNH8vGR .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sZ5CNH8vGR .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sZ5CNH8vGR .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CNH8vGR .image__background .circle__image1 {
    display: none;
  }
}
.cid-sZ5CNH8vGR .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sZ5CNH8vGR .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5CNH8vGR .image__background .circle__image2 {
    display: none;
  }
}
.cid-sZ5CNH8vGR .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sZ5CNH8vGR .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5CNH8vGR .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sZ5CNH8vGR .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sB7EvxTaLW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sB7EvxTaLW .col + .mbr-section-btn .btn,
  .cid-sB7EvxTaLW .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sB7EvxTaLW .dragArea > *:nth-last-child(2).col,
  .cid-sB7EvxTaLW .dragArea > *:nth-last-child(2).col-auto,
  .cid-sB7EvxTaLW .col + .mbr-section-btn,
  .cid-sB7EvxTaLW .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sB7EvxTaLW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sB7EvxTaLW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sB7EvxTaLW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sB7EvxTaLW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sB7EvxTaLW .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sB7EvxTaLW .subtext-1,
.cid-sB7EvxTaLW .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sB7EvxTaLW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sB7EvxTaLW .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sB7EvxTaLW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sB7EvxTaLW .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sB7EvxTaLW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sB7EvxTaLW .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sB7EvxTaLW .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sB7EvxTaLW .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sB7EvxTaLW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sB7EvxTaLW .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sB7EvxTaLW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sB7EvxTaLW .form-group {
  max-width: 400px;
}
.cid-sB7EvxTaLW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sB7EvxTaLW .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sB7EvxTaLW .form-row {
    justify-content: center;
  }
  .cid-sB7EvxTaLW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sB7EvxTaLW .subtext-1,
  .cid-sB7EvxTaLW .subtext-2,
  .cid-sB7EvxTaLW .card-support {
    text-align: center;
  }
  .cid-sB7EvxTaLW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sB7EvxTaLW .form-text {
    text-align: center;
  }
  .cid-sB7EvxTaLW .follow-section {
    margin: 0;
  }
  .cid-sB7EvxTaLW .mbr-form {
    text-align: center;
  }
  .cid-sB7EvxTaLW .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sB7EvxTaLW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sB7EvxTaLW .firstColumn,
  .cid-sB7EvxTaLW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sB7EvxTaLW .form-row {
    flex-direction: column;
  }
}
.cid-sB7EvxTaLW img {
  width: auto;
}
.cid-sB7EvxTaLW LI {
  color: #f8f8f8;
}
.cid-sBdXrYtWnv {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sBdXrYtWnv .mbr-overlay {
  background: #ffffff;
}
.cid-sBdXrYtWnv .animation {
  pointer-events: none;
}
.cid-sBdXrYtWnv .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sBdXrYtWnv .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sBdXrYtWnv .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sBdXrYtWnv .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sBdXrYtWnv .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sBdXrYtWnv .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sBdXrYtWnv .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sBdXrYtWnv .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sBdXrYtWnv .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sBdXrYtWnv .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sBdXrYtWnv .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBdXrYtWnv .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sBdXrYtWnv .image__block {
    margin-bottom: -100px;
  }
}
.cid-sBdXrWizgK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBdXrWizgK nav.navbar {
  position: fixed;
}
.cid-sBdXrWizgK img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sBdXrWizgK .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sBdXrWizgK .navbar-short .nav-link {
  color: black!important;
}
.cid-sBdXrWizgK .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sBdXrWizgK .navbar.opened {
  transition: all .3s;
}
.cid-sBdXrWizgK .navbar .navbar-logo img {
  width: auto;
}
.cid-sBdXrWizgK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBdXrWizgK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBdXrWizgK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBdXrWizgK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBdXrWizgK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBdXrWizgK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBdXrWizgK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBdXrWizgK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sBdXrWizgK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBdXrWizgK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBdXrWizgK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBdXrWizgK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBdXrWizgK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBdXrWizgK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBdXrWizgK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sBdXrWizgK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBdXrWizgK .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sBdXrWizgK .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBdXrWizgK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBdXrWizgK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBdXrWizgK .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sBdXrWizgK .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sBdXrWizgK .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-sBdXrWizgK .nav-link:hover,
.cid-sBdXrWizgK .nav-link:focus {
  color: #7b23ce !important;
}
.cid-sBdXrWizgK .nav-link:hover:before,
.cid-sBdXrWizgK .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sBdXrWizgK .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sBdXrWizgK .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sBdXrWizgK .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-sBdXrWizgK .dropdown-item:hover,
.cid-sBdXrWizgK .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-sBdXrWizgK .dropdown-item:hover:before,
.cid-sBdXrWizgK .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sBdXrWizgK .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sBdXrWizgK .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-sBdXrWizgK .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sBdXrWizgK .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sBdXrWizgK .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sBdXrWizgK .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-sBdXrWizgK .navbar-nav {
  margin: auto;
}
.cid-sBdXrWizgK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sBdXrWizgK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBdXrWizgK .container {
  display: flex;
  margin: auto;
}
.cid-sBdXrWizgK .navbar-caption {
  padding-right: 4rem;
}
.cid-sBdXrWizgK .dropdown-menu,
.cid-sBdXrWizgK .navbar.opened {
  background: #ffffff !important;
}
.cid-sBdXrWizgK .nav-item:focus,
.cid-sBdXrWizgK .nav-link:focus {
  outline: none;
}
.cid-sBdXrWizgK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBdXrWizgK .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sBdXrWizgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBdXrWizgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBdXrWizgK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBdXrWizgK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBdXrWizgK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBdXrWizgK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBdXrWizgK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBdXrWizgK .dropdown-item.active,
.cid-sBdXrWizgK .dropdown-item:active {
  background-color: transparent;
}
.cid-sBdXrWizgK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBdXrWizgK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBdXrWizgK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBdXrWizgK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBdXrWizgK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBdXrWizgK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBdXrWizgK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBdXrWizgK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBdXrWizgK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBdXrWizgK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sBdXrWizgK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBdXrWizgK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBdXrWizgK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBdXrWizgK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBdXrWizgK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBdXrWizgK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBdXrWizgK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBdXrWizgK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBdXrWizgK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sBdXrWizgK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBdXrWizgK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBdXrWizgK .navbar {
    height: 77px;
  }
  .cid-sBdXrWizgK .navbar.opened {
    height: auto;
  }
  .cid-sBdXrWizgK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sBdXrWizgK .navbar {
    background: #ffffff;
  }
  .cid-sBdXrWizgK .nav-link {
    color: black!important;
  }
}
.cid-sBdXrXH8T3 {
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBdXrXH8T3 .container,
.cid-sBdXrXH8T3 .container-fluid {
  z-index: 10;
}
.cid-sBdXrXH8T3 .container {
  pointer-events: none;
}
.cid-sBdXrXH8T3 .subtitle__block,
.cid-sBdXrXH8T3 .title__block,
.cid-sBdXrXH8T3 .buttons__block {
  pointer-events: all;
}
.cid-sBdXrXH8T3 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sBdXrXH8T3 .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-sBdXrXH8T3 .mbr-section-title b,
.cid-sBdXrXH8T3 .mbr-section-title strong {
  font-weight: 900;
}
.cid-sBdXrXH8T3 .mbr-text {
  margin-bottom: 45px;
}
.cid-sBdXrXH8T3 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sBdXrXH8T3 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sBdXrXH8T3 .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sBdXrXH8T3 .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sBdXrXH8T3 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sBdXrXH8T3 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sBdXrXH8T3 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sBdXrXH8T3 .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sBdXrXH8T3 .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sBdXrXH8T3 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sBdXrXH8T3 .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sBdXrXH8T3 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sBdXrXH8T3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sBdXrXH8T3 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sBdXrXH8T3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBdXrXH8T3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBdXrXH8T3 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBdXrXH8T3 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sBdXrXH8T3 a.close:hover {
  color: #ffffff;
}
.cid-sBdXrXH8T3 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sBdXrXH8T3 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sBdXrXH8T3 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sBdXrXH8T3 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBdXrYFAvZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBdXrYFAvZ .icon1 {
  background: #009fff;
}
.cid-sBdXrYFAvZ .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-sBdXrYFAvZ .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-sBdXrYFAvZ .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-sBdXrYFAvZ .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sBdXrYFAvZ .inline-wrapper {
  display: inline-block;
}
.cid-sBdXrYFAvZ .align-wrapper {
  width: 100%;
}
.cid-sBdXrYFAvZ .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #42424c inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-sBdXrYFAvZ .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-sBdXrYFAvZ .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sBdXrYFAvZ .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sBdXrYFAvZ .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #42424c;
  position: relative;
}
.cid-sBdXrYFAvZ .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-sBdXrYFAvZ img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-sBdXrYFAvZ img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-sBdXrYFAvZ .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sBdXrYFAvZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sBdXrYFAvZ .main-sub-title {
  background: #5e2098;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-sBdXrYFAvZ .card-text {
  color: #767676;
}
.cid-sBdXrYFAvZ .main-sub-title,
.cid-sBdXrYFAvZ .align-wrapper {
  color: #f8f8f8;
}
.cid-sBdXrYFAvZ .main-text {
  color: #777d74;
}
.cid-sBdXrYFAvZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBdXrYFAvZ .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-sBdXrYFAvZ .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-sBdXrYFAvZ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sBdXrYFAvZ a.close:hover {
  color: #ffffff;
}
.cid-sBdXrXZLiE {
  padding-top: 6rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBdXrXZLiE .container {
  pointer-events: none;
}
.cid-sBdXrXZLiE .subtitle__block,
.cid-sBdXrXZLiE .title__block,
.cid-sBdXrXZLiE .buttons__block {
  pointer-events: all;
}
.cid-sBdXrXZLiE .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sBdXrXZLiE .subtitle__block SPAN {
  color: #009fff;
}
.cid-sBdXrXZLiE .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-sBdXrXZLiE .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sBdXrXZLiE .mbr-text {
  margin-top: 35px;
}
.cid-sBdXrXZLiE .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sBdXrXZLiE .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sBdXrXZLiE .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sBdXrXZLiE .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sBdXrXZLiE .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sBdXrXZLiE .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sBdXrXZLiE .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sBdXrXZLiE .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sBdXrXZLiE .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sBdXrXZLiE .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sBdXrXZLiE .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sBdXrXZLiE .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sBdXrXZLiE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sBdXrXZLiE .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sBdXrXZLiE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBdXrXZLiE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBdXrXZLiE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBdXrXZLiE a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sBdXrXZLiE a.close:hover {
  color: #ffffff;
}
.cid-sBdXrXZLiE .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sBdXrXZLiE .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sBdXrXZLiE .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sBdXrXZLiE .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sBdXrXZLiE .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sBdXrXZLiE .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sBdXrXZLiE .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBdXrXZLiE .subtitle__block SPAN {
  color: #ffffff;
}
.cid-sBdXrXZLiE .mbr-section-title,
.cid-sBdXrXZLiE .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-sBdXrXZLiE .mbr-text,
.cid-sBdXrXZLiE .buttons__block {
  text-align: right;
}
.cid-sBdXrYiUlx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-sBdXrYiUlx .mbr-section-title {
  color: #ffffff;
}
.cid-sBdXrYiUlx .mbr-text,
.cid-sBdXrYiUlx .mbr-section-btn {
  color: #ffffff;
}
.cid-sBdXrYiUlx .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sZ5D9KZf0S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5D9KZf0S .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sZ5D9KZf0S .mbr-section-subtitle,
.cid-sZ5D9KZf0S .title,
.cid-sZ5D9KZf0S .mbr-text,
.cid-sZ5D9KZf0S .phone,
.cid-sZ5D9KZf0S .subscribe__form {
  pointer-events: all;
}
.cid-sZ5D9KZf0S .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sZ5D9KZf0S .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sZ5D9KZf0S .mbr-section-title span {
  font-weight: 500;
}
.cid-sZ5D9KZf0S .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5D9KZf0S .mbr-text {
  margin-bottom: 15px;
}
.cid-sZ5D9KZf0S .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sZ5D9KZf0S .form-group {
  margin-bottom: 0;
}
.cid-sZ5D9KZf0S .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5D9KZf0S .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5D9KZf0S .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5D9KZf0S .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5D9KZf0S .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5D9KZf0S .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5D9KZf0S .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5D9KZf0S .phone {
  color: #000000;
}
.cid-sZ5D9KZf0S .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sZ5D9KZf0S .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sZ5D9KZf0S .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sZ5D9KZf0S .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5D9KZf0S .image__background .circle__image1 {
    display: none;
  }
}
.cid-sZ5D9KZf0S .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sZ5D9KZf0S .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5D9KZf0S .image__background .circle__image2 {
    display: none;
  }
}
.cid-sZ5D9KZf0S .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sZ5D9KZf0S .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5D9KZf0S .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sZ5D9KZf0S .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBdXs2D3Nk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sBdXs2D3Nk .col + .mbr-section-btn .btn,
  .cid-sBdXs2D3Nk .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sBdXs2D3Nk .dragArea > *:nth-last-child(2).col,
  .cid-sBdXs2D3Nk .dragArea > *:nth-last-child(2).col-auto,
  .cid-sBdXs2D3Nk .col + .mbr-section-btn,
  .cid-sBdXs2D3Nk .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sBdXs2D3Nk .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sBdXs2D3Nk .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sBdXs2D3Nk .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sBdXs2D3Nk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sBdXs2D3Nk .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sBdXs2D3Nk .subtext-1,
.cid-sBdXs2D3Nk .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sBdXs2D3Nk .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sBdXs2D3Nk .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sBdXs2D3Nk .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sBdXs2D3Nk .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sBdXs2D3Nk .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sBdXs2D3Nk .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sBdXs2D3Nk .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sBdXs2D3Nk .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sBdXs2D3Nk .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sBdXs2D3Nk .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sBdXs2D3Nk .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sBdXs2D3Nk .form-group {
  max-width: 400px;
}
.cid-sBdXs2D3Nk .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sBdXs2D3Nk .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sBdXs2D3Nk .form-row {
    justify-content: center;
  }
  .cid-sBdXs2D3Nk .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sBdXs2D3Nk .subtext-1,
  .cid-sBdXs2D3Nk .subtext-2,
  .cid-sBdXs2D3Nk .card-support {
    text-align: center;
  }
  .cid-sBdXs2D3Nk .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sBdXs2D3Nk .form-text {
    text-align: center;
  }
  .cid-sBdXs2D3Nk .follow-section {
    margin: 0;
  }
  .cid-sBdXs2D3Nk .mbr-form {
    text-align: center;
  }
  .cid-sBdXs2D3Nk .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sBdXs2D3Nk .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sBdXs2D3Nk .firstColumn,
  .cid-sBdXs2D3Nk .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sBdXs2D3Nk .form-row {
    flex-direction: column;
  }
}
.cid-sBdXs2D3Nk img {
  width: auto;
}
.cid-sBdXs2D3Nk LI {
  color: #f8f8f8;
}
.cid-sBT8LHPObD {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sBT8LHPObD .mbr-overlay {
  background: #ffffff;
}
.cid-sBT8LHPObD .animation {
  pointer-events: none;
}
.cid-sBT8LHPObD .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sBT8LHPObD .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sBT8LHPObD .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sBT8LHPObD .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sBT8LHPObD .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sBT8LHPObD .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sBT8LHPObD .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sBT8LHPObD .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sBT8LHPObD .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sBT8LHPObD .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sBT8LHPObD .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sBT8LHPObD .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sBT8LHPObD .image__block {
    margin-bottom: -100px;
  }
}
.cid-sBT8LFJj4I {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sBT8LFJj4I nav.navbar {
  position: fixed;
}
.cid-sBT8LFJj4I img {
  width: 50px!important;
  height: 50px!important;
}
.cid-sBT8LFJj4I .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-sBT8LFJj4I .navbar-short .nav-link {
  color: black!important;
}
.cid-sBT8LFJj4I .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sBT8LFJj4I .navbar.opened {
  transition: all .3s;
}
.cid-sBT8LFJj4I .navbar .navbar-logo img {
  width: auto;
}
.cid-sBT8LFJj4I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sBT8LFJj4I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBT8LFJj4I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sBT8LFJj4I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sBT8LFJj4I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sBT8LFJj4I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sBT8LFJj4I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sBT8LFJj4I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sBT8LFJj4I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBT8LFJj4I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sBT8LFJj4I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBT8LFJj4I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sBT8LFJj4I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sBT8LFJj4I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBT8LFJj4I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-sBT8LFJj4I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sBT8LFJj4I .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-sBT8LFJj4I .navbar.navbar-short {
  min-height: 60px;
}
.cid-sBT8LFJj4I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sBT8LFJj4I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBT8LFJj4I .navbar-logo {
  margin-right: 1rem!important;
}
.cid-sBT8LFJj4I .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-sBT8LFJj4I .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-sBT8LFJj4I .nav-link:hover,
.cid-sBT8LFJj4I .nav-link:focus {
  color: #7b23ce !important;
}
.cid-sBT8LFJj4I .nav-link:hover:before,
.cid-sBT8LFJj4I .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-sBT8LFJj4I .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-sBT8LFJj4I .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-sBT8LFJj4I .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-sBT8LFJj4I .dropdown-item:hover,
.cid-sBT8LFJj4I .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-sBT8LFJj4I .dropdown-item:hover:before,
.cid-sBT8LFJj4I .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-sBT8LFJj4I .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sBT8LFJj4I .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-sBT8LFJj4I .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-sBT8LFJj4I .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-sBT8LFJj4I .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-sBT8LFJj4I .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-sBT8LFJj4I .navbar-nav {
  margin: auto;
}
.cid-sBT8LFJj4I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sBT8LFJj4I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sBT8LFJj4I .container {
  display: flex;
  margin: auto;
}
.cid-sBT8LFJj4I .navbar-caption {
  padding-right: 4rem;
}
.cid-sBT8LFJj4I .dropdown-menu,
.cid-sBT8LFJj4I .navbar.opened {
  background: #ffffff !important;
}
.cid-sBT8LFJj4I .nav-item:focus,
.cid-sBT8LFJj4I .nav-link:focus {
  outline: none;
}
.cid-sBT8LFJj4I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sBT8LFJj4I .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sBT8LFJj4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sBT8LFJj4I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sBT8LFJj4I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBT8LFJj4I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sBT8LFJj4I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBT8LFJj4I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sBT8LFJj4I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBT8LFJj4I .dropdown-item.active,
.cid-sBT8LFJj4I .dropdown-item:active {
  background-color: transparent;
}
.cid-sBT8LFJj4I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sBT8LFJj4I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sBT8LFJj4I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sBT8LFJj4I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sBT8LFJj4I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sBT8LFJj4I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBT8LFJj4I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBT8LFJj4I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sBT8LFJj4I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBT8LFJj4I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-sBT8LFJj4I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBT8LFJj4I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBT8LFJj4I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBT8LFJj4I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBT8LFJj4I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBT8LFJj4I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBT8LFJj4I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBT8LFJj4I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBT8LFJj4I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sBT8LFJj4I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sBT8LFJj4I .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBT8LFJj4I .navbar {
    height: 77px;
  }
  .cid-sBT8LFJj4I .navbar.opened {
    height: auto;
  }
  .cid-sBT8LFJj4I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-sBT8LFJj4I .navbar {
    background: #ffffff;
  }
  .cid-sBT8LFJj4I .nav-link {
    color: black!important;
  }
}
.cid-sBT8LH411I {
  padding-top: 10rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBT8LH411I .container,
.cid-sBT8LH411I .container-fluid {
  z-index: 10;
}
.cid-sBT8LH411I .container {
  pointer-events: none;
}
.cid-sBT8LH411I .subtitle__block,
.cid-sBT8LH411I .title__block,
.cid-sBT8LH411I .buttons__block {
  pointer-events: all;
}
.cid-sBT8LH411I .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sBT8LH411I .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
}
.cid-sBT8LH411I .mbr-section-title b,
.cid-sBT8LH411I .mbr-section-title strong {
  font-weight: 900;
}
.cid-sBT8LH411I .mbr-text {
  margin-bottom: 45px;
}
.cid-sBT8LH411I .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-sBT8LH411I .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-sBT8LH411I .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sBT8LH411I .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sBT8LH411I .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sBT8LH411I .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-sBT8LH411I .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-sBT8LH411I .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sBT8LH411I .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sBT8LH411I .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sBT8LH411I .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sBT8LH411I .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sBT8LH411I .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sBT8LH411I .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-sBT8LH411I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBT8LH411I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBT8LH411I .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBT8LH411I a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sBT8LH411I a.close:hover {
  color: #ffffff;
}
.cid-sBT8LH411I .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sBT8LH411I .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-sBT8LH411I .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-sBT8LH411I .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBT8LJdTZl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sBT8LJdTZl .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-sBT8LJdTZl .card-wrapper:hover .card-title {
  color: #7b23ce;
}
.cid-sBT8LJdTZl .col1 span {
  padding-right: 1.5rem;
}
.cid-sBT8LJdTZl .col2 span {
  padding-left: 1.5rem;
}
.cid-sBT8LJdTZl .card-title {
  transition: all 0.3s;
}
.cid-sBT8LJdTZl .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #7b23ce;
}
@media (max-width: 992px) {
  .cid-sBT8LJdTZl .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-sBT8LJdTZl span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-sBT8LJdTZl .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-sBT8LJdTZl .card-text {
  color: #616161;
}
.cid-sBT8LKkBtZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #7b23ce;
  background: linear-gradient(-45deg, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-sBT8LKkBtZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-sBT8LKkBtZ .container {
  pointer-events: none;
}
.cid-sBT8LKkBtZ .title__block,
.cid-sBT8LKkBtZ .image__block {
  pointer-events: all;
}
.cid-sBT8LKkBtZ .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sBT8LKkBtZ .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-sBT8LKkBtZ .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-sBT8LKkBtZ .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-sBT8LKkBtZ .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-sBT8LKkBtZ .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-sBT8LKkBtZ .image__block {
  max-height: 600px;
}
.cid-sBT8LKkBtZ .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sBT8LKkBtZ .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-sBT8LKkBtZ .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-sBT8LKkBtZ .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-sBT8LKkBtZ .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sBT8LKkBtZ .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-sBT8LKkBtZ .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sBT8LKkBtZ .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-sBT8LKkBtZ .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBT8LIA7Sq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sBT8LIA7Sq .mbr-text,
.cid-sBT8LIA7Sq .mbr-section-btn {
  color: #716c80;
}
.cid-sBT8LIA7Sq .title {
  color: #7b23ce;
}
@-webkit-keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
@keyframes line {
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  to {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.cid-sBT8LIA7Sq .img1 {
  position: absolute !important;
  height: 400px;
  width: 40%;
  left: 0;
  top: -30px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/mbr-1676x1080.jpeg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sBT8LIA7Sq .img1 > div {
  border-radius: 30px !important;
}
.cid-sBT8LIA7Sq .img1 div[id^="jarallax-container"] > * {
  bottom: 20% !important;
  border-radius: 30px !important;
  top: -9% !important;
  left: 0px !important;
}
.cid-sBT8LIA7Sq .img2 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 0;
  bottom: -41px;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/team-500x334.jpeg");
  border-collapse: separate !important;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-sBT8LIA7Sq .img2 > div {
  border-radius: 30px !important;
}
.cid-sBT8LIA7Sq .img2 div[id^="jarallax-container"] > * {
  top: -14% !important;
  border-radius: 30px !important;
  left: 0px !important;
}
.cid-sBT8LIA7Sq .img3 {
  position: absolute !important;
  height: 400px;
  width: 50%;
  right: 160px;
  bottom: 0;
  border-radius: 30px !important;
  background-image: url("../../../assets/images/05.jpg");
}
.cid-sBT8LIA7Sq .img3 > div {
  border-radius: 30px !important;
}
.cid-sBT8LIA7Sq .img3 div[id^="jarallax-container"] > * {
  margin-top: 10% !important;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 30px !important;
}
.cid-sBT8LIA7Sq .wrap {
  height: 450px;
}
@media (max-width: 991px) {
  .cid-sBT8LIA7Sq .img3 div[id^="jarallax-container"] > * {
    margin-top: 0% !important;
  }
  .cid-sBT8LIA7Sq .text-wrap > * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sBT8LIA7Sq .img3 {
    position: relative !important;
    margin: 0 auto;
    right: 0px;
  }
}
.cid-sBT8LHmVq8 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sBT8LHmVq8 .container {
  pointer-events: none;
}
.cid-sBT8LHmVq8 .subtitle__block,
.cid-sBT8LHmVq8 .title__block,
.cid-sBT8LHmVq8 .buttons__block {
  pointer-events: all;
}
.cid-sBT8LHmVq8 .subtitle__block {
  display: inline-block;
  background: #5e2098;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sBT8LHmVq8 .subtitle__block SPAN {
  color: #009fff;
}
.cid-sBT8LHmVq8 .mbr-section-subtitle {
  display: inline-block;
  color: #bbbbbb;
}
.cid-sBT8LHmVq8 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sBT8LHmVq8 .mbr-text {
  margin-top: 35px;
}
.cid-sBT8LHmVq8 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sBT8LHmVq8 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sBT8LHmVq8 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-sBT8LHmVq8 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sBT8LHmVq8 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sBT8LHmVq8 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sBT8LHmVq8 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-sBT8LHmVq8 .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-sBT8LHmVq8 .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-sBT8LHmVq8 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sBT8LHmVq8 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sBT8LHmVq8 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sBT8LHmVq8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sBT8LHmVq8 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sBT8LHmVq8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sBT8LHmVq8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sBT8LHmVq8 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sBT8LHmVq8 a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sBT8LHmVq8 a.close:hover {
  color: #ffffff;
}
.cid-sBT8LHmVq8 .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sBT8LHmVq8 .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-sBT8LHmVq8 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #7b23ce;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-sBT8LHmVq8 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-sBT8LHmVq8 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #009fff;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-sBT8LHmVq8 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #5e2098;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-sBT8LHmVq8 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #7b23ce;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBT8LHmVq8 .subtitle__block SPAN {
  color: #ffffff;
}
.cid-sBT8LHmVq8 .mbr-section-title,
.cid-sBT8LHmVq8 .subtitle__wrap {
  text-align: right;
  color: #333333;
}
.cid-sBT8LHmVq8 .mbr-text,
.cid-sBT8LHmVq8 .buttons__block {
  text-align: right;
}
.cid-sBT8LHELOp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #5e2098;
}
.cid-sBT8LHELOp .mbr-section-title {
  color: #ffffff;
}
.cid-sBT8LHELOp .mbr-text,
.cid-sBT8LHELOp .mbr-section-btn {
  color: #ffffff;
}
.cid-sBT8LHELOp .btn {
  color: white!important;
  border-color: white!important;
}
.cid-sZ5DlA1hDp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZ5DlA1hDp .container {
  pointer-events: none;
  z-index: 10;
}
.cid-sZ5DlA1hDp .mbr-section-subtitle,
.cid-sZ5DlA1hDp .title,
.cid-sZ5DlA1hDp .mbr-text,
.cid-sZ5DlA1hDp .phone,
.cid-sZ5DlA1hDp .subscribe__form {
  pointer-events: all;
}
.cid-sZ5DlA1hDp .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sZ5DlA1hDp .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-sZ5DlA1hDp .mbr-section-title span {
  font-weight: 500;
}
.cid-sZ5DlA1hDp .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5DlA1hDp .mbr-text {
  margin-bottom: 15px;
}
.cid-sZ5DlA1hDp .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-sZ5DlA1hDp .form-group {
  margin-bottom: 0;
}
.cid-sZ5DlA1hDp .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5DlA1hDp .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-sZ5DlA1hDp .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5DlA1hDp .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5DlA1hDp .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5DlA1hDp .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-sZ5DlA1hDp .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-sZ5DlA1hDp .phone {
  color: #000000;
}
.cid-sZ5DlA1hDp .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-sZ5DlA1hDp .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-sZ5DlA1hDp .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-sZ5DlA1hDp .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5DlA1hDp .image__background .circle__image1 {
    display: none;
  }
}
.cid-sZ5DlA1hDp .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-sZ5DlA1hDp .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-sZ5DlA1hDp .image__background .circle__image2 {
    display: none;
  }
}
.cid-sZ5DlA1hDp .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-sZ5DlA1hDp .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-sZ5DlA1hDp .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-sZ5DlA1hDp .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-sBT8LMat3R {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sBT8LMat3R .col + .mbr-section-btn .btn,
  .cid-sBT8LMat3R .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sBT8LMat3R .dragArea > *:nth-last-child(2).col,
  .cid-sBT8LMat3R .dragArea > *:nth-last-child(2).col-auto,
  .cid-sBT8LMat3R .col + .mbr-section-btn,
  .cid-sBT8LMat3R .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sBT8LMat3R .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sBT8LMat3R .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sBT8LMat3R .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sBT8LMat3R .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sBT8LMat3R .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sBT8LMat3R .subtext-1,
.cid-sBT8LMat3R .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sBT8LMat3R .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sBT8LMat3R .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-sBT8LMat3R .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sBT8LMat3R .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sBT8LMat3R .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sBT8LMat3R .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sBT8LMat3R .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sBT8LMat3R .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sBT8LMat3R .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sBT8LMat3R .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-sBT8LMat3R .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sBT8LMat3R .form-group {
  max-width: 400px;
}
.cid-sBT8LMat3R .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sBT8LMat3R .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sBT8LMat3R .form-row {
    justify-content: center;
  }
  .cid-sBT8LMat3R .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sBT8LMat3R .subtext-1,
  .cid-sBT8LMat3R .subtext-2,
  .cid-sBT8LMat3R .card-support {
    text-align: center;
  }
  .cid-sBT8LMat3R .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sBT8LMat3R .form-text {
    text-align: center;
  }
  .cid-sBT8LMat3R .follow-section {
    margin: 0;
  }
  .cid-sBT8LMat3R .mbr-form {
    text-align: center;
  }
  .cid-sBT8LMat3R .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sBT8LMat3R .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sBT8LMat3R .firstColumn,
  .cid-sBT8LMat3R .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sBT8LMat3R .form-row {
    flex-direction: column;
  }
}
.cid-sBT8LMat3R img {
  width: auto;
}
.cid-sBT8LMat3R LI {
  color: #f8f8f8;
}
.cid-u8fWrEpyRi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u8fWrEpyRi nav.navbar {
  position: fixed;
}
.cid-u8fWrEpyRi img {
  width: 50px!important;
  height: 50px!important;
}
.cid-u8fWrEpyRi .navbar-short {
  background: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-u8fWrEpyRi .navbar-short .nav-link {
  color: black!important;
}
.cid-u8fWrEpyRi .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8fWrEpyRi .navbar.opened {
  transition: all .3s;
}
.cid-u8fWrEpyRi .navbar .navbar-logo img {
  width: auto;
}
.cid-u8fWrEpyRi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8fWrEpyRi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8fWrEpyRi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8fWrEpyRi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8fWrEpyRi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8fWrEpyRi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u8fWrEpyRi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8fWrEpyRi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u8fWrEpyRi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8fWrEpyRi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8fWrEpyRi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8fWrEpyRi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8fWrEpyRi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u8fWrEpyRi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8fWrEpyRi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
  }
  .cid-u8fWrEpyRi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8fWrEpyRi .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-u8fWrEpyRi .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8fWrEpyRi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8fWrEpyRi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8fWrEpyRi .navbar-logo {
  margin-right: 1rem!important;
}
.cid-u8fWrEpyRi .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u8fWrEpyRi .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #7b23ce;
}
.cid-u8fWrEpyRi .nav-link:hover,
.cid-u8fWrEpyRi .nav-link:focus {
  color: #7b23ce !important;
}
.cid-u8fWrEpyRi .nav-link:hover:before,
.cid-u8fWrEpyRi .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-u8fWrEpyRi .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-u8fWrEpyRi .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-u8fWrEpyRi .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #7b23ce;
}
.cid-u8fWrEpyRi .dropdown-item:hover,
.cid-u8fWrEpyRi .dropdown-item:focus {
  color: #7b23ce !important;
  transform: translateX(10px);
}
.cid-u8fWrEpyRi .dropdown-item:hover:before,
.cid-u8fWrEpyRi .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-u8fWrEpyRi .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #000000 inset;
  border-radius: 50%;
  color: #000000 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u8fWrEpyRi .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #7b23ce inset;
}
.cid-u8fWrEpyRi .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-u8fWrEpyRi .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-u8fWrEpyRi .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-u8fWrEpyRi .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #7b23ce;
}
.cid-u8fWrEpyRi .navbar-nav {
  margin: auto;
}
.cid-u8fWrEpyRi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u8fWrEpyRi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8fWrEpyRi .container {
  display: flex;
  margin: auto;
}
.cid-u8fWrEpyRi .navbar-caption {
  padding-right: 4rem;
}
.cid-u8fWrEpyRi .dropdown-menu,
.cid-u8fWrEpyRi .navbar.opened {
  background: #ffffff !important;
}
.cid-u8fWrEpyRi .nav-item:focus,
.cid-u8fWrEpyRi .nav-link:focus {
  outline: none;
}
.cid-u8fWrEpyRi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8fWrEpyRi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-u8fWrEpyRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u8fWrEpyRi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8fWrEpyRi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8fWrEpyRi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8fWrEpyRi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8fWrEpyRi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8fWrEpyRi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8fWrEpyRi .dropdown-item.active,
.cid-u8fWrEpyRi .dropdown-item:active {
  background-color: transparent;
}
.cid-u8fWrEpyRi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8fWrEpyRi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8fWrEpyRi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8fWrEpyRi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8fWrEpyRi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8fWrEpyRi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8fWrEpyRi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8fWrEpyRi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8fWrEpyRi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u8fWrEpyRi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u8fWrEpyRi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8fWrEpyRi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fWrEpyRi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8fWrEpyRi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8fWrEpyRi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fWrEpyRi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8fWrEpyRi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8fWrEpyRi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8fWrEpyRi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8fWrEpyRi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8fWrEpyRi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8fWrEpyRi .navbar {
    height: 77px;
  }
  .cid-u8fWrEpyRi .navbar.opened {
    height: auto;
  }
  .cid-u8fWrEpyRi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-u8fWrEpyRi .navbar {
    background: #ffffff;
  }
  .cid-u8fWrEpyRi .nav-link {
    color: black!important;
  }
}
.cid-u8fWrGt0J3 {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #7b23ce;
  background: linear-gradient(to right bottom, rgba(123, 35, 206, 0.8), #5e2098);
}
.cid-u8fWrGt0J3 .mbr-overlay {
  background: #ffffff;
}
.cid-u8fWrGt0J3 .animation {
  pointer-events: none;
}
.cid-u8fWrGt0J3 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-u8fWrGt0J3 .mbr-section-title {
  margin-bottom: 27px;
}
.cid-u8fWrGt0J3 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-u8fWrGt0J3 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-u8fWrGt0J3 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-u8fWrGt0J3 .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-u8fWrGt0J3 .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-u8fWrGt0J3 .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-u8fWrGt0J3 .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-u8fWrGt0J3 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-u8fWrGt0J3 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-u8fWrGt0J3 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-u8fWrGt0J3 .image__block {
    margin-bottom: -100px;
  }
}
.cid-u8gg4cMQKb {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 75px;
}
.cid-u8gg4cMQKb .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-u8gg4cMQKb .image-block:hover img {
  transform: scale(1.1);
}
.cid-u8gg4cMQKb .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u8gg4cMQKb img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u8gg4cMQKb .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u8gg4cMQKb .wrap {
    opacity: 1 !important;
  }
  .cid-u8gg4cMQKb .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-u8gg4cMQKb .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-u8gg4cMQKb P {
  color: #bbbbbb;
}
.cid-u8gg4cMQKb H4 {
  color: #5e2ced;
}
.cid-u8gl3gvHGG {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-u8gl3gvHGG .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-u8gl3gvHGG .image-block:hover img {
  transform: scale(1.1);
}
.cid-u8gl3gvHGG .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u8gl3gvHGG img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-u8gl3gvHGG .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u8gl3gvHGG .wrap {
    opacity: 1 !important;
  }
  .cid-u8gl3gvHGG .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-u8gl3gvHGG .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-u8gl3gvHGG P {
  color: #bbbbbb;
}
.cid-u8gl3gvHGG H4 {
  color: #5e2ced;
}
.cid-u8gjAYB4zj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8gjAYB4zj .container,
.cid-u8gjAYB4zj .container-fluid {
  z-index: 10;
}
.cid-u8gjAYB4zj .container {
  pointer-events: none;
}
.cid-u8gjAYB4zj .subtitle__block,
.cid-u8gjAYB4zj .title__block,
.cid-u8gjAYB4zj .buttons__block {
  pointer-events: all;
}
.cid-u8gjAYB4zj .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
  text-align: center;
}
.cid-u8gjAYB4zj .mbr-section-title {
  margin-bottom: 45px;
  color: #7b23ce;
  font-weight: 300;
  text-align: center;
}
.cid-u8gjAYB4zj .mbr-section-title b,
.cid-u8gjAYB4zj .mbr-section-title strong {
  font-weight: 900;
}
.cid-u8gjAYB4zj .mbr-text {
  margin-bottom: 45px;
}
.cid-u8gjAYB4zj .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u8gjAYB4zj .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-u8gjAYB4zj .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fff444 0%, rgba(255, 244, 68, 0.85) 100%) !important;
}
.cid-u8gjAYB4zj .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-u8gjAYB4zj .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-u8gjAYB4zj .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-u8gjAYB4zj .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
  color: #009fff;
}
.cid-u8gjAYB4zj .mbr-figure:hover {
  color: #fff444;
  cursor: pointer;
}
.cid-u8gjAYB4zj .mbr-figure:hover .mbr-media {
  border-color: #fff444;
  color: #fff444;
}
@media (max-width: 575px) {
  .cid-u8gjAYB4zj .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-u8gjAYB4zj .mbr-media {
  display: inline-flex;
  color: #5e2ced;
  align-items: center;
  justify-content: center;
  border: 2px solid #5e2ced;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-u8gjAYB4zj .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-u8gjAYB4zj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-u8gjAYB4zj .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-u8gjAYB4zj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8gjAYB4zj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8gjAYB4zj .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8gjAYB4zj a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-u8gjAYB4zj a.close:hover {
  color: #ffffff;
}
.cid-u8gjAYB4zj .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fff444;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-u8gjAYB4zj .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #5e2098;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-u8gjAYB4zj .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #7b23ce;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-u8gjAYB4zj .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #7b23ce;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u8gjAYB4zj .mbr-text,
.cid-u8gjAYB4zj .buttons__block {
  text-align: center;
}
.cid-u8gjA6yM0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5e2098;
}
.cid-u8gjA6yM0I .mbr-section-title {
  color: #ffffff;
}
.cid-u8gjA6yM0I .mbr-text,
.cid-u8gjA6yM0I .mbr-section-btn {
  color: #ffffff;
}
.cid-u8gjA6yM0I .btn {
  color: white!important;
  border-color: white!important;
}
.cid-u8gjz3RIYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u8gjz3RIYw .container {
  pointer-events: none;
  z-index: 10;
}
.cid-u8gjz3RIYw .mbr-section-subtitle,
.cid-u8gjz3RIYw .title,
.cid-u8gjz3RIYw .mbr-text,
.cid-u8gjz3RIYw .phone,
.cid-u8gjz3RIYw .subscribe__form {
  pointer-events: all;
}
.cid-u8gjz3RIYw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-u8gjz3RIYw .mbr-section-title {
  color: #233d63;
  font-weight: 300;
}
.cid-u8gjz3RIYw .mbr-section-title span {
  font-weight: 500;
}
.cid-u8gjz3RIYw .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-u8gjz3RIYw .mbr-text {
  margin-bottom: 15px;
}
.cid-u8gjz3RIYw .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-u8gjz3RIYw .form-group {
  margin-bottom: 0;
}
.cid-u8gjz3RIYw .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #64697a;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-u8gjz3RIYw .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-u8gjz3RIYw .dragArea input::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-u8gjz3RIYw .dragArea input::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-u8gjz3RIYw .dragArea textarea::-webkit-input-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-u8gjz3RIYw .dragArea textarea::-moz-placeholder {
  color: #64697a;
  opacity: 0.8;
}
.cid-u8gjz3RIYw .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(0, 159, 255, 0.65) 0%, rgba(123, 35, 206, 0.65) 100%) !important;
}
.cid-u8gjz3RIYw .phone {
  color: #000000;
}
.cid-u8gjz3RIYw .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-u8gjz3RIYw .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-u8gjz3RIYw .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(123, 35, 206, 0.1);
}
@media (max-width: 1199px) {
  .cid-u8gjz3RIYw .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-u8gjz3RIYw .image__background .circle__image1 {
    display: none;
  }
}
.cid-u8gjz3RIYw .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 244, 68, 0.23);
}
@media (max-width: 1199px) {
  .cid-u8gjz3RIYw .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-u8gjz3RIYw .image__background .circle__image2 {
    display: none;
  }
}
.cid-u8gjz3RIYw .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-u8gjz3RIYw .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #7b23ce;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-u8gjz3RIYw .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #5e2098;
  animation: animationTwo 25s infinite linear;
}
.cid-u8gjz3RIYw .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #fff444;
  animation: animationOne 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u8fWrKKmqY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-u8fWrKKmqY .col + .mbr-section-btn .btn,
  .cid-u8fWrKKmqY .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-u8fWrKKmqY .dragArea > *:nth-last-child(2).col,
  .cid-u8fWrKKmqY .dragArea > *:nth-last-child(2).col-auto,
  .cid-u8fWrKKmqY .col + .mbr-section-btn,
  .cid-u8fWrKKmqY .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-u8fWrKKmqY .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-u8fWrKKmqY .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-u8fWrKKmqY .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-u8fWrKKmqY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-u8fWrKKmqY .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-u8fWrKKmqY .subtext-1,
.cid-u8fWrKKmqY .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-u8fWrKKmqY .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #7b23ce;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-u8fWrKKmqY .icon-transition span:hover {
  background-color: #5e2098;
}
.cid-u8fWrKKmqY .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-u8fWrKKmqY .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-u8fWrKKmqY .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-u8fWrKKmqY .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-u8fWrKKmqY .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-u8fWrKKmqY .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-u8fWrKKmqY .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-u8fWrKKmqY .subtext-1 {
  color: #ba80ef;
  text-align: left;
}
.cid-u8fWrKKmqY .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-u8fWrKKmqY .form-group {
  max-width: 400px;
}
.cid-u8fWrKKmqY .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-u8fWrKKmqY .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-u8fWrKKmqY .form-row {
    justify-content: center;
  }
  .cid-u8fWrKKmqY .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-u8fWrKKmqY .subtext-1,
  .cid-u8fWrKKmqY .subtext-2,
  .cid-u8fWrKKmqY .card-support {
    text-align: center;
  }
  .cid-u8fWrKKmqY .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-u8fWrKKmqY .form-text {
    text-align: center;
  }
  .cid-u8fWrKKmqY .follow-section {
    margin: 0;
  }
  .cid-u8fWrKKmqY .mbr-form {
    text-align: center;
  }
  .cid-u8fWrKKmqY .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-u8fWrKKmqY .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-u8fWrKKmqY .firstColumn,
  .cid-u8fWrKKmqY .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-u8fWrKKmqY .form-row {
    flex-direction: column;
  }
}
.cid-u8fWrKKmqY img {
  width: auto;
}
.cid-u8fWrKKmqY LI {
  color: #f8f8f8;
}
