body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3.1rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.96rem;
}
.display-4 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 1.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #db49ac !important;
}
.bg-success {
  background-color: #438ec8 !important;
}
.bg-info {
  background-color: #9957cd !important;
}
.bg-warning {
  background-color: #db49ac !important;
}
.bg-danger {
  background-color: #f7ed4a !important;
}
.btn-primary {
  box-shadow: 0 0 0 100px #db49ac inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #db49ac !important;
  border-color: #db49ac !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b42485 !important;
  border-color: #b42485 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b42485 !important;
  border-color: #b42485 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 0 0 2px #db49ac inset !important;
  background: transparent !important;
  border: none !important;
  color: #db49ac !important;
}
.btn-primary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-primary {
    width: -webkit-fill-available;
  }
}
.btn-secondary {
  box-shadow: 0 0 0 100px #3bc6b6 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3bc6b6 !important;
  border-color: #3bc6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #298c80 !important;
  border-color: #298c80 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #298c80 !important;
  border-color: #298c80 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 0 0 2px #3bc6b6 inset !important;
  background: transparent !important;
  border: none !important;
  color: #3bc6b6 !important;
}
.btn-secondary span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-secondary {
    width: -webkit-fill-available;
  }
}
.btn-info {
  box-shadow: 0 0 0 100px #9957cd inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background-color: #9957cd !important;
  border-color: #9957cd !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7331a6 !important;
  border-color: #7331a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7331a6 !important;
  border-color: #7331a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  box-shadow: 0 0 0 2px #9957cd inset !important;
  background: transparent !important;
  border: none !important;
  color: #9957cd !important;
}
.btn-info span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-info {
    width: -webkit-fill-available;
  }
}
.btn-success {
  box-shadow: 0 0 0 100px #438ec8 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background-color: #438ec8 !important;
  border-color: #438ec8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b6693 !important;
  border-color: #2b6693 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b6693 !important;
  border-color: #2b6693 !important;
}
.btn-success:hover,
.btn-success:focus {
  box-shadow: 0 0 0 2px #438ec8 inset !important;
  background: transparent !important;
  border: none !important;
  color: #438ec8 !important;
}
.btn-success span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-success {
    width: -webkit-fill-available;
  }
}
.btn-warning {
  box-shadow: 0 0 0 100px #db49ac inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #db49ac !important;
  border-color: #db49ac !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b42485 !important;
  border-color: #b42485 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b42485 !important;
  border-color: #b42485 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  box-shadow: 0 0 0 2px #db49ac inset !important;
  background: transparent !important;
  border: none !important;
  color: #db49ac !important;
}
.btn-warning span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-warning {
    width: -webkit-fill-available;
  }
}
.btn-danger {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-danger:hover,
.btn-danger:focus {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: #f7ed4a !important;
}
.btn-danger span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-danger {
    width: -webkit-fill-available;
  }
}
.btn-white {
  box-shadow: 0 0 0 100px #ffffff inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  box-shadow: 0 0 0 2px #ffffff inset !important;
  background: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.btn-white span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-white {
    width: -webkit-fill-available;
  }
}
.btn-black {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: #333333 !important;
}
.btn-black span {
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
@media (max-width: 767px) {
  .btn-black {
    width: -webkit-fill-available;
  }
}
.btn-primary-outline {
  box-shadow: 0 0 0 2px #db49ac inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9f1f76;
  color: #9f1f76;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #db49ac;
  border-color: #db49ac;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #db49ac !important;
  border-color: #db49ac !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  box-shadow: 0 0 0 100px #db49ac inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-primary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-primary-outline span:after {
  content: '';
  position: absolute;
  background: #db49ac;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-primary-outline {
    width: -webkit-fill-available;
  }
}
.btn-secondary-outline {
  box-shadow: 0 0 0 2px #3bc6b6 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #23786e;
  color: #23786e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3bc6b6;
  border-color: #3bc6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3bc6b6 !important;
  border-color: #3bc6b6 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  box-shadow: 0 0 0 100px #3bc6b6 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-secondary-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-secondary-outline span:after {
  content: '';
  position: absolute;
  background: #3bc6b6;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-secondary-outline {
    width: -webkit-fill-available;
  }
}
.btn-info-outline {
  box-shadow: 0 0 0 2px #9957cd inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #652c92;
  color: #652c92;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #9957cd;
  border-color: #9957cd;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9957cd !important;
  border-color: #9957cd !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  box-shadow: 0 0 0 100px #9957cd inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-info-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-info-outline span:after {
  content: '';
  position: absolute;
  background: #9957cd;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-info-outline {
    width: -webkit-fill-available;
  }
}
.btn-success-outline {
  box-shadow: 0 0 0 2px #438ec8 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #255880;
  color: #255880;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #438ec8;
  border-color: #438ec8;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #438ec8 !important;
  border-color: #438ec8 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  box-shadow: 0 0 0 100px #438ec8 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-success-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-success-outline span:after {
  content: '';
  position: absolute;
  background: #438ec8;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-success-outline {
    width: -webkit-fill-available;
  }
}
.btn-warning-outline {
  box-shadow: 0 0 0 2px #db49ac inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9f1f76;
  color: #9f1f76;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #db49ac;
  border-color: #db49ac;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #db49ac !important;
  border-color: #db49ac !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  box-shadow: 0 0 0 100px #db49ac inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-warning-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-warning-outline span:after {
  content: '';
  position: absolute;
  background: #db49ac;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-warning-outline {
    width: -webkit-fill-available;
  }
}
.btn-danger-outline {
  box-shadow: 0 0 0 2px #f7ed4a inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  box-shadow: 0 0 0 100px #f7ed4a inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-danger-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-danger-outline span:after {
  content: '';
  position: absolute;
  background: #f7ed4a;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-danger-outline {
    width: -webkit-fill-available;
  }
}
.btn-black-outline {
  box-shadow: 0 0 0 2px #333333 inset !important;
  background: transparent !important;
  font-weight: 700;
  border-radius: 25px;
  color: #181818 !important;
  overflow: hidden;
  border-top-left-radius: 0px;
  border: none !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  box-shadow: 0 0 0 100px #333333 inset !important;
  background: transparent !important;
  border: none !important;
  color: white !important;
}
.btn-black-outline span {
  position: relative;
  color: white !important;
  font-size: 1.4rem !important;
  padding-right: .6rem !important;
}
.btn-black-outline span:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 60px;
  height: 50px;
  right: -1px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .btn-black-outline {
    width: -webkit-fill-available;
  }
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #db49ac !important;
}
.text-secondary {
  color: #3bc6b6 !important;
}
.text-success {
  color: #438ec8 !important;
}
.text-info {
  color: #9957cd !important;
}
.text-warning {
  color: #db49ac !important;
}
.text-danger {
  color: #f7ed4a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #181818 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #db49ac !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3bc6b6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #255880 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #652c92 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9f1f76 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d2c609 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9957cd;
}
.alert-warning {
  background-color: #db49ac;
}
.alert-danger {
  background-color: #f7ed4a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #db49ac;
  border-color: #db49ac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #db49ac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf3fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6c9e5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8f4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf3fa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #db49ac;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #db49ac;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  -webkit-transition: 0.4s;
  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: #db49ac;
  border-bottom-color: #db49ac;
}
.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: #db49ac !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #3bc6b6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-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='%23db49ac' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rGtQUWfKqN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .nav-item:focus,
.cid-rGtQUWfKqN .nav-link:focus {
  outline: none;
}
.cid-rGtQUWfKqN .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:hover,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:active,
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rGtQUWfKqN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rGtQUWfKqN .navbar-caption:hover {
  color: inherit!important;
}
.cid-rGtQUWfKqN .container {
  max-width: 1380px;
}
.cid-rGtQUWfKqN .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-rGtQUWfKqN .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-rGtQUWfKqN .nav-link:hover,
.cid-rGtQUWfKqN .nav-link:active,
.cid-rGtQUWfKqN .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-rGtQUWfKqN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-rGtQUWfKqN .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-rGtQUWfKqN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rGtQUWfKqN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rGtQUWfKqN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rGtQUWfKqN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rGtQUWfKqN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rGtQUWfKqN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rGtQUWfKqN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rGtQUWfKqN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rGtQUWfKqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rGtQUWfKqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rGtQUWfKqN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rGtQUWfKqN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rGtQUWfKqN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rGtQUWfKqN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rGtQUWfKqN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rGtQUWfKqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rGtQUWfKqN .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rGtQUWfKqN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rGtQUWfKqN .icons-menu span {
  color: #438ec8 !important;
}
.cid-rGtQUWfKqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rGtQUWfKqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rGtQUWfKqN .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rGtQUWfKqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rGtQUWfKqN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rGtQUWfKqN .dropdown-item.active,
.cid-rGtQUWfKqN .dropdown-item:active {
  background-color: transparent;
}
.cid-rGtQUWfKqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rGtQUWfKqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-rGtQUWfKqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rGtQUWfKqN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rGtQUWfKqN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rGtQUWfKqN .navbar-buttons {
  text-align: center;
}
.cid-rGtQUWfKqN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rGtQUWfKqN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rGtQUWfKqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rGtQUWfKqN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rGtQUWfKqN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rGtQUWfKqN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rGtQUWfKqN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rGtQUWfKqN .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rGtQUWfKqN .navbar {
    height: 77px;
  }
  .cid-rGtQUWfKqN .navbar.opened {
    height: auto;
  }
  .cid-rGtQUWfKqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqC5IMPmXC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC5IMPmXC .mbr-section-subtitle {
  color: #767676;
}
.cid-sqC5IMPmXC .mbr-section-title {
  color: #4e84c2;
}
.cid-sow3ggo2eP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/netbuddies-logo-right2-1417x708.png");
  background-position: right;
}
.cid-sow3ggo2eP .wrapper {
  position: relative;
  border-top: 3px solid #3bc6b6;
  border-right: 3px solid #3bc6b6;
  border-left: 3px solid #3bc6b6;
  padding: 2.5rem 2.5rem;
}
.cid-sow3ggo2eP .wrapper:before {
  content: "";
  background: #3bc6b6;
  position: absolute;
  bottom: 0;
  width: calc(90% - 130px);
  height: 3px;
  right: 0;
}
.cid-sow3ggo2eP .wrapper:after {
  content: "";
  background: #3bc6b6;
  position: absolute;
  bottom: 0;
  width: 10%;
  height: 3px;
  left: 0;
}
.cid-sow3ggo2eP img {
  position: absolute;
  left: 10%;
  bottom: -45px;
  width: 130px;
}
@media (max-width: 767px) {
  .cid-sow3ggo2eP .wrapper {
    padding: 1rem 1.5rem;
  }
}
.cid-sow3ggo2eP .mbr-text,
.cid-sow3ggo2eP .mbr-section-btn {
  color: #9957cd;
}
.cid-sow3ggo2eP H1 {
  color: #db49ac;
}
.cid-sow3ggo2eP H3 {
  color: #3bc6b6;
}
.cid-rGtR3muz6c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #3bc6b6;
}
.cid-rGtR3muz6c .mbr-text {
  color: #767676;
}
.cid-rGtR3muz6c .mbr-iconfont {
  color: #3bc6b6 !important;
  font-size: 4rem!important;
}
.cid-rGtR3muz6c .card-img {
  margin-bottom: 3rem;
}
.cid-rGtR3muz6c .card-wrapper {
  background: #9957cd;
  padding: 3rem 2rem;
  border-radius: 30px;
}
.cid-rGtR3muz6c .link {
  margin: 0;
}
.cid-rGtR3muz6c p {
  font-weight: 400;
}
.cid-rGtR3muz6c .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
  transition: all 0.3s;
}
.cid-rGtR3muz6c .link a:hover {
  color: #181818 !important;
}
.cid-rGtR3muz6c .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-rGtR3muz6c .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rGtR3muz6c .card {
    margin-bottom: 3rem;
  }
}
.cid-rGtR3muz6c .mbr-text,
.cid-rGtR3muz6c .link {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rGtR3muz6c .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rGtR3muz6c .card-title,
.cid-rGtR3muz6c .card-img {
  color: #ffffff;
}
.cid-uvTTgTuV39 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvTTgTuV39 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-uvTTgTuV39 .content {
    padding: 0 2rem;
  }
}
.cid-uvTTgTuV39 .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-uvTTgTuV39 .img-col {
  padding: 0;
}
.cid-uvTTgTuV39 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-uvTTgTuV39 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uvTTgTuV39 .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uvTTgTuV39 .mbr-iconfont {
  font-size: 3.5rem;
  color: #3bc6b6 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uvTTgTuV39 .icon-title,
.cid-uvTTgTuV39 .mbr-iconfont {
  color: #db49ac;
}
.cid-uvTTgTuV39 .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uvTTgTuV39 .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-uvTTgTuV39 .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uvTTgTuV39 .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uvTTgTuV39 .link-wrap {
    margin: auto;
  }
  .cid-uvTTgTuV39 .align-wrap {
    width: 100%;
    text-align: center;
  }
  .cid-uvTTgTuV39 .mbr-iconfont {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uvTTgTuV39 .link-wrap {
  position: relative;
  height: 130px;
  width: 250px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-uvTTgTuV39 .link-wrap .bone {
  position: absolute;
  left: calc(50% - 125px);
  top: 0;
}
.cid-uvTTgTuV39 .link-wrap h3 {
  z-index: 10;
  margin: 0;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.cid-uvTTgTuV39 .link-wrap:hover {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.cid-uvTTgTuV39 H1 {
  color: #9957cd;
}
.cid-uvTTgTuV39 .mbr-text,
.cid-uvTTgTuV39 .mbr-section-btn,
.cid-uvTTgTuV39 .content {
  color: #9957cd;
}
.cid-uvTTgTuV39 H3 {
  color: #181818;
}
.cid-spsj8tmJXt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-spsj8tmJXt section {
  position: relative;
}
.cid-spsj8tmJXt h4 {
  margin: 0;
}
.cid-spsj8tmJXt img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spsj8tmJXt a {
  font-weight: 300;
}
.cid-spsj8tmJXt .img1 {
  color: #db49ac;
}
.cid-spsj8tmJXt .img2 {
  color: #9957cd;
}
.cid-spsj8tmJXt .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #9957cd;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spsj8tmJXt .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spsj8tmJXt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spsj8tmJXt .item,
.cid-spsj8tmJXt .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spsj8tmJXt .item h4,
.cid-spsj8tmJXt .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spsj8tmJXt .card-img {
  width: auto;
}
.cid-spsj8tmJXt .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spsj8tmJXt .item {
    justify-content: center;
  }
}
.cid-spsj8tmJXt .item-title {
  color: #db49ac;
  text-align: left;
}
.cid-spsj8tmJXt .items-title,
.cid-spsj8tmJXt .items-title + .line-wrap {
  color: #9957cd;
}
.cid-spsj8tmJXt .links-title,
.cid-spsj8tmJXt .links-title + .line-wrap {
  color: #9957cd;
}
.cid-spsj8tmJXt H4 {
  color: #9957cd;
}
.cid-spsj8tmJXt .link-title {
  color: #db49ac;
}
.cid-spsj8tmJXt .text1 {
  color: #db49ac;
}
.cid-spsXCigE1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-so2KgU2mk9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-so2KgU2mk9 .nav-item:focus,
.cid-so2KgU2mk9 .nav-link:focus {
  outline: none;
}
.cid-so2KgU2mk9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-so2KgU2mk9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-so2KgU2mk9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-so2KgU2mk9 .container {
  max-width: 1380px;
}
.cid-so2KgU2mk9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-so2KgU2mk9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-so2KgU2mk9 .nav-link:hover,
.cid-so2KgU2mk9 .nav-link:active,
.cid-so2KgU2mk9 .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-so2KgU2mk9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-so2KgU2mk9 .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-so2KgU2mk9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-so2KgU2mk9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-so2KgU2mk9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-so2KgU2mk9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-so2KgU2mk9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-so2KgU2mk9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-so2KgU2mk9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-so2KgU2mk9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-so2KgU2mk9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-so2KgU2mk9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-so2KgU2mk9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-so2KgU2mk9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-so2KgU2mk9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-so2KgU2mk9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-so2KgU2mk9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-so2KgU2mk9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-so2KgU2mk9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-so2KgU2mk9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-so2KgU2mk9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-so2KgU2mk9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-so2KgU2mk9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-so2KgU2mk9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-so2KgU2mk9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-so2KgU2mk9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-so2KgU2mk9 .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-so2KgU2mk9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-so2KgU2mk9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-so2KgU2mk9 .icons-menu span {
  color: #438ec8 !important;
}
.cid-so2KgU2mk9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-so2KgU2mk9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-so2KgU2mk9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-so2KgU2mk9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-so2KgU2mk9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-so2KgU2mk9 .dropdown-item.active,
.cid-so2KgU2mk9 .dropdown-item:active {
  background-color: transparent;
}
.cid-so2KgU2mk9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-so2KgU2mk9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-so2KgU2mk9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-so2KgU2mk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-so2KgU2mk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-so2KgU2mk9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-so2KgU2mk9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-so2KgU2mk9 .navbar-buttons {
  text-align: center;
}
.cid-so2KgU2mk9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-so2KgU2mk9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-so2KgU2mk9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-so2KgU2mk9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-so2KgU2mk9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-so2KgU2mk9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-so2KgU2mk9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-so2KgU2mk9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-so2KgU2mk9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-so2KgU2mk9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-so2KgU2mk9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-so2KgU2mk9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-so2KgU2mk9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-so2KgU2mk9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-so2KgU2mk9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-so2KgU2mk9 .navbar {
    height: 77px;
  }
  .cid-so2KgU2mk9 .navbar.opened {
    height: auto;
  }
  .cid-so2KgU2mk9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spQoRDDtse {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-spQoRDDtse .mbr-section-subtitle {
  color: #767676;
}
.cid-spQoRDDtse .mbr-section-title {
  color: #4e84c2;
}
.cid-sqC93Lykr1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC93Lykr1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sqC93Lykr1 .mbr-section-title {
  color: #4e84c2;
}
.cid-sqw1K7K07a {
  overflow-x: hidden !important;
}
.cid-sqw1K7K07a,
.cid-sqw1K7K07a .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-sqw1K7K07a .mbr-section-title {
  color: #3bc6b6;
}
.cid-sqw1K7K07a .mbr-section-title span {
  color: #db49ac;
}
.cid-sqw1K7K07a .mbr-text {
  color: #438ec8;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sqw1K7K07a .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/logo-double-1-2000x1414.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sqw1K7K07a .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sqw1K7K07a .mbr-overlay {
  z-index: 1;
}
.cid-sqw1K7K07a .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-so2Kh7JUCW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-so2Kh7JUCW li {
  list-style: none;
}
.cid-so2Kh7JUCW .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-so2Kh7JUCW .item-wrap:hover .mbr-iconfont {
  color: #9957cd !important;
}
.cid-so2Kh7JUCW .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-so2Kh7JUCW h4 {
  margin: 0;
}
.cid-so2Kh7JUCW ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-so2Kh7JUCW .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-so2Kh7JUCW .col-title2 {
  color: #ed6436;
}
.cid-so2Kh7JUCW .col-title1 {
  color: #db49ac;
}
.cid-so2Kh7JUCW .mbr-text,
.cid-so2Kh7JUCW .mbr-section-btn {
  color: #ffffff;
}
.cid-so2Kh7JUCW .item1 {
  color: #ffffff;
}
.cid-so2KgWWG6U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-so2KgWWG6U .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-so2KgWWG6U h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-so2KgWWG6U .svg11 path {
  fill: #db49ac;
}
.cid-so2KgWWG6U .svg21 path {
  fill: #9957cd;
}
.cid-so2KgWWG6U .svg31 path {
  fill: #3bc6b6;
}
.cid-so2KgWWG6U .svg12 path,
.cid-so2KgWWG6U .svg22 path,
.cid-so2KgWWG6U .svg32 path {
  fill: #f2f2f4;
}
.cid-so2KgWWG6U .card {
  position: relative;
  height: 300px;
}
.cid-so2KgWWG6U .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-so2KgWWG6U .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-so2KgWWG6U .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-so2KgWWG6U .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-so2KgWWG6U .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-so2KgWWG6U .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-so2KgWWG6U .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-so2KgWWG6U .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-so2KgWWG6U .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-so2KgWWG6U .card .svg22,
.cid-so2KgWWG6U .card .svg32,
.cid-so2KgWWG6U .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-so2KgWWG6U .card .svg21,
.cid-so2KgWWG6U .card .svg31,
.cid-so2KgWWG6U .card .svg11 {
  z-index: 2;
}
.cid-so2KgWWG6U .card div {
  z-index: 3;
}
.cid-so2KgWWG6U .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-so2KgWWG6U .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-so2KgWWG6U .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-so2KgWWG6U .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-so2KgWWG6U .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-so2KgWWG6U .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-so2KgWWG6U .card {
    margin-bottom: 2rem;
  }
  .cid-so2KgWWG6U .card svg {
    left: 30px;
  }
  .cid-so2KgWWG6U .card:hover h4 {
    animation: none;
  }
  .cid-so2KgWWG6U .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-so2KgWWG6U h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-so2KgWWG6U .card {
    max-width: 360px;
  }
  .cid-so2KgWWG6U .card svg {
    left: 10px;
  }
}
.cid-so2KgWWG6U H2 {
  color: #9957cd;
}
.cid-spsXCigE1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-soO8Wgs5f9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8Wgs5f9 .nav-item:focus,
.cid-soO8Wgs5f9 .nav-link:focus {
  outline: none;
}
.cid-soO8Wgs5f9 .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item:hover,
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item:active,
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soO8Wgs5f9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8Wgs5f9 .navbar-caption:hover {
  color: inherit!important;
}
.cid-soO8Wgs5f9 .container {
  max-width: 1380px;
}
.cid-soO8Wgs5f9 .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-soO8Wgs5f9 .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-soO8Wgs5f9 .nav-link:hover,
.cid-soO8Wgs5f9 .nav-link:active,
.cid-soO8Wgs5f9 .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-soO8Wgs5f9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-soO8Wgs5f9 .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-soO8Wgs5f9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-soO8Wgs5f9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soO8Wgs5f9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soO8Wgs5f9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soO8Wgs5f9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soO8Wgs5f9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soO8Wgs5f9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soO8Wgs5f9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soO8Wgs5f9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soO8Wgs5f9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soO8Wgs5f9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-soO8Wgs5f9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soO8Wgs5f9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soO8Wgs5f9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soO8Wgs5f9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soO8Wgs5f9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soO8Wgs5f9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soO8Wgs5f9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soO8Wgs5f9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soO8Wgs5f9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soO8Wgs5f9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soO8Wgs5f9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soO8Wgs5f9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soO8Wgs5f9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soO8Wgs5f9 .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-soO8Wgs5f9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soO8Wgs5f9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soO8Wgs5f9 .icons-menu span {
  color: #438ec8 !important;
}
.cid-soO8Wgs5f9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soO8Wgs5f9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soO8Wgs5f9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soO8Wgs5f9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soO8Wgs5f9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soO8Wgs5f9 .dropdown-item.active,
.cid-soO8Wgs5f9 .dropdown-item:active {
  background-color: transparent;
}
.cid-soO8Wgs5f9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soO8Wgs5f9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soO8Wgs5f9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soO8Wgs5f9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-soO8Wgs5f9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soO8Wgs5f9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soO8Wgs5f9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soO8Wgs5f9 .navbar-buttons {
  text-align: center;
}
.cid-soO8Wgs5f9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soO8Wgs5f9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-soO8Wgs5f9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soO8Wgs5f9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soO8Wgs5f9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soO8Wgs5f9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soO8Wgs5f9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soO8Wgs5f9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soO8Wgs5f9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soO8Wgs5f9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soO8Wgs5f9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soO8Wgs5f9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soO8Wgs5f9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soO8Wgs5f9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-soO8Wgs5f9 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soO8Wgs5f9 .navbar {
    height: 77px;
  }
  .cid-soO8Wgs5f9 .navbar.opened {
    height: auto;
  }
  .cid-soO8Wgs5f9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqC8OmYlMq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC8OmYlMq .mbr-section-subtitle {
  color: #767676;
}
.cid-sqC8OmYlMq .mbr-section-title {
  color: #4e84c2;
}
.cid-uvUGi7jn9q {
  overflow-x: hidden !important;
}
.cid-uvUGi7jn9q,
.cid-uvUGi7jn9q .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-uvUGi7jn9q .mbr-section-title {
  color: #3bc6b6;
}
.cid-uvUGi7jn9q .mbr-section-title span {
  color: #db49ac;
}
.cid-uvUGi7jn9q .mbr-text {
  color: #438ec8;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uvUGi7jn9q .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/logo-double-1-2000x1414.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uvUGi7jn9q .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uvUGi7jn9q .mbr-overlay {
  z-index: 1;
}
.cid-uvUGi7jn9q .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uvUwvVJfZt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-uvUwvVJfZt .mbr-text {
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.cid-uvUwvVJfZt .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uvUwvVJfZt img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-uvUwvVJfZt .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-soOjpD9NfD {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-soOjpD9NfD .price-term {
  vertical-align: top;
}
.cid-soOjpD9NfD h4 {
  margin: 0;
}
.cid-soOjpD9NfD .card1 {
  background: #3bc6b6;
}
.cid-soOjpD9NfD .card2 {
  background: #db49ac;
}
.cid-soOjpD9NfD .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-soOjpD9NfD .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #db49ac;
    border-radius: 30px;
  }
}
.cid-soOjpD9NfD .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-soOjpD9NfD .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-soOjpD9NfD .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 130%;
}
.cid-soOjpD9NfD .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-soOjpD9NfD .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-soOjpD9NfD .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-soOjpD9NfD .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-soOjpD9NfD .plan-price {
  padding: 2rem 2rem;
}
.cid-soOjpD9NfD .month {
  letter-spacing: 2px;
}
.cid-soOjpD9NfD .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-soOjpD9NfD .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-soOjpD9NfD .price-value,
.cid-soOjpD9NfD .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-soOjpD9NfD .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-soOjpD9NfD .plan-price {
    padding: 2rem 1rem;
  }
  .cid-soOjpD9NfD .plan-body {
    padding: 0;
  }
  .cid-soOjpD9NfD .plan-header {
    padding: 2rem 1rem;
  }
  .cid-soOjpD9NfD .plan-item {
    padding: 0 1rem;
  }
}
.cid-soOjpD9NfD .plan-title {
  color: #db49ac;
}
.cid-soOjpD9NfD .plan-title2 {
  color: #3bc6b6;
}
.cid-soOjpD9NfD .month2,
.cid-soOjpD9NfD .plan-header {
  color: #9957cd;
}
.cid-soOjpD9NfD .item2 {
  color: #ffffff;
}
.cid-soOjpD9NfD .price-figure2 {
  color: #ffffff;
}
.cid-soOjpD9NfD .price-value2 {
  color: #ffffff;
}
.cid-soOjpD9NfD .month,
.cid-soOjpD9NfD .plan-header {
  color: #9957cd;
}
.cid-soOjpD9NfD .plan-item p,
.cid-soOjpD9NfD .plan-item .mbr-iconfont {
  color: #ffffff;
}
.cid-soOjpD9NfD .price-figure,
.cid-soOjpD9NfD .plan-price {
  color: #db49ac;
}
.cid-soOjpD9NfD .price-figure2,
.cid-soOjpD9NfD .plan-price {
  color: #3bc6b6;
}
.cid-soOjpD9NfD .price-value,
.cid-soOjpD9NfD .plan-price {
  color: #db49ac;
}
.cid-soOjpD9NfD .price-value2,
.cid-soOjpD9NfD .plan-price {
  color: #3bc6b6;
}
.cid-uvUwK3jikY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-uvUwK3jikY .mbr-text {
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.cid-uvUwK3jikY .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uvUwK3jikY img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-uvUwK3jikY .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-uvUxgE0KTz {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uvUxgE0KTz .price-term {
  vertical-align: top;
}
.cid-uvUxgE0KTz h4 {
  margin: 0;
}
.cid-uvUxgE0KTz .card1 {
  background: #3bc6b6;
}
.cid-uvUxgE0KTz .card2 {
  background: #db49ac;
}
.cid-uvUxgE0KTz .icon {
  font-size: 4rem;
  color: #181818;
  display: inline-block;
}
@media (min-width: 767px) {
  .cid-uvUxgE0KTz .center-card {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding: 0;
    z-index: 10;
    background: #db49ac;
    border-radius: 30px;
  }
}
.cid-uvUxgE0KTz .plan-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  padding: 0 2rem;
}
.cid-uvUxgE0KTz .plan-item .mbr-iconfont {
  margin-left: 2rem;
  font-size: 18px;
  position: relative;
  top: 8px;
}
.cid-uvUxgE0KTz .plan-item p {
  margin: 0;
  padding: 6px 0;
  font-weight: 500;
  width: 130%;
}
.cid-uvUxgE0KTz .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-uvUxgE0KTz .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-uvUxgE0KTz .plan-header {
  padding: 3rem 3rem 0rem 3rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.cid-uvUxgE0KTz .plan-body {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 1rem 1rem;
}
.cid-uvUxgE0KTz .plan-price {
  padding: 2rem 2rem;
}
.cid-uvUxgE0KTz .month {
  letter-spacing: 2px;
}
.cid-uvUxgE0KTz .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
}
.cid-uvUxgE0KTz .row {
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-uvUxgE0KTz .price-value,
.cid-uvUxgE0KTz .price-value2 {
  vertical-align: top;
}
@media (max-width: 992px) {
  .cid-uvUxgE0KTz .plan {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uvUxgE0KTz .plan-price {
    padding: 2rem 1rem;
  }
  .cid-uvUxgE0KTz .plan-body {
    padding: 0;
  }
  .cid-uvUxgE0KTz .plan-header {
    padding: 2rem 1rem;
  }
  .cid-uvUxgE0KTz .plan-item {
    padding: 0 1rem;
  }
}
.cid-uvUxgE0KTz .plan-title {
  color: #db49ac;
}
.cid-uvUxgE0KTz .plan-title2 {
  color: #3bc6b6;
}
.cid-uvUxgE0KTz .month2,
.cid-uvUxgE0KTz .plan-header {
  color: #9957cd;
}
.cid-uvUxgE0KTz .item2 {
  color: #ffffff;
}
.cid-uvUxgE0KTz .price-figure2 {
  color: #ffffff;
}
.cid-uvUxgE0KTz .price-value2 {
  color: #ffffff;
}
.cid-uvUxgE0KTz .month,
.cid-uvUxgE0KTz .plan-header {
  color: #9957cd;
}
.cid-uvUxgE0KTz .plan-item p,
.cid-uvUxgE0KTz .plan-item .mbr-iconfont {
  color: #ffffff;
}
.cid-uvUxgE0KTz .price-figure,
.cid-uvUxgE0KTz .plan-price {
  color: #db49ac;
}
.cid-uvUxgE0KTz .price-figure2,
.cid-uvUxgE0KTz .plan-price {
  color: #3bc6b6;
}
.cid-uvUxgE0KTz .price-value,
.cid-uvUxgE0KTz .plan-price {
  color: #db49ac;
}
.cid-uvUxgE0KTz .price-value2,
.cid-uvUxgE0KTz .plan-price {
  color: #3bc6b6;
}
.cid-sqwhHkkZ1Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-sqwhHkkZ1Y .mbr-section-subtitle {
  color: #9957cd;
}
.cid-sqwhHkkZ1Y .mbr-section-title {
  color: #ffffff;
}
.cid-sqwhHkkZ1Y .mbr-section-title DIV {
  text-align: center;
}
.cid-sqw3EkjYdH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-sqw3EkjYdH .mbr-text {
  color: #ffffff;
}
.cid-sqw3EkjYdH .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sqw3EkjYdH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sqw3EkjYdH .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #db49ac;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #db49ac, #9957cd);
}
.cid-spsXCigE1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-uvUwxTJHQI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-uvUwxTJHQI .mbr-section-subtitle {
  color: #9957cd;
}
.cid-uvUwxTJHQI .mbr-section-title {
  color: #3bc6b6;
}
.cid-uvUwxTJHQI .mbr-section-title DIV {
  text-align: right;
}
.cid-soO8XHQD7i .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8XHQD7i .nav-item:focus,
.cid-soO8XHQD7i .nav-link:focus {
  outline: none;
}
.cid-soO8XHQD7i .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item:hover,
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item:active,
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soO8XHQD7i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soO8XHQD7i .navbar-caption:hover {
  color: inherit!important;
}
.cid-soO8XHQD7i .container {
  max-width: 1380px;
}
.cid-soO8XHQD7i .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-soO8XHQD7i .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-soO8XHQD7i .nav-link:hover,
.cid-soO8XHQD7i .nav-link:active,
.cid-soO8XHQD7i .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-soO8XHQD7i .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-soO8XHQD7i .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-soO8XHQD7i .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-soO8XHQD7i .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-soO8XHQD7i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-soO8XHQD7i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soO8XHQD7i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-soO8XHQD7i .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soO8XHQD7i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soO8XHQD7i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soO8XHQD7i .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soO8XHQD7i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soO8XHQD7i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-soO8XHQD7i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soO8XHQD7i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-soO8XHQD7i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soO8XHQD7i .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soO8XHQD7i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soO8XHQD7i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soO8XHQD7i .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soO8XHQD7i .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soO8XHQD7i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soO8XHQD7i .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-soO8XHQD7i .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-soO8XHQD7i .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-soO8XHQD7i .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soO8XHQD7i .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-soO8XHQD7i .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soO8XHQD7i .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soO8XHQD7i .icons-menu span {
  color: #438ec8 !important;
}
.cid-soO8XHQD7i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soO8XHQD7i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soO8XHQD7i .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soO8XHQD7i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-soO8XHQD7i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soO8XHQD7i .dropdown-item.active,
.cid-soO8XHQD7i .dropdown-item:active {
  background-color: transparent;
}
.cid-soO8XHQD7i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soO8XHQD7i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soO8XHQD7i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soO8XHQD7i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-soO8XHQD7i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-soO8XHQD7i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soO8XHQD7i ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soO8XHQD7i .navbar-buttons {
  text-align: center;
}
.cid-soO8XHQD7i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soO8XHQD7i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-soO8XHQD7i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soO8XHQD7i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soO8XHQD7i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soO8XHQD7i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soO8XHQD7i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soO8XHQD7i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soO8XHQD7i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soO8XHQD7i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soO8XHQD7i .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soO8XHQD7i a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soO8XHQD7i .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soO8XHQD7i .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-soO8XHQD7i .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soO8XHQD7i .navbar {
    height: 77px;
  }
  .cid-soO8XHQD7i .navbar.opened {
    height: auto;
  }
  .cid-soO8XHQD7i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqC98UCu36 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC98UCu36 .mbr-section-subtitle {
  color: #767676;
}
.cid-sqC98UCu36 .mbr-section-title {
  color: #4e84c2;
}
.cid-u0izec47RG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-u0izec47RG .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-u0izec47RG .content {
    padding: 0 2rem;
  }
}
.cid-u0izec47RG .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-u0izec47RG .img-col {
  padding: 0;
}
.cid-u0izec47RG .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-u0izec47RG .icon-wrap h3 {
  margin: 0;
}
.cid-u0izec47RG .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-u0izec47RG .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-u0izec47RG .icon-title,
.cid-u0izec47RG .mbr-iconfont {
  color: #181818;
}
.cid-u0izec47RG .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-u0izec47RG .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-u0izec47RG .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-u0izec47RG .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-soO8XJbcrG {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #db49ac;
}
.cid-soO8XJbcrG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-soO8XJbcrG .mbr-section-title {
  color: #ffffff;
}
.cid-soO8XJbcrG .mbr-section-title DIV {
  text-align: center;
}
.cid-spQbLJ1uuR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spQbLJ1uuR .mbr-section-subtitle {
  color: #767676;
}
.cid-spQbLJ1uuR .mbr-section-title {
  color: #4e84c2;
}
.cid-spQbVtMfSR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #9957cd;
}
.cid-spQbVtMfSR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spQbVtMfSR .mbr-section-title {
  color: #ffffff;
}
.cid-spQbVtMfSR .mbr-section-title DIV {
  text-align: center;
}
.cid-spQfQCYOGx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spQfQCYOGx .mbr-section-subtitle {
  color: #767676;
}
.cid-spQfQCYOGx .mbr-section-title {
  color: #4e84c2;
}
.cid-spQg3Pjsns {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-spQg3Pjsns .mbr-section-subtitle {
  color: #ffffff;
}
.cid-spQg3Pjsns .mbr-section-title {
  color: #ffffff;
}
.cid-spQg3Pjsns .mbr-section-title DIV {
  text-align: center;
}
.cid-spQg7cxnzH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spQg7cxnzH .mbr-section-subtitle {
  color: #767676;
}
.cid-spQg7cxnzH .mbr-section-title {
  color: #ffffff;
}
.cid-spQkRqSNJq {
  background-image: url("../../../assets/images/laughter3-2000x811.png");
}
.cid-spQkRqSNJq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-spQkRqSNJq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-spQkRqSNJq .card-img span {
  font-size: 100px;
}
.cid-spQkRqSNJq .mbr-text,
.cid-spQkRqSNJq .mbr-section-btn {
  color: #efefef;
}
.cid-spsXCigE1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-sowDRdAHLf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sowDRdAHLf .nav-item:focus,
.cid-sowDRdAHLf .nav-link:focus {
  outline: none;
}
.cid-sowDRdAHLf .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item:hover,
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item:active,
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sowDRdAHLf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sowDRdAHLf .navbar-caption:hover {
  color: inherit!important;
}
.cid-sowDRdAHLf .container {
  max-width: 1380px;
}
.cid-sowDRdAHLf .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-sowDRdAHLf .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-sowDRdAHLf .nav-link:hover,
.cid-sowDRdAHLf .nav-link:active,
.cid-sowDRdAHLf .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-sowDRdAHLf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-sowDRdAHLf .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-sowDRdAHLf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sowDRdAHLf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sowDRdAHLf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sowDRdAHLf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sowDRdAHLf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-sowDRdAHLf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sowDRdAHLf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sowDRdAHLf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sowDRdAHLf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sowDRdAHLf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sowDRdAHLf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sowDRdAHLf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sowDRdAHLf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sowDRdAHLf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sowDRdAHLf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sowDRdAHLf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sowDRdAHLf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sowDRdAHLf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sowDRdAHLf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sowDRdAHLf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sowDRdAHLf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sowDRdAHLf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sowDRdAHLf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sowDRdAHLf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sowDRdAHLf .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-sowDRdAHLf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sowDRdAHLf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sowDRdAHLf .icons-menu span {
  color: #438ec8 !important;
}
.cid-sowDRdAHLf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sowDRdAHLf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sowDRdAHLf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sowDRdAHLf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sowDRdAHLf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sowDRdAHLf .dropdown-item.active,
.cid-sowDRdAHLf .dropdown-item:active {
  background-color: transparent;
}
.cid-sowDRdAHLf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sowDRdAHLf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sowDRdAHLf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sowDRdAHLf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-sowDRdAHLf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sowDRdAHLf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sowDRdAHLf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sowDRdAHLf .navbar-buttons {
  text-align: center;
}
.cid-sowDRdAHLf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sowDRdAHLf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-sowDRdAHLf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sowDRdAHLf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sowDRdAHLf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sowDRdAHLf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sowDRdAHLf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sowDRdAHLf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sowDRdAHLf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sowDRdAHLf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sowDRdAHLf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sowDRdAHLf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sowDRdAHLf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sowDRdAHLf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-sowDRdAHLf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sowDRdAHLf .navbar {
    height: 77px;
  }
  .cid-sowDRdAHLf .navbar.opened {
    height: auto;
  }
  .cid-sowDRdAHLf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-soAW2qsySm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-soAW2qsySm .mbr-section-subtitle {
  color: #9957cd;
}
.cid-soAW2qsySm .mbr-section-title {
  color: #3bc6b6;
}
.cid-soAW2qsySm .mbr-section-title DIV {
  text-align: right;
}
.cid-sqC96Ep3Zu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC96Ep3Zu .mbr-section-subtitle {
  color: #767676;
}
.cid-sqC96Ep3Zu .mbr-section-title {
  color: #4e84c2;
}
.cid-spsYu3Yp2z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-spsYu3Yp2z .mbr-text {
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.cid-spsYu3Yp2z .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-spsYu3Yp2z img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-spsYu3Yp2z .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sq7gM8cIEB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sq7gM8cIEB li {
  list-style: none;
}
.cid-sq7gM8cIEB .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cid-sq7gM8cIEB .item-wrap:hover .mbr-iconfont {
  color: #9957cd !important;
}
.cid-sq7gM8cIEB .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #9957cd !important;
}
.cid-sq7gM8cIEB h4 {
  margin: 0;
}
.cid-sq7gM8cIEB ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sq7gM8cIEB .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-sq7gM8cIEB .col-title2 {
  color: #ed6436;
}
.cid-sq7gM8cIEB .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-sq7gM8cIEB .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sq7gM8cIEB .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sq7gM8cIEB .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #9957cd;
}
@media (max-width: 767px) {
  .cid-sq7gM8cIEB .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sq7gM8cIEB .align-wrap {
    width: 100%;
  }
  .cid-sq7gM8cIEB .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-sq7gM8cIEB .icon-title,
.cid-sq7gM8cIEB .mbr-iconfont {
  color: #db49ac;
}
.cid-sq7gM8cIEB .item1 {
  color: #3bc6b6;
}
.cid-spsXCigE1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-uvUcE2phHG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvUcE2phHG .nav-item:focus,
.cid-uvUcE2phHG .nav-link:focus {
  outline: none;
}
.cid-uvUcE2phHG .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item:active,
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uvUcE2phHG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uvUcE2phHG .navbar-caption:hover {
  color: inherit!important;
}
.cid-uvUcE2phHG .container {
  max-width: 1380px;
}
.cid-uvUcE2phHG .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uvUcE2phHG .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uvUcE2phHG .nav-link:hover,
.cid-uvUcE2phHG .nav-link:active,
.cid-uvUcE2phHG .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-uvUcE2phHG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-uvUcE2phHG .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-uvUcE2phHG .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uvUcE2phHG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvUcE2phHG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvUcE2phHG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvUcE2phHG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uvUcE2phHG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uvUcE2phHG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvUcE2phHG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvUcE2phHG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uvUcE2phHG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvUcE2phHG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uvUcE2phHG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uvUcE2phHG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvUcE2phHG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvUcE2phHG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uvUcE2phHG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvUcE2phHG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvUcE2phHG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uvUcE2phHG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uvUcE2phHG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvUcE2phHG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvUcE2phHG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uvUcE2phHG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uvUcE2phHG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uvUcE2phHG .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-uvUcE2phHG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uvUcE2phHG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uvUcE2phHG .icons-menu span {
  color: #438ec8 !important;
}
.cid-uvUcE2phHG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvUcE2phHG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvUcE2phHG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvUcE2phHG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvUcE2phHG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvUcE2phHG .dropdown-item.active,
.cid-uvUcE2phHG .dropdown-item:active {
  background-color: transparent;
}
.cid-uvUcE2phHG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvUcE2phHG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvUcE2phHG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvUcE2phHG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-uvUcE2phHG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvUcE2phHG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvUcE2phHG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uvUcE2phHG .navbar-buttons {
  text-align: center;
}
.cid-uvUcE2phHG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uvUcE2phHG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-uvUcE2phHG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uvUcE2phHG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uvUcE2phHG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uvUcE2phHG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uvUcE2phHG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvUcE2phHG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uvUcE2phHG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uvUcE2phHG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uvUcE2phHG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uvUcE2phHG a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uvUcE2phHG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uvUcE2phHG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uvUcE2phHG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvUcE2phHG .navbar {
    height: 77px;
  }
  .cid-uvUcE2phHG .navbar.opened {
    height: auto;
  }
  .cid-uvUcE2phHG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvUcE39EBZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-uvUcE39EBZ .mbr-section-subtitle {
  color: #9957cd;
}
.cid-uvUcE39EBZ .mbr-section-title {
  color: #3bc6b6;
}
.cid-uvUcE39EBZ .mbr-section-title DIV {
  text-align: right;
}
.cid-uvUcE3Fy4c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uvUcE3Fy4c .mbr-section-subtitle {
  color: #767676;
}
.cid-uvUcE3Fy4c .mbr-section-title {
  color: #4e84c2;
}
.cid-uvUcE46BSH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-uvUcE46BSH .mbr-text {
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
.cid-uvUcE46BSH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uvUcE46BSH img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-uvUcE46BSH .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-uvUcE4w2Cj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvUcE4w2Cj li {
  list-style: none;
}
.cid-uvUcE4w2Cj .item-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.cid-uvUcE4w2Cj .item-wrap:hover .mbr-iconfont {
  color: #9957cd !important;
}
.cid-uvUcE4w2Cj .mbr-iconfont {
  font-size: 22px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 900;
  color: #9957cd !important;
}
.cid-uvUcE4w2Cj h4 {
  margin: 0;
}
.cid-uvUcE4w2Cj ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uvUcE4w2Cj .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-uvUcE4w2Cj .col-title2 {
  color: #ed6436;
}
.cid-uvUcE4w2Cj .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-right: 2rem;
}
.cid-uvUcE4w2Cj .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uvUcE4w2Cj .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-uvUcE4w2Cj .icon-wrap .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.2rem;
  margin-right: 1.4rem;
  padding-bottom: 4px;
  border-right: 1px solid #9957cd;
}
@media (max-width: 767px) {
  .cid-uvUcE4w2Cj .icon-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uvUcE4w2Cj .align-wrap {
    width: 100%;
  }
  .cid-uvUcE4w2Cj .icon-wrap .mbr-iconfont {
    border-right: 0px solid #181818;
    margin-right: 0px;
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-uvUcE4w2Cj .icon-title,
.cid-uvUcE4w2Cj .mbr-iconfont {
  color: #db49ac;
}
.cid-uvUcE4w2Cj .item1 {
  color: #3bc6b6;
}
.cid-uvUcE5w16R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
.cid-uJQTPvCDIR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJQTPvCDIR .nav-item:focus,
.cid-uJQTPvCDIR .nav-link:focus {
  outline: none;
}
.cid-uJQTPvCDIR .navbar-short {
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item {
  font-weight: 700!important;
  padding: 0!important;
  border-bottom: 1px solid lightgray;
  margin: 0.5rem 1rem!important;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item:hover,
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item:active,
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item:focus {
  color: #db49ac !important;
}
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uJQTPvCDIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uJQTPvCDIR .navbar-caption:hover {
  color: inherit!important;
}
.cid-uJQTPvCDIR .container {
  max-width: 1380px;
}
.cid-uJQTPvCDIR .nav-dropdown .link {
  padding: 0.8rem 0 !important;
  margin: 0rem 1.5rem !important;
}
.cid-uJQTPvCDIR .nav-link {
  font-weight: 700!important;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
.cid-uJQTPvCDIR .nav-link:hover,
.cid-uJQTPvCDIR .nav-link:active,
.cid-uJQTPvCDIR .nav-link:focus {
  border-bottom: 3px solid #db49ac;
  color: #db49ac !important;
}
.cid-uJQTPvCDIR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #3bc6b6;
}
.cid-uJQTPvCDIR .navbar.opened {
  transition: all .3s;
  background: #3bc6b6 !important;
}
.cid-uJQTPvCDIR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uJQTPvCDIR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJQTPvCDIR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJQTPvCDIR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJQTPvCDIR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-uJQTPvCDIR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uJQTPvCDIR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJQTPvCDIR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJQTPvCDIR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uJQTPvCDIR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJQTPvCDIR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uJQTPvCDIR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uJQTPvCDIR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJQTPvCDIR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJQTPvCDIR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uJQTPvCDIR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJQTPvCDIR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJQTPvCDIR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uJQTPvCDIR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uJQTPvCDIR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJQTPvCDIR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJQTPvCDIR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uJQTPvCDIR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uJQTPvCDIR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uJQTPvCDIR .navbar.navbar-short {
  background: #3bc6b6 !important;
  min-height: 60px;
}
.cid-uJQTPvCDIR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uJQTPvCDIR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uJQTPvCDIR .icons-menu span {
  color: #438ec8 !important;
}
.cid-uJQTPvCDIR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQTPvCDIR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQTPvCDIR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJQTPvCDIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJQTPvCDIR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJQTPvCDIR .dropdown-item.active,
.cid-uJQTPvCDIR .dropdown-item:active {
  background-color: transparent;
}
.cid-uJQTPvCDIR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJQTPvCDIR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJQTPvCDIR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJQTPvCDIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3bc6b6;
}
.cid-uJQTPvCDIR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJQTPvCDIR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQTPvCDIR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uJQTPvCDIR .navbar-buttons {
  text-align: center;
}
.cid-uJQTPvCDIR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJQTPvCDIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3bc6b6;
}
.cid-uJQTPvCDIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJQTPvCDIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJQTPvCDIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJQTPvCDIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJQTPvCDIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJQTPvCDIR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJQTPvCDIR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJQTPvCDIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJQTPvCDIR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uJQTPvCDIR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uJQTPvCDIR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uJQTPvCDIR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-uJQTPvCDIR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJQTPvCDIR .navbar {
    height: 77px;
  }
  .cid-uJQTPvCDIR .navbar.opened {
    height: auto;
  }
  .cid-uJQTPvCDIR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQTPwciMt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3bc6b6;
}
.cid-uJQTPwciMt .mbr-section-subtitle {
  color: #767676;
}
.cid-uJQTPwciMt .mbr-section-title {
  color: #4e84c2;
}
.cid-uJQTPwDlYs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uJQTPwDlYs .mbr-section-subtitle {
  color: #767676;
}
.cid-uJQTPwDlYs .mbr-section-title {
  color: #4e84c2;
}
.cid-uJQTPwYvtG {
  overflow-x: hidden !important;
}
.cid-uJQTPwYvtG,
.cid-uJQTPwYvtG .scroll-wrapper {
  padding-top: 105px;
  padding-bottom: 90px;
}
.cid-uJQTPwYvtG .mbr-section-title {
  color: #3bc6b6;
}
.cid-uJQTPwYvtG .mbr-section-title span {
  color: #db49ac;
}
.cid-uJQTPwYvtG .mbr-text {
  color: #438ec8;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-uJQTPwYvtG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/logo-double-1-2000x1414.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-uJQTPwYvtG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-uJQTPwYvtG .mbr-overlay {
  z-index: 1;
}
.cid-uJQTPwYvtG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-uJQTPxpU5a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3bc6b6;
}
.cid-uJQTPxpU5a li {
  list-style: none;
}
.cid-uJQTPxpU5a .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uJQTPxpU5a .item-wrap:hover .mbr-iconfont {
  color: #9957cd !important;
}
.cid-uJQTPxpU5a .mbr-iconfont {
  font-size: 22px!important;
  padding-right: 12px;
  transition: all 0.3s;
  font-weight: 900;
  color: #ffffff !important;
}
.cid-uJQTPxpU5a h4 {
  margin: 0;
}
.cid-uJQTPxpU5a ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uJQTPxpU5a .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-uJQTPxpU5a .col-title2 {
  color: #ed6436;
}
.cid-uJQTPxpU5a .col-title1 {
  color: #db49ac;
}
.cid-uJQTPxpU5a .mbr-text,
.cid-uJQTPxpU5a .mbr-section-btn {
  color: #ffffff;
}
.cid-uJQTPxpU5a .item1 {
  color: #ffffff;
}
.cid-uJQU7NIV5x {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJQU7NIV5x .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uJQU7NIV5x .mbr-shop .row {
  margin: 0;
}
.cid-uJQU7NIV5x .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uJQU7NIV5x .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uJQU7NIV5x .categories {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uJQU7NIV5x .mbr-gallery-item {
    width: 33.33%;
  }
}
.cid-uJQU7NIV5x li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uJQU7NIV5x .container {
  max-width: 1400px;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter ul li:before {
  content: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uJQU7NIV5x .sidebar_wraper {
  padding: 1rem 0;
}
.cid-uJQU7NIV5x .galleryItem {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}
.cid-uJQU7NIV5x .item-title {
  padding-bottom: 0.4rem;
  font-weight: 700;
}
.cid-uJQU7NIV5x .display-5 {
  font-size: 1.4rem;
}
.cid-uJQU7NIV5x .shop-item-price,
.cid-uJQU7NIV5x .oldprice {
  font-size: 1.1rem;
  font-weight: 600 !important;
}
.cid-uJQU7NIV5x .mbr-shop .sidebar-background:after {
  background: transparent !important;
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  top: -20px;
  right: 3px;
}
.cid-uJQU7NIV5x .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uJQU7NIV5x .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uJQU7NIV5x .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-uJQU7NIV5x .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uJQU7NIV5x .mbr-shop .hide-modal {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uJQU7NIV5x .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uJQU7NIV5x .mbr-shop .filter-by-pu,
.cid-uJQU7NIV5x .mbr-shop .filter-by-pd,
.cid-uJQU7NIV5x .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uJQU7NIV5x .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uJQU7NIV5x .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem h4,
.cid-uJQU7NIV5x .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem h5,
.cid-uJQU7NIV5x .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem p,
.cid-uJQU7NIV5x .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uJQU7NIV5x .mbr-shop .item-button {
  text-align: center;
}
.cid-uJQU7NIV5x .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uJQU7NIV5x .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uJQU7NIV5x .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uJQU7NIV5x .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uJQU7NIV5x .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item__hided h4,
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item__hided h5,
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 10px 0 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  display: list-item;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-uJQU7NIV5x .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uJQU7NIV5x .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uJQU7NIV5x .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uJQU7NIV5x .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uJQU7NIV5x .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uJQU7NIV5x .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uJQU7NIV5x .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cid-uJQU7NIV5x .mbr-shop .range-controls {
  position: relative;
}
.cid-uJQU7NIV5x .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uJQU7NIV5x .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uJQU7NIV5x .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uJQU7NIV5x .mbr-shop .toggle:hover,
.cid-uJQU7NIV5x .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uJQU7NIV5x .mbr-shop .min-toggle {
  left: 0;
}
.cid-uJQU7NIV5x .mbr-shop .max-toggle {
  right: 0;
}
.cid-uJQU7NIV5x .mbr-shop .hided-by-price {
  display: none;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uJQU7NIV5x .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uJQU7NIV5x .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uJQU7NIV5x .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uJQU7NIV5x .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uJQU7NIV5x .mbr-shop .close-modal-wrapper:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uJQU7NIV5x .mbr-shop .close-modal-wrapper:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uJQU7NIV5x .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uJQU7NIV5x .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uJQU7NIV5x .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uJQU7NIV5x .mbr-shop .shop-items .onsale,
.cid-uJQU7NIV5x .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uJQU7NIV5x .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uJQU7NIV5x .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uJQU7NIV5x .mbr-shop .price-range {
  display: inline-block;
}
.cid-uJQU7NIV5x .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uJQU7NIV5x .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uJQU7NIV5x .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uJQU7NIV5x .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uJQU7NIV5x .mbr-shop .categories:after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uJQU7NIV5x .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uJQU7NIV5x .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uJQU7NIV5x .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uJQU7NIV5x .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uJQU7NIV5x .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uJQU7NIV5x .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uJQU7NIV5x .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item {
    width: 50%;
  }
  .cid-uJQU7NIV5x .mbr-shop__row {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .cid-uJQU7NIV5x .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uJQU7NIV5x .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uJQU7NIV5x .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uJQU7NIV5x .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-uJQU7NIV5x .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uJQU7NIV5x .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uJQU7NIV5x .wrapper-shop-items,
  .cid-uJQU7NIV5x .mbr-shop__row {
    padding: 0;
  }
  .cid-uJQU7NIV5x .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uJQU7NIV5x .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uJQU7NIV5x .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uJQU7NIV5x .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uJQU7NIV5x .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uJQU7NIV5x .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uJQU7NIV5x .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uJQU7NIV5x .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uJQU7NIV5x .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uJQU7NIV5x .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
.cid-uJQU7NIV5x .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJQU7NIV5x .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uJQUw3EZZe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJQUw3EZZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQUw3EZZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQUw3EZZe .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uJQUw3EZZe .mbr-section-title,
.cid-uJQUw3EZZe .mbr-section-subtitle {
  text-align: center;
}
.cid-uJQUw3EZZe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uJQUw3EZZe .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uJQUw3EZZe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJQUw3EZZe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uJQUw3EZZe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQUw3EZZe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uJQTPxX3Jl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uJQTPxX3Jl .link {
  opacity: 0;
  transform: translate(-10px, 40px);
  transition: all 0.3s;
  font-weight: 600;
  margin: 0;
}
.cid-uJQTPxX3Jl h4 {
  transform: translate(0px, 20px);
  animation: animationFramesOut linear 0.6s;
}
.cid-uJQTPxX3Jl .svg11 path {
  fill: #db49ac;
}
.cid-uJQTPxX3Jl .svg21 path {
  fill: #9957cd;
}
.cid-uJQTPxX3Jl .svg31 path {
  fill: #3bc6b6;
}
.cid-uJQTPxX3Jl .svg12 path,
.cid-uJQTPxX3Jl .svg22 path,
.cid-uJQTPxX3Jl .svg32 path {
  fill: #f2f2f4;
}
.cid-uJQTPxX3Jl .card {
  position: relative;
  height: 300px;
}
.cid-uJQTPxX3Jl .card:hover .link {
  opacity: 1;
  transform: translate(-10px, 10px);
  transition-delay: 0.6s;
}
.cid-uJQTPxX3Jl .card:hover h4 {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  transform: translate(0px, 20px);
}
.cid-uJQTPxX3Jl .card:hover .svg11 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-uJQTPxX3Jl .card:hover .svg12 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(30deg);
}
.cid-uJQTPxX3Jl .card:hover .svg21 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-uJQTPxX3Jl .card:hover .svg22 {
  transform: skew(-20deg, 10deg) scaleX(1) scaleY(0.9) rotate(20deg);
}
.cid-uJQTPxX3Jl .card:hover .svg31 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(-10deg);
}
.cid-uJQTPxX3Jl .card:hover .svg32 {
  transform: skew(0deg, 10deg) scaleX(1) scaleY(0.9) rotate(70deg);
}
.cid-uJQTPxX3Jl .card svg {
  position: absolute;
  top: -10px;
  left: 40px;
  transform: scale(0.9);
  transition: transform 800ms cubic-bezier(0.7, -0.5, 0.25, 1.5);
}
.cid-uJQTPxX3Jl .card .svg22,
.cid-uJQTPxX3Jl .card .svg32,
.cid-uJQTPxX3Jl .card .svg12 {
  z-index: 1;
  transform: scale(0.9) rotate(60deg);
}
.cid-uJQTPxX3Jl .card .svg21,
.cid-uJQTPxX3Jl .card .svg31,
.cid-uJQTPxX3Jl .card .svg11 {
  z-index: 2;
}
.cid-uJQTPxX3Jl .card div {
  z-index: 3;
}
.cid-uJQTPxX3Jl .card .card-img {
  position: absolute;
  right: 30px;
  top: 30px;
}
@keyframes animationFrames {
  0% {
    transform: translate(0px, 20px);
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
@keyframes animationFramesOut {
  0% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  33% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
  66% {
    transform: translate(0px, 60px);
    opacity: 0;
  }
  67% {
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 20px);
    opacity: 1;
  }
}
.cid-uJQTPxX3Jl .card-img {
  background: white;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(150, 150, 150, 0.3);
}
.cid-uJQTPxX3Jl .mbr-iconfont {
  color: #383838 !important;
  font-size: 2.5rem!important;
}
.cid-uJQTPxX3Jl .link a {
  position: relative;
  margin: 0;
  font-weight: 600;
}
.cid-uJQTPxX3Jl .link a:after {
  position: absolute;
  content: "\e967";
  font-family: 'mobirise-icons-bold' !important;
  right: -30px;
  top: -1px;
  color: currentColor;
}
.cid-uJQTPxX3Jl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJQTPxX3Jl .card {
    margin-bottom: 2rem;
  }
  .cid-uJQTPxX3Jl .card svg {
    left: 30px;
  }
  .cid-uJQTPxX3Jl .card:hover h4 {
    animation: none;
  }
  .cid-uJQTPxX3Jl .link {
    opacity: 1;
    transform: translate(-10px, 10px);
  }
  .cid-uJQTPxX3Jl h4 {
    animation: none;
  }
}
@media (max-width: 767px) {
  .cid-uJQTPxX3Jl .card {
    max-width: 360px;
  }
  .cid-uJQTPxX3Jl .card svg {
    left: 10px;
  }
}
.cid-uJQTPxX3Jl H2 {
  color: #9957cd;
}
.cid-uJQTPyraMG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9957cd;
}
