body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.8rem;
  line-height: 1.38888889;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ff3a46 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #bf6cff !important;
}
.bg-warning {
  background-color: #2a2a2c !important;
}
.bg-danger {
  background-color: #abe4fa !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-primary:hover {
  background-color: #ff0716 !important;
  border-color: #ff0716 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b3641a !important;
  border-color: #b3641a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b3641a;
  border-color: #b3641a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-secondary:hover {
  background-color: #864b14 !important;
  border-color: #864b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bf6cff;
  border-color: #bf6cff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-info:hover {
  background-color: #a939ff !important;
  border-color: #a939ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2a2a2c;
  border-color: #2a2a2c;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-warning:hover {
  background-color: #434346 !important;
  border-color: #434346 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #abe4fa !important;
  border-color: #abe4fa !important;
  color: #09749d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #09749d !important;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #09749d !important;
  background-color: #abe4fa !important;
  border-color: #abe4fa !important;
}
.btn-danger:hover {
  background-color: #dbf3fd !important;
  border-color: #7bd5f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b3641a;
  color: #b3641a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #b3641a !important;
  border-color: #b3641a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b3641a !important;
  border-color: #b3641a !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #bf6cff;
  color: #bf6cff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #bf6cff !important;
  border-color: #bf6cff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf6cff !important;
  border-color: #bf6cff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2a2a2c;
  color: #2a2a2c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2a2a2c !important;
  border-color: #2a2a2c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2a2c !important;
  border-color: #2a2a2c !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #abe4fa;
  color: #abe4fa;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #09749d !important;
  background: #abe4fa !important;
  border-color: #abe4fa;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #09749d !important;
  background-color: #abe4fa !important;
  border-color: #abe4fa !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ff3a46 !important;
}
.text-secondary {
  color: #b3641a !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #bf6cff !important;
}
.text-warning {
  color: #2a2a2c !important;
}
.text-danger {
  color: #abe4fa !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d3000d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #5a320d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9306ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2a2a2c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #4bc5f4 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff3a46 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #bf6cff;
}
.alert-warning {
  background-color: #2a2a2c;
}
.alert-danger {
  background-color: #abe4fa;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3a46;
  border-color: #ff3a46;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff3a46;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.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: #ddddde;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff3a46;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3a46;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff3a46;
  border-bottom-color: #ff3a46;
}
.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: #ff3a46 !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: #b3641a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s29YgZfhsX {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-s29YgZfhsX .nav-item,
.cid-s29YgZfhsX .nav-link,
.cid-s29YgZfhsX .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .nav-item:hover,
.cid-s29YgZfhsX .nav-link:hover,
.cid-s29YgZfhsX .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-s29YgZfhsX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s29YgZfhsX .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-s29YgZfhsX .container-fluid,
.cid-s29YgZfhsX .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-s29YgZfhsX .nav-link:hover:before {
  width: 100%;
}
.cid-s29YgZfhsX .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .nav-link {
    margin: 0 !important;
  }
}
.cid-s29YgZfhsX .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s29YgZfhsX .widget p,
.cid-s29YgZfhsX .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-s29YgZfhsX .widget p a,
.cid-s29YgZfhsX .widget .icons-menu a {
  margin-left: 15px;
}
.cid-s29YgZfhsX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-s29YgZfhsX .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: none;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-s29YgZfhsX .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-s29YgZfhsX .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-s29YgZfhsX .navbar > .container,
.cid-s29YgZfhsX .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .btn {
    white-space: nowrap;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s29YgZfhsX .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after,
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-s29YgZfhsX .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-s29YgZfhsX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s29YgZfhsX .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s29YgZfhsX .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-s29YgZfhsX .nav-item:focus,
.cid-s29YgZfhsX .nav-link:focus {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s29YgZfhsX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s29YgZfhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s29YgZfhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s29YgZfhsX .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-s29YgZfhsX .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-s29YgZfhsX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s29YgZfhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s29YgZfhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s29YgZfhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s29YgZfhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s29YgZfhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s29YgZfhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s29YgZfhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s29YgZfhsX .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s29YgZfhsX .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-s29YgZfhsX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-s29YgZfhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s29YgZfhsX .dropdown-item.active,
.cid-s29YgZfhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s29YgZfhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s29YgZfhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s29YgZfhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s29YgZfhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s29YgZfhsX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s29YgZfhsX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-s29YgZfhsX a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-s29YgZfhsX .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-s29YgZfhsX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s29YgZfhsX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s29YgZfhsX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-s29YgZfhsX a.nav-link {
    justify-content: flex-start;
  }
  .cid-s29YgZfhsX ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-s29YgZfhsX .navbar-brand {
    padding: 0;
  }
  .cid-s29YgZfhsX .block__phone,
  .cid-s29YgZfhsX .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-s29YgZfhsX .widget {
    flex-direction: column;
  }
  .cid-s29YgZfhsX .widget p,
  .cid-s29YgZfhsX .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-s29YgZfhsX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s29YgZfhsX .navbar {
    height: 97px;
  }
  .cid-s29YgZfhsX .navbar.opened {
    height: auto;
  }
  .cid-s29YgZfhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZxV0zGci {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFZxV0zGci .container,
.cid-uFZxV0zGci .container-fluid {
  z-index: 10;
}
.cid-uFZxV0zGci .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uFZxV0zGci .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uFZxV0zGci .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZxV0zGci .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uFZxV0zGci .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZxV0zGci .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZxV0zGci .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uFZxV0zGci .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZxV0zGci .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZxV0zGci .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uFZxV0zGci .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uFZxV0zGci .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZxV0zGci .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uFZxV0zGci .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uFZxV0zGci .container {
  pointer-events: none;
}
.cid-uFZxV0zGci .subtitle__block,
.cid-uFZxV0zGci .title__block,
.cid-uFZxV0zGci .buttons__block {
  pointer-events: all;
}
.cid-uFZxV0zGci .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uFZxV0zGci .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
.cid-uFZxV0zGci .mbr-section-title b,
.cid-uFZxV0zGci .mbr-section-title strong {
  font-weight: 900;
}
.cid-uFZxV0zGci .mbr-text {
  margin-bottom: 45px;
}
.cid-uFZxV0zGci .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFZxV0zGci .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uFZxV0zGci .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uFZxV0zGci .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uFZxV0zGci .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uFZxV0zGci .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFZxV0zGci .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uFZxV0zGci .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uFZxV0zGci .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uFZxV0zGci .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uFZxV0zGci .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-uFZxV0zGci .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uFZxV0zGci .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uFZxV0zGci .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uFZxV0zGci .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFZxV0zGci .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFZxV0zGci .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFZxV0zGci 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-uFZxV0zGci a.close:hover {
  color: #ffffff;
}
.cid-uFZxV0zGci .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uFZxV0zGci .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uFZxV0zGci .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uFZxV0zGci .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uFZxV0zGci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZxV0zGci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZxV0zGci .mbr-text,
.cid-uFZxV0zGci .buttons__block {
  color: #000000;
  text-align: center;
}
.cid-uFZRvKmZy9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZRvKmZy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZRvKmZy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZRvKmZy9 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uFZRvKmZy9 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uFZRvKmZy9 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uFZRvKmZy9 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uFZQzxA2w9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZQzxA2w9 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZQzxA2w9 .container {
  z-index: 1;
}
.cid-uFZQzxA2w9 .mbr-section-title {
  color: #233d63;
}
.cid-uFZQzxA2w9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFZQzxA2w9 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZQzxA2w9 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZQzxA2w9 .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZQzxA2w9 .mbr-section-title,
.cid-uFZQzxA2w9 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZQzxA2w9 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZQzxA2w9 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZQzxA2w9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZQzxA2w9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZQzxA2w9 .mbr-section-title,
.cid-uFZQzxA2w9 .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFZULezHah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZULezHah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZULezHah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZULezHah .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFZULezHah .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFZULezHah .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFZULezHah .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFZULezHah .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uFZULezHah .image-wrapper img {
    height: 350px;
  }
}
.cid-uFZULezHah .mbr-section-title {
  color: #191c25;
}
.cid-uFZULezHah .mbr-text {
  color: #191c25;
}
.cid-uFZULezHah .mbr-section-title,
.cid-uFZULezHah .mbr-section-btn {
  color: #000000;
}
.cid-uFZGUafHMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #baace7;
}
.cid-uFZGUafHMF .inner__container {
  position: relative;
  z-index: 1;
  padding-left: 380px;
  height: 700px;
}
.cid-uFZGUafHMF .mbr-section-title {
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  line-height: 150px;
}
.cid-uFZGUafHMF .mbr-section-title:first-letter {
  color: #ff3a46;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #000000;
  padding-right: 8px;
}
.cid-uFZGUafHMF .image {
  width: 38%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.cid-uFZGUafHMF .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uFZGUafHMF .image:before {
  content: "";
  width: 1px;
  height: 425px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uFZGUafHMF .image:after {
  content: "";
  width: 350px;
  height: 1px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uFZGUafHMF .tabs-container {
  margin: -25px 0 0;
  padding-left: 170px;
  position: relative;
}
.cid-uFZGUafHMF .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  border: none;
  margin-bottom: 55px;
  position: relative;
}
.cid-uFZGUafHMF .nav-tabs:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #ffffff;
  top: 31px;
  left: -190px;
}
.cid-uFZGUafHMF .nav-tabs .nav-link {
  box-sizing: border-box;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  margin: 15px 25px 0 25px;
  padding: 0;
}
.cid-uFZGUafHMF .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.cid-uFZGUafHMF .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-uFZGUafHMF .nav-tabs .nav-link:not(.active) {
  color: #ffffff !important;
}
.cid-uFZGUafHMF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uFZGUafHMF .mbr-section-btn {
  padding-left: 170px;
  margin-top: 55px;
}
.cid-uFZGUafHMF .mbr-section-btn .btn {
  border-radius: 0;
}
.cid-uFZGUafHMF .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uFZGUafHMF .mbr-section-btn .btn.btn-warning-outline {
  color: #000000;
  border-color: #000000 !important;
}
.cid-uFZGUafHMF .mbr-section-btn .btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .cid-uFZGUafHMF .inner__container {
    padding-left: 230px;
  }
  .cid-uFZGUafHMF .mbr-section-btn,
  .cid-uFZGUafHMF .tabs-container {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cid-uFZGUafHMF .image {
    position: relative;
    top: 0;
    max-width: 440px;
    margin: 80px auto 80px;
    width: auto;
    height: auto;
  }
  .cid-uFZGUafHMF .image img {
    max-height: 450px;
  }
  .cid-uFZGUafHMF .inner__container {
    padding-left: 0;
    height: 100%;
  }
  .cid-uFZGUafHMF .mbr-section-title {
    line-height: 60px;
    text-align: center;
  }
  .cid-uFZGUafHMF .mbr-section-title:first-letter {
    font-size: 150px;
  }
  .cid-uFZGUafHMF .mbr-section-btn,
  .cid-uFZGUafHMF .tabs-container {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .cid-uFZGUafHMF .mbr-section-btn,
  .cid-uFZGUafHMF .tabs-container {
    padding: 0;
  }
  .cid-uFZGUafHMF .nav-tabs {
    margin-bottom: 40px;
  }
  .cid-uFZGUafHMF .nav-tabs:before {
    content: "";
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 575px) {
  .cid-uFZGUafHMF .image {
    margin-left: 35px;
  }
}
.cid-uFZGUafHMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZGUafHMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZQOslzH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZQOslzH6 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZQOslzH6 .container {
  z-index: 1;
}
.cid-uFZQOslzH6 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uFZQOslzH6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFZQOslzH6 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZQOslzH6 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZQOslzH6 .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZQOslzH6 .mbr-section-title,
.cid-uFZQOslzH6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZQOslzH6 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZQOslzH6 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZQOslzH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZQOslzH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZDvkCESq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZDvkCESq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZDvkCESq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZDvkCESq .items-wrap {
  justify-content: center;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #88deff;
}
@media (max-width: 992px) {
  .cid-uFZDvkCESq .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uFZDvkCESq .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uFZDvkCESq .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uFZDvkCESq .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uFZDvkCESq .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uFZDvkCESq .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uFZDvkCESq .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uFZDvkCESq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #baace7;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uFZDvkCESq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #88deff;
  border: 1px solid #88deff;
}
.cid-uFZDvkCESq .card {
  justify-content: space-between;
}
.cid-uFZDvkCESq .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uFZDvkCESq .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZDvkCESq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uFZDvkCESq .item-number {
  color: #191c25;
}
.cid-uFZDvkCESq .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uFZDvkCESq .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uFZQKp5za8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZQKp5za8 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZQKp5za8 .container {
  z-index: 1;
}
.cid-uFZQKp5za8 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uFZQKp5za8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFZQKp5za8 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZQKp5za8 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZQKp5za8 .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZQKp5za8 .mbr-section-title,
.cid-uFZQKp5za8 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZQKp5za8 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZQKp5za8 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZQKp5za8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZQKp5za8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxR2ju4QJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uVxR2ju4QJ .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 600px;
}
.cid-uVxR2ju4QJ .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-uVxR2ju4QJ .card-inner:hover {
  border: none;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVxR2ju4QJ .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-uVxR2ju4QJ .card-inner:hover .card-title,
.cid-uVxR2ju4QJ .card-inner:hover .mbr-text,
.cid-uVxR2ju4QJ .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-uVxR2ju4QJ .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVxR2ju4QJ .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-uVxR2ju4QJ .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-uVxR2ju4QJ .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-uVxR2ju4QJ .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVxR2ju4QJ .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVxR2ju4QJ .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #06df9e;
  transition: all 0.3s ease-in-out;
}
.cid-uVxR2ju4QJ .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uVxR2ju4QJ .mbr-text {
  padding-bottom: 20px;
}
.cid-uVxR2ju4QJ .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ff3a46;
}
.cid-uVxR2ju4QJ .mbr-arrow > a {
  color: #ff3a46;
}
.cid-uVxR2ju4QJ .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-uVxR2ju4QJ .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cid-uVxR2ju4QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVxR2ju4QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVxR2ju4QJ .card-title,
.cid-uVxR2ju4QJ .icon__block {
  text-align: center;
}
.cid-uFZQLlY6nF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZQLlY6nF .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZQLlY6nF .container {
  z-index: 1;
}
.cid-uFZQLlY6nF .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uFZQLlY6nF .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFZQLlY6nF .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZQLlY6nF .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZQLlY6nF .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZQLlY6nF .mbr-section-title,
.cid-uFZQLlY6nF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZQLlY6nF .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZQLlY6nF .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZQLlY6nF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZQLlY6nF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZSeI87vG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFZSeI87vG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZSeI87vG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZSeI87vG .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uFZSeI87vG .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .container {
    padding: 0 20px;
  }
}
.cid-uFZSeI87vG .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uFZSeI87vG .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uFZSeI87vG .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uFZSeI87vG .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #88deff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uFZSeI87vG .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uFZSeI87vG .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uFZSeI87vG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uFZSeI87vG .panel-number {
  color: #000000;
}
.cid-uFZSeI87vG .panel-title-edit {
  color: #000000;
}
.cid-uFZSeI87vG .panel-text {
  color: #000000;
}
.cid-uFZWo6sRBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uFZWo6sRBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZWo6sRBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZWo6sRBe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFZWo6sRBe .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFZWo6sRBe .container {
    padding: 0 12px;
  }
}
.cid-uFZWo6sRBe .row {
  justify-content: center;
}
.cid-uFZWo6sRBe .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uFZWo6sRBe .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uFZWo6sRBe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFZWo6sRBe .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .item {
    margin-bottom: 16px;
  }
}
.cid-uFZWo6sRBe .item .item-wrapper {
  width: 100%;
}
.cid-uFZWo6sRBe .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uFZWo6sRBe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uFZWo6sRBe .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFZWo6sRBe .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uFZWo6sRBe .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uFZWo6sRBe .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uFZWo6sRBe .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uFZWo6sRBe .item-title {
  color: #1D1D1F;
}
.cid-uFZWo6sRBe .item-desc {
  color: #1D1D1F;
}
.cid-uFZWo6sRBe .item-text {
  color: #1D1D1F;
}
.cid-uFZQM4XvCS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZQM4XvCS .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZQM4XvCS .container {
  z-index: 1;
}
.cid-uFZQM4XvCS .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uFZQM4XvCS .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uFZQM4XvCS .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZQM4XvCS .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZQM4XvCS .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZQM4XvCS .mbr-section-title,
.cid-uFZQM4XvCS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZQM4XvCS .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZQM4XvCS .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZQM4XvCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZQM4XvCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZIUo5Hxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZIUo5Hxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZIUo5Hxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZIUo5Hxk .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZIUo5Hxk .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZIUo5Hxk .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZIUo5Hxk .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZIUo5Hxk .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
.cid-uFZYqUWHhq {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-uFZYqUWHhq .nav-item,
.cid-uFZYqUWHhq .nav-link,
.cid-uFZYqUWHhq .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqUWHhq .nav-item:hover,
.cid-uFZYqUWHhq .nav-link:hover,
.cid-uFZYqUWHhq .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-uFZYqUWHhq .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZYqUWHhq .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uFZYqUWHhq .container-fluid,
.cid-uFZYqUWHhq .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uFZYqUWHhq .navbar-brand {
  padding: 0;
}
.cid-uFZYqUWHhq .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uFZYqUWHhq .nav-link:hover:before {
  width: 100%;
}
.cid-uFZYqUWHhq .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uFZYqUWHhq .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZYqUWHhq .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZYqUWHhq .widget p,
.cid-uFZYqUWHhq .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uFZYqUWHhq .widget p a,
.cid-uFZYqUWHhq .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uFZYqUWHhq .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uFZYqUWHhq .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uFZYqUWHhq .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFZYqUWHhq .block__phone,
  .cid-uFZYqUWHhq .icons-menu {
    display: none;
  }
  .cid-uFZYqUWHhq .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZYqUWHhq .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uFZYqUWHhq .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-uFZYqUWHhq .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uFZYqUWHhq .navbar > .container,
.cid-uFZYqUWHhq .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFZYqUWHhq .btn {
    white-space: nowrap;
  }
  .cid-uFZYqUWHhq .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uFZYqUWHhq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uFZYqUWHhq .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uFZYqUWHhq .dropdown-toggle::after,
  .cid-uFZYqUWHhq .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uFZYqUWHhq .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-uFZYqUWHhq .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uFZYqUWHhq .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uFZYqUWHhq .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uFZYqUWHhq .nav-item:focus,
.cid-uFZYqUWHhq .nav-link:focus {
  outline: none;
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uFZYqUWHhq .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uFZYqUWHhq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZYqUWHhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZYqUWHhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZYqUWHhq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZYqUWHhq .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-uFZYqUWHhq .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-uFZYqUWHhq .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZYqUWHhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZYqUWHhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZYqUWHhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZYqUWHhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZYqUWHhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZYqUWHhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZYqUWHhq .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uFZYqUWHhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFZYqUWHhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFZYqUWHhq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZYqUWHhq .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZYqUWHhq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZYqUWHhq .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uFZYqUWHhq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uFZYqUWHhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZYqUWHhq .dropdown-item.active,
.cid-uFZYqUWHhq .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZYqUWHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFZYqUWHhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uFZYqUWHhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZYqUWHhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZYqUWHhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZYqUWHhq .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uFZYqUWHhq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uFZYqUWHhq a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-uFZYqUWHhq .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uFZYqUWHhq .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uFZYqUWHhq .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uFZYqUWHhq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uFZYqUWHhq .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZYqUWHhq .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uFZYqUWHhq .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZYqUWHhq .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZYqUWHhq .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uFZYqUWHhq .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uFZYqUWHhq a.nav-link {
    justify-content: flex-start;
  }
  .cid-uFZYqUWHhq ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uFZYqUWHhq .navbar-brand {
    padding: 0;
  }
  .cid-uFZYqUWHhq .block__phone,
  .cid-uFZYqUWHhq .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uFZYqUWHhq .widget {
    flex-direction: column;
  }
  .cid-uFZYqUWHhq .widget p,
  .cid-uFZYqUWHhq .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uFZYqUWHhq .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZYqUWHhq .navbar {
    height: 97px;
  }
  .cid-uFZYqUWHhq .navbar.opened {
    height: auto;
  }
  .cid-uFZYqUWHhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZYqXWAH2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFZYqXWAH2 .container,
.cid-uFZYqXWAH2 .container-fluid {
  z-index: 10;
}
.cid-uFZYqXWAH2 .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uFZYqXWAH2 .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uFZYqXWAH2 .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZYqXWAH2 .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uFZYqXWAH2 .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZYqXWAH2 .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZYqXWAH2 .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uFZYqXWAH2 .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZYqXWAH2 .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZYqXWAH2 .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uFZYqXWAH2 .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uFZYqXWAH2 .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZYqXWAH2 .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uFZYqXWAH2 .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uFZYqXWAH2 .container {
  pointer-events: none;
}
.cid-uFZYqXWAH2 .subtitle__block,
.cid-uFZYqXWAH2 .title__block,
.cid-uFZYqXWAH2 .buttons__block {
  pointer-events: all;
}
.cid-uFZYqXWAH2 .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uFZYqXWAH2 .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
}
.cid-uFZYqXWAH2 .mbr-section-title b,
.cid-uFZYqXWAH2 .mbr-section-title strong {
  font-weight: 900;
}
.cid-uFZYqXWAH2 .mbr-text {
  margin-bottom: 45px;
}
.cid-uFZYqXWAH2 .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFZYqXWAH2 .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uFZYqXWAH2 .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uFZYqXWAH2 .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uFZYqXWAH2 .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uFZYqXWAH2 .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFZYqXWAH2 .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uFZYqXWAH2 .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uFZYqXWAH2 .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uFZYqXWAH2 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uFZYqXWAH2 .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-uFZYqXWAH2 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uFZYqXWAH2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uFZYqXWAH2 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uFZYqXWAH2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFZYqXWAH2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFZYqXWAH2 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFZYqXWAH2 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-uFZYqXWAH2 a.close:hover {
  color: #ffffff;
}
.cid-uFZYqXWAH2 .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uFZYqXWAH2 .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uFZYqXWAH2 .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uFZYqXWAH2 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uFZYqXWAH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZYqXWAH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZYqXWAH2 .mbr-text,
.cid-uFZYqXWAH2 .buttons__block {
  color: #000000;
}
.cid-uFZYr3xUNH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZYr3xUNH .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZYr3xUNH .container {
  z-index: 1;
}
.cid-uFZYr3xUNH .mbr-section-title {
  color: #233d63;
}
.cid-uFZYr3xUNH .mbr-section-subtitle {
  text-align: center;
}
.cid-uFZYr3xUNH .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZYr3xUNH .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZYr3xUNH .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZYr3xUNH .mbr-section-title,
.cid-uFZYr3xUNH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZYr3xUNH .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZYr3xUNH .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZYr3xUNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZYr3xUNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZYr3xUNH .mbr-section-title,
.cid-uFZYr3xUNH .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFZYrtnIzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZYrtnIzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZYrtnIzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZYrtnIzP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZYrtnIzP .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZYrtnIzP .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZYrtnIzP .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZYrtnIzP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
.cid-uFZZ27ILRF {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-uFZZ27ILRF .nav-item,
.cid-uFZZ27ILRF .nav-link,
.cid-uFZZ27ILRF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ27ILRF .nav-item:hover,
.cid-uFZZ27ILRF .nav-link:hover,
.cid-uFZZ27ILRF .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-uFZZ27ILRF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uFZZ27ILRF .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uFZZ27ILRF .container-fluid,
.cid-uFZZ27ILRF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uFZZ27ILRF .navbar-brand {
  padding: 0;
}
.cid-uFZZ27ILRF .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uFZZ27ILRF .nav-link:hover:before {
  width: 100%;
}
.cid-uFZZ27ILRF .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uFZZ27ILRF .nav-link {
    margin: 0 !important;
  }
}
.cid-uFZZ27ILRF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFZZ27ILRF .widget p,
.cid-uFZZ27ILRF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uFZZ27ILRF .widget p a,
.cid-uFZZ27ILRF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uFZZ27ILRF .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uFZZ27ILRF .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uFZZ27ILRF .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uFZZ27ILRF .block__phone,
  .cid-uFZZ27ILRF .icons-menu {
    display: none;
  }
  .cid-uFZZ27ILRF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uFZZ27ILRF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uFZZ27ILRF .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-uFZZ27ILRF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uFZZ27ILRF .navbar > .container,
.cid-uFZZ27ILRF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uFZZ27ILRF .btn {
    white-space: nowrap;
  }
  .cid-uFZZ27ILRF .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uFZZ27ILRF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uFZZ27ILRF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uFZZ27ILRF .dropdown-toggle::after,
  .cid-uFZZ27ILRF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uFZZ27ILRF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-uFZZ27ILRF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uFZZ27ILRF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uFZZ27ILRF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uFZZ27ILRF .nav-item:focus,
.cid-uFZZ27ILRF .nav-link:focus {
  outline: none;
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uFZZ27ILRF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uFZZ27ILRF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uFZZ27ILRF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFZZ27ILRF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uFZZ27ILRF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFZZ27ILRF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-uFZZ27ILRF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-uFZZ27ILRF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uFZZ27ILRF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFZZ27ILRF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFZZ27ILRF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFZZ27ILRF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uFZZ27ILRF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFZZ27ILRF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFZZ27ILRF .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uFZZ27ILRF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uFZZ27ILRF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uFZZ27ILRF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uFZZ27ILRF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uFZZ27ILRF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uFZZ27ILRF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uFZZ27ILRF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uFZZ27ILRF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFZZ27ILRF .dropdown-item.active,
.cid-uFZZ27ILRF .dropdown-item:active {
  background-color: transparent;
}
.cid-uFZZ27ILRF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uFZZ27ILRF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uFZZ27ILRF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uFZZ27ILRF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uFZZ27ILRF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uFZZ27ILRF .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uFZZ27ILRF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uFZZ27ILRF a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-uFZZ27ILRF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uFZZ27ILRF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uFZZ27ILRF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uFZZ27ILRF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uFZZ27ILRF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uFZZ27ILRF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uFZZ27ILRF .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uFZZ27ILRF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uFZZ27ILRF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uFZZ27ILRF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uFZZ27ILRF a.nav-link {
    justify-content: flex-start;
  }
  .cid-uFZZ27ILRF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uFZZ27ILRF .navbar-brand {
    padding: 0;
  }
  .cid-uFZZ27ILRF .block__phone,
  .cid-uFZZ27ILRF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uFZZ27ILRF .widget {
    flex-direction: column;
  }
  .cid-uFZZ27ILRF .widget p,
  .cid-uFZZ27ILRF .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uFZZ27ILRF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFZZ27ILRF .navbar {
    height: 97px;
  }
  .cid-uFZZ27ILRF .navbar.opened {
    height: auto;
  }
  .cid-uFZZ27ILRF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFZZ29v5Mk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uFZZ29v5Mk .container,
.cid-uFZZ29v5Mk .container-fluid {
  z-index: 10;
}
.cid-uFZZ29v5Mk .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uFZZ29v5Mk .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uFZZ29v5Mk .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZZ29v5Mk .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uFZZ29v5Mk .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZZ29v5Mk .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZZ29v5Mk .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uFZZ29v5Mk .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uFZZ29v5Mk .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZZ29v5Mk .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uFZZ29v5Mk .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uFZZ29v5Mk .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uFZZ29v5Mk .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uFZZ29v5Mk .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uFZZ29v5Mk .container {
  pointer-events: none;
}
.cid-uFZZ29v5Mk .subtitle__block,
.cid-uFZZ29v5Mk .title__block,
.cid-uFZZ29v5Mk .buttons__block {
  pointer-events: all;
}
.cid-uFZZ29v5Mk .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uFZZ29v5Mk .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
}
.cid-uFZZ29v5Mk .mbr-section-title b,
.cid-uFZZ29v5Mk .mbr-section-title strong {
  font-weight: 900;
}
.cid-uFZZ29v5Mk .mbr-text {
  margin-bottom: 45px;
}
.cid-uFZZ29v5Mk .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFZZ29v5Mk .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uFZZ29v5Mk .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uFZZ29v5Mk .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uFZZ29v5Mk .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uFZZ29v5Mk .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uFZZ29v5Mk .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uFZZ29v5Mk .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uFZZ29v5Mk .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uFZZ29v5Mk .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uFZZ29v5Mk .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-uFZZ29v5Mk .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uFZZ29v5Mk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uFZZ29v5Mk .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uFZZ29v5Mk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFZZ29v5Mk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFZZ29v5Mk .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFZZ29v5Mk 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-uFZZ29v5Mk a.close:hover {
  color: #ffffff;
}
.cid-uFZZ29v5Mk .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uFZZ29v5Mk .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uFZZ29v5Mk .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uFZZ29v5Mk .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uFZZ29v5Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZZ29v5Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZZ29v5Mk .mbr-text,
.cid-uFZZ29v5Mk .buttons__block {
  color: #000000;
}
.cid-uFZZ2bgyJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uFZZ2bgyJZ .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uFZZ2bgyJZ .container {
  z-index: 1;
}
.cid-uFZZ2bgyJZ .mbr-section-title {
  color: #233d63;
}
.cid-uFZZ2bgyJZ .mbr-section-subtitle {
  text-align: center;
}
.cid-uFZZ2bgyJZ .mbr-section-btn {
  margin-top: 35px;
}
.cid-uFZZ2bgyJZ .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uFZZ2bgyJZ .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uFZZ2bgyJZ .mbr-section-title,
.cid-uFZZ2bgyJZ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uFZZ2bgyJZ .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uFZZ2bgyJZ .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uFZZ2bgyJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZZ2bgyJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZZ2bgyJZ .mbr-section-title,
.cid-uFZZ2bgyJZ .mbr-section-btn DIV {
  text-align: left;
}
.cid-uFZZ2cb0L8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uFZZ2cb0L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFZZ2cb0L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFZZ2cb0L8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uFZZ2cb0L8 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uFZZ2cb0L8 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uFZZ2cb0L8 .google-map[data-state] {
  background: #fffff5;
}
.cid-uFZZ2cb0L8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
.cid-uVyEx49H7r {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-uVyEx49H7r .nav-item,
.cid-uVyEx49H7r .nav-link,
.cid-uVyEx49H7r .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx49H7r .nav-item:hover,
.cid-uVyEx49H7r .nav-link:hover,
.cid-uVyEx49H7r .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-uVyEx49H7r .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uVyEx49H7r .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uVyEx49H7r .container-fluid,
.cid-uVyEx49H7r .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uVyEx49H7r .navbar-brand {
  padding: 0;
}
.cid-uVyEx49H7r .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uVyEx49H7r .nav-link:hover:before {
  width: 100%;
}
.cid-uVyEx49H7r .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uVyEx49H7r .nav-link {
    margin: 0 !important;
  }
}
.cid-uVyEx49H7r .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVyEx49H7r .widget p,
.cid-uVyEx49H7r .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uVyEx49H7r .widget p a,
.cid-uVyEx49H7r .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uVyEx49H7r .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uVyEx49H7r .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVyEx49H7r .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uVyEx49H7r .block__phone,
  .cid-uVyEx49H7r .icons-menu {
    display: none;
  }
  .cid-uVyEx49H7r .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uVyEx49H7r .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uVyEx49H7r .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-uVyEx49H7r .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uVyEx49H7r .navbar > .container,
.cid-uVyEx49H7r .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVyEx49H7r .btn {
    white-space: nowrap;
  }
  .cid-uVyEx49H7r .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uVyEx49H7r .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uVyEx49H7r .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uVyEx49H7r .dropdown-toggle::after,
  .cid-uVyEx49H7r .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uVyEx49H7r .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uVyEx49H7r .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx49H7r .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-uVyEx49H7r .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uVyEx49H7r .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uVyEx49H7r .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uVyEx49H7r .nav-item:focus,
.cid-uVyEx49H7r .nav-link:focus {
  outline: none;
}
.cid-uVyEx49H7r .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uVyEx49H7r .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx49H7r .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uVyEx49H7r .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uVyEx49H7r .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uVyEx49H7r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyEx49H7r .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uVyEx49H7r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyEx49H7r .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-uVyEx49H7r .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-uVyEx49H7r .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uVyEx49H7r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyEx49H7r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyEx49H7r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uVyEx49H7r .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uVyEx49H7r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyEx49H7r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVyEx49H7r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyEx49H7r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyEx49H7r .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-uVyEx49H7r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyEx49H7r .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uVyEx49H7r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uVyEx49H7r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uVyEx49H7r .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uVyEx49H7r .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uVyEx49H7r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVyEx49H7r .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uVyEx49H7r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uVyEx49H7r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyEx49H7r .dropdown-item.active,
.cid-uVyEx49H7r .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyEx49H7r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyEx49H7r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uVyEx49H7r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVyEx49H7r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uVyEx49H7r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVyEx49H7r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyEx49H7r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyEx49H7r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVyEx49H7r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyEx49H7r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVyEx49H7r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVyEx49H7r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyEx49H7r .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uVyEx49H7r a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uVyEx49H7r a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-uVyEx49H7r .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uVyEx49H7r .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uVyEx49H7r .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uVyEx49H7r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uVyEx49H7r .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uVyEx49H7r .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uVyEx49H7r .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uVyEx49H7r .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uVyEx49H7r .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uVyEx49H7r .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uVyEx49H7r a.nav-link {
    justify-content: flex-start;
  }
  .cid-uVyEx49H7r ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uVyEx49H7r .navbar-brand {
    padding: 0;
  }
  .cid-uVyEx49H7r .block__phone,
  .cid-uVyEx49H7r .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uVyEx49H7r .widget {
    flex-direction: column;
  }
  .cid-uVyEx49H7r .widget p,
  .cid-uVyEx49H7r .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uVyEx49H7r .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyEx49H7r .navbar {
    height: 97px;
  }
  .cid-uVyEx49H7r .navbar.opened {
    height: auto;
  }
  .cid-uVyEx49H7r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyEx4J1WJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVyEx4J1WJ .container,
.cid-uVyEx4J1WJ .container-fluid {
  z-index: 10;
}
.cid-uVyEx4J1WJ .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyEx4J1WJ .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uVyEx4J1WJ .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyEx4J1WJ .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uVyEx4J1WJ .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyEx4J1WJ .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyEx4J1WJ .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uVyEx4J1WJ .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyEx4J1WJ .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyEx4J1WJ .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uVyEx4J1WJ .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uVyEx4J1WJ .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyEx4J1WJ .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uVyEx4J1WJ .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uVyEx4J1WJ .container {
  pointer-events: none;
}
.cid-uVyEx4J1WJ .subtitle__block,
.cid-uVyEx4J1WJ .title__block,
.cid-uVyEx4J1WJ .buttons__block {
  pointer-events: all;
}
.cid-uVyEx4J1WJ .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uVyEx4J1WJ .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
.cid-uVyEx4J1WJ .mbr-section-title b,
.cid-uVyEx4J1WJ .mbr-section-title strong {
  font-weight: 900;
}
.cid-uVyEx4J1WJ .mbr-text {
  margin-bottom: 45px;
}
.cid-uVyEx4J1WJ .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyEx4J1WJ .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uVyEx4J1WJ .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uVyEx4J1WJ .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uVyEx4J1WJ .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uVyEx4J1WJ .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uVyEx4J1WJ .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx4J1WJ .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uVyEx4J1WJ .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uVyEx4J1WJ .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uVyEx4J1WJ .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-uVyEx4J1WJ .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uVyEx4J1WJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uVyEx4J1WJ .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uVyEx4J1WJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uVyEx4J1WJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uVyEx4J1WJ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uVyEx4J1WJ 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-uVyEx4J1WJ a.close:hover {
  color: #ffffff;
}
.cid-uVyEx4J1WJ .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uVyEx4J1WJ .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uVyEx4J1WJ .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uVyEx4J1WJ .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uVyEx4J1WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx4J1WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx4J1WJ .mbr-text,
.cid-uVyEx4J1WJ .buttons__block {
  color: #000000;
  text-align: center;
}
.cid-uVyEx5BCBC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyEx5BCBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx5BCBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx5BCBC .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uVyEx5BCBC .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uVyEx5BCBC .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uVyEx5BCBC .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uVyEx6gW7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyEx6gW7Q .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyEx6gW7Q .container {
  z-index: 1;
}
.cid-uVyEx6gW7Q .mbr-section-title {
  color: #233d63;
}
.cid-uVyEx6gW7Q .mbr-section-subtitle {
  text-align: center;
}
.cid-uVyEx6gW7Q .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyEx6gW7Q .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyEx6gW7Q .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyEx6gW7Q .mbr-section-title,
.cid-uVyEx6gW7Q .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyEx6gW7Q .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyEx6gW7Q .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyEx6gW7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx6gW7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx6gW7Q .mbr-section-title,
.cid-uVyEx6gW7Q .mbr-section-btn DIV {
  text-align: left;
}
.cid-uVyEx6XxZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyEx6XxZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx6XxZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx6XxZA .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyEx6XxZA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyEx6XxZA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyEx6XxZA .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVyEx6XxZA .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyEx6XxZA .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyEx6XxZA .mbr-section-title {
  color: #191c25;
}
.cid-uVyEx6XxZA .mbr-text {
  color: #191c25;
}
.cid-uVyEx6XxZA .mbr-section-title,
.cid-uVyEx6XxZA .mbr-section-btn {
  color: #000000;
}
.cid-uVyEx7CwCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #baace7;
}
.cid-uVyEx7CwCJ .inner__container {
  position: relative;
  z-index: 1;
  padding-left: 380px;
  height: 700px;
}
.cid-uVyEx7CwCJ .mbr-section-title {
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  line-height: 150px;
}
.cid-uVyEx7CwCJ .mbr-section-title:first-letter {
  color: #ff3a46;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #000000;
  padding-right: 8px;
}
.cid-uVyEx7CwCJ .image {
  width: 38%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.cid-uVyEx7CwCJ .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVyEx7CwCJ .image:before {
  content: "";
  width: 1px;
  height: 425px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyEx7CwCJ .image:after {
  content: "";
  width: 350px;
  height: 1px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyEx7CwCJ .tabs-container {
  margin: -25px 0 0;
  padding-left: 170px;
  position: relative;
}
.cid-uVyEx7CwCJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  border: none;
  margin-bottom: 55px;
  position: relative;
}
.cid-uVyEx7CwCJ .nav-tabs:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #ffffff;
  top: 31px;
  left: -190px;
}
.cid-uVyEx7CwCJ .nav-tabs .nav-link {
  box-sizing: border-box;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  margin: 15px 25px 0 25px;
  padding: 0;
}
.cid-uVyEx7CwCJ .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.cid-uVyEx7CwCJ .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-uVyEx7CwCJ .nav-tabs .nav-link:not(.active) {
  color: #ffffff !important;
}
.cid-uVyEx7CwCJ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVyEx7CwCJ .mbr-section-btn {
  padding-left: 170px;
  margin-top: 55px;
}
.cid-uVyEx7CwCJ .mbr-section-btn .btn {
  border-radius: 0;
}
.cid-uVyEx7CwCJ .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uVyEx7CwCJ .mbr-section-btn .btn.btn-warning-outline {
  color: #000000;
  border-color: #000000 !important;
}
.cid-uVyEx7CwCJ .mbr-section-btn .btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .cid-uVyEx7CwCJ .inner__container {
    padding-left: 230px;
  }
  .cid-uVyEx7CwCJ .mbr-section-btn,
  .cid-uVyEx7CwCJ .tabs-container {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cid-uVyEx7CwCJ .image {
    position: relative;
    top: 0;
    max-width: 440px;
    margin: 80px auto 80px;
    width: auto;
    height: auto;
  }
  .cid-uVyEx7CwCJ .image img {
    max-height: 450px;
  }
  .cid-uVyEx7CwCJ .inner__container {
    padding-left: 0;
    height: 100%;
  }
  .cid-uVyEx7CwCJ .mbr-section-title {
    line-height: 60px;
    text-align: center;
  }
  .cid-uVyEx7CwCJ .mbr-section-title:first-letter {
    font-size: 150px;
  }
  .cid-uVyEx7CwCJ .mbr-section-btn,
  .cid-uVyEx7CwCJ .tabs-container {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .cid-uVyEx7CwCJ .mbr-section-btn,
  .cid-uVyEx7CwCJ .tabs-container {
    padding: 0;
  }
  .cid-uVyEx7CwCJ .nav-tabs {
    margin-bottom: 40px;
  }
  .cid-uVyEx7CwCJ .nav-tabs:before {
    content: "";
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 575px) {
  .cid-uVyEx7CwCJ .image {
    margin-left: 35px;
  }
}
.cid-uVyEx7CwCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx7CwCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx8lhRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyEx8lhRo .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyEx8lhRo .container {
  z-index: 1;
}
.cid-uVyEx8lhRo .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyEx8lhRo .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyEx8lhRo .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyEx8lhRo .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyEx8lhRo .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyEx8lhRo .mbr-section-title,
.cid-uVyEx8lhRo .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyEx8lhRo .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyEx8lhRo .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyEx8lhRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx8lhRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx8JNG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyEx8JNG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx8JNG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx8JNG5 .items-wrap {
  justify-content: center;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #88deff;
}
@media (max-width: 992px) {
  .cid-uVyEx8JNG5 .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVyEx8JNG5 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyEx8JNG5 .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyEx8JNG5 .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uVyEx8JNG5 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uVyEx8JNG5 .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uVyEx8JNG5 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uVyEx8JNG5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #baace7;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx8JNG5 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #88deff;
  border: 1px solid #88deff;
}
.cid-uVyEx8JNG5 .card {
  justify-content: space-between;
}
.cid-uVyEx8JNG5 .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uVyEx8JNG5 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyEx8JNG5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVyEx8JNG5 .item-number {
  color: #191c25;
}
.cid-uVyEx8JNG5 .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uVyEx8JNG5 .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uVyEx9xmPB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyEx9xmPB .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyEx9xmPB .container {
  z-index: 1;
}
.cid-uVyEx9xmPB .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyEx9xmPB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyEx9xmPB .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyEx9xmPB .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyEx9xmPB .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyEx9xmPB .mbr-section-title,
.cid-uVyEx9xmPB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyEx9xmPB .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyEx9xmPB .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyEx9xmPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx9xmPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx9YxLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uVyEx9YxLi .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 600px;
}
.cid-uVyEx9YxLi .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-uVyEx9YxLi .card-inner:hover {
  border: none;
}
.cid-uVyEx9YxLi .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyEx9YxLi .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-uVyEx9YxLi .card-inner:hover .card-title,
.cid-uVyEx9YxLi .card-inner:hover .mbr-text,
.cid-uVyEx9YxLi .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-uVyEx9YxLi .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyEx9YxLi .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-uVyEx9YxLi .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-uVyEx9YxLi .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-uVyEx9YxLi .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyEx9YxLi .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyEx9YxLi .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #06df9e;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx9YxLi .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEx9YxLi .mbr-text {
  padding-bottom: 20px;
}
.cid-uVyEx9YxLi .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ff3a46;
}
.cid-uVyEx9YxLi .mbr-arrow > a {
  color: #ff3a46;
}
.cid-uVyEx9YxLi .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-uVyEx9YxLi .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cid-uVyEx9YxLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEx9YxLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEx9YxLi .card-title,
.cid-uVyEx9YxLi .icon__block {
  text-align: center;
}
.cid-uVyExaC4H2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyExaC4H2 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyExaC4H2 .container {
  z-index: 1;
}
.cid-uVyExaC4H2 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyExaC4H2 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyExaC4H2 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyExaC4H2 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyExaC4H2 .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyExaC4H2 .mbr-section-title,
.cid-uVyExaC4H2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyExaC4H2 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyExaC4H2 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyExaC4H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyExaC4H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyExb1etZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyExb1etZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyExb1etZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyExb1etZ .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVyExb1etZ .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVyExb1etZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVyExb1etZ .container {
    padding: 0 20px;
  }
}
.cid-uVyExb1etZ .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uVyExb1etZ .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uVyExb1etZ .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uVyExb1etZ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uVyExb1etZ .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyExb1etZ .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #88deff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVyExb1etZ .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uVyExb1etZ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uVyExb1etZ .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uVyExb1etZ .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uVyExb1etZ .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uVyExb1etZ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVyExb1etZ .panel-number {
  color: #000000;
}
.cid-uVyExb1etZ .panel-title-edit {
  color: #000000;
}
.cid-uVyExb1etZ .panel-text {
  color: #000000;
}
.cid-uVyExbHK3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVyExbHK3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyExbHK3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyExbHK3U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyExbHK3U .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyExbHK3U .container {
    padding: 0 12px;
  }
}
.cid-uVyExbHK3U .row {
  justify-content: center;
}
.cid-uVyExbHK3U .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uVyExbHK3U .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVyExbHK3U .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyExbHK3U .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .item {
    margin-bottom: 16px;
  }
}
.cid-uVyExbHK3U .item .item-wrapper {
  width: 100%;
}
.cid-uVyExbHK3U .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uVyExbHK3U .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVyExbHK3U .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVyExbHK3U .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uVyExbHK3U .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uVyExbHK3U .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyExbHK3U .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyExbHK3U .item-title {
  color: #1D1D1F;
}
.cid-uVyExbHK3U .item-desc {
  color: #1D1D1F;
}
.cid-uVyExbHK3U .item-text {
  color: #1D1D1F;
}
.cid-uVyExc5LMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyExc5LMf .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyExc5LMf .container {
  z-index: 1;
}
.cid-uVyExc5LMf .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyExc5LMf .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyExc5LMf .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyExc5LMf .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyExc5LMf .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyExc5LMf .mbr-section-title,
.cid-uVyExc5LMf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyExc5LMf .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyExc5LMf .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyExc5LMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyExc5LMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyK0prVhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyK0prVhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyK0prVhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyK0prVhD .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyK0prVhD .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uVyK0prVhD .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uVyK0prVhD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyK0prVhD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyK0prVhD .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVyK0prVhD .panel-title-edit {
  color: #000000;
}
.cid-uVyK0prVhD .panel-text {
  color: #000000;
}
.cid-uVyExcA2P8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVyExcA2P8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyExcA2P8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyExcA2P8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVyExcA2P8 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uVyExcA2P8 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVyExcA2P8 .google-map[data-state] {
  background: #fffff5;
}
.cid-uVyExcA2P8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
.cid-uVyO0DBXGk {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-uVyO0DBXGk .nav-item,
.cid-uVyO0DBXGk .nav-link,
.cid-uVyO0DBXGk .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0DBXGk .nav-item:hover,
.cid-uVyO0DBXGk .nav-link:hover,
.cid-uVyO0DBXGk .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-uVyO0DBXGk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uVyO0DBXGk .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uVyO0DBXGk .container-fluid,
.cid-uVyO0DBXGk .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uVyO0DBXGk .navbar-brand {
  padding: 0;
}
.cid-uVyO0DBXGk .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uVyO0DBXGk .nav-link:hover:before {
  width: 100%;
}
.cid-uVyO0DBXGk .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uVyO0DBXGk .nav-link {
    margin: 0 !important;
  }
}
.cid-uVyO0DBXGk .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVyO0DBXGk .widget p,
.cid-uVyO0DBXGk .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uVyO0DBXGk .widget p a,
.cid-uVyO0DBXGk .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uVyO0DBXGk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uVyO0DBXGk .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVyO0DBXGk .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uVyO0DBXGk .block__phone,
  .cid-uVyO0DBXGk .icons-menu {
    display: none;
  }
  .cid-uVyO0DBXGk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uVyO0DBXGk .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uVyO0DBXGk .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-uVyO0DBXGk .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uVyO0DBXGk .navbar > .container,
