body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Audiowide', display;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'MuseoModerno', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'MuseoModerno', display;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #33358c !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #33358c !important;
  border-color: #33358c !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #252767 !important;
  border-color: #252767 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee509d !important;
  border-color: #ee509d !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #e92283 !important;
  border-color: #e92283 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #33358c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #33358c !important;
  border-color: #33358c !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #33358c;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #33358c;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ee509d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ee509d !important;
  border-color: #ee509d !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ee509d;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ee509d;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #33358c !important;
}
.text-secondary {
  color: #ee509d !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #252767 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e92283 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #33358c;
  border-color: #33358c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #33358c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7375cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #33358c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #33358c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #33358c;
  border-bottom-color: #33358c;
}
.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: #33358c !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: #ee509d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2333358c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKHTOYCice {
  z-index: 1000;
  width: 100%;
}
.cid-tKHTOYCice nav.navbar {
  position: fixed;
}
.cid-tKHTOYCice img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tKHTOYCice .navbar-short {
  background: #a8aaf1 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tKHTOYCice .navbar-short .nav-link {
  color: black!important;
}
.cid-tKHTOYCice .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(168, 170, 241, 0.6);
}
.cid-tKHTOYCice .navbar.opened {
  transition: all .3s;
}
.cid-tKHTOYCice .navbar .navbar-logo img {
  width: auto;
}
.cid-tKHTOYCice .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKHTOYCice .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKHTOYCice .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKHTOYCice .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKHTOYCice .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKHTOYCice .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tKHTOYCice .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKHTOYCice .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKHTOYCice .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKHTOYCice .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKHTOYCice .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKHTOYCice .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKHTOYCice .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tKHTOYCice .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKHTOYCice .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-tKHTOYCice .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKHTOYCice .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tKHTOYCice .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKHTOYCice .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKHTOYCice .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKHTOYCice .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tKHTOYCice .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tKHTOYCice .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ee509d;
}
.cid-tKHTOYCice .nav-link:hover,
.cid-tKHTOYCice .nav-link:focus {
  color: #ee509d !important;
}
.cid-tKHTOYCice .nav-link:hover:before,
.cid-tKHTOYCice .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tKHTOYCice .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tKHTOYCice .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tKHTOYCice .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ee509d;
}
.cid-tKHTOYCice .dropdown-item:hover,
.cid-tKHTOYCice .dropdown-item:focus {
  color: #ee509d !important;
  transform: translateX(10px);
}
.cid-tKHTOYCice .dropdown-item:hover:before,
.cid-tKHTOYCice .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tKHTOYCice .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #f8f8f8 inset;
  border-radius: 50%;
  color: #f8f8f8 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tKHTOYCice .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ee509d inset;
}
.cid-tKHTOYCice .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKHTOYCice .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKHTOYCice .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tKHTOYCice .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ee509d;
}
.cid-tKHTOYCice .navbar-nav {
  margin: auto;
}
.cid-tKHTOYCice .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tKHTOYCice .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKHTOYCice .container {
  display: flex;
  margin: auto;
}
.cid-tKHTOYCice .navbar-caption {
  padding-right: 4rem;
}
.cid-tKHTOYCice .dropdown-menu,
.cid-tKHTOYCice .navbar.opened {
  background: #a8aaf1 !important;
}
.cid-tKHTOYCice .nav-item:focus,
.cid-tKHTOYCice .nav-link:focus {
  outline: none;
}
.cid-tKHTOYCice .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKHTOYCice .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tKHTOYCice .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKHTOYCice .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKHTOYCice .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKHTOYCice .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKHTOYCice .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKHTOYCice .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKHTOYCice .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKHTOYCice .dropdown-item.active,
.cid-tKHTOYCice .dropdown-item:active {
  background-color: transparent;
}
.cid-tKHTOYCice .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKHTOYCice .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKHTOYCice .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKHTOYCice .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a8aaf1;
}
.cid-tKHTOYCice .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKHTOYCice .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKHTOYCice ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKHTOYCice .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKHTOYCice button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKHTOYCice button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tKHTOYCice button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKHTOYCice button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTOYCice button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTOYCice button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKHTOYCice nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTOYCice nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKHTOYCice nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKHTOYCice nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTOYCice .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKHTOYCice a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKHTOYCice .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKHTOYCice .navbar {
    height: 77px;
  }
  .cid-tKHTOYCice .navbar.opened {
    height: auto;
  }
  .cid-tKHTOYCice .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tKHTOYCice .navbar {
    background: #a8aaf1;
  }
  .cid-tKHTOYCice .nav-link {
    color: black!important;
  }
}
.cid-tLKDhtlNOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLKDhtlNOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/wbsite-back-colored-2-1280x720.jpg");
}
.cid-tLKDhtlNOH .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-tLKDhtlNOH .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tLKDhtlNOH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tLKDhtlNOH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tLKDhtlNOH .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tLKDhtlNOH .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #a8aaf1;
}
.cid-tLKDhtlNOH .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-tLKDhtlNOH .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-tLKDhtlNOH .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-tLKDhtlNOH .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #a8aaf1;
}
@media (max-width: 992px) {
  .cid-tLKDhtlNOH .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-tLKDhtlNOH .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tLKDhtlNOH .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-tLKDhtlNOH .image-wrapper::after {
    display: none;
  }
}
.cid-tLKDhtlNOH .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #40b0bf;
}
.cid-tLKDhtlNOH .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tLKDhtlNOH .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tLKDhtlNOH .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-tLKDhtlNOH .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-tLKDhtlNOH .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-tLKDhtlNOH .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tLKDhtlNOH .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-tLKDhtlNOH .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-tLKDhtlNOH .mbr-section-title {
  color: #101511;
}
.cid-tLKDhtlNOH .mbr-text {
  color: #6e716f;
}
.cid-tLKDhtlNOH .mbr-section-title,
.cid-tLKDhtlNOH .mbr-section-btn {
  color: #f8f8f8;
}
.cid-s5yW6cLQ2D {
  padding-top: 0rem;
  padding-bottom: 5rem;
}
.cid-s5yW6cLQ2D .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #ee509d;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-s5yW6cLQ2D .card-wrapper:hover .card-title {
  color: #ee509d;
}
.cid-s5yW6cLQ2D .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yW6cLQ2D .card-title {
  transition: all 0.3s;
}
.cid-s5yW6cLQ2D .mbr-iconfont {
  font-size: 5rem;
  color: #ff9966;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-s5yW6cLQ2D .card-text {
  color: #616161;
}
.cid-s5yW6cLQ2D .main-text {
  color: #e7e7fb;
}
.cid-s5yW6cLQ2D .main-sub-title,
.cid-s5yW6cLQ2D .align-wrapper {
  color: #33358c;
}
.cid-s5yW6cLQ2D .main-title {
  color: #f8f8f8;
}
.cid-s5yWbY8QNg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-s5yWbY8QNg .mbr-section-title {
  color: #f8f8f8;
}
.cid-s5yWbY8QNg .mbr-text,
.cid-s5yWbY8QNg .mbr-section-btn {
  color: #f8f8f8;
}
.cid-s5yWbY8QNg .btn {
  color: white!important;
  border-color: white!important;
}
.cid-s5yWbaMzFP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #aa2666;
}
.cid-s5yWbaMzFP .icon1 {
  background: #a8aaf1;
}
.cid-s5yWbaMzFP .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-s5yWbaMzFP .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-s5yWbaMzFP .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-s5yWbaMzFP .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWbaMzFP .inline-wrapper {
  display: inline-block;
}
.cid-s5yWbaMzFP .align-wrapper {
  width: 100%;
}
.cid-s5yWbaMzFP .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-s5yWbaMzFP .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-s5yWbaMzFP .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #1c1c25;
  position: relative;
}
.cid-s5yWbaMzFP .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-s5yWbaMzFP img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-s5yWbaMzFP img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-s5yWbaMzFP .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s5yWbaMzFP .mbr-section-subtitle {
  color: #767676;
}
.cid-s5yWbaMzFP .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-s5yWbaMzFP .card-text {
  color: #767676;
}
.cid-s5yWbaMzFP .main-sub-title,
.cid-s5yWbaMzFP .align-wrapper {
  color: #33358c;
}
.cid-s5yWbaMzFP .main-text {
  color: #777d74;
}
.cid-s5yWbaMzFP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s5yWbaMzFP .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-s5yWbaMzFP .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-s5yWbaMzFP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s5yWbaMzFP a.close:hover {
  color: #ffffff;
}
.cid-s5yWbaMzFP .main-title {
  color: #f8f8f8;
}
.cid-s5yWbaMzFP .main-text,
.cid-s5yWbaMzFP .link-align-wrapper {
  color: #bbbbbb;
}
.cid-tMde2i0mIf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #39d4a6;
}
.cid-tMde2i0mIf .icon1 {
  background: #9fdbf8;
}
.cid-tMde2i0mIf .link-text-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMde2i0mIf .link-text-wrapper p {
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}
.cid-tMde2i0mIf .link-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  margin: auto;
  width: 70px;
  height: 70px;
}
.cid-tMde2i0mIf .link-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tMde2i0mIf .inline-wrapper {
  display: inline-block;
}
.cid-tMde2i0mIf .align-wrapper {
  width: 100%;
}
.cid-tMde2i0mIf .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 70px;
  width: 70px;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  transition: all 0.3s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
}
.cid-tMde2i0mIf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tMde2i0mIf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tMde2i0mIf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tMde2i0mIf .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #1c1c25;
  position: relative;
}
.cid-tMde2i0mIf .icon-bg {
  position: absolute;
  overflow: visible;
  top: 6px;
  right: -6px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: 1;
  height: 100%;
  border-radius: 50%;
}
.cid-tMde2i0mIf img {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .cid-tMde2i0mIf img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
}
.cid-tMde2i0mIf .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-tMde2i0mIf .mbr-section-subtitle {
  color: #767676;
}
.cid-tMde2i0mIf .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tMde2i0mIf .card-text {
  color: #767676;
}
.cid-tMde2i0mIf .main-sub-title,
.cid-tMde2i0mIf .align-wrapper {
  color: #33358c;
}
.cid-tMde2i0mIf .main-text {
  color: #777d74;
}
.cid-tMde2i0mIf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tMde2i0mIf .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-tMde2i0mIf .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tMde2i0mIf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tMde2i0mIf a.close:hover {
  color: #ffffff;
}
.cid-tMde2i0mIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMde2i0mIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNE3lKlkCA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ff9966;
}
.cid-tNE3lKlkCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNE3lKlkCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNE3lKlkCA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tNE3lKlkCA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNE3lKlkCA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNE3lKlkCA .container {
    padding: 0 20px;
  }
}
.cid-tNE3lKlkCA .row {
  justify-content: center;
}
.cid-tNE3lKlkCA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tNE3lKlkCA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tNE3lKlkCA .video-block {
    margin-bottom: 30px;
  }
}
.cid-tNE3lKlkCA .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNE3lKlkCA .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tNE3lKlkCA .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #f8f8f8;
  color: #2299aa;
  text-shadow: none;
}
.cid-tNE3lKlkCA .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNE3lKlkCA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tNE3lKlkCA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tMde4CueAh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ee509d;
}
.cid-tMde4CueAh h3 {
  text-align: center;
  text-shadow: 5px 5px 0px currentColor;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-tMde4CueAh .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tMde4CueAh .mbr-content-text {
  color: #ffffff;
}
.cid-tMde4CueAh .card {
  word-wrap: break-word;
}
.cid-tMde4CueAh H3 {
  color: #47b5ed;
}
.cid-tMde4CueAh .wrapper {
  background: #33358c;
  border-radius: 16px;
  padding: 2rem 1rem;
  margin: 0 0.15rem;
}
.cid-tMde4CueAh H4 {
  color: #ffffff;
}
.cid-tMde6fhLo9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #72dfe9;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tMde6fhLo9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tMde6fhLo9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMde6fhLo9 .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tMde6fhLo9 .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMde6fhLo9 .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tMde6fhLo9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-tMde6fhLo9 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tMde6fhLo9 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tMde6fhLo9 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tMde6fhLo9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tMde6fhLo9 .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tMde6fhLo9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tMde6fhLo9 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tMde6fhLo9 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tMde7CnZbr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f992ff;
}
.cid-tMde7CnZbr .mbr-text {
  color: #777d74;
}
.cid-tMde7CnZbr .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-tMde7CnZbr .mbr-text,
.cid-tMde7CnZbr .align {
  text-align: center;
  color: #000000;
}
.cid-tMde7CnZbr .mbr-section-subtitle {
  color: #33358c;
}
.cid-tMgcvBHPil {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aa2666;
}
.cid-tMgcvBHPil .item-wrapper {
  position: relative;
}
.cid-tMgcvBHPil .features-image {
  padding-top: 45px;
}
.cid-tMgcvBHPil .features-image:first-child {
  padding-top: 0px;
}
.cid-tMgcvBHPil .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tMgcvBHPil .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tMgcvBHPil .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tMgcvBHPil .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-tMgcvBHPil .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tMgcvBHPil .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tMgcvBHPil .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tMgcvBHPil .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tMgcvBHPil .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tMgcvBHPil .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tMgcvBHPil .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
  margin-bottom: 60px;
}
.cid-tMgcvBHPil .mbr-section-title {
  text-align: center;
  color: #dba886;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tMgcvBHPil .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tMgcvBHPil .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tMgcvBHPil .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tMgcvBHPil .desc1,
.cid-tMgcvBHPil .iconfont-wrapper {
  color: #ffffff;
}
.cid-tMgcvBHPil .tag1 {
  background-color: #3f37c9;
}
.cid-tMgcvBHPil .tag2 {
  background-color: #3f37c9;
}
.cid-tMgcvBHPil .tag3 {
  background-color: #3f37c9;
}
.cid-tMgcvBHPil .tag4 {
  background-color: #3f37c9;
}
.cid-tMgcvBHPil .name,
.cid-tMgcvBHPil .iconfont-wrapper,
.cid-tMgcvBHPil .price {
  color: #f8f8f8;
}
.cid-tMrLF66cUD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #aa2666;
}
.cid-tMrLF66cUD .item-wrapper {
  position: relative;
}
.cid-tMrLF66cUD .features-image {
  padding-top: 45px;
}
.cid-tMrLF66cUD .features-image:first-child {
  padding-top: 0px;
}
.cid-tMrLF66cUD .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-tMrLF66cUD .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-tMrLF66cUD .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-tMrLF66cUD .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-tMrLF66cUD .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-tMrLF66cUD .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-tMrLF66cUD .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-tMrLF66cUD .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-tMrLF66cUD .name {
  margin-top: 27px;
  color: #111213;
}
.cid-tMrLF66cUD .price {
  margin-top: 1px;
  color: #52586a;
  margin-bottom: 7px;
}
.cid-tMrLF66cUD .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
  margin-bottom: 60px;
}
.cid-tMrLF66cUD .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-tMrLF66cUD .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-tMrLF66cUD .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-tMrLF66cUD .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tMrLF66cUD .desc1,
.cid-tMrLF66cUD .iconfont-wrapper {
  color: #ffffff;
}
.cid-tMrLF66cUD .tag1 {
  background-color: #3f37c9;
}
.cid-tMrLF66cUD .tag2 {
  background-color: #3f37c9;
}
.cid-tMrLF66cUD .tag3 {
  background-color: #3f37c9;
}
.cid-tMrLF66cUD .tag4 {
  background-color: #3f37c9;
}
.cid-tMrLF66cUD .name,
.cid-tMrLF66cUD .iconfont-wrapper,
.cid-tMrLF66cUD .price {
  color: #f8f8f8;
}
.cid-tMde9ZgPLf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffb18a;
  z-index: 1;
}
.cid-tMde9ZgPLf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tMde9ZgPLf .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tMde9ZgPLf .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tMde9ZgPLf .btn:before {
  content: none;
}
.cid-tMde9ZgPLf .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-tMde9ZgPLf .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #23dfa7;
  width: 100%;
  height: 100%;
}
.cid-tMde9ZgPLf .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-tMde9ZgPLf .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tMde9ZgPLf .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tMde9ZgPLf .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tMde9ZgPLf h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-tMde9ZgPLf .form-control,
.cid-tMde9ZgPLf .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-tMde9ZgPLf textarea {
  min-height: 200px;
}
.cid-tMde9ZgPLf .form-control,
.cid-tMde9ZgPLf .field-input {
  padding: 0.5rem;
  background-color: #dfdede;
  border-color: #ee509d;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMde9ZgPLf .form-control::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input::-webkit-input-placeholder,
.cid-tMde9ZgPLf .form-control::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input::-webkit-input-placeholder {
  color: #42424c;
}
.cid-tMde9ZgPLf .form-control:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:-moz-placeholder,
.cid-tMde9ZgPLf .form-control:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:-moz-placeholder {
  color: #42424c;
}
.cid-tMde9ZgPLf .form-control:hover,
.cid-tMde9ZgPLf .field-input:hover,
.cid-tMde9ZgPLf .form-control:focus,
.cid-tMde9ZgPLf .field-input:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tMde9ZgPLf .form-control:hover::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input:hover::-webkit-input-placeholder,
.cid-tMde9ZgPLf .form-control:focus::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input:focus::-webkit-input-placeholder,
.cid-tMde9ZgPLf .form-control:hover::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input:hover::-webkit-input-placeholder,
.cid-tMde9ZgPLf .form-control:focus::-webkit-input-placeholder,
.cid-tMde9ZgPLf .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tMde9ZgPLf .form-control:hover:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:hover:-moz-placeholder,
.cid-tMde9ZgPLf .form-control:focus:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:focus:-moz-placeholder,
.cid-tMde9ZgPLf .form-control:hover:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:hover:-moz-placeholder,
.cid-tMde9ZgPLf .form-control:focus:-moz-placeholder,
.cid-tMde9ZgPLf .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-tMde9ZgPLf .jq-number__spin:hover,
.cid-tMde9ZgPLf .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tMde9ZgPLf .jq-number__spin {
  background-color: #dfdede;
  border-color: #ee509d;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMde9ZgPLf .jq-selectbox li,
.cid-tMde9ZgPLf .jq-selectbox li {
  background-color: #dfdede;
  color: #000000;
}
.cid-tMde9ZgPLf .jq-selectbox li:hover,
.cid-tMde9ZgPLf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tMde9ZgPLf .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tMde9ZgPLf .jq-number__spin.minus:hover:after,
.cid-tMde9ZgPLf .jq-number__spin.plus:hover:after {
  border-top-color: #dfdede;
  border-bottom-color: #dfdede;
}
.cid-tMde9ZgPLf .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tMde9ZgPLf .jq-number__spin.minus:after,
.cid-tMde9ZgPLf .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tMde9ZgPLf input::-webkit-clear-button {
  display: none;
}
.cid-tMde9ZgPLf input::-webkit-inner-spin-button {
  display: none;
}
.cid-tMde9ZgPLf input::-webkit-outer-spin-button {
  display: none;
}
.cid-tMde9ZgPLf input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tMde9ZgPLf .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tMde9ZgPLf .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #ee509d;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-tMde9ZgPLf .card-wrapper:hover {
  border-color: black;
}
.cid-tMde9ZgPLf .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tMde9ZgPLf .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tMde9ZgPLf .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tMde9ZgPLf .icon1 {
  background: #a8aaf1;
}
.cid-tMde9ZgPLf .icon2 {
  background: #ff6666;
}
.cid-tMde9ZgPLf .icon3 {
  background: #72dfe9;
}
.cid-tMde9ZgPLf .card-box {
  padding-left: 1rem;
}
.cid-tMde9ZgPLf .card {
  padding: 0;
}
.cid-tMde9ZgPLf .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tMde9ZgPLf .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tMde9ZgPLf .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tMde9ZgPLf .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tMde9ZgPLf .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-tMde9ZgPLf .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tMde9ZgPLf .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-tMde9ZgPLf .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tMde9ZgPLf .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tMde9ZgPLf .main-sub-title,
.cid-tMde9ZgPLf .align-wrapper {
  color: #33358c;
}
.cid-tMdeb2ljvD .google-map {
  height: 25rem;
  position: relative;
}
.cid-tMdeb2ljvD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMdeb2ljvD .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-tMdeb2ljvD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMdeb2ljvD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKtuQo5RuY.popup-builder {
  background-color: #ffffff;
}
.cid-tKtuQo5RuY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tKtuQo5RuY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tKtuQo5RuY .modal-content,
.cid-tKtuQo5RuY .modal-dialog {
  height: auto;
}
.cid-tKtuQo5RuY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tKtuQo5RuY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tKtuQo5RuY .form-wrapper .mbr-form .form-group,
  .cid-tKtuQo5RuY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tKtuQo5RuY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tKtuQo5RuY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tKtuQo5RuY .mbr-text {
  text-align: center;
}
.cid-tKtuQo5RuY .pt-0 {
  padding-top: 0 !important;
}
.cid-tKtuQo5RuY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tKtuQo5RuY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tKtuQo5RuY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tKtuQo5RuY .modal-open {
  overflow: hidden;
}
.cid-tKtuQo5RuY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tKtuQo5RuY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tKtuQo5RuY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tKtuQo5RuY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tKtuQo5RuY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tKtuQo5RuY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tKtuQo5RuY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tKtuQo5RuY .modal-content {
  background: #9fdbf8;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tKtuQo5RuY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tKtuQo5RuY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tKtuQo5RuY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tKtuQo5RuY .modal-backdrop.show {
  opacity: .5;
}
.cid-tKtuQo5RuY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tKtuQo5RuY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tKtuQo5RuY .modal-header {
    padding: 1rem;
  }
}
.cid-tKtuQo5RuY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tKtuQo5RuY .modal-header .close svg {
  fill: #353535;
}
.cid-tKtuQo5RuY .modal-header .close:hover {
  opacity: 1;
}
.cid-tKtuQo5RuY .modal-header .close:focus {
  outline: none;
}
.cid-tKtuQo5RuY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tKtuQo5RuY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tKtuQo5RuY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKtuQo5RuY .modal-body {
    padding: 1rem;
  }
}
.cid-tKtuQo5RuY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tKtuQo5RuY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKtuQo5RuY .modal-footer {
    padding: 1rem;
  }
}
.cid-tKtuQo5RuY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tKtuQo5RuY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tKtuQo5RuY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tKtuQo5RuY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tKtuQo5RuY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tKtuQo5RuY .modal-lg,
  .cid-tKtuQo5RuY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tKtuQo5RuY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tKtuQo5RuY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tKtuQo5RuY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tKtuQo5RuY .form-group {
  margin-bottom: 1rem;
}
.cid-tKtuQo5RuY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tKtuQo5RuY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tKtuQo5RuY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tKtuQo5RuY .mbr-section-btn {
  margin: 0;
}
.cid-tKtuQo5RuY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMddZLBKUQ.popup-builder {
  background-color: #ffffff;
}
.cid-tMddZLBKUQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMddZLBKUQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMddZLBKUQ .modal-content,
.cid-tMddZLBKUQ .modal-dialog {
  height: auto;
}
.cid-tMddZLBKUQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMddZLBKUQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMddZLBKUQ .form-wrapper .mbr-form .form-group,
  .cid-tMddZLBKUQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMddZLBKUQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMddZLBKUQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMddZLBKUQ .mbr-text {
  text-align: center;
}
.cid-tMddZLBKUQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tMddZLBKUQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMddZLBKUQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMddZLBKUQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMddZLBKUQ .modal-open {
  overflow: hidden;
}
.cid-tMddZLBKUQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMddZLBKUQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMddZLBKUQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMddZLBKUQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMddZLBKUQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMddZLBKUQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMddZLBKUQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMddZLBKUQ .modal-content {
  background: #a8aaf1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMddZLBKUQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMddZLBKUQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMddZLBKUQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMddZLBKUQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tMddZLBKUQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMddZLBKUQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMddZLBKUQ .modal-header {
    padding: 1rem;
  }
}
.cid-tMddZLBKUQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMddZLBKUQ .modal-header .close svg {
  fill: #353535;
}
.cid-tMddZLBKUQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tMddZLBKUQ .modal-header .close:focus {
  outline: none;
}
.cid-tMddZLBKUQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMddZLBKUQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMddZLBKUQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMddZLBKUQ .modal-body {
    padding: 1rem;
  }
}
.cid-tMddZLBKUQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMddZLBKUQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMddZLBKUQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tMddZLBKUQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMddZLBKUQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMddZLBKUQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMddZLBKUQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMddZLBKUQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMddZLBKUQ .modal-lg,
  .cid-tMddZLBKUQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMddZLBKUQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMddZLBKUQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMddZLBKUQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMddZLBKUQ .form-group {
  margin-bottom: 1rem;
}
.cid-tMddZLBKUQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMddZLBKUQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMddZLBKUQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMddZLBKUQ .mbr-section-btn {
  margin: 0;
}
.cid-tMddZLBKUQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-s5yXlY1rw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-s5yXlY1rw2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s5yXlY1rw2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li:hover {
  color: #ee509d;
}
.cid-s5yXlY1rw2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s5yXlY1rw2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s5yXlY1rw2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-s5yXlY1rw2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s5yXlY1rw2 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-s5yXlY1rw2 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-s5yXlY1rw2 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tKtEmavN8z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tKtEmavN8z .counter-container ul {
  margin-bottom: 0;
}
.cid-tKtEmavN8z .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tKtEmavN8z .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-tKtBRbLNhw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-tKtBRbLNhw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tKtBRbLNhw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tKtBRbLNhw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tKtBRbLNhw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tKtBRbLNhw .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tKtBRbLNhw .media-container-row .foot-menu li:hover {
  color: #ee509d;
}
.cid-tKtBRbLNhw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tKtBRbLNhw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tKtBRbLNhw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tKtBRbLNhw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKtBRbLNhw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tKtBRbLNhw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKtBRbLNhw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKtBRbLNhw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tKtBRbLNhw .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tKtBRbLNhw .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tKtBRbLNhw .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tKHTwqSpl9 {
  z-index: 1000;
  width: 100%;
}
.cid-tKHTwqSpl9 nav.navbar {
  position: fixed;
}
.cid-tKHTwqSpl9 img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tKHTwqSpl9 .navbar-short {
  background: #a8aaf1 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tKHTwqSpl9 .navbar-short .nav-link {
  color: black!important;
}
.cid-tKHTwqSpl9 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(168, 170, 241, 0.6);
}
.cid-tKHTwqSpl9 .navbar.opened {
  transition: all .3s;
}
.cid-tKHTwqSpl9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tKHTwqSpl9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKHTwqSpl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKHTwqSpl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tKHTwqSpl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKHTwqSpl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKHTwqSpl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKHTwqSpl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tKHTwqSpl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKHTwqSpl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-tKHTwqSpl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKHTwqSpl9 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tKHTwqSpl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKHTwqSpl9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKHTwqSpl9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKHTwqSpl9 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tKHTwqSpl9 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tKHTwqSpl9 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ee509d;
}
.cid-tKHTwqSpl9 .nav-link:hover,
.cid-tKHTwqSpl9 .nav-link:focus {
  color: #ee509d !important;
}
.cid-tKHTwqSpl9 .nav-link:hover:before,
.cid-tKHTwqSpl9 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tKHTwqSpl9 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tKHTwqSpl9 .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tKHTwqSpl9 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ee509d;
}
.cid-tKHTwqSpl9 .dropdown-item:hover,
.cid-tKHTwqSpl9 .dropdown-item:focus {
  color: #ee509d !important;
  transform: translateX(10px);
}
.cid-tKHTwqSpl9 .dropdown-item:hover:before,
.cid-tKHTwqSpl9 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tKHTwqSpl9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #f8f8f8 inset;
  border-radius: 50%;
  color: #f8f8f8 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ee509d inset;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKHTwqSpl9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tKHTwqSpl9 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ee509d;
}
.cid-tKHTwqSpl9 .navbar-nav {
  margin: auto;
}
.cid-tKHTwqSpl9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKHTwqSpl9 .container {
  display: flex;
  margin: auto;
}
.cid-tKHTwqSpl9 .navbar-caption {
  padding-right: 4rem;
}
.cid-tKHTwqSpl9 .dropdown-menu,
.cid-tKHTwqSpl9 .navbar.opened {
  background: #a8aaf1 !important;
}
.cid-tKHTwqSpl9 .nav-item:focus,
.cid-tKHTwqSpl9 .nav-link:focus {
  outline: none;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKHTwqSpl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKHTwqSpl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKHTwqSpl9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKHTwqSpl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKHTwqSpl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKHTwqSpl9 .dropdown-item.active,
.cid-tKHTwqSpl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tKHTwqSpl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKHTwqSpl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a8aaf1;
}
.cid-tKHTwqSpl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKHTwqSpl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKHTwqSpl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKHTwqSpl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKHTwqSpl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTwqSpl9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKHTwqSpl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKHTwqSpl9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKHTwqSpl9 .navbar {
    height: 77px;
  }
  .cid-tKHTwqSpl9 .navbar.opened {
    height: auto;
  }
  .cid-tKHTwqSpl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tKHTwqSpl9 .navbar {
    background: #a8aaf1;
  }
  .cid-tKHTwqSpl9 .nav-link {
    color: black!important;
  }
}
.cid-tKwP3M1DQe {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #9fdbf8;
  overflow: hidden;
}
.cid-tKwP3M1DQe .mbr-text,
.cid-tKwP3M1DQe .mbr-section-btn {
  color: #ffffff;
}
.cid-tKwP3M1DQe .btn-white {
  color: #333333!important;
}
.cid-tKwP3M1DQe .image1 {
  position: absolute;
  right: 8%;
  top: 25%;
  height: 500px;
  width: auto;
  animation: rev 5s ease-in-out infinite;
}
.cid-tKwP3M1DQe .image2 {
  position: absolute;
  left: 8%;
  bottom: 20%;
  height: 500px;
  width: auto;
  animation: rev2 5s ease-in-out infinite;
}
@keyframes rev {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
@keyframes rev2 {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(15px) translateY(5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.cid-tKwP3M1DQe svg {
  position: absolute;
  left: 50%;
  top: -150px;
  transform: translateX(-50%);
}
.cid-tKwP3M1DQe svg path {
  fill: #33358c;
}
@media (max-width: 1600px) {
  .cid-tKwP3M1DQe .image1 {
    top: 5%;
    height: 280px;
  }
  .cid-tKwP3M1DQe .image2 {
    bottom: 5%;
    height: 280px;
  }
}
@media (max-width: 992px) {
  .cid-tKwP3M1DQe svg {
    width: 1050px;
    height: 1050px;
  }
  .cid-tKwP3M1DQe .image1 {
    height: 220px;
  }
  .cid-tKwP3M1DQe .image2 {
    bottom: 15%;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .cid-tKwP3M1DQe svg {
    top: -120px;
  }
  .cid-tKwP3M1DQe .image1 {
    left: 50%;
    right: 50%;
    height: 180px;
    top: 3rem;
    transform: translateX(-50%);
    animation: none;
  }
  .cid-tKwP3M1DQe .image2 {
    right: 50%;
    left: 50%;
    bottom: 3rem;
    height: 180px;
    transform: translateX(-50%);
    animation: none;
  }
}
.cid-tKwP3M1DQe .mbr-section-title {
  color: #bbbbbb;
}
.cid-tKwP3M1DQe .mbr-section-subtitle {
  color: #72dfe9;
}
.cid-tKwP3N7A6z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33358c;
}
.cid-tKwP3N7A6z .mbr-section-title {
  color: #ffffff;
}
.cid-tKwP3N7A6z .mbr-text,
.cid-tKwP3N7A6z .mbr-section-btn {
  color: #ffffff;
}
.cid-tKwP3N7A6z .btn {
  color: white!important;
  border-color: white!important;
}
.cid-tKwP3PhXHX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vid-thumb-3-1280x720.jpg");
}
.cid-tKwP3PhXHX .list-group-item {
  background-color: transparent;
  padding: .5rem 2rem;
}
.cid-tKwP3PhXHX .plan-body {
  padding-bottom: 2rem;
}
.cid-tKwP3PhXHX .second-card {
  background: #1c1c25;
}
.cid-tKwP3PhXHX .second-card .plan-title,
.cid-tKwP3PhXHX .second-card .price,
.cid-tKwP3PhXHX .second-card .price-term,
.cid-tKwP3PhXHX .second-card .list-group-item {
  color: #ffffff !important;
}
.cid-tKwP3PhXHX .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.cid-tKwP3PhXHX .plan-header svg {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%) scaleY(0.9);
  z-index: 0;
}
.cid-tKwP3PhXHX .plan-header svg path,
.cid-tKwP3PhXHX .plan-header svg use,
.cid-tKwP3PhXHX .plan-header svg g {
  fill: #bbbbbb !important;
}
.cid-tKwP3PhXHX .plan-title,
.cid-tKwP3PhXHX .plan-price {
  z-index: 2;
  position: relative;
}
.cid-tKwP3PhXHX li {
  position: relative;
}
.cid-tKwP3PhXHX li:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #24c373;
  font-size: 0.8rem;
}
.cid-tKwP3PhXHX .plan {
  word-break: break-word;
  border: 2px solid #efefef;
  border-radius: 16px;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.cid-tKwP3PhXHX .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 991px) {
  .cid-tKwP3PhXHX .plan {
    margin-bottom: 2rem;
  }
}
.cid-tKwP3PhXHX UL {
  text-align: left;
}
.cid-tKwP3PhXHX .price {
  color: #000000;
}
.cid-tKwP3PhXHX .main-title {
  text-align: center;
}
.cid-tKwP3QZNx0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f992ff;
}
.cid-tKwP3QZNx0 .mbr-text {
  color: #777d74;
}
.cid-tKwP3QZNx0 .mbr-iconfont {
  font-size: 6rem;
  color: #ff9083;
  text-align: center;
  text-shadow: 5px 5px 0px #ff9083;
  -webkit-text-stroke-color: #1c1c25;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
}
.cid-tKwP3QZNx0 .mbr-text,
.cid-tKwP3QZNx0 .align {
  text-align: center;
  color: #000000;
}
.cid-tKwP3QZNx0 .mbr-section-subtitle {
  color: #33358c;
}
.cid-tKwP3Rf2Nn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tKwP3Rf2Nn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tKwP3Rf2Nn .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-tKwP3Rf2Nn .btn {
  border-radius: 100px!important;
  padding: 0.7rem 2.2rem;
  position: relative;
  z-index: 2;
}
.cid-tKwP3Rf2Nn .btn:before {
  content: none;
}
.cid-tKwP3Rf2Nn .col-auto {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  min-height: 30px;
}
.cid-tKwP3Rf2Nn .col-auto:before {
  content: '';
  border-radius: 30px;
  transform: translate(6px, 6px);
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  left: 0;
  background: #ff9083;
  width: 100%;
  height: 100%;
}
.cid-tKwP3Rf2Nn .col-auto:hover:before {
  transform: translate(0px, 0px);
}
@media (max-width: 767px) {
  .cid-tKwP3Rf2Nn .col-auto:before {
    transform: translate(0px, 0px);
  }
}
.cid-tKwP3Rf2Nn .wrapper {
  border-radius: 30px;
  padding: 3rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-tKwP3Rf2Nn .wrapper {
    padding: 1rem;
    padding-bottom: 3rem;
  }
}
.cid-tKwP3Rf2Nn h4 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.cid-tKwP3Rf2Nn .form-control,
.cid-tKwP3Rf2Nn .field-input {
  padding: 1rem 1.5rem!important;
  border-radius: 30px;
}
.cid-tKwP3Rf2Nn textarea {
  min-height: 200px;
}
.cid-tKwP3Rf2Nn .form-control,
.cid-tKwP3Rf2Nn .field-input {
  padding: 0.5rem;
  background-color: #d9d7d7;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKwP3Rf2Nn .form-control::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .form-control::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tKwP3Rf2Nn .form-control:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:-moz-placeholder,
.cid-tKwP3Rf2Nn .form-control:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:-moz-placeholder {
  color: #777d74;
}
.cid-tKwP3Rf2Nn .form-control:hover,
.cid-tKwP3Rf2Nn .field-input:hover,
.cid-tKwP3Rf2Nn .form-control:focus,
.cid-tKwP3Rf2Nn .field-input:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tKwP3Rf2Nn .form-control:hover::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input:hover::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .form-control:focus::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input:focus::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .form-control:hover::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input:hover::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .form-control:focus::-webkit-input-placeholder,
.cid-tKwP3Rf2Nn .field-input:focus::-webkit-input-placeholder {
  color: #777d74;
}
.cid-tKwP3Rf2Nn .form-control:hover:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:hover:-moz-placeholder,
.cid-tKwP3Rf2Nn .form-control:focus:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:focus:-moz-placeholder,
.cid-tKwP3Rf2Nn .form-control:hover:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:hover:-moz-placeholder,
.cid-tKwP3Rf2Nn .form-control:focus:-moz-placeholder,
.cid-tKwP3Rf2Nn .field-input:focus:-moz-placeholder {
  color: #777d74;
}
.cid-tKwP3Rf2Nn .jq-number__spin:hover,
.cid-tKwP3Rf2Nn .jq-number__spin:focus {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tKwP3Rf2Nn .jq-number__spin {
  background-color: #d9d7d7;
  border-color: #f8f8f8;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tKwP3Rf2Nn .jq-selectbox li,
.cid-tKwP3Rf2Nn .jq-selectbox li {
  background-color: #d9d7d7;
  color: #000000;
}
.cid-tKwP3Rf2Nn .jq-selectbox li:hover,
.cid-tKwP3Rf2Nn .jq-selectbox li.selected {
  background-color: #f8f8f8;
  color: #000000;
}
.cid-tKwP3Rf2Nn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tKwP3Rf2Nn .jq-number__spin.minus:hover:after,
.cid-tKwP3Rf2Nn .jq-number__spin.plus:hover:after {
  border-top-color: #d9d7d7;
  border-bottom-color: #d9d7d7;
}
.cid-tKwP3Rf2Nn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tKwP3Rf2Nn .jq-number__spin.minus:after,
.cid-tKwP3Rf2Nn .jq-number__spin.plus:after {
  border-top-color: #f8f8f8;
  border-bottom-color: #f8f8f8;
}
.cid-tKwP3Rf2Nn input::-webkit-clear-button {
  display: none;
}
.cid-tKwP3Rf2Nn input::-webkit-inner-spin-button {
  display: none;
}
.cid-tKwP3Rf2Nn input::-webkit-outer-spin-button {
  display: none;
}
.cid-tKwP3Rf2Nn input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tKwP3Rf2Nn .col-auto {
    margin: auto;
    margin-top: 2rem;
  }
}
.cid-tKwP3Rf2Nn .card-wrapper {
  display: flex;
  overflow: visible;
  border: 2px solid #f8f8f8;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.3s;
  border-radius: 16px;
}
.cid-tKwP3Rf2Nn .card-wrapper:hover {
  border-color: black;
}
.cid-tKwP3Rf2Nn .card-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKwP3Rf2Nn .card-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKwP3Rf2Nn .card-wrapper:hover .iconfont-wrapper {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tKwP3Rf2Nn .icon1 {
  background: #a8aaf1;
}
.cid-tKwP3Rf2Nn .icon2 {
  background: #ff9083;
}
.cid-tKwP3Rf2Nn .icon3 {
  background: #72dfe9;
}
.cid-tKwP3Rf2Nn .card-box {
  padding-left: 1rem;
}
.cid-tKwP3Rf2Nn .card {
  padding: 0;
}
.cid-tKwP3Rf2Nn .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #1c1c25 inset;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tKwP3Rf2Nn .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px transparent inset;
}
.cid-tKwP3Rf2Nn .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKwP3Rf2Nn .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKwP3Rf2Nn .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
  font-size: 1.5rem;
  color: #1c1c25;
}
.cid-tKwP3Rf2Nn .icon-bg {
  position: absolute;
  overflow: visible;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
}
.cid-tKwP3Rf2Nn .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-tKwP3Rf2Nn .card-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .cid-tKwP3Rf2Nn .card-box {
    padding: 0;
    padding-top: 2rem;
  }
}
.cid-tKwP3Rf2Nn .main-sub-title,
.cid-tKwP3Rf2Nn .align-wrapper {
  color: #33358c;
}
.cid-tKwP3S3t26 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c25;
}
.cid-tKwP3S3t26 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tKwP3S3t26 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tKwP3S3t26 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tKwP3S3t26 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-tKwP3S3t26 .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-tKwP3S3t26 .media-container-row .foot-menu li:hover {
  color: #ee509d;
}
.cid-tKwP3S3t26 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tKwP3S3t26 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tKwP3S3t26 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tKwP3S3t26 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tKwP3S3t26 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tKwP3S3t26 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tKwP3S3t26 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tKwP3S3t26 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tKwP3S3t26 .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tKwP3S3t26 .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-tKwP3S3t26 .media-container-row .mbr-text {
  color: #c8c8c8;
}
.cid-tKHTwqSpl9 {
  z-index: 1000;
  width: 100%;
}
.cid-tKHTwqSpl9 nav.navbar {
  position: fixed;
}
.cid-tKHTwqSpl9 img {
  width: 50px!important;
  height: 50px!important;
}
.cid-tKHTwqSpl9 .navbar-short {
  background: #a8aaf1 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.cid-tKHTwqSpl9 .navbar-short .nav-link {
  color: black!important;
}
.cid-tKHTwqSpl9 .navbar {
  transition: all .3s;
  min-height: 77px;
  border-bottom: 1px solid transparent;
  background: rgba(168, 170, 241, 0.6);
}
.cid-tKHTwqSpl9 .navbar.opened {
  transition: all .3s;
}
.cid-tKHTwqSpl9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tKHTwqSpl9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKHTwqSpl9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKHTwqSpl9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKHTwqSpl9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tKHTwqSpl9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKHTwqSpl9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tKHTwqSpl9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKHTwqSpl9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKHTwqSpl9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tKHTwqSpl9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKHTwqSpl9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 1rem;
    height: 77px;
  }
  .cid-tKHTwqSpl9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKHTwqSpl9 .navbar .icons-menu {
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1.6rem;
  }
}
.cid-tKHTwqSpl9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKHTwqSpl9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tKHTwqSpl9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKHTwqSpl9 .navbar-logo {
  margin-right: 1rem!important;
}
.cid-tKHTwqSpl9 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-tKHTwqSpl9 .nav-link:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  bottom: 5px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: #ee509d;
}
.cid-tKHTwqSpl9 .nav-link:hover,
.cid-tKHTwqSpl9 .nav-link:focus {
  color: #ee509d !important;
}
.cid-tKHTwqSpl9 .nav-link:hover:before,
.cid-tKHTwqSpl9 .nav-link:focus:before {
  bottom: -17px;
  opacity: 1;
}
.cid-tKHTwqSpl9 .dropdown-menu {
  padding: 0.5rem 0;
  border: 2px solid black;
  border-radius: 8px;
}
.cid-tKHTwqSpl9 .dropdown-item {
  padding: 0 2rem;
  backround: white;
  color: black !important;
}
.cid-tKHTwqSpl9 .dropdown-item:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transition: all 0.3s;
  left: -5px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  background: #ee509d;
}
.cid-tKHTwqSpl9 .dropdown-item:hover,
.cid-tKHTwqSpl9 .dropdown-item:focus {
  color: #ee509d !important;
  transform: translateX(10px);
}
.cid-tKHTwqSpl9 .dropdown-item:hover:before,
.cid-tKHTwqSpl9 .dropdown-item:focus:before {
  left: 7px;
  opacity: 1;
}
.cid-tKHTwqSpl9 .iconfont-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 2px #f8f8f8 inset;
  border-radius: 50%;
  color: #f8f8f8 !important;
  font-size: 1.2rem;
  width: 45px;
  height: 45px;
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover {
  box-shadow: 0px 0px 0px 2px #ee509d inset;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover .icon-bg {
  top: 0px;
  right: 0px;
}
.cid-tKHTwqSpl9 .iconfont-wrapper:hover .mbr-iconfont {
  color: white;
}
.cid-tKHTwqSpl9 .mbr-iconfont {
  z-index: 2;
  transition: all 0.3s;
}
.cid-tKHTwqSpl9 .icon-bg {
  position: absolute;
  top: 5px;
  right: -5px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.3s;
  z-index: -1;
  height: 100%;
  border-radius: 50%;
  background: #ee509d;
}
.cid-tKHTwqSpl9 .navbar-nav {
  margin: auto;
}
.cid-tKHTwqSpl9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKHTwqSpl9 .container {
  display: flex;
  margin: auto;
}
.cid-tKHTwqSpl9 .navbar-caption {
  padding-right: 4rem;
}
.cid-tKHTwqSpl9 .dropdown-menu,
.cid-tKHTwqSpl9 .navbar.opened {
  background: #a8aaf1 !important;
}
.cid-tKHTwqSpl9 .nav-item:focus,
.cid-tKHTwqSpl9 .nav-link:focus {
  outline: none;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tKHTwqSpl9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKHTwqSpl9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKHTwqSpl9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKHTwqSpl9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKHTwqSpl9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKHTwqSpl9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKHTwqSpl9 .dropdown-item.active,
.cid-tKHTwqSpl9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tKHTwqSpl9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKHTwqSpl9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKHTwqSpl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a8aaf1;
}
.cid-tKHTwqSpl9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKHTwqSpl9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKHTwqSpl9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKHTwqSpl9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKHTwqSpl9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tKHTwqSpl9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tKHTwqSpl9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tKHTwqSpl9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tKHTwqSpl9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKHTwqSpl9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKHTwqSpl9 .navbar {
    height: 77px;
  }
  .cid-tKHTwqSpl9 .navbar.opened {
    height: auto;
  }
  .cid-tKHTwqSpl9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
@media (max-width: 992px) {
  .cid-tKHTwqSpl9 .navbar {
    background: #a8aaf1;
  }
  .cid-tKHTwqSpl9 .nav-link {
    color: black!important;
  }
}
