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





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #189dc6 !important;
}
.bg-success {
  background-color: #ccff40 !important;
}
.bg-info {
  background-color: #189dc6 !important;
}
.bg-warning {
  background-color: #e74aa0 !important;
}
.bg-danger {
  background-color: #ea8c47 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #189dc6 !important;
  border-color: #189dc6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #189dc6 !important;
  border-color: #189dc6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ccff40 !important;
  border-color: #ccff40 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e74aa0 !important;
  border-color: #e74aa0 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ea8c47 !important;
  border-color: #ea8c47 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #189dc6;
  color: #189dc6 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #189dc6;
  border-color: #189dc6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #189dc6 !important;
  border-color: #189dc6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e84b9d;
  color: #e84b9d !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #e84b9d;
  border-color: #e84b9d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #189dc6;
  color: #189dc6 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #189dc6;
  border-color: #189dc6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #189dc6 !important;
  border-color: #189dc6 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #ccff40;
  color: #ccff40 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #2f4000 !important;
  background-color: #ccff40;
  border-color: #ccff40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2f4000 !important;
  background-color: #ccff40 !important;
  border-color: #ccff40 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #e74aa0;
  color: #e74aa0 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #e74aa0;
  border-color: #e74aa0;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e74aa0 !important;
  border-color: #e74aa0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #ea8c47;
  color: #ea8c47 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #ea8c47;
  border-color: #ea8c47;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8c47 !important;
  border-color: #ea8c47 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #189dc6 !important;
}
.text-secondary {
  color: #e84b9d !important;
}
.text-success {
  color: #ccff40 !important;
}
.text-info {
  color: #189dc6 !important;
}
.text-warning {
  color: #e74aa0 !important;
}
.text-danger {
  color: #ea8c47 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #189dc6;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #189dc6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e74aa0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ccff40 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e74aa0 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e74aa0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ea8c47 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #189dc6;
}
.alert-warning {
  background-color: #e74aa0;
}
.alert-danger {
  background-color: #ea8c47;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #189dc6;
  border-color: #189dc6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #70d0ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #70d0ee;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffeff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefe;
}
/* Scroll to top button*/
#scrollToTop a {
  background: #189dc6;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #189dc6;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #ffffff;
}
.mbr-arrow a {
  color: #000000;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #189dc6;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #189dc6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #189dc6;
  border-bottom-color: #189dc6;
}
.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: #189dc6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e84b9d !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(231, 74, 160, 0.5), rgba(231, 74, 160, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(24, 157, 198, 0.5), rgba(24, 157, 198, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-smYmP3zduZ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .nav-item:focus,
.cid-smYmP3zduZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smYmP3zduZ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-smYmP3zduZ .nav-item .nav-link {
    position: relative;
  }
  .cid-smYmP3zduZ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-smYmP3zduZ .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smYmP3zduZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smYmP3zduZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smYmP3zduZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-smYmP3zduZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-smYmP3zduZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-smYmP3zduZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smYmP3zduZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smYmP3zduZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smYmP3zduZ .navbar.collapsed .right-menu,
.cid-smYmP3zduZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse.show,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .navbar-collapse.show .brand-container,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-smYmP3zduZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smYmP3zduZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smYmP3zduZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smYmP3zduZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-smYmP3zduZ .navbar .right-menu,
  .cid-smYmP3zduZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-smYmP3zduZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-smYmP3zduZ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smYmP3zduZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smYmP3zduZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smYmP3zduZ .dropdown-item.active,