.cid-uVyO0DBXGk .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVyO0DBXGk .btn {
    white-space: nowrap;
  }
  .cid-uVyO0DBXGk .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uVyO0DBXGk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uVyO0DBXGk .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uVyO0DBXGk .dropdown-toggle::after,
  .cid-uVyO0DBXGk .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uVyO0DBXGk .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uVyO0DBXGk .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0DBXGk .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-uVyO0DBXGk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uVyO0DBXGk .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uVyO0DBXGk .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uVyO0DBXGk .nav-item:focus,
.cid-uVyO0DBXGk .nav-link:focus {
  outline: none;
}
.cid-uVyO0DBXGk .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uVyO0DBXGk .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0DBXGk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uVyO0DBXGk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uVyO0DBXGk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uVyO0DBXGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyO0DBXGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uVyO0DBXGk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyO0DBXGk .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-uVyO0DBXGk .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-uVyO0DBXGk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uVyO0DBXGk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyO0DBXGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyO0DBXGk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uVyO0DBXGk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uVyO0DBXGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyO0DBXGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVyO0DBXGk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyO0DBXGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyO0DBXGk .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-uVyO0DBXGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyO0DBXGk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uVyO0DBXGk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uVyO0DBXGk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uVyO0DBXGk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uVyO0DBXGk .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uVyO0DBXGk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVyO0DBXGk .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uVyO0DBXGk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uVyO0DBXGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyO0DBXGk .dropdown-item.active,
.cid-uVyO0DBXGk .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyO0DBXGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyO0DBXGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uVyO0DBXGk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVyO0DBXGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uVyO0DBXGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVyO0DBXGk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyO0DBXGk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyO0DBXGk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVyO0DBXGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyO0DBXGk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVyO0DBXGk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVyO0DBXGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyO0DBXGk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uVyO0DBXGk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uVyO0DBXGk a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-uVyO0DBXGk .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uVyO0DBXGk .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uVyO0DBXGk .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uVyO0DBXGk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uVyO0DBXGk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uVyO0DBXGk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uVyO0DBXGk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uVyO0DBXGk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uVyO0DBXGk .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uVyO0DBXGk .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uVyO0DBXGk a.nav-link {
    justify-content: flex-start;
  }
  .cid-uVyO0DBXGk ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uVyO0DBXGk .navbar-brand {
    padding: 0;
  }
  .cid-uVyO0DBXGk .block__phone,
  .cid-uVyO0DBXGk .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uVyO0DBXGk .widget {
    flex-direction: column;
  }
  .cid-uVyO0DBXGk .widget p,
  .cid-uVyO0DBXGk .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uVyO0DBXGk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyO0DBXGk .navbar {
    height: 97px;
  }
  .cid-uVyO0DBXGk .navbar.opened {
    height: auto;
  }
  .cid-uVyO0DBXGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyO0Fgsxr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVyO0Fgsxr .container,
