.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8805a4 !important;
}
.bg-success {
  background-color: #f8981d !important;
}
.bg-info {
  background-color: #3dc84b !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8805a4;
  border-color: #8805a4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-primary:hover {
  background-color: #5f0373 !important;
  border-color: #5f0373 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d310fc !important;
  border-color: #d310fc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d310fc;
  border-color: #d310fc;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d310fc !important;
  border-color: #d310fc !important;
}
.btn-secondary:hover {
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-info:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f8981d !important;
  border-color: #f8981d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f8981d;
  border-color: #f8981d;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f8981d !important;
  border-color: #f8981d !important;
}
.btn-success:hover {
  background-color: #db7e07 !important;
  border-color: #db7e07 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #8805a4;
  color: #8805a4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #8805a4 !important;
  border-color: #8805a4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d310fc;
  color: #d310fc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #d310fc !important;
  border-color: #d310fc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d310fc !important;
  border-color: #d310fc !important;
}
.btn-secondary-outline:hover {
  background-color: #8805a4 !important;
  border-color: #8805a4 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f8981d;
  color: #f8981d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #f8981d !important;
  border-color: #f8981d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f8981d !important;
  border-color: #f8981d !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #8805a4 !important;
}
.text-secondary {
  color: #d310fc !important;
}
.text-success {
  color: #f8981d !important;
}
.text-info {
  color: #3dc84b !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #360241 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8802a4 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #aa6205 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #237c2c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #8805a4 !important;
}
.alert-success {
  background-color: #f8981d;
}
.alert-info {
  background-color: #3dc84b;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8805a4;
  border-color: #8805a4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #8805a4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d530f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #8805a4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8805a4;
  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: #8805a4;
  border-bottom-color: #8805a4;
}
.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: #8805a4 !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: #d310fc !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #8805a4 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008ee5;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #8805a4 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t42KzSWuj2 {
  background-image: url("../../../assets/images/business-concept-with-team-close-up.jpg");
}
.cid-t42KzSWuj2 .number-wrap {
  color: #a638bd;
  text-align: center;
  line-height: 1.72;
}
.cid-t42KzSWuj2 .number {
  color: #f8981d;
  white-space: nowrap;
  line-height: 1.72;
}
.cid-t42KzSWuj2 .period {
  display: block;
}
.cid-t42KzSWuj2 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-t42KzSWuj2 .period {
    font-size: 0.8rem;
  }
}
.cid-t42KzSWuj2 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-t42KzSWuj2 .mbr-section-title {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-t42KzSWuj2 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-t42KzSWuj2 .mbr-section-subtitle {
  color: #fff;
  line-height: 1.2;
}
.cid-t42KzSWuj2 .mbr-text {
  line-height: 1.72;
  color: #fff;
}
.cid-t42KzSWuj2 .countdown-cont {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-t42KzSWuj2 .countdown-cont {
    padding: 2rem;
  }
}
.cid-t42KzSWuj2 ::placeholder {
  color: #181818;
}
.cid-t42KzSWuj2 .btn-white {
  color: #181818 !important;
  font-weight: 500 !important;
}
.cid-t42KzSWuj2 .subscribe-button {
  width: 100%;
  margin: 0;
}
.cid-t46ImwYYlH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t46ImwYYlH h2,
.cid-t46ImwYYlH h3,
.cid-t46ImwYYlH h4,
.cid-t46ImwYYlH p {
  margin: 0;
}
.cid-t46ImwYYlH .image-wrap {
  width: 100%;
  margin-bottom: 28px;
}
.cid-t46ImwYYlH .image-wrap img {
  width: 100%;
  height: auto;
}
.cid-t46ImwYYlH .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-t46ImwYYlH .mbr-section-title {
  color: #f8981d;
  margin-bottom: 22px;
}
.cid-t46ImwYYlH .mbr-section-subtitle {
  margin-bottom: 5px;
  color: #8805a4;
}
.cid-t46ImwYYlH .mbr-text {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.cid-tbuZkNs1CN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d78926;
}
.cid-tbuZkNs1CN .container {
  padding: 0 10%;
}
@media (max-width: 425px) {
  .cid-tbuZkNs1CN .container {
    padding: 0 5%;
  }
}
.cid-tbuZkNs1CN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-tbuZkNs1CN .card {
  border-bottom: 2px #ffd366 solid;
  border-top: 2px #ffd366 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-tbuZkNs1CN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbuZkNs1CN .panel-title-edit {
  margin: 0;
  color: #ffffff;
}
.cid-tbuZkNs1CN .panel-body,
.cid-tbuZkNs1CN .card-header {
  padding: 36px 0;
}
.cid-tbuZkNs1CN .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-tbuZkNs1CN .mbr-section-subtitle {
  margin: 0;
  color: #3a3e5e;
  text-align: center;
}
.cid-tbuZkNs1CN .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-tbuZkNs1CN .mbr-iconfont:hover,
.cid-tbuZkNs1CN .mbr-iconfont:focus {
  background-color: #ffffff;
  color: #d78926;
  transform: rotate(45deg);
}
.cid-tbuZkNs1CN .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
  color: #ffffff;
}
.cid-tbuZkNs1CN .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tbuZkNs1CN .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tbuZkNs1CN .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tbuZkNs1CN .btn {
    margin-left: 0;
  }
}
.cid-tbuZkNs1CN .section-head {
  margin-bottom: 4.5rem;
}
.cid-tbuZkNs1CN .mbr-section-btn,
.cid-tbuZkNs1CN .mbr-section-title {
  text-align: center;
}
.cid-tbuZkNs1CN .panel-text,
.cid-tbuZkNs1CN .mbr-iconfont {
  color: #3a3e5e;
}
.cid-tbuZkNs1CN .mbr-section-title,
.cid-tbuZkNs1CN .mbr-section-btn {
  color: #ffffff;
}
.cid-tbuZkNs1CN .panel-text {
  color: #ffffff;
}
.cid-tbKIFF1BMl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-tbKIFF1BMl .container {
  padding: 0 10%;
}
@media (max-width: 425px) {
  .cid-tbKIFF1BMl .container {
    padding: 0 5%;
  }
}
.cid-tbKIFF1BMl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-tbKIFF1BMl .card {
  border-bottom: 2px #d78926 solid;
  border-top: 2px #d78926 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-tbKIFF1BMl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tbKIFF1BMl .panel-title-edit {
  margin: 0;
  color: #444345;
}
.cid-tbKIFF1BMl .panel-body,
.cid-tbKIFF1BMl .card-header {
  padding: 36px 0;
}
.cid-tbKIFF1BMl .mbr-section-title {
  margin-bottom: 1rem;
  color: #6870d1;
}
.cid-tbKIFF1BMl .mbr-section-subtitle {
  margin: 0;
  color: #3a3e5e;
  text-align: center;
}
.cid-tbKIFF1BMl .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-tbKIFF1BMl .mbr-iconfont:hover,
.cid-tbKIFF1BMl .mbr-iconfont:focus {
  background-color: #ffffff;
  color: "file:///C:/Users/marketing01/AppData/Local/Mobirise.com/Mobirise/projects/project-2022-07-13_094200/assets/images/mbr-3.jpg";
  transform: rotate(45deg);
}
.cid-tbKIFF1BMl .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
  color: #ffffff;
}
.cid-tbKIFF1BMl .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tbKIFF1BMl .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tbKIFF1BMl .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tbKIFF1BMl .btn {
    margin-left: 0;
  }
}
.cid-tbKIFF1BMl .section-head {
  margin-bottom: 4.5rem;
}
.cid-tbKIFF1BMl .mbr-section-btn,
.cid-tbKIFF1BMl .mbr-section-title {
  text-align: center;
}
.cid-tbKIFF1BMl .panel-text,
.cid-tbKIFF1BMl .mbr-iconfont {
  color: #3a3e5e;
}
.cid-tbKIFF1BMl .mbr-section-title,
.cid-tbKIFF1BMl .mbr-section-btn {
  color: #000000;
}
.cid-tbKIFF1BMl .panel-text {
  color: #000000;
}
.cid-tbVZ5T4nzk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ee;
}
.cid-tbVZ5T4nzk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tbVZ5T4nzk .card {
  border-radius: 0;
}
.cid-tbVZ5T4nzk .wrapper {
  padding: 6rem 12rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1500px) {
  .cid-tbVZ5T4nzk .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-tbVZ5T4nzk .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #999999;
}
.cid-tbVZ5T4nzk .card-phone:hover {
  color: #8805a4;
}
.cid-tbVZ5T4nzk .img-col {
  padding: 0;
}
.cid-tbVZ5T4nzk .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-tbVZ5T4nzk .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tbVZ5T4nzk .mbr-text,
.cid-tbVZ5T4nzk .mbr-section-btn {
  color: #999999;
}
.cid-tbVZ5T4nzk .card-title,
.cid-tbVZ5T4nzk .card-box {
  color: #200960;
}
.cid-tbVZ5T4nzk .mbr-section-subtitle {
  color: #d58f76;
}
.cid-tbW22eGsil {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tbW22eGsil .mbr-section-title {
  margin-bottom: 25px;
  color: #f8981d;
}
.cid-tbW22eGsil .mbr-text {
  color: #919dab;
  margin-bottom: 25px;
}
.cid-tbW22eGsil .tel {
  margin-bottom: 0;
}
.cid-tbW22eGsil .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px !important;
  color: #3dc84b;
}
.cid-tbW22eGsil .subscribe__form {
  margin-top: 40px;
}
.cid-tbW22eGsil .form-group {
  margin-bottom: 0;
}
.cid-tbW22eGsil .dragArea .form-control {
  color: #8805a4;
  margin-bottom: 30px;
  border: 2px solid rgba(235, 234, 237, 0.4) !important;
  font-weight: 700;
  padding: 0 25px;
  height: 60px !important;
  line-height: 32px !important;
  font-size: 18px !important;
  border-radius: 30px;
  background-color: #ffffff !important;
}
.cid-tbW22eGsil .dragArea .jq-selectbox__select {
  padding: 12px 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tbW22eGsil .dragArea .jq-selectbox__select-text {
  opacity: .6;
}
.cid-tbW22eGsil .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px !important;
  top: 40%;
  right: auto !important;
  border-color: #8805a4 !important;
}
.cid-tbW22eGsil .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tbW22eGsil .dragArea input::placeholder {
  color: #8805a4;
  opacity: .6;
}
.cid-tbW22eGsil .dragArea textarea::placeholder {
  color: #8805a4;
  opacity: .6;
}
.cid-tbW22eGsil .dragArea .input-group-btn .btn {
  margin: 0;
  font-weight: 700;
  height: 60px !important;
}
.cid-tbW22eGsil .help__block {
  margin-top: 30px;
}
.cid-tbW22eGsil .title__help {
  margin-bottom: 10px;
}
.cid-tbW22eGsil .text__help {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t46RUDkSlj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a638bd;
}
.cid-t46RUDkSlj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-t46RUDkSlj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-t46RUDkSlj .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-t46RUDkSlj .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t46RUDkSlj .media-container-row .footer-item,
  .cid-t46RUDkSlj .media-container-row .mbr-social-likes,
  .cid-t46RUDkSlj .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-t46RUDkSlj .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-t46RUDkSlj .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-t46RUDkSlj .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t46RUDkSlj .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (10 * 1rem));
  display: inline-block;
}
.cid-t46RUDkSlj .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-t46RUDkSlj .mbr-social-likes a {
  color: #000000;
}
.cid-t46RUDkSlj .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-t46RUDkSlj .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-t46RUDkSlj .footer-logo img {
  width: auto;
}
.cid-t46RUDkSlj .footer-item {
  display: flex;
  align-items: center;
}
.cid-t46RUDkSlj .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
