@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #27c3ff !important;
}
.bg-success {
  background-color: #fec6f3 !important;
}
.bg-info {
  background-color: #c4aedd !important;
}
.bg-warning {
  background-color: #2086b3 !important;
}
.bg-danger {
  background-color: #2086b3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #27c3ff;
  border-color: #27c3ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-primary:hover {
  background-color: #00aff3 !important;
  border-color: #00aff3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #973898 !important;
  border-color: #973898 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #973898;
  border-color: #973898;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #973898 !important;
  border-color: #973898 !important;
}
.btn-secondary:hover {
  background-color: #722a73 !important;
  border-color: #722a73 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4aedd !important;
  border-color: #c4aedd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c4aedd;
  border-color: #c4aedd;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c4aedd !important;
  border-color: #c4aedd !important;
}
.btn-info:hover {
  background-color: #aa8ace !important;
  border-color: #aa8ace !important;
}
.btn-success,
.btn-success:active {
  background-color: #fec6f3 !important;
  border-color: #fec6f3 !important;
  color: #c2039c !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #c2039c !important;
  background-color: #fec6f3;
  border-color: #fec6f3;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #c2039c !important;
  background-color: #fec6f3 !important;
  border-color: #fec6f3 !important;
}
.btn-success:hover {
  background-color: #fd94e8 !important;
  border-color: #fd94e8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2086b3 !important;
  border-color: #2086b3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2086b3;
  border-color: #2086b3;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2086b3 !important;
  border-color: #2086b3 !important;
}
.btn-warning:hover {
  background-color: #2da4d9 !important;
  border-color: #2da4d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2086b3 !important;
  border-color: #2086b3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2086b3;
  border-color: #2086b3;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2086b3 !important;
  border-color: #2086b3 !important;
}
.btn-danger:hover {
  background-color: lighte(#2086b3, 10%) !important;
  border-color: #186688 !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: #27c3ff;
  color: #27c3ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #27c3ff !important;
  border-color: #27c3ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #27c3ff !important;
  border-color: #27c3ff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #973898;
  color: #973898;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #973898 !important;
  border-color: #973898;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #973898 !important;
  border-color: #973898 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c4aedd;
  color: #c4aedd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #c4aedd !important;
  border-color: #c4aedd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4aedd !important;
  border-color: #c4aedd !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fec6f3;
  color: #fec6f3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2039c !important;
  background: #fec6f3 !important;
  border-color: #fec6f3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #c2039c !important;
  background-color: #fec6f3 !important;
  border-color: #fec6f3 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2086b3;
  color: #2086b3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2086b3 !important;
  border-color: #2086b3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2086b3 !important;
  border-color: #2086b3 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2086b3;
  color: #2086b3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #2086b3 !important;
  border-color: #2086b3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2086b3 !important;
  border-color: #2086b3 !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: #27c3ff !important;
}
.text-secondary {
  color: #973898 !important;
}
.text-success {
  color: #fec6f3 !important;
}
.text-info {
  color: #c4aedd !important;
}
.text-warning {
  color: #2086b3 !important;
}
.text-danger {
  color: #2086b3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #008bc0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4d1d4d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fc62de !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9066bf !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #2086b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #11455c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #27c3ff !important;
}
.alert-success {
  background-color: #fec6f3;
}
.alert-info {
  background-color: #c4aedd;
}
.alert-warning {
  background-color: #2086b3;
}
.alert-danger {
  background-color: #2086b3;
}
.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: #27c3ff;
  border-color: #27c3ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #27c3ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f3fcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #6ec0e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6ec0e5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #27c3ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #27c3ff;
  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: #27c3ff;
  border-bottom-color: #27c3ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #27c3ff !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: #973898 !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-rVEdzKNJ1y {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-rVEdzKNJ1y .container {
  pointer-events: none;
}
.cid-rVEdzKNJ1y .subtitle__block,
.cid-rVEdzKNJ1y .title__block,
.cid-rVEdzKNJ1y .buttons__block {
  pointer-events: all;
}
.cid-rVEdzKNJ1y .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rVEdzKNJ1y .subtitle__block SPAN {
  color: #2086b3;
}
.cid-rVEdzKNJ1y .mbr-section-subtitle {
  display: inline-block;
  color: #606f7b;
}
.cid-rVEdzKNJ1y .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rVEdzKNJ1y .mbr-text {
  margin-top: 35px;
}
.cid-rVEdzKNJ1y .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #c4aedd 0%, rgba(196, 174, 221, 0.85) 100%) !important;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rVEdzKNJ1y .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rVEdzKNJ1y .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-figure:hover {
  color: #c4aedd;
  cursor: pointer;
}
.cid-rVEdzKNJ1y .mbr-figure:hover .mbr-media {
  border-color: #c4aedd;
  color: #c4aedd;
}
@media (max-width: 575px) {
  .cid-rVEdzKNJ1y .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rVEdzKNJ1y .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rVEdzKNJ1y .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rVEdzKNJ1y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rVEdzKNJ1y .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rVEdzKNJ1y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rVEdzKNJ1y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rVEdzKNJ1y .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rVEdzKNJ1y 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-rVEdzKNJ1y a.close:hover {
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-section-title,
.cid-rVEdzKNJ1y .subtitle__wrap {
  color: #ffffff;
}
.cid-rVEdzKNJ1y .mbr-text,
.cid-rVEdzKNJ1y .buttons__block {
  color: #ffffff;
  text-align: left;
}
.cid-sgNGIonfjq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sgNGIonfjq .mbr-section-title {
  color: #233d63;
}
.cid-sgNGIonfjq .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sgNGIonfjq .mbr-section-title,
.cid-sgNGIonfjq .icon__wrap {
  text-align: center;
  color: #2086b3;
}
.cid-sgNGIonfjq .mbr-section-subtitle {
  text-align: center;
}
.cid-sgBT8VeMLO {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
@media (min-width: 768px) {
  .cid-sgBT8VeMLO .showArrow {
    padding-bottom: 115px;
  }
}
.cid-sgBT8VeMLO .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: 430px;
}
.cid-sgBT8VeMLO .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #2086b3;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-sgBT8VeMLO .card-inner:hover {
  border: none;
}
.cid-sgBT8VeMLO .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sgBT8VeMLO .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-sgBT8VeMLO .card-inner:hover .card-title,
.cid-sgBT8VeMLO .card-inner:hover .mbr-text,
.cid-sgBT8VeMLO .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-sgBT8VeMLO .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-sgBT8VeMLO .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-sgBT8VeMLO .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-sgBT8VeMLO .animation__background {
  background-color: #27c3ff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-sgBT8VeMLO .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-sgBT8VeMLO .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #2086b3;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-sgBT8VeMLO .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #fec6f3;
  transition: all 0.3s ease-in-out;
}
.cid-sgBT8VeMLO .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-sgBT8VeMLO .mbr-text {
  padding-bottom: 20px;
}
.cid-sgBT8VeMLO .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: #27c3ff;
}
.cid-sgBT8VeMLO .mbr-arrow > a {
  color: #27c3ff;
}
.cid-sgBT8VeMLO .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-sgBT8VeMLO .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-shDYlqMKNW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-shDYlqMKNW .container {
  pointer-events: none;
}
.cid-shDYlqMKNW .title__block,
.cid-shDYlqMKNW .card__wrap {
  pointer-events: all;
}
.cid-shDYlqMKNW .mbr-overlay {
  background: #5eeebb;
}
.cid-shDYlqMKNW .title__block {
  margin-bottom: 80px;
}
.cid-shDYlqMKNW .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-shDYlqMKNW .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 380px;
}
.cid-shDYlqMKNW .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-shDYlqMKNW .card:hover .card__icon {
  opacity: 1;
}
.cid-shDYlqMKNW .card:hover .card__link {
  background-color: #27c3ff;
  color: #000000;
}
.cid-shDYlqMKNW .image {
  background: #27c3ff;
  display: block;
  position: relative;
  overflow: hidden;
  height: 380px;
}
.cid-shDYlqMKNW .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-shDYlqMKNW .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-shDYlqMKNW .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-shDYlqMKNW .mbr-section-title {
  color: #2086b3;
}
@media (max-width: 767px) {
  .cid-shDYlqMKNW .card {
    margin-bottom: 50px;
  }
  .cid-shDYlqMKNW .title__block {
    margin-bottom: 50px;
  }
}
.cid-shDYlqMKNW .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-shDYlqMKNW .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #fec6f3;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-shDYlqMKNW .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 30s infinite linear;
}
.cid-shDYlqMKNW .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c4aedd;
  animation: animationTwo 30s infinite linear;
}
.cid-shDYlqMKNW .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 25s infinite linear;
}
.cid-shDYlqMKNW .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationTwo 25s infinite linear;
}
.cid-shE8Dancmt {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-shE8Dancmt .container,
.cid-shE8Dancmt .container-fluid {
  pointer-events: none;
}
.cid-shE8Dancmt .icon__wrap,
.cid-shE8Dancmt .mbr-section-title,
.cid-shE8Dancmt .mbr-text,
.cid-shE8Dancmt .items__block,
.cid-shE8Dancmt .mbr-section-btn,
.cid-shE8Dancmt .image {
  pointer-events: all;
}
.cid-shE8Dancmt .image {
  text-align: center;
}
.cid-shE8Dancmt .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-shE8Dancmt .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-shE8Dancmt .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-shE8Dancmt .mbr-text {
  margin-bottom: 40px;
}
.cid-shE8Dancmt .items__block .item .mbr-iconfont {
  color: #2086b3;
  margin-right: 10px;
  font-size: 14px;
}
.cid-shE8Dancmt .mbr-section-btn {
  margin-top: 55px;
}
.cid-shE8Dancmt .icon__block {
  background: linear-gradient(135deg, rgba(176, 219, 236, 0.54) 0%, rgba(176, 219, 236, 0.85) 60%, #b0dbec 100%);
}
.cid-shE8Dancmt .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-shE8Dancmt .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #fec6f3;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-shE8Dancmt .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 30s infinite linear;
}
.cid-shE8Dancmt .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c4aedd;
  animation: animationTwo 30s infinite linear;
}
.cid-shE8Dancmt .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 25s infinite linear;
}
.cid-shE8Dancmt .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationTwo 25s infinite linear;
}
.cid-shE287lFLm {
  padding-top: 120px;
  padding-bottom: 16px;
  background: #fffffd;
}
.cid-shE287lFLm .mbr-overlay {
  background: #232323;
}
.cid-shE287lFLm .mbr-section-subtitle {
  color: #cccccc;
}
.cid-shE287lFLm H1 {
  color: #2086b3;
}
.cid-shE287lFLm .mbr-section-subtitle,
.cid-shE287lFLm .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-shE49dACDQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-shE49dACDQ .line {
  background-color: #2086b3;
  color: #2086b3;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-shE49dACDQ .section-text {
  padding: 2rem 0;
  color: #1a1a1a;
}
.cid-shE49dACDQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-shE49dACDQ .inner-container {
    width: 100% !important;
  }
}
.cid-sgNPYukK3g {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sgNPYukK3g .form-control,
.cid-sgNPYukK3g .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-sgNPYukK3g .form-control:focus,
.cid-sgNPYukK3g .form-control:focus:focus {
  outline: none;
}
.cid-sgNPYukK3g input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sgNPYukK3g input::-moz-placeholder {
  color: #5b686b;
}
.cid-sgNPYukK3g textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sgNPYukK3g textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-sgNPYukK3g .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sgNPYukK3g .form-control {
  margin-bottom: 15px;
}
.cid-sgNPYukK3g .map {
  width: 100%;
  height: 30rem;
}
.cid-sgNPYukK3g .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sgNPYukK3g .mbr-text {
  color: #767676;
}
.cid-sgNPYukK3g .input-group-btn {
  display: block;
}
.cid-sgNPYukK3g .google-map {
  height: 25rem;
  position: relative;
}
.cid-sgNPYukK3g .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sgNPYukK3g .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sgNPYukK3g .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sgNPYukK3g .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-sgNPYukK3g .mbr-section-subtitle,
  .cid-sgNPYukK3g .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sgNPYukK3g .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-sgNPYukK3g .mbr-section-subtitle {
  color: #2086b3;
}
.cid-shbEsZlf18 {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-shbEsZlf18 .container {
  pointer-events: none;
}
.cid-shbEsZlf18 .subtitle__block,
.cid-shbEsZlf18 .title__block,
.cid-shbEsZlf18 .buttons__block {
  pointer-events: all;
}
.cid-shbEsZlf18 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-shbEsZlf18 .subtitle__block SPAN {
  color: #2086b3;
}
.cid-shbEsZlf18 .mbr-section-subtitle {
  display: inline-block;
  color: #606f7b;
}
.cid-shbEsZlf18 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-shbEsZlf18 .mbr-text {
  margin-top: 35px;
}
.cid-shbEsZlf18 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-shbEsZlf18 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-shbEsZlf18 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #c4aedd 0%, rgba(196, 174, 221, 0.85) 100%) !important;
}
.cid-shbEsZlf18 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-shbEsZlf18 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-shbEsZlf18 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-shbEsZlf18 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
  color: #ffffff;
}
.cid-shbEsZlf18 .mbr-figure:hover {
  color: #c4aedd;
  cursor: pointer;
}
.cid-shbEsZlf18 .mbr-figure:hover .mbr-media {
  border-color: #c4aedd;
  color: #c4aedd;
}
@media (max-width: 575px) {
  .cid-shbEsZlf18 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-shbEsZlf18 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-shbEsZlf18 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-shbEsZlf18 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-shbEsZlf18 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-shbEsZlf18 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-shbEsZlf18 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shbEsZlf18 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-shbEsZlf18 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-shbEsZlf18 a.close:hover {
  color: #ffffff;
}
.cid-shbEsZlf18 .mbr-section-title,
.cid-shbEsZlf18 .subtitle__wrap {
  color: #ffffff;
}
.cid-shbEsZlf18 .mbr-text,
.cid-shbEsZlf18 .buttons__block {
  color: #ffffff;
  text-align: left;
}
.cid-sphtDFKhe5 {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1202.jpg");
}
.cid-sphtDFKhe5 .container {
  pointer-events: none;
}
.cid-sphtDFKhe5 .subtitle__block,
.cid-sphtDFKhe5 .title__block,
.cid-sphtDFKhe5 .buttons__block {
  pointer-events: all;
}
.cid-sphtDFKhe5 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-sphtDFKhe5 .subtitle__block SPAN {
  color: #2086b3;
}
.cid-sphtDFKhe5 .mbr-section-subtitle {
  display: inline-block;
  color: #606f7b;
}
.cid-sphtDFKhe5 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-sphtDFKhe5 .mbr-text {
  margin-top: 35px;
}
.cid-sphtDFKhe5 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-sphtDFKhe5 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-sphtDFKhe5 .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #c4aedd 0%, rgba(196, 174, 221, 0.85) 100%) !important;
}
.cid-sphtDFKhe5 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-sphtDFKhe5 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-sphtDFKhe5 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-sphtDFKhe5 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  margin-left: 30px;
  color: #ffffff;
}
.cid-sphtDFKhe5 .mbr-figure:hover {
  color: #c4aedd;
  cursor: pointer;
}
.cid-sphtDFKhe5 .mbr-figure:hover .mbr-media {
  border-color: #c4aedd;
  color: #c4aedd;
}
@media (max-width: 575px) {
  .cid-sphtDFKhe5 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-sphtDFKhe5 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-sphtDFKhe5 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-sphtDFKhe5 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sphtDFKhe5 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-sphtDFKhe5 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sphtDFKhe5 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sphtDFKhe5 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sphtDFKhe5 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-sphtDFKhe5 a.close:hover {
  color: #ffffff;
}
.cid-sphtDFKhe5 .mbr-section-title,
.cid-sphtDFKhe5 .subtitle__wrap {
  color: #ffffff;
}
.cid-sphtDFKhe5 .mbr-text,
.cid-sphtDFKhe5 .buttons__block {
  color: #ffffff;
  text-align: left;
}
.cid-sphtDHePO5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sphtDHePO5 .mbr-section-title {
  color: #233d63;
}
.cid-sphtDHePO5 .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-sphtDHePO5 .mbr-section-title,
.cid-sphtDHePO5 .icon__wrap {
  text-align: center;
  color: #2086b3;
}
.cid-sphtDHePO5 .mbr-section-subtitle {
  text-align: center;
}
.cid-sphtDIoOs7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
@media (min-width: 768px) {
  .cid-sphtDIoOs7 .showArrow {
    padding-bottom: 115px;
  }
}
.cid-sphtDIoOs7 .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: 430px;
}
.cid-sphtDIoOs7 .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #2086b3;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-sphtDIoOs7 .card-inner:hover {
  border: none;
}
.cid-sphtDIoOs7 .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-sphtDIoOs7 .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-sphtDIoOs7 .card-inner:hover .card-title,
.cid-sphtDIoOs7 .card-inner:hover .mbr-text,
.cid-sphtDIoOs7 .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-sphtDIoOs7 .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-sphtDIoOs7 .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-sphtDIoOs7 .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-sphtDIoOs7 .animation__background {
  background-color: #27c3ff;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-sphtDIoOs7 .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #27c3ff;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-sphtDIoOs7 .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #2086b3;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-sphtDIoOs7 .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #fec6f3;
  transition: all 0.3s ease-in-out;
}
.cid-sphtDIoOs7 .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-sphtDIoOs7 .mbr-text {
  padding-bottom: 20px;
}
.cid-sphtDIoOs7 .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: #27c3ff;
}
.cid-sphtDIoOs7 .mbr-arrow > a {
  color: #27c3ff;
}
.cid-sphtDIoOs7 .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-sphtDIoOs7 .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-sphtDK4j3V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sphtDK4j3V .container {
  pointer-events: none;
}
.cid-sphtDK4j3V .title__block,
.cid-sphtDK4j3V .card__wrap {
  pointer-events: all;
}
.cid-sphtDK4j3V .mbr-overlay {
  background: #5eeebb;
}
.cid-sphtDK4j3V .title__block {
  margin-bottom: 80px;
}
.cid-sphtDK4j3V .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sphtDK4j3V .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 380px;
}
.cid-sphtDK4j3V .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sphtDK4j3V .card:hover .card__icon {
  opacity: 1;
}
.cid-sphtDK4j3V .card:hover .card__link {
  background-color: #27c3ff;
  color: #000000;
}
.cid-sphtDK4j3V .image {
  background: #27c3ff;
  display: block;
  position: relative;
  overflow: hidden;
  height: 380px;
}
.cid-sphtDK4j3V .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-sphtDK4j3V .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-sphtDK4j3V .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-sphtDK4j3V .mbr-section-title {
  color: #2086b3;
}
@media (max-width: 767px) {
  .cid-sphtDK4j3V .card {
    margin-bottom: 50px;
  }
  .cid-sphtDK4j3V .title__block {
    margin-bottom: 50px;
  }
}
.cid-sphtDK4j3V .animation__background .triangle {
  position: absolute;
  top: 21%;
  right: 55%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-sphtDK4j3V .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #fec6f3;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sphtDK4j3V .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 30s infinite linear;
}
.cid-sphtDK4j3V .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c4aedd;
  animation: animationTwo 30s infinite linear;
}
.cid-sphtDK4j3V .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 25s infinite linear;
}
.cid-sphtDK4j3V .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationTwo 25s infinite linear;
}
.cid-sphtDLiEvo {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sphtDLiEvo .container,
.cid-sphtDLiEvo .container-fluid {
  pointer-events: none;
}
.cid-sphtDLiEvo .icon__wrap,
.cid-sphtDLiEvo .mbr-section-title,
.cid-sphtDLiEvo .mbr-text,
.cid-sphtDLiEvo .items__block,
.cid-sphtDLiEvo .mbr-section-btn,
.cid-sphtDLiEvo .image {
  pointer-events: all;
}
.cid-sphtDLiEvo .image {
  text-align: center;
}
.cid-sphtDLiEvo .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-sphtDLiEvo .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-sphtDLiEvo .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-sphtDLiEvo .mbr-text {
  margin-bottom: 40px;
}
.cid-sphtDLiEvo .items__block .item .mbr-iconfont {
  color: #2086b3;
  margin-right: 10px;
  font-size: 14px;
}
.cid-sphtDLiEvo .mbr-section-btn {
  margin-top: 55px;
}
.cid-sphtDLiEvo .icon__block {
  background: linear-gradient(135deg, rgba(176, 219, 236, 0.54) 0%, rgba(176, 219, 236, 0.85) 60%, #b0dbec 100%);
}
.cid-sphtDLiEvo .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-sphtDLiEvo .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #fec6f3;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-sphtDLiEvo .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 30s infinite linear;
}
.cid-sphtDLiEvo .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #c4aedd;
  animation: animationTwo 30s infinite linear;
}
.cid-sphtDLiEvo .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #2086b3;
  animation: animationOne 25s infinite linear;
}
.cid-sphtDLiEvo .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #27c3ff;
  animation: animationTwo 25s infinite linear;
}
.cid-sphtDMo9Vd {
  padding-top: 120px;
  padding-bottom: 16px;
  background: #fffffd;
}
.cid-sphtDMo9Vd .mbr-overlay {
  background: #232323;
}
.cid-sphtDMo9Vd .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sphtDMo9Vd H1 {
  color: #2086b3;
}
.cid-sphtDMo9Vd .mbr-section-subtitle,
.cid-sphtDMo9Vd .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-sphtDNuJWw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sphtDNuJWw .line {
  background-color: #2086b3;
  color: #2086b3;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sphtDNuJWw .section-text {
  padding: 2rem 0;
  color: #1a1a1a;
}
.cid-sphtDNuJWw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sphtDNuJWw .inner-container {
    width: 100% !important;
  }
}
.cid-sphtDOc364 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sphtDOc364 .form-control,
.cid-sphtDOc364 .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-sphtDOc364 .form-control:focus,
.cid-sphtDOc364 .form-control:focus:focus {
  outline: none;
}
.cid-sphtDOc364 input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sphtDOc364 input::-moz-placeholder {
  color: #5b686b;
}
.cid-sphtDOc364 textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-sphtDOc364 textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-sphtDOc364 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sphtDOc364 .form-control {
  margin-bottom: 15px;
}
.cid-sphtDOc364 .map {
  width: 100%;
  height: 30rem;
}
.cid-sphtDOc364 .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sphtDOc364 .mbr-text {
  color: #767676;
}
.cid-sphtDOc364 .input-group-btn {
  display: block;
}
.cid-sphtDOc364 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sphtDOc364 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sphtDOc364 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-sphtDOc364 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sphtDOc364 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-sphtDOc364 .mbr-section-subtitle,
  .cid-sphtDOc364 .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sphtDOc364 .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-sphtDOc364 .mbr-section-subtitle {
  color: #2086b3;
}