.cid-uVyO0Fgsxr .container-fluid {
  z-index: 10;
}
.cid-uVyO0Fgsxr .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyO0Fgsxr .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uVyO0Fgsxr .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyO0Fgsxr .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uVyO0Fgsxr .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyO0Fgsxr .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyO0Fgsxr .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uVyO0Fgsxr .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyO0Fgsxr .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyO0Fgsxr .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uVyO0Fgsxr .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uVyO0Fgsxr .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyO0Fgsxr .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uVyO0Fgsxr .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uVyO0Fgsxr .container {
  pointer-events: none;
}
.cid-uVyO0Fgsxr .subtitle__block,
.cid-uVyO0Fgsxr .title__block,
.cid-uVyO0Fgsxr .buttons__block {
  pointer-events: all;
}
.cid-uVyO0Fgsxr .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uVyO0Fgsxr .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
.cid-uVyO0Fgsxr .mbr-section-title b,
.cid-uVyO0Fgsxr .mbr-section-title strong {
  font-weight: 900;
}
.cid-uVyO0Fgsxr .mbr-text {
  margin-bottom: 45px;
}
.cid-uVyO0Fgsxr .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyO0Fgsxr .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uVyO0Fgsxr .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uVyO0Fgsxr .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uVyO0Fgsxr .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uVyO0Fgsxr .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uVyO0Fgsxr .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0Fgsxr .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uVyO0Fgsxr .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uVyO0Fgsxr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uVyO0Fgsxr .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-uVyO0Fgsxr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uVyO0Fgsxr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uVyO0Fgsxr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uVyO0Fgsxr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uVyO0Fgsxr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uVyO0Fgsxr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uVyO0Fgsxr 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-uVyO0Fgsxr a.close:hover {
  color: #ffffff;
}
.cid-uVyO0Fgsxr .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uVyO0Fgsxr .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uVyO0Fgsxr .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uVyO0Fgsxr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uVyO0Fgsxr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0Fgsxr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Fgsxr .mbr-text,
.cid-uVyO0Fgsxr .buttons__block {
  color: #000000;
  text-align: center;
}
.cid-uVyO0Ho33y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyO0Ho33y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0Ho33y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Ho33y .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uVyO0Ho33y .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uVyO0Ho33y .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uVyO0Ho33y .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uVyO0IhG6A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyO0IhG6A .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyO0IhG6A .container {
  z-index: 1;
}
.cid-uVyO0IhG6A .mbr-section-title {
  color: #233d63;
}
.cid-uVyO0IhG6A .mbr-section-subtitle {
  text-align: center;
}
.cid-uVyO0IhG6A .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyO0IhG6A .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyO0IhG6A .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyO0IhG6A .mbr-section-title,
.cid-uVyO0IhG6A .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyO0IhG6A .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyO0IhG6A .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyO0IhG6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0IhG6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0IhG6A .mbr-section-title,
.cid-uVyO0IhG6A .mbr-section-btn DIV {
  text-align: left;
}
.cid-uVyRDB0FJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uVyRDB0FJL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRDB0FJL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRDB0FJL .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uVyRDB0FJL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVyRDB0FJL .container {
    padding: 0 20px;
  }
}
.cid-uVyRDB0FJL .row {
  margin: 0;
}
.cid-uVyRDB0FJL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVyRDB0FJL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVyRDB0FJL .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uVyRDB0FJL .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uVyRDB0FJL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uVyRDB0FJL .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uVyRDB0FJL .mbr-section-title {
  color: #ffffff;
}
.cid-uVyO0J5uC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyO0J5uC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0J5uC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0J5uC7 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyO0J5uC7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyO0J5uC7 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyO0J5uC7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVyO0J5uC7 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyO0J5uC7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyO0J5uC7 .mbr-section-title {
  color: #191c25;
}
.cid-uVyO0J5uC7 .mbr-text {
  color: #191c25;
}
.cid-uVyO0J5uC7 .mbr-section-title,
.cid-uVyO0J5uC7 .mbr-section-btn {
  color: #000000;
}
.cid-uVyO0JSlED {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #baace7;
}
.cid-uVyO0JSlED .inner__container {
  position: relative;
  z-index: 1;
  padding-left: 380px;
  height: 700px;
}
.cid-uVyO0JSlED .mbr-section-title {
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  line-height: 150px;
}
.cid-uVyO0JSlED .mbr-section-title:first-letter {
  color: #ff3a46;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #000000;
  padding-right: 8px;
}
.cid-uVyO0JSlED .image {
  width: 38%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.cid-uVyO0JSlED .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVyO0JSlED .image:before {
  content: "";
  width: 1px;
  height: 425px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyO0JSlED .image:after {
  content: "";
  width: 350px;
  height: 1px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyO0JSlED .tabs-container {
  margin: -25px 0 0;
  padding-left: 170px;
  position: relative;
}
.cid-uVyO0JSlED .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  border: none;
  margin-bottom: 55px;
  position: relative;
}
.cid-uVyO0JSlED .nav-tabs:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #ffffff;
  top: 31px;
  left: -190px;
}
.cid-uVyO0JSlED .nav-tabs .nav-link {
  box-sizing: border-box;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  margin: 15px 25px 0 25px;
  padding: 0;
}
.cid-uVyO0JSlED .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.cid-uVyO0JSlED .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-uVyO0JSlED .nav-tabs .nav-link:not(.active) {
  color: #ffffff !important;
}
.cid-uVyO0JSlED .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVyO0JSlED .mbr-section-btn {
  padding-left: 170px;
  margin-top: 55px;
}
.cid-uVyO0JSlED .mbr-section-btn .btn {
  border-radius: 0;
}
.cid-uVyO0JSlED .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uVyO0JSlED .mbr-section-btn .btn.btn-warning-outline {
  color: #000000;
  border-color: #000000 !important;
}
.cid-uVyO0JSlED .mbr-section-btn .btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .cid-uVyO0JSlED .inner__container {
    padding-left: 230px;
  }
  .cid-uVyO0JSlED .mbr-section-btn,
  .cid-uVyO0JSlED .tabs-container {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cid-uVyO0JSlED .image {
    position: relative;
    top: 0;
    max-width: 440px;
    margin: 80px auto 80px;
    width: auto;
    height: auto;
  }
  .cid-uVyO0JSlED .image img {
    max-height: 450px;
  }
  .cid-uVyO0JSlED .inner__container {
    padding-left: 0;
    height: 100%;
  }
  .cid-uVyO0JSlED .mbr-section-title {
    line-height: 60px;
    text-align: center;
  }
  .cid-uVyO0JSlED .mbr-section-title:first-letter {
    font-size: 150px;
  }
  .cid-uVyO0JSlED .mbr-section-btn,
  .cid-uVyO0JSlED .tabs-container {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .cid-uVyO0JSlED .mbr-section-btn,
  .cid-uVyO0JSlED .tabs-container {
    padding: 0;
  }
  .cid-uVyO0JSlED .nav-tabs {
    margin-bottom: 40px;
  }
  .cid-uVyO0JSlED .nav-tabs:before {
    content: "";
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 575px) {
  .cid-uVyO0JSlED .image {
    margin-left: 35px;
  }
}
.cid-uVyO0JSlED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0JSlED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0KKtFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyO0KKtFE .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyO0KKtFE .container {
  z-index: 1;
}
.cid-uVyO0KKtFE .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyO0KKtFE .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyO0KKtFE .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyO0KKtFE .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyO0KKtFE .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyO0KKtFE .mbr-section-title,
.cid-uVyO0KKtFE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyO0KKtFE .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyO0KKtFE .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyO0KKtFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0KKtFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Lk0mF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyO0Lk0mF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0Lk0mF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Lk0mF .items-wrap {
  justify-content: center;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #88deff;
}
@media (max-width: 992px) {
  .cid-uVyO0Lk0mF .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVyO0Lk0mF .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyO0Lk0mF .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyO0Lk0mF .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uVyO0Lk0mF .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uVyO0Lk0mF .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uVyO0Lk0mF .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uVyO0Lk0mF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #baace7;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0Lk0mF .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #88deff;
  border: 1px solid #88deff;
}
.cid-uVyO0Lk0mF .card {
  justify-content: space-between;
}
.cid-uVyO0Lk0mF .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uVyO0Lk0mF .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyO0Lk0mF .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVyO0Lk0mF .item-number {
  color: #191c25;
}
.cid-uVyO0Lk0mF .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uVyO0Lk0mF .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uVyO0MsO4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyO0MsO4n .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyO0MsO4n .container {
  z-index: 1;
}
.cid-uVyO0MsO4n .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyO0MsO4n .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyO0MsO4n .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyO0MsO4n .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyO0MsO4n .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyO0MsO4n .mbr-section-title,
.cid-uVyO0MsO4n .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyO0MsO4n .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyO0MsO4n .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyO0MsO4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0MsO4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0N5d50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uVyO0N5d50 .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 600px;
}
.cid-uVyO0N5d50 .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-uVyO0N5d50 .card-inner:hover {
  border: none;
}
.cid-uVyO0N5d50 .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyO0N5d50 .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-uVyO0N5d50 .card-inner:hover .card-title,
.cid-uVyO0N5d50 .card-inner:hover .mbr-text,
.cid-uVyO0N5d50 .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-uVyO0N5d50 .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyO0N5d50 .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-uVyO0N5d50 .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-uVyO0N5d50 .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-uVyO0N5d50 .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyO0N5d50 .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyO0N5d50 .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #06df9e;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0N5d50 .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0N5d50 .mbr-text {
  padding-bottom: 20px;
}
.cid-uVyO0N5d50 .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ff3a46;
}
.cid-uVyO0N5d50 .mbr-arrow > a {
  color: #ff3a46;
}
.cid-uVyO0N5d50 .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-uVyO0N5d50 .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cid-uVyO0N5d50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0N5d50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0N5d50 .card-title,
.cid-uVyO0N5d50 .icon__block {
  text-align: center;
}
.cid-uVyO0O74YN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyO0O74YN .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyO0O74YN .container {
  z-index: 1;
}
.cid-uVyO0O74YN .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyO0O74YN .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyO0O74YN .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyO0O74YN .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyO0O74YN .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyO0O74YN .mbr-section-title,
.cid-uVyO0O74YN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyO0O74YN .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyO0O74YN .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyO0O74YN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0O74YN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0P8LyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyO0P8LyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0P8LyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0P8LyE .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVyO0P8LyE .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVyO0P8LyE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVyO0P8LyE .container {
    padding: 0 20px;
  }
}
.cid-uVyO0P8LyE .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uVyO0P8LyE .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uVyO0P8LyE .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uVyO0P8LyE .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #88deff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVyO0P8LyE .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uVyO0P8LyE .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uVyO0P8LyE .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uVyO0P8LyE .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uVyO0P8LyE .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uVyO0P8LyE .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVyO0P8LyE .panel-number {
  color: #000000;
}
.cid-uVyO0P8LyE .panel-title-edit {
  color: #000000;
}
.cid-uVyO0P8LyE .panel-text {
  color: #000000;
}
.cid-uVyO0RFqrv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVyO0RFqrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0RFqrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0RFqrv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyO0RFqrv .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyO0RFqrv .container {
    padding: 0 12px;
  }
}
.cid-uVyO0RFqrv .row {
  justify-content: center;
}
.cid-uVyO0RFqrv .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uVyO0RFqrv .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVyO0RFqrv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyO0RFqrv .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .item {
    margin-bottom: 16px;
  }
}
.cid-uVyO0RFqrv .item .item-wrapper {
  width: 100%;
}
.cid-uVyO0RFqrv .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uVyO0RFqrv .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVyO0RFqrv .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVyO0RFqrv .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uVyO0RFqrv .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uVyO0RFqrv .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyO0RFqrv .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyO0RFqrv .item-title {
  color: #1D1D1F;
}
.cid-uVyO0RFqrv .item-desc {
  color: #1D1D1F;
}
.cid-uVyO0RFqrv .item-text {
  color: #1D1D1F;
}
.cid-uVyO0SAshC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyO0SAshC .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyO0SAshC .container {
  z-index: 1;
}
.cid-uVyO0SAshC .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyO0SAshC .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyO0SAshC .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyO0SAshC .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyO0SAshC .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyO0SAshC .mbr-section-title,
.cid-uVyO0SAshC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyO0SAshC .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyO0SAshC .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyO0SAshC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0SAshC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Tx55z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyO0Tx55z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0Tx55z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0Tx55z .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyO0Tx55z .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uVyO0Tx55z .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uVyO0Tx55z .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyO0Tx55z .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyO0Tx55z .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVyO0Tx55z .panel-title-edit {
  color: #000000;
}
.cid-uVyO0Tx55z .panel-text {
  color: #000000;
}
.cid-uVyO0UvxgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVyO0UvxgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyO0UvxgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyO0UvxgB .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVyO0UvxgB .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uVyO0UvxgB .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVyO0UvxgB .google-map[data-state] {
  background: #fffff5;
}
.cid-uVyO0UvxgB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
.cid-uVyRRBlGLs {
  min-height: 114px !important;
  position: relative;
  background: #000000;
  overflow: visible;
}
.cid-uVyRRBlGLs .nav-item,
.cid-uVyRRBlGLs .nav-link,
.cid-uVyRRBlGLs .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRBlGLs .nav-item:hover,
.cid-uVyRRBlGLs .nav-link:hover,
.cid-uVyRRBlGLs .navbar-caption:hover {
  color: #abe4fa !important;
}
.cid-uVyRRBlGLs .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uVyRRBlGLs .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uVyRRBlGLs .container-fluid,
.cid-uVyRRBlGLs .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uVyRRBlGLs .navbar-brand {
  padding: 0;
}
.cid-uVyRRBlGLs .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uVyRRBlGLs .nav-link:hover:before {
  width: 100%;
}
.cid-uVyRRBlGLs .nav-link:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uVyRRBlGLs .nav-link {
    margin: 0 !important;
  }
}
.cid-uVyRRBlGLs .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVyRRBlGLs .widget p,
.cid-uVyRRBlGLs .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uVyRRBlGLs .widget p a,
.cid-uVyRRBlGLs .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uVyRRBlGLs .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(197, 171, 80, 0.8);
  font-size: 17px;
  color: rgba(197, 171, 80, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uVyRRBlGLs .icons__wrap:hover {
  color: #000000;
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVyRRBlGLs .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uVyRRBlGLs .block__phone,
  .cid-uVyRRBlGLs .icons-menu {
    display: none;
  }
  .cid-uVyRRBlGLs .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uVyRRBlGLs .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #abe4fa !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uVyRRBlGLs .mbr-section-btn .btn-secondary:hover {
  background-color: #abe4fa !important;
  color: #ffffff !important;
}
.cid-uVyRRBlGLs .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uVyRRBlGLs .navbar > .container,
.cid-uVyRRBlGLs .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVyRRBlGLs .btn {
    white-space: nowrap;
  }
  .cid-uVyRRBlGLs .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #000000;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uVyRRBlGLs .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uVyRRBlGLs .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uVyRRBlGLs .dropdown-toggle::after,
  .cid-uVyRRBlGLs .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uVyRRBlGLs .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uVyRRBlGLs .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRBlGLs .dropdown-menu .dropdown-item:hover {
  color: #abe4fa !important;
}
.cid-uVyRRBlGLs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uVyRRBlGLs .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uVyRRBlGLs .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uVyRRBlGLs .nav-item:focus,
.cid-uVyRRBlGLs .nav-link:focus {
  outline: none;
}
.cid-uVyRRBlGLs .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-uVyRRBlGLs .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRBlGLs .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uVyRRBlGLs .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uVyRRBlGLs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uVyRRBlGLs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyRRBlGLs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uVyRRBlGLs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyRRBlGLs .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #000000;
}
.cid-uVyRRBlGLs .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #000000 !important;
}
.cid-uVyRRBlGLs .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uVyRRBlGLs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyRRBlGLs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyRRBlGLs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uVyRRBlGLs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uVyRRBlGLs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyRRBlGLs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uVyRRBlGLs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyRRBlGLs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyRRBlGLs .navbar .dropdown-menu {
    background: #000000 !important;
  }
  .cid-uVyRRBlGLs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyRRBlGLs .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uVyRRBlGLs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uVyRRBlGLs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uVyRRBlGLs .navbar.navbar-short {
  background: #000000 !important;
  min-height: 70px;
  height: 70px;
}
.cid-uVyRRBlGLs .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uVyRRBlGLs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVyRRBlGLs .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uVyRRBlGLs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uVyRRBlGLs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyRRBlGLs .dropdown-item.active,
.cid-uVyRRBlGLs .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyRRBlGLs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyRRBlGLs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uVyRRBlGLs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uVyRRBlGLs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uVyRRBlGLs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVyRRBlGLs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyRRBlGLs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVyRRBlGLs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVyRRBlGLs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyRRBlGLs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVyRRBlGLs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVyRRBlGLs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVyRRBlGLs .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uVyRRBlGLs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uVyRRBlGLs a.nav-link:hover {
  color: #abe4fa !important;
}
@media (max-width: 991px) {
  .cid-uVyRRBlGLs .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uVyRRBlGLs .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-uVyRRBlGLs .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uVyRRBlGLs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uVyRRBlGLs .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uVyRRBlGLs .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uVyRRBlGLs .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uVyRRBlGLs .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uVyRRBlGLs .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uVyRRBlGLs .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uVyRRBlGLs a.nav-link {
    justify-content: flex-start;
  }
  .cid-uVyRRBlGLs ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uVyRRBlGLs .navbar-brand {
    padding: 0;
  }
  .cid-uVyRRBlGLs .block__phone,
  .cid-uVyRRBlGLs .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uVyRRBlGLs .widget {
    flex-direction: column;
  }
  .cid-uVyRRBlGLs .widget p,
  .cid-uVyRRBlGLs .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uVyRRBlGLs .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyRRBlGLs .navbar {
    height: 97px;
  }
  .cid-uVyRRBlGLs .navbar.opened {
    height: auto;
  }
  .cid-uVyRRBlGLs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyRRCfEjR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uVyRRCfEjR .container,
.cid-uVyRRCfEjR .container-fluid {
  z-index: 10;
}
.cid-uVyRRCfEjR .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyRRCfEjR .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-uVyRRCfEjR .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyRRCfEjR .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRRCfEjR .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyRRCfEjR .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(6, 223, 158, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyRRCfEjR .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRRCfEjR .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-uVyRRCfEjR .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(171, 228, 250, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyRRCfEjR .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRRCfEjR .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-uVyRRCfEjR .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(191, 108, 255, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-uVyRRCfEjR .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-uVyRRCfEjR .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-uVyRRCfEjR .container {
  pointer-events: none;
}
.cid-uVyRRCfEjR .subtitle__block,
.cid-uVyRRCfEjR .title__block,
.cid-uVyRRCfEjR .buttons__block {
  pointer-events: all;
}
.cid-uVyRRCfEjR .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-uVyRRCfEjR .mbr-section-title {
  margin-bottom: 45px;
  color: #000000;
  font-weight: 300;
  text-align: center;
}
.cid-uVyRRCfEjR .mbr-section-title b,
.cid-uVyRRCfEjR .mbr-section-title strong {
  font-weight: 900;
}
.cid-uVyRRCfEjR .mbr-text {
  margin-bottom: 45px;
}
.cid-uVyRRCfEjR .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyRRCfEjR .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-uVyRRCfEjR .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, #bf6cff 0%, rgba(191, 108, 255, 0.85) 100%) !important;
}
.cid-uVyRRCfEjR .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-uVyRRCfEjR .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-uVyRRCfEjR .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-uVyRRCfEjR .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRCfEjR .mbr-figure:hover {
  color: #bf6cff;
  cursor: pointer;
}
.cid-uVyRRCfEjR .mbr-figure:hover .mbr-media {
  border-color: #bf6cff;
  color: #bf6cff;
}
@media (max-width: 575px) {
  .cid-uVyRRCfEjR .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-uVyRRCfEjR .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-uVyRRCfEjR .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-uVyRRCfEjR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uVyRRCfEjR .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-uVyRRCfEjR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uVyRRCfEjR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uVyRRCfEjR .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uVyRRCfEjR 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-uVyRRCfEjR a.close:hover {
  color: #ffffff;
}
.cid-uVyRRCfEjR .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #bf6cff;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-uVyRRCfEjR .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #06df9e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-uVyRRCfEjR .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #2a2a2c;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-uVyRRCfEjR .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff3a46;
  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-uVyRRCfEjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRCfEjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRCfEjR .mbr-text,
.cid-uVyRRCfEjR .buttons__block {
  color: #000000;
  text-align: center;
}
.cid-uVyRRD6pd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRRD6pd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRD6pd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRD6pd9 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uVyRRD6pd9 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uVyRRD6pd9 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #000000;
}
.cid-uVyRRD6pd9 .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uVyRRDyDHp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyRRDyDHp .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyRRDyDHp .container {
  z-index: 1;
}
.cid-uVyRRDyDHp .mbr-section-title {
  color: #233d63;
}
.cid-uVyRRDyDHp .mbr-section-subtitle {
  text-align: center;
}
.cid-uVyRRDyDHp .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyRRDyDHp .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyRRDyDHp .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyRRDyDHp .mbr-section-title,
.cid-uVyRRDyDHp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyRRDyDHp .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyRRDyDHp .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyRRDyDHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRDyDHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRDyDHp .mbr-section-title,
.cid-uVyRRDyDHp .mbr-section-btn DIV {
  text-align: left;
}
.cid-uVyRREEnr4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRREEnr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRREEnr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRREEnr4 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyRREEnr4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyRREEnr4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyRREEnr4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVyRREEnr4 .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVyRREEnr4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyRREEnr4 .mbr-section-title {
  color: #191c25;
}
.cid-uVyRREEnr4 .mbr-text {
  color: #191c25;
}
.cid-uVyRREEnr4 .mbr-section-title,
.cid-uVyRREEnr4 .mbr-section-btn {
  color: #000000;
}
.cid-uVyRRFengd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #baace7;
}
.cid-uVyRRFengd .inner__container {
  position: relative;
  z-index: 1;
  padding-left: 380px;
  height: 700px;
}
.cid-uVyRRFengd .mbr-section-title {
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  line-height: 150px;
}
.cid-uVyRRFengd .mbr-section-title:first-letter {
  color: #ff3a46;
  font-size: 200px;
  text-shadow: 2px -0.9px 0px #000000;
  padding-right: 8px;
}
.cid-uVyRRFengd .image {
  width: 38%;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}
.cid-uVyRRFengd .image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-uVyRRFengd .image:before {
  content: "";
  width: 1px;
  height: 425px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyRRFengd .image:after {
  content: "";
  width: 350px;
  height: 1px;
  left: -50px;
  background: #000000;
  position: absolute;
  top: -55px;
}
.cid-uVyRRFengd .tabs-container {
  margin: -25px 0 0;
  padding-left: 170px;
  position: relative;
}
.cid-uVyRRFengd .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  border: none;
  margin-bottom: 55px;
  position: relative;
}
.cid-uVyRRFengd .nav-tabs:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  background: #ffffff;
  top: 31px;
  left: -190px;
}
.cid-uVyRRFengd .nav-tabs .nav-link {
  box-sizing: border-box;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  margin: 15px 25px 0 25px;
  padding: 0;
}
.cid-uVyRRFengd .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
.cid-uVyRRFengd .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-uVyRRFengd .nav-tabs .nav-link:not(.active) {
  color: #ffffff !important;
}
.cid-uVyRRFengd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVyRRFengd .mbr-section-btn {
  padding-left: 170px;
  margin-top: 55px;
}
.cid-uVyRRFengd .mbr-section-btn .btn {
  border-radius: 0;
}
.cid-uVyRRFengd .mbr-section-btn .btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}
.cid-uVyRRFengd .mbr-section-btn .btn.btn-warning-outline {
  color: #000000;
  border-color: #000000 !important;
}
.cid-uVyRRFengd .mbr-section-btn .btn.btn-white-outline {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}
@media (max-width: 1199px) {
  .cid-uVyRRFengd .inner__container {
    padding-left: 230px;
  }
  .cid-uVyRRFengd .mbr-section-btn,
  .cid-uVyRRFengd .tabs-container {
    padding-left: 160px;
  }
}
@media (max-width: 991px) {
  .cid-uVyRRFengd .image {
    position: relative;
    top: 0;
    max-width: 440px;
    margin: 80px auto 80px;
    width: auto;
    height: auto;
  }
  .cid-uVyRRFengd .image img {
    max-height: 450px;
  }
  .cid-uVyRRFengd .inner__container {
    padding-left: 0;
    height: 100%;
  }
  .cid-uVyRRFengd .mbr-section-title {
    line-height: 60px;
    text-align: center;
  }
  .cid-uVyRRFengd .mbr-section-title:first-letter {
    font-size: 150px;
  }
  .cid-uVyRRFengd .mbr-section-btn,
  .cid-uVyRRFengd .tabs-container {
    padding-right: 160px;
  }
}
@media (max-width: 767px) {
  .cid-uVyRRFengd .mbr-section-btn,
  .cid-uVyRRFengd .tabs-container {
    padding: 0;
  }
  .cid-uVyRRFengd .nav-tabs {
    margin-bottom: 40px;
  }
  .cid-uVyRRFengd .nav-tabs:before {
    content: "";
    position: static;
    width: 0;
    height: 0;
  }
}
@media (max-width: 575px) {
  .cid-uVyRRFengd .image {
    margin-left: 35px;
  }
}
.cid-uVyRRFengd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRFengd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRG1xFH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyRRG1xFH .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyRRG1xFH .container {
  z-index: 1;
}
.cid-uVyRRG1xFH .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyRRG1xFH .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyRRG1xFH .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyRRG1xFH .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyRRG1xFH .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyRRG1xFH .mbr-section-title,
.cid-uVyRRG1xFH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyRRG1xFH .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyRRG1xFH .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyRRG1xFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRG1xFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRGq3Hv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRRGq3Hv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRGq3Hv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRGq3Hv .items-wrap {
  justify-content: center;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #88deff;
}
@media (max-width: 992px) {
  .cid-uVyRRGq3Hv .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVyRRGq3Hv .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyRRGq3Hv .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyRRGq3Hv .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uVyRRGq3Hv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uVyRRGq3Hv .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uVyRRGq3Hv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uVyRRGq3Hv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #baace7;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRGq3Hv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #88deff;
  border: 1px solid #88deff;
}
.cid-uVyRRGq3Hv .card {
  justify-content: space-between;
}
.cid-uVyRRGq3Hv .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uVyRRGq3Hv .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyRRGq3Hv .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVyRRGq3Hv .item-number {
  color: #191c25;
}
.cid-uVyRRGq3Hv .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uVyRRGq3Hv .item-text {
  color: #191c25;
  text-align: center;
}
.cid-uVyRRHnEyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyRRHnEyi .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyRRHnEyi .container {
  z-index: 1;
}
.cid-uVyRRHnEyi .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyRRHnEyi .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyRRHnEyi .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyRRHnEyi .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyRRHnEyi .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyRRHnEyi .mbr-section-title,
.cid-uVyRRHnEyi .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyRRHnEyi .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyRRHnEyi .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyRRHnEyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRHnEyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRHOJLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfcff;
}
.cid-uVyRRHOJLd .card-inner {
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 45px;
  height: 600px;
}
.cid-uVyRRHOJLd .card-inner:before {
  content: "";
  width: 273px;
  height: 273px;
  background-color: #c647fe;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-uVyRRHOJLd .card-inner:hover {
  border: none;
}
.cid-uVyRRHOJLd .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-uVyRRHOJLd .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-uVyRRHOJLd .card-inner:hover .card-title,
.cid-uVyRRHOJLd .card-inner:hover .mbr-text,
.cid-uVyRRHOJLd .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-uVyRRHOJLd .card-inner:hover .animation__background {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-uVyRRHOJLd .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-uVyRRHOJLd .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-uVyRRHOJLd .animation__background {
  background-color: #9a5be8;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-uVyRRHOJLd .animation__background:before {
  content: "";
  width: 495px;
  height: 495px;
  background-color: #bf6cff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyRRHOJLd .animation__background:after {
  content: "";
  width: 602px;
  height: 602px;
  background-color: #a461e8;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-uVyRRHOJLd .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #06df9e;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRHOJLd .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRHOJLd .mbr-text {
  padding-bottom: 20px;
}
.cid-uVyRRHOJLd .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ff3a46;
}
.cid-uVyRRHOJLd .mbr-arrow > a {
  color: #ff3a46;
}
.cid-uVyRRHOJLd .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-uVyRRHOJLd .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cid-uVyRRHOJLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRHOJLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRHOJLd .card-title,
.cid-uVyRRHOJLd .icon__block {
  text-align: center;
}
.cid-uVyRRINhS0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyRRINhS0 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyRRINhS0 .container {
  z-index: 1;
}
.cid-uVyRRINhS0 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyRRINhS0 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyRRINhS0 .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyRRINhS0 .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyRRINhS0 .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyRRINhS0 .mbr-section-title,
.cid-uVyRRINhS0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyRRINhS0 .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyRRINhS0 .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyRRINhS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRINhS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRJbIKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRRJbIKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRJbIKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRJbIKn .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVyRRJbIKn .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRRJbIKn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRRJbIKn .container {
    padding: 0 20px;
  }
}
.cid-uVyRRJbIKn .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uVyRRJbIKn .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uVyRRJbIKn .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uVyRRJbIKn .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #88deff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVyRRJbIKn .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uVyRRJbIKn .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uVyRRJbIKn .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uVyRRJbIKn .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uVyRRJbIKn .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uVyRRJbIKn .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVyRRJbIKn .panel-number {
  color: #000000;
}
.cid-uVyRRJbIKn .panel-title-edit {
  color: #000000;
}
.cid-uVyRRJbIKn .panel-text {
  color: #000000;
}
.cid-uVyRRJUNx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVyRRJUNx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRJUNx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRJUNx1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyRRJUNx1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uVyRRJUNx1 .container {
    padding: 0 12px;
  }
}
.cid-uVyRRJUNx1 .row {
  justify-content: center;
}
.cid-uVyRRJUNx1 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uVyRRJUNx1 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVyRRJUNx1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyRRJUNx1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .item {
    margin-bottom: 16px;
  }
}
.cid-uVyRRJUNx1 .item .item-wrapper {
  width: 100%;
}
.cid-uVyRRJUNx1 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uVyRRJUNx1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVyRRJUNx1 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVyRRJUNx1 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uVyRRJUNx1 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uVyRRJUNx1 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyRRJUNx1 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uVyRRJUNx1 .item-title {
  color: #1D1D1F;
}
.cid-uVyRRJUNx1 .item-desc {
  color: #1D1D1F;
}
.cid-uVyRRJUNx1 .item-text {
  color: #1D1D1F;
}
.cid-uVyRRKsbjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(6, 223, 158, 0.2));
}
.cid-uVyRRKsbjv .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uVyRRKsbjv .container {
  z-index: 1;
}
.cid-uVyRRKsbjv .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uVyRRKsbjv .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uVyRRKsbjv .mbr-section-btn {
  margin-top: 35px;
}
.cid-uVyRRKsbjv .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uVyRRKsbjv .mbr-section-btn .btn-white:hover {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.cid-uVyRRKsbjv .mbr-section-title,
.cid-uVyRRKsbjv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVyRRKsbjv .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uVyRRKsbjv .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uVyRRKsbjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRKsbjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRKRBBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyRRKRBBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRKRBBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRKRBBQ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVyRRKRBBQ .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #e2fa0e;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uVyRRKRBBQ .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uVyRRKRBBQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyRRKRBBQ .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyRRKRBBQ .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uVyRRKRBBQ .panel-title-edit {
  color: #000000;
}
.cid-uVyRRKRBBQ .panel-text {
  color: #000000;
}
.cid-uVyRRLw39q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uVyRRLw39q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyRRLw39q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyRRLw39q .google-map {
  height: 30rem;
  position: relative;
}
.cid-uVyRRLw39q .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uVyRRLw39q .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uVyRRLw39q .google-map[data-state] {
  background: #fffff5;
}
.cid-uVyRRLw39q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uVEBgMup5k {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #abe4fa;
}
.cid-uVEBgMup5k .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVEBgMup5k .logo__image {
  width: 60px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__text {
  padding: 12px 0 25px;
}
.cid-uVEBgMup5k .brand__email {
  margin-bottom: 15px;
}
.cid-uVEBgMup5k .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__title {
  padding: 12px 0 25px;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #000000;
}
.cid-uVEBgMup5k .footer__items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .social {
  margin-top: 30px;
}
.cid-uVEBgMup5k .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVEBgMup5k .social .social__items:hover {
  background-color: #abe4fa;
  border-color: #abe4fa;
}
.cid-uVEBgMup5k .social .social__items:hover span {
  color: #000000 !important;
}
.cid-uVEBgMup5k .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVEBgMup5k .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVEBgMup5k .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVEBgMup5k .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVEBgMup5k .footer__bot_items a:hover {
  color: #abe4fa !important;
}
.cid-uVEBgMup5k .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVEBgMup5k .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVEBgMup5k .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #abe4fa;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVEBgMup5k .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVEBgMup5k .divider {
    margin-top: 30px;
  }
  .cid-uVEBgMup5k .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVEBgMup5k .align-right,
  .cid-uVEBgMup5k .privacy {
    text-align: center;
  }
  .cid-uVEBgMup5k .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVEBgMup5k .privacy {
  color: #000000;
}
.cid-uVEBgMup5k .footer__adress {
  color: #000000;
}