.cid-smYmP3zduZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smYmP3zduZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smYmP3zduZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smYmP3zduZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-smYmP3zduZ .navbar-buttons {
  margin-left: auto;
}
.cid-smYmP3zduZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ .navbar-dropdown {
  position: fixed;
}
.cid-smYmP3zduZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smYmP3zduZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smYmP3zduZ .right-menu,
.cid-smYmP3zduZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-smYmP3zduZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-smYmP3zduZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-smYmP3zduZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-smYmP3zduZ .card-wrapper {
  z-index: 3;
}
.cid-smYmP3zduZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spUhPRb46w {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUhPRb46w {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}
.cid-spUhPRb46w .nav-link {
  font-weight: 900;
}
.cid-spUhPRb46w .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUhPRb46w .navbar-nav {
  display: block;
}
.cid-spUhPRb46w .navbar-nav li {
  display: inline-block;
}
.cid-spUhPRb46w li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-tcKar5E4it .modal-body .close {
  background: #1b1b1b;
}
.cid-tcKar5E4it .modal-body .close span {
  font-style: normal;
}
.cid-tcKar5E4it .carousel-inner > .active,
.cid-tcKar5E4it .carousel-inner > .next,
.cid-tcKar5E4it .carousel-inner > .prev {
  display: table;
}
.cid-tcKar5E4it .carousel-control .icon-next,
.cid-tcKar5E4it .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tcKar5E4it .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcKar5E4it .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcKar5E4it .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tcKar5E4it .boxed-slider > div {
  position: relative;
}
.cid-tcKar5E4it .container img {
  width: 100%;
}
.cid-tcKar5E4it .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tcKar5E4it .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcKar5E4it .mbr-table-cell {
  padding: 0;
}
.cid-tcKar5E4it .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tcKar5E4it .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tcKar5E4it .mbr-overlay {
  z-index: 1;
}
.cid-tcKar5E4it .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcKar5E4it .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tcKar5E4it .carousel-item .container {
    width: 100%;
  }
}
.cid-tcKar5E4it .carousel-item-next.carousel-item-left,
.cid-tcKar5E4it .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tcKar5E4it .active.carousel-item-right,
.cid-tcKar5E4it .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tcKar5E4it .active.carousel-item-left,
.cid-tcKar5E4it .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tcKar5E4it .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tcKar5E4it .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcKar5E4it .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcKar5E4it .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tcKar5E4it .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tcKar5E4it .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tcKar5E4it .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tcKar5E4it .mbr-slider .carousel-indicators li.active,
.cid-tcKar5E4it .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tcKar5E4it .mbr-slider .carousel-indicators li::after,
.cid-tcKar5E4it .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tcKar5E4it .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tcKar5E4it .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tcKar5E4it .mbr-slider > .container img {
  width: 100%;
}
.cid-tcKar5E4it .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tcKar5E4it .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tcKar5E4it .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tcKar5E4it .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tcKar5E4it .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tcKar5E4it .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tcKar5E4it .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tcKar5E4it .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tcKar5E4it .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tcKar5E4it .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tcKar5E4it .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tcKar5E4it .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tcKar5E4it .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-srb79IPwMu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-srb79IPwMu .mbr-section-title,
.cid-srb79IPwMu .mbr-section-subtitle {
  color: #000000;
}
.cid-srb79IPwMu .mbr-section-text {
  color: #232323;
}
.cid-srb79IPwMu .mbr-text,
.cid-srb79IPwMu .typed-text,
.cid-srb79IPwMu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srb79IPwMu .btn {
  margin-left: 4px !important;
}
.cid-srb79IPwMu .animated-element {
  color: #ff3366;
}
.cid-srb79IPwMu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-srb79IPwMu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-srb79IPwMu .typed-text,
  .cid-srb79IPwMu .mbr-section-subtitle,
  .cid-srb79IPwMu .mbr-section-text,
  .cid-srb79IPwMu .mbr-section-btn {
    text-align: justify !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srb79IPwMu .mbr-section-text,
.cid-srb79IPwMu .mbr-section-btn {
  text-align: justify;
  color: #232323;
}
.cid-srb79IPwMu .mbr-section-subtitle,
.cid-srb79IPwMu .typed-text {
  color: #189dc6;
}
.cid-smYrwPWjVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-smYrwPWjVq .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-smYrwPWjVq .title {
  max-width: 800px;
  margin: auto;
}
.cid-smYrwPWjVq .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-smYrwPWjVq .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-smYrwPWjVq .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-smYrwPWjVq .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #e84b9d !important;
  border-color: #e84b9d !important;
}
.cid-smYrwPWjVq .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-smYrwPWjVq .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-smYrwPWjVq .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-smYrwPWjVq .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-smYrwPWjVq .link-card:hover {
  color: #e74aa0;
}
.cid-smYrwPWjVq .mbr-section-btn2 {
  display: inline-flex;
}
.cid-smYrwPWjVq .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-smYrwPWjVq .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-smYrwPWjVq .icon-btn {
  color: #e74aa0;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-smYrwPWjVq .md-pb {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-smYrwPWjVq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-smYrwPWjVq .container-fluid {
    padding: 0 1rem;
  }
}
.cid-smYrwPWjVq .text-wrap,
.cid-smYrwPWjVq .mbr-text {
  color: #189dc6;
}
.cid-smYrwPWjVq .card__title,
.cid-smYrwPWjVq .link-wrap {
  color: #232323;
  text-align: justify;
}
.cid-smYrwPWjVq .mbr-section-subtitle {
  text-align: center;
}
.cid-snAlqQ9gGw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #189dc6;
}
.cid-snAlqQ9gGw .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-snAlqQ9gGw .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-snAlqQ9gGw .card-img {
  margin-bottom: 1rem;
}
.cid-snAlqQ9gGw .card-img span {
  font-size: 60px;
}
.cid-srbklP5E9G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-srbklP5E9G .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srbklP5E9G .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srbklP5E9G .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srbklP5E9G .first-table {
  margin: 0;
}
.cid-srbklP5E9G .first-table.two-items {
  margin-right: 15px;
}
.cid-srbklP5E9G .first-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-srbklP5E9G .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srbklP5E9G .second-table .table-head-wrapper {
  background: #232323;
}
.cid-srbklP5E9G .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srbklP5E9G .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srbklP5E9G .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srbklP5E9G .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srbklP5E9G .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srbklP5E9G .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srbklP5E9G .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srbklP5E9G .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srbklP5E9G .first-table,
  .cid-srbklP5E9G .second-table {
    margin: 0 15px;
  }
  .cid-srbklP5E9G .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srbklP5E9G .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srbklP5E9G .first-table,
  .cid-srbklP5E9G .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srbklP5E9G .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srbklP5E9G .pricing-value {
  color: #ffffff;
}
.cid-srbklP5E9G .main-title {
  color: #ffffff;
}
.cid-srbklP5E9G .table-heading {
  color: #ffffff;
}
.cid-srbklP5E9G .table-pricing {
  color: #ffffff;
}
.cid-srbklP5E9G .main-text,
.cid-srbklP5E9G .main-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-srbklP5E9G .table .mbr-section-btn,
.cid-srbklP5E9G .list-group {
  color: #232323;
}
.cid-so6mZtiZF2 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-so6mZtiZF2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-so6mZtiZF2 .image-block {
  background-color: #e74aa0;
  position: relative;
  border-radius: 30px;
}
.cid-so6mZtiZF2 .image-block:hover img {
  opacity: 0.5;
}
.cid-so6mZtiZF2 .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-so6mZtiZF2 .image-block:hover .link-icon {
  opacity: 1;
}
.cid-so6mZtiZF2 img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-so6mZtiZF2 .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-so6mZtiZF2 .img-right {
  height: 50%;
}
.cid-so6mZtiZF2 .img-block-left {
  padding-left: 0rem;
}
.cid-so6mZtiZF2 .img-block-right {
  padding-right: 0;
}
.cid-so6mZtiZF2 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-so6mZtiZF2 .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-so6mZtiZF2 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-so6mZtiZF2 .mbr-iconfont {
  color: #e84b9d;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-so6mZtiZF2 .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-so6mZtiZF2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-so6mZtiZF2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tzwkirvf7M {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tzwkirvf7M .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tzwkirvf7M .image-block {
  background-color: #e74aa0;
  position: relative;
  border-radius: 30px;
}
.cid-tzwkirvf7M .image-block:hover img {
  opacity: 0.5;
}
.cid-tzwkirvf7M .image-block:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
.cid-tzwkirvf7M .image-block:hover .link-icon {
  opacity: 1;
}
.cid-tzwkirvf7M img {
  width: 100%;
  transition: all 0.4s;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tzwkirvf7M .img-wrapper {
  display: flex;
  margin-top: 1.65rem;
}
.cid-tzwkirvf7M .img-right {
  height: 50%;
}
.cid-tzwkirvf7M .img-block-left {
  padding-left: 0rem;
}
.cid-tzwkirvf7M .img-block-right {
  padding-right: 0;
}
.cid-tzwkirvf7M .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tzwkirvf7M .svg1 {
  padding: 1.5rem;
  position: absolute;
}
.cid-tzwkirvf7M .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tzwkirvf7M .mbr-iconfont {
  color: #e84b9d;
  margin-right: 0;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cid-tzwkirvf7M .link-icon {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .cid-tzwkirvf7M {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .cid-tzwkirvf7M .container-fluid {
    padding: 0 1rem;
  }
}
.cid-suvlN3iFYA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-suvlN3iFYA .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suvlN3iFYA .carousel-item.active,
.cid-suvlN3iFYA .carousel-item-next,
.cid-suvlN3iFYA .carousel-item-prev {
  display: flex;
}
.cid-suvlN3iFYA .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-suvlN3iFYA .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-suvlN3iFYA .carousel-controls a:hover span {
  opacity: 1;
}
.cid-suvlN3iFYA .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-suvlN3iFYA .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-suvlN3iFYA .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-suvlN3iFYA .user_text {
  color: #767676;
  text-align: justify;
}
.cid-suvlN3iFYA .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-suvlN3iFYA .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-suvlN3iFYA .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-suvlN3iFYA .mbr-section-title {
  color: #189dc6;
}
.cid-rHdTws9jpP {
  background: #ffffff;
}
.cid-rHdTws9jpP h4 {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-rHdTws9jpP .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-rHdTws9jpP .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-rHdTws9jpP .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-rHdTws9jpP .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #189dc6;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-rHdTws9jpP .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rHdTws9jpP .list-group-item {
  color: #12265a;
  font-weight: 900;
}
.cid-rHdTws9jpP .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-rHdTws9jpP .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rHdTws9jpP .plan-header,
.cid-rHdTws9jpP .plan-body {
  background-color: #fff;
}
.cid-rHdTws9jpP .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-rHdTws9jpP {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-rHdTws9jpP .price-figure {
    font-size: 3rem;
  }
  .cid-rHdTws9jpP img {
    width: 100%;
    border-radius: 30px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-rHdTws9jpP .mbr-section-title {
    text-align: center;
  }
  .cid-rHdTws9jpP .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHdTws9jpP .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
  }
  .cid-rHdTws9jpP .row {
    margin: 0rem;
  }
  .cid-rHdTws9jpP .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHdTws9jpP .mbr-text {
    text-align: left;
  }
  .cid-rHdTws9jpP .dragArea {
    top: 4rem;
    background-color: #e84b9d;
    border-radius: 30px;
    padding: 1rem;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .imageContainer {
    text-align: center;
    padding: 0;
  }
}
.cid-rHdTws9jpP .color1 {
  color: #fff;
}
.cid-rHdTws9jpP .color2 {
  color: #fff;
}
.cid-rHdTws9jpP .container-fluid {
  max-width: 1200px;
}
.cid-rHdTws9jpP .price1 {
  background-color: #2cbae5;
}
.cid-rHdTws9jpP .price2 {
  background-color: #ea61ac;
}
.cid-rHdTws9jpP .btn {
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-rHdTws9jpP .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-rHdTws9jpP .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHdTws9jpP rect {
  position: absolute;
  width: 92%;
}
.cid-rHdTws9jpP .price-term1 {
  color: #158baf;
}
.cid-rHdTws9jpP .price-term2 {
  color: #e43394;
}
.cid-rHdTws9jpP .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
}
.cid-rHdTws9jpP .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-rHdTws9jpP .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-rHdTws9jpP .wgl-icon1 {
  background-color: #e84b9d;
}
.cid-rHdTws9jpP .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-rHdTws9jpP .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-rHdTws9jpP .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e84b9d;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-rHdTws9jpP .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-rHdTws9jpP .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
.cid-rHdTws9jpP .plan-list {
  padding: 2.5rem;
}
@media (min-width: 767px) {
  .cid-rHdTws9jpP {
    padding-top: 30px;
    padding-bottom: 135px;
  }
  .cid-rHdTws9jpP .plan-wrapper1 {
    margin-top: -3rem;
  }
  .cid-rHdTws9jpP .dragArea {
    position: absolute;
    top: 4rem;
    right: 0;
    background-color: #e84b9d;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #ffffff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .container-fluid {
    padding: 0 1.8rem;
  }
  .cid-rHdTws9jpP img {
    width: 65%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .cid-rHdTws9jpP .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHdTws9jpP .dragArea {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background-color: #e84b9d;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-rHdTws9jpP .wrapper-form {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-rHdTws9jpP .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-rHdTws9jpP .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-rHdTws9jpP .imageContainer {
  position: relative;
}
.cid-rHdTws9jpP .form-title {
  color: #fff;
  margin-bottom: 1.7rem;
}
.cid-rHdTws9jpP .mbr-section-btn {
  width: 100%;
  margin: 0;
}
.cid-rHdTws9jpP .form-group {
  padding: 0rem;
}
.cid-rHdTws9jpP .textarea {
  height: 8rem;
}
.cid-rHdTws9jpP .circle-icon,
.cid-rHdTws9jpP .card-title {
  color: #189dc6;
}
.cid-rHdTws9jpP .mbr-text,
.cid-rHdTws9jpP .mbr-section-btn {
  color: #232323;
}
.cid-rHdTws9jpP .mbr-section-subtitle {
  color: #189dc6;
}
.cid-sn4zTxvxND {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-sn4zTxvxND svg {
  position: absolute;
  top: 0;
}
.cid-sn4zTxvxND .svg-1 {
  fill: #ffffff;
}
.cid-sn4zTxvxND .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sn4zTxvxND {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sn4zTxvxND .mbr-text {
  color: #ffffff;
}
.cid-sn4zTxvxND a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUjtT4XOL {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUjtT4XOL {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUjtT4XOL .nav-link {
  font-weight: 900;
}
.cid-spUjtT4XOL .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUjtT4XOL .navbar-nav {
  display: block;
}
.cid-spUjtT4XOL .navbar-nav li {
  display: inline-block;
}
.cid-spUjtT4XOL li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-snPzDKutlU {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/baby-sleeping-on-a-blanket-76uxytx-600x386.jpg");
}
@media (max-width: 767px) {
  .cid-snPzDKutlU {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-snPzDKutlU .nav-link {
  font-weight: 900;
}
.cid-snPzDKutlU .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-snPzDKutlU .navbar-nav {
  display: block;
}
.cid-snPzDKutlU .navbar-nav li {
  display: inline-block;
}
.cid-snPzDKutlU li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-snPzDKutlU .navbar-nav,
.cid-snPzDKutlU .mbr-section-title {
  color: #e84b9d;
}
.cid-srdagM78L5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-srdagM78L5 .mbr-section-title,
.cid-srdagM78L5 .mbr-section-subtitle {
  color: #000000;
}
.cid-srdagM78L5 .mbr-section-text {
  color: #232323;
}
.cid-srdagM78L5 .mbr-text,
.cid-srdagM78L5 .typed-text,
.cid-srdagM78L5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-srdagM78L5 .btn {
  margin-left: 4px !important;
}
.cid-srdagM78L5 .animated-element {
  color: #ff3366;
}
.cid-srdagM78L5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-srdagM78L5 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-srdagM78L5 .typed-text,
  .cid-srdagM78L5 .mbr-section-subtitle,
  .cid-srdagM78L5 .mbr-section-text,
  .cid-srdagM78L5 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srdagM78L5 .mbr-section-text,
.cid-srdagM78L5 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-srdagM78L5 .mbr-section-subtitle,
.cid-srdagM78L5 .typed-text {
  color: #189dc6;
}
.cid-thCSleof9S {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-thCSleof9S .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-thCSleof9S .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-thCSleof9S .text-content {
  padding-right: 1.5rem;
}
.cid-thCSleof9S .mbr-text,
.cid-thCSleof9S .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-thCSleof9S .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(107, 111, 115, 0.3);
  box-shadow: 0px 0px 30px rgba(107, 111, 115, 0.3);
  border-radius: .25rem;
}
.cid-thCSleof9S .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-thCSleof9S .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-thCSleof9S .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-thCSleof9S .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-thCSleof9S .main-row {
    margin: 0;
  }
  .cid-thCSleof9S .mbr-section-title,
  .cid-thCSleof9S .mbr-text,
  .cid-thCSleof9S .list,
  .cid-thCSleof9S .mbr-section-btn {
    text-align: center !important;
  }
  .cid-thCSleof9S .text-content {
    padding: 0;
  }
}
.cid-thCSleof9S .mbr-section-title {
  color: #189dc6;
  text-align: justify;
}
.cid-sn3pLmvZMz {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #189dc6;
}
.cid-sn3pLmvZMz .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-align: justify;
}
.cid-sn3pLmvZMz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sn3pLmvZMz .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #e84b9d;
}
.cid-sn3pLmvZMz .container-fluid {
  max-width: 1200px;
}
.cid-sn3pLmvZMz .btn .inner-dashed-border {
  stroke: #e84b9d;
}
.cid-sn3pLmvZMz .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sn3pLmvZMz rect {
  position: absolute;
  width: 95%;
}
.cid-sn3pLmvZMz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sn3pLmvZMz .svg-1 path {
  fill: #efefef;
}
.cid-sn3pLmvZMz .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sn3pLmvZMz .svg-2 path {
  fill: #efefef;
}
.cid-sn3pLmvZMz .svg1 {
  padding: 2px;
}
.cid-sn3pLmvZMz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-sn3pLmvZMz {
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .cid-sn3pLmvZMz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-smzhfE0xWW {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-smzhfE0xWW svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-smzhfE0xWW #e12_areaS3 {
  fill: #ffffff !important;
}
.cid-smzhfE0xWW #e19_areaS3 {
  fill: #ffffff !important;
}
.cid-smzhfE0xWW .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-smzhfE0xWW .carousel {
  width: 80%;
  margin: auto;
}
.cid-smzhfE0xWW .mbr-section-subtitle {
  color: #189dc6;
}
.cid-smzhfE0xWW .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smzhfE0xWW .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-smzhfE0xWW .carousel-item .wrap-img {
  text-align: center;
}
.cid-smzhfE0xWW .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-smzhfE0xWW .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smzhfE0xWW .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-smzhfE0xWW .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-smzhfE0xWW .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-smzhfE0xWW .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-smzhfE0xWW .cloneditem-1,
.cid-smzhfE0xWW .cloneditem-2,
.cid-smzhfE0xWW .cloneditem-3,
.cid-smzhfE0xWW .cloneditem-4,
.cid-smzhfE0xWW .cloneditem-5 {
  display: none;
}
.cid-smzhfE0xWW .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-smzhfE0xWW .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-smzhfE0xWW .carousel-inner {
    opacity: 0.8;
  }
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides2 .cloneditem-1,
  .cid-smzhfE0xWW .carousel-inner.slides2 .cloneditem-2,
  .cid-smzhfE0xWW .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides3 .cloneditem-1,
  .cid-smzhfE0xWW .carousel-inner.slides3 .cloneditem-2,
  .cid-smzhfE0xWW .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides4 .cloneditem-1,
  .cid-smzhfE0xWW .carousel-inner.slides4 .cloneditem-2,
  .cid-smzhfE0xWW .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides5 .cloneditem-1,
  .cid-smzhfE0xWW .carousel-inner.slides5 .cloneditem-2,
  .cid-smzhfE0xWW .carousel-inner.slides5 .cloneditem-3,
  .cid-smzhfE0xWW .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-smzhfE0xWW .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-smzhfE0xWW .carousel-inner.slides6 .cloneditem-1,
  .cid-smzhfE0xWW .carousel-inner.slides6 .cloneditem-2,
  .cid-smzhfE0xWW .carousel-inner.slides6 .cloneditem-3,
  .cid-smzhfE0xWW .carousel-inner.slides6 .cloneditem-4,
  .cid-smzhfE0xWW .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-smzhfE0xWW H2 {
  color: #57468b;
}
.cid-smzhfE0xWW .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-smzhfE0xWW .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-smzhfE0xWW .carousel-control-prev {
    left: -10px !important;
  }
  .cid-smzhfE0xWW .carousel-control-next {
    right: -10px !important;
  }
}
.cid-smYmP3zduZ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .nav-item:focus,
.cid-smYmP3zduZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smYmP3zduZ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-smYmP3zduZ .nav-item .nav-link {
    position: relative;
  }
  .cid-smYmP3zduZ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-smYmP3zduZ .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smYmP3zduZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smYmP3zduZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smYmP3zduZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-smYmP3zduZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-smYmP3zduZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-smYmP3zduZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smYmP3zduZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smYmP3zduZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smYmP3zduZ .navbar.collapsed .right-menu,
.cid-smYmP3zduZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse.show,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .navbar-collapse.show .brand-container,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-smYmP3zduZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smYmP3zduZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smYmP3zduZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smYmP3zduZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-smYmP3zduZ .navbar .right-menu,
  .cid-smYmP3zduZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-smYmP3zduZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-smYmP3zduZ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smYmP3zduZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smYmP3zduZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smYmP3zduZ .dropdown-item.active,
.cid-smYmP3zduZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smYmP3zduZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smYmP3zduZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smYmP3zduZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-smYmP3zduZ .navbar-buttons {
  margin-left: auto;
}
.cid-smYmP3zduZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ .navbar-dropdown {
  position: fixed;
}
.cid-smYmP3zduZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smYmP3zduZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smYmP3zduZ .right-menu,
.cid-smYmP3zduZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-smYmP3zduZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-smYmP3zduZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-smYmP3zduZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-smYmP3zduZ .card-wrapper {
  z-index: 3;
}
.cid-smYmP3zduZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sn4zTxvxND {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-sn4zTxvxND svg {
  position: absolute;
  top: 0;
}
.cid-sn4zTxvxND .svg-1 {
  fill: #ffffff;
}
.cid-sn4zTxvxND .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sn4zTxvxND {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sn4zTxvxND .mbr-text {
  color: #ffffff;
}
.cid-sn4zTxvxND a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUi9p5MzC {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUi9p5MzC {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUi9p5MzC .nav-link {
  font-weight: 900;
}
.cid-spUi9p5MzC .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUi9p5MzC .navbar-nav {
  display: block;
}
.cid-spUi9p5MzC .navbar-nav li {
  display: inline-block;
}
.cid-spUi9p5MzC li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-snPwzqaGgF {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/masaje-600x450.jpg");
}
@media (max-width: 767px) {
  .cid-snPwzqaGgF {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-snPwzqaGgF .nav-link {
  font-weight: 900;
}
.cid-snPwzqaGgF .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-snPwzqaGgF .navbar-nav {
  display: block;
}
.cid-snPwzqaGgF .navbar-nav li {
  display: inline-block;
}
.cid-snPwzqaGgF li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-snPwzqaGgF .navbar-nav,
.cid-snPwzqaGgF .mbr-section-title {
  color: #e84b9d;
}
.cid-srcRDIERZ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srcRDIERZ4 img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  transition: 5s;
  margin: auto;
}
.cid-srcRDIERZ4 img:hover {
  transform: scale(1.1);
}
.cid-srcRDIERZ4 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srcRDIERZ4 h2 {
  padding: 0;
  margin: 0;
}
.cid-srcRDIERZ4 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srcRDIERZ4 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srcRDIERZ4 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srcRDIERZ4 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srcRDIERZ4 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srcRDIERZ4 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srcRDIERZ4 .mbr-iconfont {
  margin: 0!important;
}
.cid-srcRDIERZ4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srcRDIERZ4 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srcRDIERZ4 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srcRDIERZ4 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srcRDIERZ4 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srcRDIERZ4 H2 {
  color: #333333;
}
.cid-srcRDIERZ4 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-srcRDIERZ4 H1 {
  color: #189dc6;
}
.cid-sn4bsLtaU7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-sn4bsLtaU7 .panel-text {
  margin: 0;
  line-height: 1.7;
  color: #232323;
  text-align: justify;
}
.cid-sn4bsLtaU7 .icon {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border: 1px dashed #e84b9d;
  border-radius: 100%;
  color: #e84b9d !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  transition: 0.4s;
}
.cid-sn4bsLtaU7 .icon:before {
  font-weight: 900;
}
.cid-sn4bsLtaU7 .accordion-content {
  flex-basis: 100%;
}
.cid-sn4bsLtaU7 .panel-group {
  width: 100%;
}
.cid-sn4bsLtaU7 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sn4bsLtaU7 .card .card-header a.panel-title {
  margin-top: 0;
  border-radius: 0;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sn4bsLtaU7 .card .card-header a.panel-title:hover .icon {
  background-color: #e84b9d;
  color: #ffffff !important;
}
.cid-sn4bsLtaU7 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sn4bsLtaU7 .header-text {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-sn4bsLtaU7 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sn4bsLtaU7 .btn {
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-sn4bsLtaU7 svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-sn4bsLtaU7 .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sn4bsLtaU7 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sn4bsLtaU7 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sn4bsLtaU7 .mbr-text {
  margin-top: 1.4rem;
  margin-bottom: 2.3rem;
}
.cid-sn4bsLtaU7 .card .panel-body {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .cid-sn4bsLtaU7 {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-sn4bsLtaU7 .mbr-text {
    margin-left: 1px;
  }
  .cid-sn4bsLtaU7 .mbr-section-title {
    text-align: center;
  }
  .cid-sn4bsLtaU7 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-sn4bsLtaU7 .left-wrapper {
    padding-right: 5rem;
  }
  .cid-sn4bsLtaU7 .accordion-section {
    padding-left: 1.5rem;
  }
}
.cid-sn4bsLtaU7 .card-header {
  background: none !important;
}
.cid-sn4bsLtaU7 .header-text,
.cid-sn4bsLtaU7 .sign {
  text-align: justify;
  color: #189dc6;
}
.cid-sn4bsLtaU7 .mbr-text,
.cid-sn4bsLtaU7 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-sn4bsLtaU7 .mbr-section-title {
  color: #0095d0;
}
.cid-srcTdrKW0Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/father2.jpg");
}
.cid-srcTdrKW0Z .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srcTdrKW0Z .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srcTdrKW0Z .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srcTdrKW0Z .first-table {
  margin: 0;
}
.cid-srcTdrKW0Z .first-table.two-items {
  margin-right: 15px;
}
.cid-srcTdrKW0Z .first-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-srcTdrKW0Z .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srcTdrKW0Z .second-table .table-head-wrapper {
  background: #189dc6;
}
.cid-srcTdrKW0Z .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srcTdrKW0Z .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srcTdrKW0Z .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srcTdrKW0Z .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srcTdrKW0Z .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srcTdrKW0Z .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srcTdrKW0Z .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srcTdrKW0Z .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srcTdrKW0Z .first-table,
  .cid-srcTdrKW0Z .second-table {
    margin: 0 15px;
  }
  .cid-srcTdrKW0Z .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srcTdrKW0Z .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srcTdrKW0Z .first-table,
  .cid-srcTdrKW0Z .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srcTdrKW0Z .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srcTdrKW0Z .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-srcTdrKW0Z .table-heading {
  color: #ffffff;
}
.cid-srcTdrKW0Z .pricing-value {
  color: #ffffff;
}
.cid-srcTdrKW0Z .table-pricing {
  color: #ffffff;
}
.cid-srcTdrKW0Z .main-text,
.cid-srcTdrKW0Z .main-btn {
  text-align: justify;
}
.cid-srcTdrKW0Z H2 {
  text-align: left;
}
.cid-sWI5GKM7Ms {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/father22.jpg");
}
.cid-sWI5GKM7Ms .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sWI5GKM7Ms .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWI5GKM7Ms .first-table {
  margin: 0;
}
.cid-sWI5GKM7Ms .first-table.two-items {
  margin-right: 15px;
}
.cid-sWI5GKM7Ms .first-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-sWI5GKM7Ms .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sWI5GKM7Ms .second-table .table-head-wrapper {
  background: #189dc6;
}
.cid-sWI5GKM7Ms .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sWI5GKM7Ms .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sWI5GKM7Ms .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sWI5GKM7Ms .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sWI5GKM7Ms .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sWI5GKM7Ms .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sWI5GKM7Ms .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-sWI5GKM7Ms .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sWI5GKM7Ms .first-table,
  .cid-sWI5GKM7Ms .second-table {
    margin: 0 15px;
  }
  .cid-sWI5GKM7Ms .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sWI5GKM7Ms .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sWI5GKM7Ms .first-table,
  .cid-sWI5GKM7Ms .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sWI5GKM7Ms .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sWI5GKM7Ms .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-sWI5GKM7Ms .table-heading {
  color: #ffffff;
}
.cid-sWI5GKM7Ms .pricing-value {
  color: #ffffff;
}
.cid-sWI5GKM7Ms .table-pricing {
  color: #ffffff;
}
.cid-sWI5GKM7Ms .main-text,
.cid-sWI5GKM7Ms .main-btn {
  text-align: justify;
}
.cid-sWI5GKM7Ms H2 {
  text-align: left;
}
.cid-sn3TkO4qwX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn3TkO4qwX h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sn3TkO4qwX .mbr-section-subtitle {
  color: #767676;
}
.cid-sn3TkO4qwX .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sn3TkO4qwX .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sn3TkO4qwX .mbr-text-right {
  color: #232323;
  text-align: justify;
}
.cid-sn3TkO4qwX .article-counter-left {
  color: #189dc6;
}
.cid-sn3TkO4qwX .article-counter-right {
  color: #e84b9d;
}
.cid-sn3TkO4qwX .mbr-text-left {
  color: #232323;
  text-align: justify;
}
.cid-sn3TkO4qwX H2 {
  color: #232323;
  text-align: justify;
}
.cid-sn3TC95RXz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sn3TC95RXz h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sn3TC95RXz .mbr-section-subtitle {
  color: #767676;
}
.cid-sn3TC95RXz .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sn3TC95RXz .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sn3TC95RXz .mbr-text-right {
  color: #232323;
  text-align: justify;
}
.cid-sn3TC95RXz .article-counter-left {
  color: #189dc6;
}
.cid-sn3TC95RXz .article-counter-right {
  color: #e84b9d;
}
.cid-sn3TC95RXz .mbr-text-left {
  color: #232323;
  text-align: justify;
}
.cid-smYmP3zduZ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .nav-item:focus,
.cid-smYmP3zduZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smYmP3zduZ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-smYmP3zduZ .nav-item .nav-link {
    position: relative;
  }
  .cid-smYmP3zduZ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-smYmP3zduZ .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-smYmP3zduZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smYmP3zduZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-smYmP3zduZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-smYmP3zduZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-smYmP3zduZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-smYmP3zduZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-smYmP3zduZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-smYmP3zduZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-smYmP3zduZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smYmP3zduZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smYmP3zduZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smYmP3zduZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-smYmP3zduZ .navbar.collapsed .right-menu,
.cid-smYmP3zduZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar .navbar-collapse.show,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .navbar-collapse.show .brand-container,
  .cid-smYmP3zduZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-smYmP3zduZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smYmP3zduZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smYmP3zduZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smYmP3zduZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-smYmP3zduZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-smYmP3zduZ .navbar .right-menu,
  .cid-smYmP3zduZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-smYmP3zduZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-smYmP3zduZ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smYmP3zduZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smYmP3zduZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smYmP3zduZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smYmP3zduZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smYmP3zduZ .dropdown-item.active,
.cid-smYmP3zduZ .dropdown-item:active {
  background-color: transparent;
}
.cid-smYmP3zduZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smYmP3zduZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-smYmP3zduZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smYmP3zduZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smYmP3zduZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-smYmP3zduZ .navbar-buttons {
  margin-left: auto;
}
.cid-smYmP3zduZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smYmP3zduZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-smYmP3zduZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smYmP3zduZ .navbar-dropdown {
  position: fixed;
}
.cid-smYmP3zduZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-smYmP3zduZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-smYmP3zduZ .right-menu,
.cid-smYmP3zduZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-smYmP3zduZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-smYmP3zduZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-smYmP3zduZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-smYmP3zduZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-smYmP3zduZ .card-wrapper {
  z-index: 3;
}
.cid-smYmP3zduZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-smYmP3zduZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smYmP3zduZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sn4zTxvxND {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-sn4zTxvxND svg {
  position: absolute;
  top: 0;
}
.cid-sn4zTxvxND .svg-1 {
  fill: #ffffff;
}
.cid-sn4zTxvxND .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sn4zTxvxND {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sn4zTxvxND .mbr-text {
  color: #ffffff;
}
.cid-sn4zTxvxND a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUijkxSZi {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUijkxSZi {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUijkxSZi .nav-link {
  font-weight: 900;
}
.cid-spUijkxSZi .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUijkxSZi .navbar-nav {
  display: block;
}
.cid-spUijkxSZi .navbar-nav li {
  display: inline-block;
}
.cid-spUijkxSZi li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spHbeSD0X3 {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/tooth-1920x858.jpg");
}
@media (max-width: 767px) {
  .cid-spHbeSD0X3 {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.cid-spHbeSD0X3 .nav-link {
  font-weight: 900;
}
.cid-spHbeSD0X3 .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spHbeSD0X3 .navbar-nav {
  display: block;
}
.cid-spHbeSD0X3 .navbar-nav li {
  display: inline-block;
}
.cid-spHbeSD0X3 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spHbeSD0X3 .navbar-nav,
.cid-spHbeSD0X3 .mbr-section-title {
  color: #e84b9d;
}
.cid-srcL0BQcYl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srcL0BQcYl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-srcL0BQcYl img:hover {
  transform: scale(1.1);
}
.cid-srcL0BQcYl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srcL0BQcYl h2 {
  padding: 0;
  margin: 0;
}
.cid-srcL0BQcYl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srcL0BQcYl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srcL0BQcYl .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srcL0BQcYl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srcL0BQcYl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srcL0BQcYl .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srcL0BQcYl .mbr-iconfont {
  margin: 0!important;
}
.cid-srcL0BQcYl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srcL0BQcYl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srcL0BQcYl .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srcL0BQcYl .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srcL0BQcYl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srcL0BQcYl H2 {
  color: #333333;
}
.cid-srcL0BQcYl .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-srcL0BQcYl H1 {
  color: #189dc6;
}
.cid-t99jMgBhrj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
@media (max-width: 767px) {
  .cid-t99jMgBhrj {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-t99jMgBhrj .mbr-text {
  margin-top: 2rem;
  color: #000000;
  text-align: justify;
}
.cid-t99jMgBhrj .container-fluid {
  max-width: 1200px;
}
.cid-srbbZ67qZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/tooth-latin-1-1600x1067.jpg");
}
.cid-srbbZ67qZh .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srbbZ67qZh .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srbbZ67qZh .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srbbZ67qZh .first-table {
  margin: 0;
}
.cid-srbbZ67qZh .first-table.two-items {
  margin-right: 15px;
}
.cid-srbbZ67qZh .first-table .table-head-wrapper {
  background: #189dc6;
}
.cid-srbbZ67qZh .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srbbZ67qZh .second-table .table-head-wrapper {
  background: #232323;
}
.cid-srbbZ67qZh .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srbbZ67qZh .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srbbZ67qZh .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srbbZ67qZh .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srbbZ67qZh .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srbbZ67qZh .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srbbZ67qZh .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srbbZ67qZh .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srbbZ67qZh .first-table,
  .cid-srbbZ67qZh .second-table {
    margin: 0 15px;
  }
  .cid-srbbZ67qZh .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srbbZ67qZh .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srbbZ67qZh .first-table,
  .cid-srbbZ67qZh .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srbbZ67qZh .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srbbZ67qZh .table .mbr-section-btn,
.cid-srbbZ67qZh .list-group {
  text-align: center;
  color: #232323;
}
.cid-srbbZ67qZh .table-heading {
  color: #ffffff;
}
.cid-srbbZ67qZh .pricing-value {
  color: #ffffff;
}
.cid-srbbZ67qZh .table-pricing {
  color: #ffffff;
}
.cid-srbbZ67qZh .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-srbbZ67qZh .main-text,
.cid-srbbZ67qZh .main-btn {
  text-align: justify;
}
.cid-srbbZ67qZh .main-title DIV {
  text-align: left;
}
.cid-spHbf3HcYg .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spHbf3HcYg .nav-item:focus,
.cid-spHbf3HcYg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spHbf3HcYg .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spHbf3HcYg .nav-item .nav-link {
    position: relative;
  }
  .cid-spHbf3HcYg .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spHbf3HcYg .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spHbf3HcYg .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spHbf3HcYg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spHbf3HcYg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spHbf3HcYg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spHbf3HcYg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spHbf3HcYg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spHbf3HcYg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spHbf3HcYg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spHbf3HcYg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spHbf3HcYg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spHbf3HcYg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spHbf3HcYg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spHbf3HcYg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spHbf3HcYg .navbar.collapsed .navbar-collapse.show,
.cid-spHbf3HcYg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spHbf3HcYg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spHbf3HcYg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spHbf3HcYg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spHbf3HcYg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spHbf3HcYg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spHbf3HcYg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spHbf3HcYg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spHbf3HcYg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spHbf3HcYg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spHbf3HcYg .navbar.collapsed .right-menu,
.cid-spHbf3HcYg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spHbf3HcYg .navbar .navbar-collapse.show,
  .cid-spHbf3HcYg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spHbf3HcYg .navbar .navbar-collapse.show .brand-container,
  .cid-spHbf3HcYg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spHbf3HcYg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spHbf3HcYg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spHbf3HcYg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spHbf3HcYg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spHbf3HcYg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spHbf3HcYg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spHbf3HcYg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spHbf3HcYg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spHbf3HcYg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spHbf3HcYg .navbar .right-menu,
  .cid-spHbf3HcYg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spHbf3HcYg .navbar.navbar-short {
  min-height: 60px;
}
.cid-spHbf3HcYg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spHbf3HcYg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spHbf3HcYg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spHbf3HcYg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spHbf3HcYg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spHbf3HcYg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spHbf3HcYg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spHbf3HcYg .dropdown-item.active,
.cid-spHbf3HcYg .dropdown-item:active {
  background-color: transparent;
}
.cid-spHbf3HcYg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spHbf3HcYg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spHbf3HcYg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spHbf3HcYg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spHbf3HcYg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spHbf3HcYg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spHbf3HcYg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spHbf3HcYg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spHbf3HcYg .navbar-buttons {
  margin-left: auto;
}
.cid-spHbf3HcYg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spHbf3HcYg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spHbf3HcYg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spHbf3HcYg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spHbf3HcYg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spHbf3HcYg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spHbf3HcYg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spHbf3HcYg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spHbf3HcYg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spHbf3HcYg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spHbf3HcYg .navbar-dropdown {
  position: fixed;
}
.cid-spHbf3HcYg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spHbf3HcYg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spHbf3HcYg .right-menu,
.cid-spHbf3HcYg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spHbf3HcYg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spHbf3HcYg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spHbf3HcYg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spHbf3HcYg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-spHbf3HcYg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spHbf3HcYg .card-wrapper {
  z-index: 3;
}
.cid-spHbf3HcYg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spHbf3HcYg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spHbf3HcYg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spHbf5GQuE {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-spHbf5GQuE svg {
  position: absolute;
  top: 0;
}
.cid-spHbf5GQuE .svg-1 {
  fill: #ffffff;
}
.cid-spHbf5GQuE .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-spHbf5GQuE {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-spHbf5GQuE .mbr-text {
  color: #ffffff;
}
.cid-spHbf5GQuE a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUiDZNcXp {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUiDZNcXp {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUiDZNcXp .nav-link {
  font-weight: 900;
}
.cid-spUiDZNcXp .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUiDZNcXp .navbar-nav {
  display: block;
}
.cid-spUiDZNcXp .navbar-nav li {
  display: inline-block;
}
.cid-spUiDZNcXp li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spCzOXZbRt {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/yoga-header-600x345.jpg");
}
@media (max-width: 767px) {
  .cid-spCzOXZbRt {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-spCzOXZbRt .nav-link {
  font-weight: 900;
}
.cid-spCzOXZbRt .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spCzOXZbRt .navbar-nav {
  display: block;
}
.cid-spCzOXZbRt .navbar-nav li {
  display: inline-block;
}
.cid-spCzOXZbRt li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spCzOXZbRt .navbar-nav,
.cid-spCzOXZbRt .mbr-section-title {
  color: #e84b9d;
}
.cid-srcIrZo0vs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srcIrZo0vs img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-srcIrZo0vs img:hover {
  transform: scale(1.1);
}
.cid-srcIrZo0vs .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srcIrZo0vs h2 {
  padding: 0;
  margin: 0;
}
.cid-srcIrZo0vs .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srcIrZo0vs .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srcIrZo0vs .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srcIrZo0vs .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srcIrZo0vs .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srcIrZo0vs .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srcIrZo0vs .mbr-iconfont {
  margin: 0!important;
}
.cid-srcIrZo0vs .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srcIrZo0vs .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srcIrZo0vs .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srcIrZo0vs .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srcIrZo0vs .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srcIrZo0vs H2 {
  color: #333333;
}
.cid-srcIrZo0vs .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-srcIrZo0vs H1 {
  color: #189dc6;
}
.cid-srcJQir5l7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/yog-2-600x400.jpg");
}
.cid-srcJQir5l7 .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srcJQir5l7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srcJQir5l7 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srcJQir5l7 .first-table {
  margin: 0;
}
.cid-srcJQir5l7 .first-table.two-items {
  margin-right: 15px;
}
.cid-srcJQir5l7 .first-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-srcJQir5l7 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srcJQir5l7 .second-table .table-head-wrapper {
  background: #232323;
}
.cid-srcJQir5l7 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srcJQir5l7 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srcJQir5l7 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srcJQir5l7 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srcJQir5l7 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srcJQir5l7 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srcJQir5l7 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srcJQir5l7 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srcJQir5l7 .first-table,
  .cid-srcJQir5l7 .second-table {
    margin: 0 15px;
  }
  .cid-srcJQir5l7 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srcJQir5l7 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srcJQir5l7 .first-table,
  .cid-srcJQir5l7 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srcJQir5l7 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srcJQir5l7 .pricing-value {
  color: #ffffff;
}
.cid-srcJQir5l7 .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-srcJQir5l7 .main-text,
.cid-srcJQir5l7 .main-btn {
  text-align: justify;
}
.cid-srcJQir5l7 .table-heading {
  color: #ffffff;
}
.cid-srcJQir5l7 .table-pricing {
  color: #ffffff;
}
.cid-spCzP3PnfO .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spCzP3PnfO .nav-item:focus,
.cid-spCzP3PnfO .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spCzP3PnfO .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spCzP3PnfO .nav-item .nav-link {
    position: relative;
  }
  .cid-spCzP3PnfO .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spCzP3PnfO .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spCzP3PnfO .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spCzP3PnfO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spCzP3PnfO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spCzP3PnfO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spCzP3PnfO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spCzP3PnfO .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spCzP3PnfO .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spCzP3PnfO .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spCzP3PnfO .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spCzP3PnfO .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spCzP3PnfO .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spCzP3PnfO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spCzP3PnfO .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spCzP3PnfO .navbar.collapsed .navbar-collapse.show,
.cid-spCzP3PnfO .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spCzP3PnfO .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spCzP3PnfO .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spCzP3PnfO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spCzP3PnfO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spCzP3PnfO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spCzP3PnfO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spCzP3PnfO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spCzP3PnfO .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spCzP3PnfO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spCzP3PnfO .navbar.collapsed .right-menu,
.cid-spCzP3PnfO .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spCzP3PnfO .navbar .navbar-collapse.show,
  .cid-spCzP3PnfO .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spCzP3PnfO .navbar .navbar-collapse.show .brand-container,
  .cid-spCzP3PnfO .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spCzP3PnfO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spCzP3PnfO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spCzP3PnfO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spCzP3PnfO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spCzP3PnfO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spCzP3PnfO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spCzP3PnfO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spCzP3PnfO .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spCzP3PnfO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spCzP3PnfO .navbar .right-menu,
  .cid-spCzP3PnfO .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spCzP3PnfO .navbar.navbar-short {
  min-height: 60px;
}
.cid-spCzP3PnfO .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spCzP3PnfO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spCzP3PnfO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spCzP3PnfO .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spCzP3PnfO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spCzP3PnfO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spCzP3PnfO .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spCzP3PnfO .dropdown-item.active,
.cid-spCzP3PnfO .dropdown-item:active {
  background-color: transparent;
}
.cid-spCzP3PnfO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spCzP3PnfO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spCzP3PnfO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spCzP3PnfO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spCzP3PnfO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spCzP3PnfO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spCzP3PnfO ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spCzP3PnfO ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spCzP3PnfO .navbar-buttons {
  margin-left: auto;
}
.cid-spCzP3PnfO button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spCzP3PnfO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spCzP3PnfO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spCzP3PnfO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spCzP3PnfO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spCzP3PnfO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spCzP3PnfO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spCzP3PnfO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spCzP3PnfO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spCzP3PnfO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spCzP3PnfO .navbar-dropdown {
  position: fixed;
}
.cid-spCzP3PnfO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spCzP3PnfO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spCzP3PnfO .right-menu,
.cid-spCzP3PnfO .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spCzP3PnfO .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spCzP3PnfO .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spCzP3PnfO .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spCzP3PnfO .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-spCzP3PnfO .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spCzP3PnfO .card-wrapper {
  z-index: 3;
}
.cid-spCzP3PnfO .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spCzP3PnfO .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spCzP3PnfO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spCzP4PKAV {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-spCzP4PKAV svg {
  position: absolute;
  top: 0;
}
.cid-spCzP4PKAV .svg-1 {
  fill: #ffffff;
}
.cid-spCzP4PKAV .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-spCzP4PKAV {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-spCzP4PKAV .mbr-text {
  color: #ffffff;
}
.cid-spCzP4PKAV a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUiLX1UV4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUiLX1UV4 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUiLX1UV4 .nav-link {
  font-weight: 900;
}
.cid-spUiLX1UV4 .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUiLX1UV4 .navbar-nav {
  display: block;
}
.cid-spUiLX1UV4 .navbar-nav li {
  display: inline-block;
}
.cid-spUiLX1UV4 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spU9kiSL5F {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/young-mom-breastfeeding-her-little-baby-boy-bq67naw-600x397.jpg");
}
@media (max-width: 767px) {
  .cid-spU9kiSL5F {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-spU9kiSL5F .nav-link {
  font-weight: 900;
}
.cid-spU9kiSL5F .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spU9kiSL5F .navbar-nav {
  display: block;
}
.cid-spU9kiSL5F .navbar-nav li {
  display: inline-block;
}
.cid-spU9kiSL5F li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spU9kiSL5F .navbar-nav,
.cid-spU9kiSL5F .mbr-section-title {
  color: #e84b9d;
}
.cid-srbxtQst7z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srbxtQst7z img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-srbxtQst7z img:hover {
  transform: scale(1.1);
}
.cid-srbxtQst7z .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srbxtQst7z h2 {
  padding: 0;
  margin: 0;
}
.cid-srbxtQst7z .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srbxtQst7z .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srbxtQst7z .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srbxtQst7z .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srbxtQst7z .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srbxtQst7z .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srbxtQst7z .mbr-iconfont {
  margin: 0!important;
}
.cid-srbxtQst7z .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srbxtQst7z .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srbxtQst7z .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srbxtQst7z .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srbxtQst7z .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srbxtQst7z H2 {
  color: #333333;
}
.cid-srbxtQst7z .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-srbxtQst7z H1 {
  color: #189dc6;
}
.cid-suZGGWcVV6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-suZGGWcVV6 .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #000000;
}
.cid-suZGGWcVV6 .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
}
.cid-suZGGWcVV6 h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suZGGWcVV6 .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #ffffff;
}
.cid-suZGGWcVV6 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-suZGGWcVV6 .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-suZGGWcVV6 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-suZGGWcVV6 .panel-group {
  width: 100%;
}
.cid-suZGGWcVV6 .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-suZGGWcVV6 .card {
  border-bottom: 1px solid #189dc6;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-suZGGWcVV6 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-suZGGWcVV6 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #e84b9d;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-suZGGWcVV6 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-suZGGWcVV6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-suZGGWcVV6 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-suZGGWcVV6 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-suZGGWcVV6 .card .panel-body {
  background: #189dc6;
}
.cid-suZGGWcVV6 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-suZGGWcVV6 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-suZGGWcVV6 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-suZGGWcVV6 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-suZGGWcVV6 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-suZGGWcVV6 .header-text,
.cid-suZGGWcVV6 .sign {
  color: #ffffff;
}
.cid-srdmzad8c3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/adorable-baby-wearing-hooded-towel-after-bath-lsnparu-600x263.jpg");
}
.cid-srdmzad8c3 .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srdmzad8c3 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srdmzad8c3 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srdmzad8c3 .first-table {
  margin: 0;
}
.cid-srdmzad8c3 .first-table.two-items {
  margin-right: 15px;
}
.cid-srdmzad8c3 .first-table .table-head-wrapper {
  background: #189dc6;
}
.cid-srdmzad8c3 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srdmzad8c3 .second-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-srdmzad8c3 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srdmzad8c3 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srdmzad8c3 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srdmzad8c3 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srdmzad8c3 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srdmzad8c3 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srdmzad8c3 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srdmzad8c3 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srdmzad8c3 .first-table,
  .cid-srdmzad8c3 .second-table {
    margin: 0 15px;
  }
  .cid-srdmzad8c3 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srdmzad8c3 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srdmzad8c3 .first-table,
  .cid-srdmzad8c3 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srdmzad8c3 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srdmzad8c3 .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-srdmzad8c3 .main-text,
.cid-srdmzad8c3 .main-btn {
  text-align: justify;
}
.cid-srdmzad8c3 .table-heading {
  color: #ffffff;
}
.cid-srdmzad8c3 .pricing-value {
  color: #ffffff;
}
.cid-srdmzad8c3 .table-pricing {
  color: #ffffff;
}
.cid-tCcfXiSIBR {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tCcfXiSIBR .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tCcfXiSIBR .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tCcfXiSIBR .first-table {
  margin: 0;
}
.cid-tCcfXiSIBR .first-table.two-items {
  margin-right: 15px;
}
.cid-tCcfXiSIBR .first-table .table-head-wrapper {
  background: #189dc6;
}
.cid-tCcfXiSIBR .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-tCcfXiSIBR .second-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-tCcfXiSIBR .table {
  padding: 2rem;
  background: #efefef;
  position: relative;
}
.cid-tCcfXiSIBR .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-tCcfXiSIBR .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-tCcfXiSIBR .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-tCcfXiSIBR .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-tCcfXiSIBR .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-tCcfXiSIBR .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-tCcfXiSIBR .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-tCcfXiSIBR .first-table,
  .cid-tCcfXiSIBR .second-table {
    margin: 0 15px;
  }
  .cid-tCcfXiSIBR .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tCcfXiSIBR .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-tCcfXiSIBR .first-table,
  .cid-tCcfXiSIBR .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-tCcfXiSIBR .main-head {
    padding-bottom: 2rem;
  }
}
.cid-tCcfXiSIBR .main-title {
  color: #189dc6;
  text-align: left;
}
.cid-tCcfXiSIBR .main-text,
.cid-tCcfXiSIBR .main-btn {
  text-align: justify;
  color: #000000;
}
.cid-tCcfXiSIBR .table-heading {
  color: #ffffff;
}
.cid-tCcfXiSIBR .pricing-value {
  color: #ffffff;
}
.cid-tCcfXiSIBR .table-pricing {
  color: #ffffff;
}
.cid-uAlvOc0zV6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2025-01-14-at-19.27.52-1536x2048.jpg");
}
.cid-uAlvOc0zV6 .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uAlvOc0zV6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-uAlvOc0zV6 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAlvOc0zV6 .first-table {
  margin: 0;
}
.cid-uAlvOc0zV6 .first-table.two-items {
  margin-right: 15px;
}
.cid-uAlvOc0zV6 .first-table .table-head-wrapper {
  background: #189dc6;
}
.cid-uAlvOc0zV6 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-uAlvOc0zV6 .second-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-uAlvOc0zV6 .table {
  padding: 2rem;
  background: #efefef;
  position: relative;
}
.cid-uAlvOc0zV6 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-uAlvOc0zV6 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-uAlvOc0zV6 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-uAlvOc0zV6 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-uAlvOc0zV6 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-uAlvOc0zV6 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-uAlvOc0zV6 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-uAlvOc0zV6 .first-table,
  .cid-uAlvOc0zV6 .second-table {
    margin: 0 15px;
  }
  .cid-uAlvOc0zV6 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uAlvOc0zV6 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uAlvOc0zV6 .first-table,
  .cid-uAlvOc0zV6 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-uAlvOc0zV6 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-uAlvOc0zV6 .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-uAlvOc0zV6 .main-text,
.cid-uAlvOc0zV6 .main-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-uAlvOc0zV6 .table-heading {
  color: #ffffff;
}
.cid-uAlvOc0zV6 .pricing-value {
  color: #ffffff;
}
.cid-uAlvOc0zV6 .table-pricing {
  color: #ffffff;
}
.cid-spU9kBs6By .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spU9kBs6By .nav-item:focus,
.cid-spU9kBs6By .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spU9kBs6By .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spU9kBs6By .nav-item .nav-link {
    position: relative;
  }
  .cid-spU9kBs6By .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spU9kBs6By .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spU9kBs6By .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spU9kBs6By .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spU9kBs6By .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spU9kBs6By .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spU9kBs6By .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spU9kBs6By .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spU9kBs6By .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spU9kBs6By .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spU9kBs6By .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spU9kBs6By .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spU9kBs6By .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spU9kBs6By .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spU9kBs6By .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spU9kBs6By .navbar.collapsed .navbar-collapse.show,
.cid-spU9kBs6By .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spU9kBs6By .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spU9kBs6By .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spU9kBs6By .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spU9kBs6By .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spU9kBs6By .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spU9kBs6By .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spU9kBs6By .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spU9kBs6By .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spU9kBs6By .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spU9kBs6By .navbar.collapsed .right-menu,
.cid-spU9kBs6By .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spU9kBs6By .navbar .navbar-collapse.show,
  .cid-spU9kBs6By .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spU9kBs6By .navbar .navbar-collapse.show .brand-container,
  .cid-spU9kBs6By .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spU9kBs6By .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spU9kBs6By .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spU9kBs6By .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spU9kBs6By .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spU9kBs6By .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spU9kBs6By .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spU9kBs6By .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spU9kBs6By .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spU9kBs6By .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spU9kBs6By .navbar .right-menu,
  .cid-spU9kBs6By .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spU9kBs6By .navbar.navbar-short {
  min-height: 60px;
}
.cid-spU9kBs6By .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spU9kBs6By .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spU9kBs6By .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spU9kBs6By .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spU9kBs6By .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spU9kBs6By .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spU9kBs6By .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spU9kBs6By .dropdown-item.active,
.cid-spU9kBs6By .dropdown-item:active {
  background-color: transparent;
}
.cid-spU9kBs6By .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spU9kBs6By .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spU9kBs6By .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spU9kBs6By .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spU9kBs6By .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spU9kBs6By .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spU9kBs6By ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spU9kBs6By ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spU9kBs6By .navbar-buttons {
  margin-left: auto;
}
.cid-spU9kBs6By button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spU9kBs6By button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spU9kBs6By button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spU9kBs6By button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spU9kBs6By button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spU9kBs6By button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spU9kBs6By nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spU9kBs6By nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spU9kBs6By nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spU9kBs6By nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spU9kBs6By .navbar-dropdown {
  position: fixed;
}
.cid-spU9kBs6By a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spU9kBs6By .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spU9kBs6By .right-menu,
.cid-spU9kBs6By .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spU9kBs6By .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spU9kBs6By .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spU9kBs6By .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spU9kBs6By .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-spU9kBs6By .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spU9kBs6By .card-wrapper {
  z-index: 3;
}
.cid-spU9kBs6By .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spU9kBs6By .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spU9kBs6By .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spU9kDuaHz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-spU9kDuaHz svg {
  position: absolute;
  top: 0;
}
.cid-spU9kDuaHz .svg-1 {
  fill: #ffffff;
}
.cid-spU9kDuaHz .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-spU9kDuaHz {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-spU9kDuaHz .mbr-text {
  color: #ffffff;
}
.cid-spU9kDuaHz a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spUiwcNEHu {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spUiwcNEHu {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spUiwcNEHu .nav-link {
  font-weight: 900;
}
.cid-spUiwcNEHu .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spUiwcNEHu .navbar-nav {
  display: block;
}
.cid-spUiwcNEHu .navbar-nav li {
  display: inline-block;
}
.cid-spUiwcNEHu li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spLvqbxCi1 {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/adorable-baby-wearing-hooded-towel-after-bath-lsnparu-600x263.jpg");
}
@media (max-width: 767px) {
  .cid-spLvqbxCi1 {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-spLvqbxCi1 .nav-link {
  font-weight: 900;
}
.cid-spLvqbxCi1 .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-spLvqbxCi1 .navbar-nav {
  display: block;
}
.cid-spLvqbxCi1 .navbar-nav li {
  display: inline-block;
}
.cid-spLvqbxCi1 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-spLvqbxCi1 .navbar-nav,
.cid-spLvqbxCi1 .mbr-section-title {
  color: #e84b9d;
}
.cid-srd0tlWmVA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srd0tlWmVA img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: contain;
  margin: auto;
}
.cid-srd0tlWmVA img:hover {
  transform: scale(1.1);
}
.cid-srd0tlWmVA .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srd0tlWmVA h2 {
  padding: 0;
  margin: 0;
}
.cid-srd0tlWmVA .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srd0tlWmVA .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srd0tlWmVA .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srd0tlWmVA .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srd0tlWmVA .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srd0tlWmVA .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srd0tlWmVA .mbr-iconfont {
  margin: 0!important;
}
.cid-srd0tlWmVA .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srd0tlWmVA .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srd0tlWmVA .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srd0tlWmVA .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srd0tlWmVA .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srd0tlWmVA H2 {
  color: #333333;
}
.cid-srd0tlWmVA .mbr-text {
  color: #232323;
}
.cid-srd0tlWmVA H1 {
  color: #189dc6;
}
.cid-srd02p10g6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-srd02p10g6 .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srd02p10g6 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-srd02p10g6 .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srd02p10g6 .first-table {
  margin: 0;
}
.cid-srd02p10g6 .first-table.two-items {
  margin-right: 15px;
}
.cid-srd02p10g6 .first-table .table-head-wrapper {
  background: #e84b9d;
}
.cid-srd02p10g6 .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-srd02p10g6 .second-table .table-head-wrapper {
  background: #189dc6;
}
.cid-srd02p10g6 .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-srd02p10g6 .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-srd02p10g6 .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-srd02p10g6 .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-srd02p10g6 .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-srd02p10g6 .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-srd02p10g6 .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-srd02p10g6 .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-srd02p10g6 .first-table,
  .cid-srd02p10g6 .second-table {
    margin: 0 15px;
  }
  .cid-srd02p10g6 .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-srd02p10g6 .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-srd02p10g6 .first-table,
  .cid-srd02p10g6 .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-srd02p10g6 .main-head {
    padding-bottom: 2rem;
  }
}
.cid-srd02p10g6 .main-title DIV {
  text-align: left;
}
.cid-srd02p10g6 .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-srd02p10g6 .main-text,
.cid-srd02p10g6 .main-btn {
  text-align: justify;
}
.cid-srd02p10g6 .pricing-value {
  color: #ffffff;
}
.cid-srd02p10g6 .table-pricing {
  color: #ffffff;
}
.cid-srd02p10g6 .table-heading {
  color: #ffffff;
}
.cid-spLvqhS8rM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-spLvqhS8rM .nav-item:focus,
.cid-spLvqhS8rM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-spLvqhS8rM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-spLvqhS8rM .nav-item .nav-link {
    position: relative;
  }
  .cid-spLvqhS8rM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-spLvqhS8rM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-spLvqhS8rM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLvqhS8rM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-spLvqhS8rM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spLvqhS8rM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spLvqhS8rM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spLvqhS8rM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spLvqhS8rM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-spLvqhS8rM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-spLvqhS8rM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-spLvqhS8rM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-spLvqhS8rM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-spLvqhS8rM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spLvqhS8rM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spLvqhS8rM .navbar.collapsed .navbar-collapse.show,
.cid-spLvqhS8rM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spLvqhS8rM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-spLvqhS8rM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-spLvqhS8rM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spLvqhS8rM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spLvqhS8rM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spLvqhS8rM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spLvqhS8rM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spLvqhS8rM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spLvqhS8rM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-spLvqhS8rM .navbar.collapsed .right-menu,
.cid-spLvqhS8rM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-spLvqhS8rM .navbar .navbar-collapse.show,
  .cid-spLvqhS8rM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spLvqhS8rM .navbar .navbar-collapse.show .brand-container,
  .cid-spLvqhS8rM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-spLvqhS8rM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spLvqhS8rM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spLvqhS8rM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spLvqhS8rM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spLvqhS8rM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spLvqhS8rM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spLvqhS8rM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spLvqhS8rM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spLvqhS8rM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-spLvqhS8rM .navbar .right-menu,
  .cid-spLvqhS8rM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-spLvqhS8rM .navbar.navbar-short {
  min-height: 60px;
}
.cid-spLvqhS8rM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-spLvqhS8rM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spLvqhS8rM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spLvqhS8rM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spLvqhS8rM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spLvqhS8rM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spLvqhS8rM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-spLvqhS8rM .dropdown-item.active,
.cid-spLvqhS8rM .dropdown-item:active {
  background-color: transparent;
}
.cid-spLvqhS8rM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spLvqhS8rM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spLvqhS8rM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spLvqhS8rM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spLvqhS8rM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spLvqhS8rM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spLvqhS8rM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-spLvqhS8rM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-spLvqhS8rM .navbar-buttons {
  margin-left: auto;
}
.cid-spLvqhS8rM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spLvqhS8rM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-spLvqhS8rM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spLvqhS8rM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spLvqhS8rM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spLvqhS8rM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spLvqhS8rM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spLvqhS8rM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-spLvqhS8rM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-spLvqhS8rM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spLvqhS8rM .navbar-dropdown {
  position: fixed;
}
.cid-spLvqhS8rM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spLvqhS8rM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-spLvqhS8rM .right-menu,
.cid-spLvqhS8rM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-spLvqhS8rM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spLvqhS8rM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-spLvqhS8rM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-spLvqhS8rM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-spLvqhS8rM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spLvqhS8rM .card-wrapper {
  z-index: 3;
}
.cid-spLvqhS8rM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-spLvqhS8rM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spLvqhS8rM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLvqjGuwN {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-spLvqjGuwN svg {
  position: absolute;
  top: 0;
}
.cid-spLvqjGuwN .svg-1 {
  fill: #ffffff;
}
.cid-spLvqjGuwN .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-spLvqjGuwN {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-spLvqjGuwN .mbr-text {
  color: #ffffff;
}
.cid-spLvqjGuwN a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-srdI7oa2xt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-srdI7oa2xt {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-srdI7oa2xt .nav-link {
  font-weight: 900;
}
.cid-srdI7oa2xt .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-srdI7oa2xt .navbar-nav {
  display: block;
}
.cid-srdI7oa2xt .navbar-nav li {
  display: inline-block;
}
.cid-srdI7oa2xt li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-srdI7qi1uZ {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/sweet-baby-playing-with-educational-toys-baby-deve-lphsm5a-600x327.jpg");
}
@media (max-width: 767px) {
  .cid-srdI7qi1uZ {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-srdI7qi1uZ .nav-link {
  font-weight: 900;
}
.cid-srdI7qi1uZ .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-srdI7qi1uZ .navbar-nav {
  display: block;
}
.cid-srdI7qi1uZ .navbar-nav li {
  display: inline-block;
}
.cid-srdI7qi1uZ li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-srdI7qi1uZ .navbar-nav,
.cid-srdI7qi1uZ .mbr-section-title {
  color: #e84b9d;
}
.cid-srdI7rPNTP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-srdI7rPNTP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-srdI7rPNTP img:hover {
  transform: scale(1.1);
}
.cid-srdI7rPNTP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-srdI7rPNTP h2 {
  padding: 0;
  margin: 0;
}
.cid-srdI7rPNTP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-srdI7rPNTP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-srdI7rPNTP .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-srdI7rPNTP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-srdI7rPNTP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-srdI7rPNTP .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-srdI7rPNTP .mbr-iconfont {
  margin: 0!important;
}
.cid-srdI7rPNTP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-srdI7rPNTP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-srdI7rPNTP .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-srdI7rPNTP .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-srdI7rPNTP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-srdI7rPNTP H2 {
  color: #333333;
}
.cid-srdI7rPNTP .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-srdI7rPNTP H1 {
  color: #189dc6;
}
.cid-srdY3p38NC {
  background-color: #ffffff;
}
.cid-srdY3p38NC .mbr-shop {
  display: table;
  width: 100%;
}
.cid-srdY3p38NC .mbr-shop .row {
  margin: 0;
  padding: 0;
}
.cid-srdY3p38NC .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-srdY3p38NC .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-srdY3p38NC .btn {
  padding: 0.6rem 2rem;
  border-radius: 30px;
}
.cid-srdY3p38NC .img_wraper img {
  border-radius: 8px!important;
}
.cid-srdY3p38NC .mbr-shop .sidebar-title {
  line-height: 25px;
  font-weight: 900;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal_wraper {
  left: 0;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-srdY3p38NC .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-srdY3p38NC .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: 2px dashed #e74aa0;
  border-radius: 30px;
  padding: 2rem;
}
.cid-srdY3p38NC .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-srdY3p38NC .mbr-shop .hide-modal {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  position: fixed;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-srdY3p38NC .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-srdY3p38NC .mbr-shop .filter-by-pu,
.cid-srdY3p38NC .mbr-shop .filter-by-pd,
.cid-srdY3p38NC .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-srdY3p38NC .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 0.8rem;
  text-align: right;
}
.cid-srdY3p38NC .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-srdY3p38NC .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  transform: none !important;
  padding: 2rem;
  border: 2px dashed #e74aa0;
  border-radius: 30px;
  width: calc(34% - 3rem);
}
.cid-srdY3p38NC .mbr-shop .galleryItem h4,
.cid-srdY3p38NC .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;
  transition: color 0.5s;
}
.cid-srdY3p38NC .mbr-shop .galleryItem h5,
.cid-srdY3p38NC .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-srdY3p38NC .mbr-shop .galleryItem p,
.cid-srdY3p38NC .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-srdY3p38NC .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-srdY3p38NC .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-srdY3p38NC .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-srdY3p38NC .mbr-shop .sidebar-block {
  position: relative;
}
.cid-srdY3p38NC .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-srdY3p38NC .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-srdY3p38NC .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-srdY3p38NC .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffc85b;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item__hided h4,
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item__hided h5,
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-srdY3p38NC .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-srdY3p38NC .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #189dc6;
}
.cid-srdY3p38NC .mbr-shop .range-slider {
  padding-bottom: 25px;
  text-align: center;
}
.cid-srdY3p38NC .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-srdY3p38NC .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #189dc6;
  font-weight: bold;
}
.cid-srdY3p38NC .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #e74aa0;
  border-radius: 2px;
  font-size: 0;
}
.cid-srdY3p38NC .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #e74aa0;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-srdY3p38NC .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #e74aa0;
}
.cid-srdY3p38NC .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  user-select: none;
  color: #189dc6;
}
.cid-srdY3p38NC .mbr-shop .range-controls {
  position: relative;
}
.cid-srdY3p38NC .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-srdY3p38NC .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #e74aa0;
}
.cid-srdY3p38NC .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #e74aa0;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #e74aa0;
  cursor: pointer;
}
.cid-srdY3p38NC .mbr-shop .toggle:hover,
.cid-srdY3p38NC .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-srdY3p38NC .mbr-shop .min-toggle {
  left: 0;
}
.cid-srdY3p38NC .mbr-shop .max-toggle {
  right: 0;
}
.cid-srdY3p38NC .mbr-shop .hided-by-price {
  display: none;
}
.cid-srdY3p38NC .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-srdY3p38NC .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-srdY3p38NC .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-srdY3p38NC .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-srdY3p38NC .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-srdY3p38NC .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-srdY3p38NC .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-srdY3p38NC .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-srdY3p38NC .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-srdY3p38NC .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-srdY3p38NC .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-srdY3p38NC .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-srdY3p38NC .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-srdY3p38NC .mbr-shop .shop-items .onsale,
.cid-srdY3p38NC .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-srdY3p38NC .mbr-shop .item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-srdY3p38NC .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-srdY3p38NC .mbr-shop .price-range {
  display: inline-block;
}
.cid-srdY3p38NC .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-srdY3p38NC .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-srdY3p38NC .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-srdY3p38NC .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-srdY3p38NC .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-srdY3p38NC .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-srdY3p38NC .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-srdY3p38NC .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-srdY3p38NC .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-srdY3p38NC .mbr-shop .sidebar-categories {
    text-align: center !important;
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-srdY3p38NC .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-srdY3p38NC .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
    width: 28%;
  }
}
@media (max-width: 500px) {
  .cid-srdY3p38NC .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-srdY3p38NC .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-srdY3p38NC .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-srdY3p38NC {
    padding-top: 15px;
    padding-bottom: 75px;
  }
  .cid-srdY3p38NC .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-srdY3p38NC .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-srdY3p38NC .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
    margin: .4rem;
    width: 47%;
  }
}
@media (max-width: 1100px) {
  .cid-srdY3p38NC .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-srdY3p38NC .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-srdY3p38NC .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-srdY3p38NC .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-srdY3p38NC .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-srdY3p38NC .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-srdY3p38NC .oldprice {
  color: #d5d5d5;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-srdY3p38NC .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srdY3p38NC .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-srdY3p38NC LI {
  color: #189dc6;
}
.cid-srdY3p38NC .sidebar-title {
  color: #12265a;
  background-size: 100% 0.521em;
  display: inline-block;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(231, 74, 160, 0.3), rgba(231, 74, 160, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
  text-transform: uppercase;
}
.cid-srdY3p38NC .item-title {
  color: #e84b9d;
}
.cid-srdY3p38NC .shop-item-price,
.cid-srdY3p38NC .price-block {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-srdY3p38NC .filter-cost {
    max-width: 100%!important;
  }
  .cid-srdY3p38NC .range-slider,
  .cid-srdY3p38NC .categories,
  .cid-srdY3p38NC .bestseller-block {
    text-align: center;
  }
  .cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
.cid-srdY3p38NC .btn-primary {
  background-color: #e74aa0 !important;
  border: none !important;
}
.cid-srdY3p38NC .btn-primary-outline {
  border-color: #e74aa0 !important;
  color: #e74aa0 !important;
}
.cid-srdY3p38NC .btn-primary-outline:hover {
  color: #ffffff !important;
  border-color: #189dc6 !important;
}
.cid-srdY3p38NC .disableSortButton {
  border-radius: 30px;
}
.cid-srdY3p38NC .wrapper-cards-button {
  position: absolute;
  left: 5%;
  opacity: 0;
  transition: 0.5s;
}
.cid-srdY3p38NC .mbr-gallery-item:hover .wrapper-cards-button {
  opacity: 1;
}
.cid-srdY3p38NC .container-fluid {
  max-width: 1200px;
}
.cid-srdY3p38NC .btn-primary-outline:active {
  color: #e74aa0 !important;
}
.cid-srdY3p38NC .wrapper-shop-items {
  order: 1;
}
.cid-srdY3p38NC .bestseller-block {
  text-align: center !important;
}
.cid-srdY3p38NC .sidebar-categories {
  text-align: center !important;
}
.cid-srdY3p38NC .shopItemsModal {
  border-radius: 30px;
}
@media (min-width: 767px) {
  .cid-srdY3p38NC {
    padding-top: 45px;
    padding-bottom: 225px;
  }
  .cid-srdY3p38NC .mbr-shop .mbr-gallery-item {
    margin: 1.5rem 1.18rem;
  }
}
.cid-srdY3p38NC a:hover {
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-srdY3p38NC .shopItemsModal {
    overflow: auto;
  }
}
.cid-srdY3p38NC .card-description DIV {
  text-align: left;
}
.cid-u5JekB1X3r {
  background-color: #ffffff;
}
.cid-u5JekB1X3r .mbr-shop {
  display: table;
  width: 100%;
}
.cid-u5JekB1X3r .mbr-shop .row {
  margin: 0;
  padding: 0;
}
.cid-u5JekB1X3r .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-u5JekB1X3r .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-u5JekB1X3r .btn {
  padding: 0.6rem 2rem;
  border-radius: 30px;
}
.cid-u5JekB1X3r .img_wraper img {
  border-radius: 8px!important;
}
.cid-u5JekB1X3r .mbr-shop .sidebar-title {
  line-height: 25px;
  font-weight: 900;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal_wraper {
  left: 0;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-u5JekB1X3r .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: 2px dashed #e74aa0;
  border-radius: 30px;
  padding: 2rem;
}
.cid-u5JekB1X3r .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-u5JekB1X3r .mbr-shop .hide-modal {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  position: fixed;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-u5JekB1X3r .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-u5JekB1X3r .mbr-shop .filter-by-pu,
.cid-u5JekB1X3r .mbr-shop .filter-by-pd,
.cid-u5JekB1X3r .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-u5JekB1X3r .mbr-shop .sort-buttons {
  padding-bottom: 0.2rem;
  margin-right: 0.8rem;
  text-align: right;
}
.cid-u5JekB1X3r .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-u5JekB1X3r .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  transform: none !important;
  padding: 2rem;
  border: 2px dashed #e74aa0;
  border-radius: 30px;
  width: calc(34% - 3rem);
}
.cid-u5JekB1X3r .mbr-shop .galleryItem h4,
.cid-u5JekB1X3r .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;
  transition: color 0.5s;
}
.cid-u5JekB1X3r .mbr-shop .galleryItem h5,
.cid-u5JekB1X3r .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-u5JekB1X3r .mbr-shop .galleryItem p,
.cid-u5JekB1X3r .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-u5JekB1X3r .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-u5JekB1X3r .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-u5JekB1X3r .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-u5JekB1X3r .mbr-shop .sidebar-block {
  position: relative;
}
.cid-u5JekB1X3r .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0);
  top: -20px;
  right: 3px;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-u5JekB1X3r .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffc85b;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item__hided h4,
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item__hided h5,
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-u5JekB1X3r .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-u5JekB1X3r .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 0px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-filter ul li:hover {
  color: #189dc6;
}
.cid-u5JekB1X3r .mbr-shop .range-slider {
  padding-bottom: 25px;
  text-align: center;
}
.cid-u5JekB1X3r .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-u5JekB1X3r .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #189dc6;
  font-weight: bold;
}
.cid-u5JekB1X3r .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #e74aa0;
  border-radius: 2px;
  font-size: 0;
}
.cid-u5JekB1X3r .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #e74aa0;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-u5JekB1X3r .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #e74aa0;
}
.cid-u5JekB1X3r .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  user-select: none;
  color: #189dc6;
}
.cid-u5JekB1X3r .mbr-shop .range-controls {
  position: relative;
}
.cid-u5JekB1X3r .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-u5JekB1X3r .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #e74aa0;
}
.cid-u5JekB1X3r .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #e74aa0;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #e74aa0;
  cursor: pointer;
}
.cid-u5JekB1X3r .mbr-shop .toggle:hover,
.cid-u5JekB1X3r .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-u5JekB1X3r .mbr-shop .min-toggle {
  left: 0;
}
.cid-u5JekB1X3r .mbr-shop .max-toggle {
  right: 0;
}
.cid-u5JekB1X3r .mbr-shop .hided-by-price {
  display: none;
}
.cid-u5JekB1X3r .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-u5JekB1X3r .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-u5JekB1X3r .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-u5JekB1X3r .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-u5JekB1X3r .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-u5JekB1X3r .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-u5JekB1X3r .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-u5JekB1X3r .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-u5JekB1X3r .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-u5JekB1X3r .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-u5JekB1X3r .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-u5JekB1X3r .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-u5JekB1X3r .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-u5JekB1X3r .mbr-shop .shop-items .onsale,
.cid-u5JekB1X3r .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-u5JekB1X3r .mbr-shop .item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-u5JekB1X3r .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-u5JekB1X3r .mbr-shop .price-range {
  display: inline-block;
}
.cid-u5JekB1X3r .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-u5JekB1X3r .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-u5JekB1X3r .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-u5JekB1X3r .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-u5JekB1X3r .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-u5JekB1X3r .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-u5JekB1X3r .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-u5JekB1X3r .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-u5JekB1X3r .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-u5JekB1X3r .mbr-shop .sidebar-categories {
    text-align: center !important;
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-u5JekB1X3r .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-u5JekB1X3r .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
    width: 28%;
  }
}
@media (max-width: 500px) {
  .cid-u5JekB1X3r .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-u5JekB1X3r .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u5JekB1X3r .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-u5JekB1X3r {
    padding-top: 15px;
    padding-bottom: 35px;
  }
  .cid-u5JekB1X3r .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-u5JekB1X3r .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-u5JekB1X3r .mbr-shop .sidebar-background:after {
    top: -1%;
  }
  .cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
    margin: .4rem;
    width: 47%;
  }
}
@media (max-width: 1100px) {
  .cid-u5JekB1X3r .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-u5JekB1X3r .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-u5JekB1X3r .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-u5JekB1X3r .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-u5JekB1X3r .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-u5JekB1X3r .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-u5JekB1X3r .oldprice {
  color: #d5d5d5;
  padding-left: .8rem!important;
  text-decoration: line-through;
}
.cid-u5JekB1X3r .range-controls {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5JekB1X3r .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-u5JekB1X3r LI {
  color: #189dc6;
}
.cid-u5JekB1X3r .sidebar-title {
  color: #12265a;
  background-size: 100% 0.521em;
  display: inline-block;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(231, 74, 160, 0.3), rgba(231, 74, 160, 0.3));
  background-repeat: no-repeat;
  background-position: 0% 74%;
  text-transform: uppercase;
}
.cid-u5JekB1X3r .item-title {
  color: #e84b9d;
}
.cid-u5JekB1X3r .shop-item-price,
.cid-u5JekB1X3r .price-block {
  color: #45b3df;
}
@media (max-width: 576px) {
  .cid-u5JekB1X3r .filter-cost {
    max-width: 100%!important;
  }
  .cid-u5JekB1X3r .range-slider,
  .cid-u5JekB1X3r .categories,
  .cid-u5JekB1X3r .bestseller-block {
    text-align: center;
  }
  .cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
.cid-u5JekB1X3r .btn-primary {
  background-color: #e74aa0 !important;
  border: none !important;
}
.cid-u5JekB1X3r .btn-primary-outline {
  border-color: #e74aa0 !important;
  color: #e74aa0 !important;
}
.cid-u5JekB1X3r .btn-primary-outline:hover {
  color: #ffffff !important;
  border-color: #189dc6 !important;
}
.cid-u5JekB1X3r .disableSortButton {
  border-radius: 30px;
}
.cid-u5JekB1X3r .wrapper-cards-button {
  position: absolute;
  left: 5%;
  opacity: 0;
  transition: 0.5s;
}
.cid-u5JekB1X3r .mbr-gallery-item:hover .wrapper-cards-button {
  opacity: 1;
}
.cid-u5JekB1X3r .container-fluid {
  max-width: 1200px;
}
.cid-u5JekB1X3r .btn-primary-outline:active {
  color: #e74aa0 !important;
}
.cid-u5JekB1X3r .wrapper-shop-items {
  order: 1;
}
.cid-u5JekB1X3r .bestseller-block {
  text-align: center !important;
}
.cid-u5JekB1X3r .sidebar-categories {
  text-align: center !important;
}
.cid-u5JekB1X3r .shopItemsModal {
  border-radius: 30px;
}
@media (min-width: 767px) {
  .cid-u5JekB1X3r {
    padding-top: 45px;
    padding-bottom: 105px;
  }
  .cid-u5JekB1X3r .mbr-shop .mbr-gallery-item {
    margin: 1.5rem 1.18rem;
  }
}
.cid-u5JekB1X3r a:hover {
  font-weight: 600;
}
@media (max-width: 992px) {
  .cid-u5JekB1X3r .shopItemsModal {
    overflow: auto;
  }
}
.cid-srdI7A56aJ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-srdI7A56aJ .nav-item:focus,
.cid-srdI7A56aJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-srdI7A56aJ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-srdI7A56aJ .nav-item .nav-link {
    position: relative;
  }
  .cid-srdI7A56aJ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-srdI7A56aJ .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-srdI7A56aJ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srdI7A56aJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-srdI7A56aJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srdI7A56aJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srdI7A56aJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srdI7A56aJ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-srdI7A56aJ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-srdI7A56aJ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-srdI7A56aJ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-srdI7A56aJ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-srdI7A56aJ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-srdI7A56aJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-srdI7A56aJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-srdI7A56aJ .navbar.collapsed .navbar-collapse.show,
.cid-srdI7A56aJ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srdI7A56aJ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-srdI7A56aJ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-srdI7A56aJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srdI7A56aJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srdI7A56aJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srdI7A56aJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-srdI7A56aJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srdI7A56aJ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-srdI7A56aJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srdI7A56aJ .navbar.collapsed .right-menu,
.cid-srdI7A56aJ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-srdI7A56aJ .navbar .navbar-collapse.show,
  .cid-srdI7A56aJ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srdI7A56aJ .navbar .navbar-collapse.show .brand-container,
  .cid-srdI7A56aJ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-srdI7A56aJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srdI7A56aJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srdI7A56aJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srdI7A56aJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srdI7A56aJ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-srdI7A56aJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-srdI7A56aJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srdI7A56aJ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-srdI7A56aJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-srdI7A56aJ .navbar .right-menu,
  .cid-srdI7A56aJ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-srdI7A56aJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-srdI7A56aJ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-srdI7A56aJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srdI7A56aJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srdI7A56aJ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-srdI7A56aJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srdI7A56aJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srdI7A56aJ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-srdI7A56aJ .dropdown-item.active,
.cid-srdI7A56aJ .dropdown-item:active {
  background-color: transparent;
}
.cid-srdI7A56aJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srdI7A56aJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srdI7A56aJ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srdI7A56aJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-srdI7A56aJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srdI7A56aJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srdI7A56aJ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-srdI7A56aJ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-srdI7A56aJ .navbar-buttons {
  margin-left: auto;
}
.cid-srdI7A56aJ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srdI7A56aJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-srdI7A56aJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srdI7A56aJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srdI7A56aJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srdI7A56aJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srdI7A56aJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srdI7A56aJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-srdI7A56aJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-srdI7A56aJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srdI7A56aJ .navbar-dropdown {
  position: fixed;
}
.cid-srdI7A56aJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srdI7A56aJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srdI7A56aJ .right-menu,
.cid-srdI7A56aJ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-srdI7A56aJ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srdI7A56aJ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srdI7A56aJ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-srdI7A56aJ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-srdI7A56aJ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-srdI7A56aJ .card-wrapper {
  z-index: 3;
}
.cid-srdI7A56aJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-srdI7A56aJ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srdI7A56aJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srdI7D4I1q {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-srdI7D4I1q svg {
  position: absolute;
  top: 0;
}
.cid-srdI7D4I1q .svg-1 {
  fill: #ffffff;
}
.cid-srdI7D4I1q .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-srdI7D4I1q {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-srdI7D4I1q .mbr-text {
  color: #ffffff;
}
.cid-srdI7D4I1q a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-svjKnHSZWO {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-svjKnHSZWO {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-svjKnHSZWO .nav-link {
  font-weight: 900;
}
.cid-svjKnHSZWO .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-svjKnHSZWO .navbar-nav {
  display: block;
}
.cid-svjKnHSZWO .navbar-nav li {
  display: inline-block;
}
.cid-svjKnHSZWO li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-svjKnIWz23 {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/sweet-baby-playing-with-educational-toys-baby-deve-lphsm5a-600x327.jpg");
}
@media (max-width: 767px) {
  .cid-svjKnIWz23 {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-svjKnIWz23 .nav-link {
  font-weight: 900;
}
.cid-svjKnIWz23 .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-svjKnIWz23 .navbar-nav {
  display: block;
}
.cid-svjKnIWz23 .navbar-nav li {
  display: inline-block;
}
.cid-svjKnIWz23 li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-svjKnIWz23 .navbar-nav,
.cid-svjKnIWz23 .mbr-section-title {
  color: #e84b9d;
}
.cid-sz1SNIJ3l7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(90deg, #efeeee, #efeeee);
}
.cid-sz1SNIJ3l7 .mbr-overlay {
  background: linear-gradient(90deg, #d3cffb, #d7e8f6);
}
.cid-sz1SNIJ3l7 .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  margin: 0;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sz1SNIJ3l7 .card-wrap {
    width: calc(100% + 10rem);
    margin-left: -10rem;
  }
}
.cid-sz1SNIJ3l7 .img-wrap img {
  width: 100%;
  border-radius: .25rem;
}
.cid-sz1SNIJ3l7 .mbr-section-subtitle,
.cid-sz1SNIJ3l7 .mbr-section-btn {
  color: #189dc6;
}
.cid-svjKnMfqkp .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-svjKnMfqkp .nav-item:focus,
.cid-svjKnMfqkp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-svjKnMfqkp .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-svjKnMfqkp .nav-item .nav-link {
    position: relative;
  }
  .cid-svjKnMfqkp .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-svjKnMfqkp .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-svjKnMfqkp .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svjKnMfqkp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-svjKnMfqkp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svjKnMfqkp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svjKnMfqkp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svjKnMfqkp .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-svjKnMfqkp .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-svjKnMfqkp .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-svjKnMfqkp .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-svjKnMfqkp .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-svjKnMfqkp .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-svjKnMfqkp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svjKnMfqkp .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-svjKnMfqkp .navbar.collapsed .navbar-collapse.show,
.cid-svjKnMfqkp .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svjKnMfqkp .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-svjKnMfqkp .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-svjKnMfqkp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svjKnMfqkp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svjKnMfqkp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svjKnMfqkp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svjKnMfqkp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svjKnMfqkp .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-svjKnMfqkp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svjKnMfqkp .navbar.collapsed .right-menu,
.cid-svjKnMfqkp .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-svjKnMfqkp .navbar .navbar-collapse.show,
  .cid-svjKnMfqkp .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-svjKnMfqkp .navbar .navbar-collapse.show .brand-container,
  .cid-svjKnMfqkp .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-svjKnMfqkp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svjKnMfqkp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svjKnMfqkp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svjKnMfqkp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svjKnMfqkp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svjKnMfqkp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-svjKnMfqkp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svjKnMfqkp .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-svjKnMfqkp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-svjKnMfqkp .navbar .right-menu,
  .cid-svjKnMfqkp .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-svjKnMfqkp .navbar.navbar-short {
  min-height: 60px;
}
.cid-svjKnMfqkp .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-svjKnMfqkp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-svjKnMfqkp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svjKnMfqkp .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svjKnMfqkp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svjKnMfqkp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svjKnMfqkp .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-svjKnMfqkp .dropdown-item.active,
.cid-svjKnMfqkp .dropdown-item:active {
  background-color: transparent;
}
.cid-svjKnMfqkp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svjKnMfqkp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svjKnMfqkp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svjKnMfqkp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-svjKnMfqkp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svjKnMfqkp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svjKnMfqkp ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-svjKnMfqkp ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-svjKnMfqkp .navbar-buttons {
  margin-left: auto;
}
.cid-svjKnMfqkp button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svjKnMfqkp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-svjKnMfqkp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svjKnMfqkp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svjKnMfqkp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svjKnMfqkp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svjKnMfqkp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svjKnMfqkp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-svjKnMfqkp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-svjKnMfqkp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svjKnMfqkp .navbar-dropdown {
  position: fixed;
}
.cid-svjKnMfqkp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svjKnMfqkp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svjKnMfqkp .right-menu,
.cid-svjKnMfqkp .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-svjKnMfqkp .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svjKnMfqkp .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svjKnMfqkp .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-svjKnMfqkp .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-svjKnMfqkp .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-svjKnMfqkp .card-wrapper {
  z-index: 3;
}
.cid-svjKnMfqkp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-svjKnMfqkp .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svjKnMfqkp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svjKnN59nD {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-svjKnN59nD svg {
  position: absolute;
  top: 0;
}
.cid-svjKnN59nD .svg-1 {
  fill: #ffffff;
}
.cid-svjKnN59nD .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-svjKnN59nD {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-svjKnN59nD .mbr-text {
  color: #ffffff;
}
.cid-svjKnN59nD a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sM6u9mGH9w {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sM6u9mGH9w {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-sM6u9mGH9w .nav-link {
  font-weight: 900;
}
.cid-sM6u9mGH9w .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sM6u9mGH9w .navbar-nav {
  display: block;
}
.cid-sM6u9mGH9w .navbar-nav li {
  display: inline-block;
}
.cid-sM6u9mGH9w li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sM6u9o6tSJ {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1344.jpg");
}
@media (max-width: 767px) {
  .cid-sM6u9o6tSJ {
    padding-top: 75px;
    padding-bottom: 20px;
  }
}
.cid-sM6u9o6tSJ .nav-link {
  font-weight: 900;
}
.cid-sM6u9o6tSJ .nav-item:not(:first-child)::before {
  background: #e84b9d;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: 0.3s;
}
.cid-sM6u9o6tSJ .navbar-nav {
  display: block;
}
.cid-sM6u9o6tSJ .navbar-nav li {
  display: inline-block;
}
.cid-sM6u9o6tSJ li .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.3rem 0.5rem !important;
}
.cid-sM6u9o6tSJ .navbar-nav,
.cid-sM6u9o6tSJ .mbr-section-title {
  color: #e84b9d;
}
.cid-sM6u9p3y5C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sM6u9p3y5C img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: contain;
  margin: 1auto;
}
.cid-sM6u9p3y5C img:hover {
  transform: scale(1.1);
}
.cid-sM6u9p3y5C .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sM6u9p3y5C h2 {
  padding: 0;
  margin: 0;
}
.cid-sM6u9p3y5C .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sM6u9p3y5C .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sM6u9p3y5C .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sM6u9p3y5C .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sM6u9p3y5C .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sM6u9p3y5C .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sM6u9p3y5C .mbr-iconfont {
  margin: 0!important;
}
.cid-sM6u9p3y5C .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sM6u9p3y5C .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 670px) {
  .cid-sM6u9p3y5C .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sM6u9p3y5C .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sM6u9p3y5C .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sM6u9p3y5C H2 {
  color: #333333;
}
.cid-sM6u9p3y5C .mbr-text {
  color: #54575f;
  text-align: left;
}
.cid-sM6u9p3y5C H1 {
  color: #189dc6;
}
.cid-sM7q5zNc5C {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sM7q5zNc5C .mbr-text {
  text-align: center;
  color: #189dc6;
}
.cid-sM7p56PKha {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sM7p56PKha .mbr-text {
  text-align: justify;
  color: #232323;
}
.cid-sM6u9qUNqf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/monchibabymassage-new-born-1058x705.jpg");
}
.cid-sM6u9qUNqf .row:not(.items-row) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sM6u9qUNqf .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sM6u9qUNqf .main-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sM6u9qUNqf .first-table {
  margin: 0;
}
.cid-sM6u9qUNqf .first-table.two-items {
  margin-right: 15px;
}
.cid-sM6u9qUNqf .first-table .table-head-wrapper {
  background: #189dc6;
}
.cid-sM6u9qUNqf .second-table {
  margin: 0;
  margin-left: 15px;
}
.cid-sM6u9qUNqf .second-table .table-head-wrapper {
  background: #232323;
}
.cid-sM6u9qUNqf .table {
  padding: 2rem;
  background: #ffffff;
  position: relative;
}
.cid-sM6u9qUNqf .table .table-wrapper .table-head-wrapper {
  margin: -2rem;
  margin-bottom: 0 !important;
  padding: 2rem;
  padding-bottom: 0 !important;
}
.cid-sM6u9qUNqf .table .table-wrapper .table-head-wrapper span {
  width: 100%;
  display: block;
}
.cid-sM6u9qUNqf .table .table-wrapper .table-purchase {
  padding-bottom: 2rem;
}
.cid-sM6u9qUNqf .table .table-wrapper .table-purchase .table-pricing {
  margin: 0;
  margin-top: .5rem !important;
}
.cid-sM6u9qUNqf .table .table-wrapper .list-group {
  padding-top: 2rem;
  list-style: none;
}
.cid-sM6u9qUNqf .table .table-wrapper .list-group li {
  padding: .4rem;
  border-bottom: 1px solid #efefef;
}
.cid-sM6u9qUNqf .table .table-wrapper .list-group li .mbr-iconfont {
  font-size: 30px;
}
@media (max-width: 767px) {
  .cid-sM6u9qUNqf .first-table,
  .cid-sM6u9qUNqf .second-table {
    margin: 0 15px;
  }
  .cid-sM6u9qUNqf .first-table {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sM6u9qUNqf .items-row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-sM6u9qUNqf .first-table,
  .cid-sM6u9qUNqf .second-table {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .cid-sM6u9qUNqf .main-head {
    padding-bottom: 2rem;
  }
}
.cid-sM6u9qUNqf .main-title {
  color: #ffffff;
  text-align: left;
}
.cid-sM6u9qUNqf .table-heading {
  color: #ffffff;
}
.cid-sM6u9qUNqf .pricing-value {
  color: #ffffff;
}
.cid-sM6u9qUNqf .table-pricing {
  color: #ffffff;
}
.cid-sM6u9qUNqf .main-text,
.cid-sM6u9qUNqf .main-btn {
  text-align: justify;
}
.cid-sM6u9qUNqf H2 {
  text-align: left;
}
.cid-sM6u9t66rR .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  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);
  transition: all 0.25s ease-in-out;
}
.cid-sM6u9t66rR .nav-item:focus,
.cid-sM6u9t66rR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sM6u9t66rR .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-sM6u9t66rR .nav-item .nav-link {
    position: relative;
  }
  .cid-sM6u9t66rR .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #189dc6, #e84b9d);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-sM6u9t66rR .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-sM6u9t66rR .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sM6u9t66rR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-sM6u9t66rR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sM6u9t66rR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sM6u9t66rR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sM6u9t66rR .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sM6u9t66rR .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sM6u9t66rR .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sM6u9t66rR .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-sM6u9t66rR .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-sM6u9t66rR .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sM6u9t66rR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sM6u9t66rR .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sM6u9t66rR .navbar.collapsed .navbar-collapse.show,
.cid-sM6u9t66rR .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sM6u9t66rR .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sM6u9t66rR .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sM6u9t66rR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sM6u9t66rR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sM6u9t66rR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sM6u9t66rR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sM6u9t66rR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sM6u9t66rR .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sM6u9t66rR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sM6u9t66rR .navbar.collapsed .right-menu,
.cid-sM6u9t66rR .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sM6u9t66rR .navbar .navbar-collapse.show,
  .cid-sM6u9t66rR .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sM6u9t66rR .navbar .navbar-collapse.show .brand-container,
  .cid-sM6u9t66rR .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sM6u9t66rR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sM6u9t66rR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sM6u9t66rR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sM6u9t66rR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sM6u9t66rR .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sM6u9t66rR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sM6u9t66rR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sM6u9t66rR .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sM6u9t66rR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sM6u9t66rR .navbar .right-menu,
  .cid-sM6u9t66rR .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sM6u9t66rR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sM6u9t66rR .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-sM6u9t66rR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sM6u9t66rR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sM6u9t66rR .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sM6u9t66rR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sM6u9t66rR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sM6u9t66rR .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sM6u9t66rR .dropdown-item.active,
.cid-sM6u9t66rR .dropdown-item:active {
  background-color: transparent;
}
.cid-sM6u9t66rR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sM6u9t66rR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sM6u9t66rR .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sM6u9t66rR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sM6u9t66rR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sM6u9t66rR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sM6u9t66rR ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sM6u9t66rR ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sM6u9t66rR .navbar-buttons {
  margin-left: auto;
}
.cid-sM6u9t66rR button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sM6u9t66rR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sM6u9t66rR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sM6u9t66rR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sM6u9t66rR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sM6u9t66rR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sM6u9t66rR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sM6u9t66rR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-sM6u9t66rR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-sM6u9t66rR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sM6u9t66rR .navbar-dropdown {
  position: fixed;
}
.cid-sM6u9t66rR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sM6u9t66rR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sM6u9t66rR .right-menu,
.cid-sM6u9t66rR .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sM6u9t66rR .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sM6u9t66rR .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sM6u9t66rR .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sM6u9t66rR .menu-top {
  text-align: center;
  width: 100%;
  background-color: #e74aa0;
  padding: 0.5rem 0;
}
.cid-sM6u9t66rR .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sM6u9t66rR .card-wrapper {
  z-index: 3;
}
.cid-sM6u9t66rR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sM6u9t66rR .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sM6u9t66rR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sM6u9u3JRs {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #219dc7;
}
.cid-sM6u9u3JRs svg {
  position: absolute;
  top: 0;
}
.cid-sM6u9u3JRs .svg-1 {
  fill: #ffffff;
}
.cid-sM6u9u3JRs .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sM6u9u3JRs {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.cid-sM6u9u3JRs .mbr-text {
  color: #ffffff;
}
.cid-sM6u9u3JRs a {
  text-decoration: underline;
  font-weight: 400 !important;
}
