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: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.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: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((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: #199bfc !important;
}
.bg-success {
  background-color: #a638bd !important;
}
.bg-info {
  background-color: #f04923 !important;
}
.bg-warning {
  background-color: #1f004b !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #199bfc;
  border-color: #199bfc;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-primary:hover {
  background-color: #0381df !important;
  border-color: #0381df !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info,
.btn-info:active {
  background-color: #f04923 !important;
  border-color: #f04923 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f04923;
  border-color: #f04923;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f04923 !important;
  border-color: #f04923 !important;
}
.btn-info:hover {
  background-color: #d2330e !important;
  border-color: #d2330e !important;
}
.btn-success,
.btn-success:active {
  background-color: #a638bd !important;
  border-color: #a638bd !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a638bd;
  border-color: #a638bd;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a638bd !important;
  border-color: #a638bd !important;
}
.btn-success:hover {
  background-color: #832c96 !important;
  border-color: #832c96 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f004b !important;
  border-color: #1f004b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1f004b;
  border-color: #1f004b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1f004b !important;
  border-color: #1f004b !important;
}
.btn-warning:hover {
  background-color: #0a0018 !important;
  border-color: #0a0018 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #199bfc;
  color: #199bfc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #199bfc !important;
  border-color: #199bfc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #199bfc !important;
  border-color: #199bfc !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f04923;
  color: #f04923;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f04923 !important;
  border-color: #f04923;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f04923 !important;
  border-color: #f04923 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a638bd;
  color: #a638bd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #a638bd !important;
  border-color: #a638bd;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a638bd !important;
  border-color: #a638bd !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1f004b;
  color: #1f004b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #1f004b !important;
  border-color: #1f004b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f004b !important;
  border-color: #1f004b !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !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: #199bfc !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #a638bd !important;
}
.text-info {
  color: #f04923 !important;
}
.text-warning {
  color: #1f004b !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0264ad !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #61216e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #a2270b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #199bfc !important;
}
.alert-success {
  background-color: #a638bd;
}
.alert-info {
  background-color: #f04923;
}
.alert-warning {
  background-color: #1f004b;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #199bfc;
  border-color: #199bfc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #199bfc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2f3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d395e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fde7e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #8631ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #199bfc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #199bfc;
  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: #199bfc;
  border-bottom-color: #199bfc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #199bfc !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: #17161a !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-s2FqTl60XE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s2FqTl60XE .nav-item,
.cid-s2FqTl60XE .nav-link,
.cid-s2FqTl60XE .navbar-caption {
  font-weight: normal;
}
.cid-s2FqTl60XE .navbar-nav {
  counter-reset: number;
}
.cid-s2FqTl60XE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FqTl60XE .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-s2FqTl60XE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FqTl60XE .btn {
    white-space: nowrap;
  }
  .cid-s2FqTl60XE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FqTl60XE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FqTl60XE .dropdown-toggle::after,
  .cid-s2FqTl60XE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FqTl60XE .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-s2FqTl60XE .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-s2FqTl60XE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .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-s2FqTl60XE .dropdown-menu .dropdown-item:hover {
  color: #199bfc !important;
  background-color: #fafafa;
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FqTl60XE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FqTl60XE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FqTl60XE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FqTl60XE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FqTl60XE .nav-item:focus,
.cid-s2FqTl60XE .nav-link:focus {
  outline: none;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FqTl60XE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FqTl60XE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FqTl60XE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FqTl60XE ul.navbar-nav li {
  margin: auto;
}
.cid-s2FqTl60XE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-s2FqTl60XE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FqTl60XE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FqTl60XE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FqTl60XE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FqTl60XE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FqTl60XE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FqTl60XE .navbar .container-fluid,
  .cid-s2FqTl60XE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FqTl60XE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FqTl60XE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FqTl60XE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FqTl60XE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FqTl60XE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FqTl60XE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FqTl60XE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FqTl60XE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FqTl60XE .dropdown-item.active,
.cid-s2FqTl60XE .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FqTl60XE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s2FqTl60XE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FqTl60XE .navbar-buttons {
  text-align: center;
}
.cid-s2FqTl60XE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FqTl60XE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FqTl60XE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FqTl60XE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FqTl60XE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FqTl60XE a.nav-link:hover {
  color: #199bfc !important;
}
.is-builder .cid-s2FqTl60XE .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-s2FqTl60XE .navbar {
    height: 77px;
  }
  .cid-s2FqTl60XE .navbar.opened {
    height: auto;
  }
  .cid-s2FqTl60XE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8bcZUjVzi {
  overflow: hidden !important;
  background-image: url("../../../assets/images/67aa9e60a9cc5193c04a0621-66d780759b3fdbef8fe4e0e8-uc-2000x1333.jpg");
}
.cid-u8bcZUjVzi .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u8bcZUjVzi h1 {
  color: #ffffff;
}
.cid-u8bcZUjVzi h2 {
  color: #ffffff;
}
.cid-u8bcZUjVzi a {
  color: #ffffff;
}
.cid-u8bcZUjVzi .btn-line::after {
  background-color: #ffffff;
}
.cid-u8bcZUjVzi .animated-element {
  color: #efefef;
}
.cid-u8bcZUjVzi .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 1199px) {
  .cid-u8bcZUjVzi .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-u8bcZUjVzi .container-fluid {
    padding: 0 1rem;
  }
  .cid-u8bcZUjVzi .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-u8bcZUjVzi .mbr-white {
    padding-left: 6rem;
  }
  .cid-u8bcZUjVzi .container-fluid {
    padding: 0 2rem;
  }
}
.cid-u8bcZUjVzi .container-fluid {
  max-width: 1300px;
}
.cid-u8bcZUjVzi .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-u8bcZUjVzi .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-u8bcZUjVzi .btn-line {
  margin-top: 3rem;
}
.cid-u8bcZUjVzi .mbr-section-subtitle,
.cid-u8bcZUjVzi .mbr-section-btn {
  color: #199bfc;
}
.cid-rRIjJzt6Us {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRIjJzt6Us .wrap {
  height: 700px;
}
.cid-rRIjJzt6Us .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #8805a4;
}
.cid-rRIjJzt6Us .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRIjJzt6Us .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRIjJzt6Us .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRIjJzt6Us .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRIjJzt6Us .parallax__image {
  perspective: 700px;
}
.cid-rRIjJzt6Us .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRIjJzt6Us .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRIjJzt6Us .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIjJzt6Us .minwidth {
  background-image: url("../../../assets/images/unnamed-13-760x507.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRIjJzt6Us .minwidth {
    height: 200px;
  }
}
.cid-rRIjJzt6Us .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRIjJzt6Us .push-lg {
    left: 8.33333333%;
  }
  .cid-rRIjJzt6Us .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIjJzt6Us .wrap {
    height: auto;
  }
  .cid-rRIjJzt6Us .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRIjJzt6Us .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRIjJzt6Us .mbr-section-title {
  color: #191f23;
}
.cid-uiUEgIS0jJ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #8805a4;
}
.cid-uiUEgIS0jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUEgIS0jJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUEgIS0jJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uL6ktKLrN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uL6ktKLrN1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uL6ktKLrN1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uL6ktKLrN1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uL6ktKLrN1 .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uL6ktKLrN1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uL6ktKLrN1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uL6ktKLrN1 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uL6ktKLrN1 .embla__button--next,
.cid-uL6ktKLrN1 .embla__button--prev {
  display: flex;
}
.cid-uL6ktKLrN1 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uL6ktKLrN1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uL6ktKLrN1 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uL6ktKLrN1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uL6ktKLrN1 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uL6ktKLrN1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uL6ktKLrN1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uL6ktKLrN1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uL6ktKLrN1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uL6ktKLrN1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uL6ktKLrN1 .mbr-section-title {
  color: #272b2e;
}
.cid-uL6ktKLrN1 .item-tag {
  color: #ffffff;
}
.cid-uL6ktKLrN1 .item-name {
  color: #ffffff;
}
.cid-u8btxbTKp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/67a9a0d44f5fd0756fe403ee-66d78bfade77bc0e046d6bdd-uc-2000x1333.jpeg");
}
.cid-u8btxbTKp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8btxbTKp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8btxbTKp8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8btxbTKp8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8btxbTKp8 .container {
    padding: 0;
  }
}
.cid-u8btxbTKp8 .row {
  margin: 0;
  border-top: 1px solid #fdfcfa;
  border-bottom: 1px solid #fdfcfa;
}
.cid-u8btxbTKp8 .card {
  border-radius: 0;
  padding: 0;
}
.cid-u8btxbTKp8 .card:first-child {
  border-right: 1px solid #fdfcfa;
}
@media (max-width: 992px) {
  .cid-u8btxbTKp8 .card:first-child {
    border-right: none;
    border-bottom: 1px solid #fdfcfa;
  }
}
.cid-u8btxbTKp8 .card .card-wrapper {
  padding: 70px 16px;
}
@media (max-width: 992px) {
  .cid-u8btxbTKp8 .card .card-wrapper {
    padding: 40px 16px;
  }
}
.cid-u8btxbTKp8 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u8btxbTKp8 .card .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-u8btxbTKp8 .mbr-card-title {
  color: #80c7fe;
  text-align: center;
}
.cid-u8btxbTKp8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uiUzW0wbgI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiUzW0wbgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUzW0wbgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUzW0wbgI .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uiUzW0wbgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiUzW0wbgI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiUzW0wbgI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKJDG7zy8z {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uKJDG7zy8z .title__wrap {
  margin-bottom: 30px;
}
.cid-uKJDG7zy8z .title__block {
  margin-bottom: 10px;
}
.cid-uKJDG7zy8z .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKJDG7zy8z .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-uKJDG7zy8z .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-uKJDG7zy8z .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  color: #17161a !important;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uKJDG7zy8z .mbr-section-btn .btn-secondary-outline:hover {
  color: #199bfc !important;
}
.cid-uKJDG7zy8z .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(1, 13, 42, 0.4);
}
.cid-uKJDG7zy8z .wrap:last-child {
  border-bottom: 1px solid rgba(1, 13, 42, 0.4);
}
.cid-uKJDG7zy8z .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-uKJDG7zy8z .nav-tabs .nav-item.open .nav-link:focus,
.cid-uKJDG7zy8z .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uKJDG7zy8z .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-uKJDG7zy8z .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-uKJDG7zy8z .nav-tabs .nav-link {
  color: #010d2a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-uKJDG7zy8z .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-uKJDG7zy8z .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #8805a4;
}
.cid-uKJDG7zy8z .nav-tabs .nav-link.active:hover {
  background-color: #8805a4;
}
@media (max-width: 991px) {
  .cid-uKJDG7zy8z .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-uKJDG7zy8z .buttons {
    justify-content: flex-start;
  }
}
.cid-uKJDG7zy8z .text__hall {
  text-align: center;
}
.cid-uiVk6P3bHp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uiVk6P3bHp .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uiVk6P3bHp .mbr-section-title {
  color: #8805a4;
}
.cid-uiVk6P3bHp .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uiVk6P3bHp .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uiVk6P3bHp .items-row {
    margin: 0 -15px;
  }
  .cid-uiVk6P3bHp .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uiVk6P3bHp .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uiVk6P3bHp .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uiVk6P3bHp .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uiVk6P3bHp .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uiVk6P3bHp .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uiVk6P3bHp .mbr-text {
  color: #747474;
  padding-top: 5px;
  text-align: center;
}
.cid-uiVk6P3bHp .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uiVk6P3bHp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uiVk6P3bHp .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uiVk6P3bHp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uiVk6P3bHp .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uiVk6P3bHp .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uiVk6P3bHp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiVk6P3bHp .item-title,
.cid-uiVk6P3bHp .mbr-section-btn {
  text-align: center;
  color: #8805a4;
}
.cid-uiUFyiLRxk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uiUFyiLRxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUFyiLRxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUFyiLRxk .mbr-section-title {
  color: #ffffff;
}
.cid-uiUFyiLRxk .mbr-text,
.cid-uiUFyiLRxk .mbr-section-btn {
  color: #ffffff;
}
.cid-uiUF7FGo5Y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #8805a4;
}
.cid-uiUF7FGo5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUF7FGo5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUF7FGo5Y .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uiUDErBtGv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiUDErBtGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUDErBtGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUDErBtGv .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uiUDErBtGv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiUDErBtGv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiUDErBtGv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiVm4ULjs3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uiVm4ULjs3 .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uiVm4ULjs3 .mbr-section-title {
  color: #8805a4;
}
.cid-uiVm4ULjs3 .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-uiVm4ULjs3 .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-uiVm4ULjs3 .items-row {
    margin: 0 -15px;
  }
  .cid-uiVm4ULjs3 .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uiVm4ULjs3 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-uiVm4ULjs3 .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-uiVm4ULjs3 .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-uiVm4ULjs3 .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-uiVm4ULjs3 .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uiVm4ULjs3 .mbr-text {
  color: #747474;
  padding-top: 5px;
  text-align: center;
}
.cid-uiVm4ULjs3 .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-uiVm4ULjs3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-uiVm4ULjs3 .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uiVm4ULjs3 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-uiVm4ULjs3 .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-uiVm4ULjs3 .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-uiVm4ULjs3 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uiVm4ULjs3 .item-title,
.cid-uiVm4ULjs3 .mbr-section-btn {
  text-align: center;
  color: #8805a4;
}
.cid-uiUGabvz7m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uiUGabvz7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiUGabvz7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiUGabvz7m .mbr-section-title {
  color: #ffffff;
}
.cid-uiUGabvz7m .mbr-text,
.cid-uiUGabvz7m .mbr-section-btn {
  color: #ffffff;
}
.cid-ujW08K5tlC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eff0ff;
}
.cid-ujW08K5tlC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujW08K5tlC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujW08K5tlC ul {
  list-style: none;
}
.cid-ujW08K5tlC li {
  padding-bottom: 0.5rem;
}
.cid-ujW08K5tlC ul li::before {
  content: "\2022";
  color: #199bfc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1rem;
}
.cid-ujW08K5tlC .list-group-item {
  color: #ff6666;
}
.cid-ujW08K5tlC .plan-body {
  padding-bottom: 2rem;
}
.cid-ujW08K5tlC .card1 {
  background: #d1d1f7;
}
@media (min-width: 767px) {
  .cid-ujW08K5tlC .card1 {
    transform: translateX(2rem);
  }
}
.cid-ujW08K5tlC .card2 {
  background: #ffffff;
}
@media (min-width: 767px) {
  .cid-ujW08K5tlC .card2 {
    transform: translateX(-2rem);
  }
}
.cid-ujW08K5tlC .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujW08K5tlC .price {
  color: #199bfc;
}
.cid-ujW08K5tlC .plan {
  word-break: break-word;
  padding: 3rem;
  border-radius: 3rem;
  box-shadow: 0 0 20px 0 lightgray;
}
.cid-ujW08K5tlC .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 992px) {
  .cid-ujW08K5tlC .plan {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ujW08K5tlC .plan {
    margin-bottom: 2rem;
  }
}
.cid-ujW08K5tlC .mbr-text UL {
  text-align: left;
}
.cid-ujW08K5tlC .mbr-text {
  color: #726c89;
}
.cid-ujW08K5tlC .price-term {
  color: #8805a4;
}
.cid-ujW08K5tlC .title {
  color: #8805a4;
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 480px;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #f5f7fd;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #ebeaed;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #8805a4;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-ueAFYLyTGX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueAFYLyTGX .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ueAFYLyTGX .mbr-section-title {
  color: #24262b;
}
.cid-ueAFYLyTGX .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-ueAFYLyTGX .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-ueAFYLyTGX .card {
    padding: 1rem !important;
  }
}
.cid-ueAFYLyTGX .card:hover {
  transform: translateY(-1rem);
}
.cid-ueAFYLyTGX .card img {
  max-width: 120px;
  height: auto;
}
.cid-ueAGBuDYfz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ueAGBuDYfz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ueAGBuDYfz .mbr-section-title {
  color: #24262b;
}
.cid-ueAGBuDYfz .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-ueAGBuDYfz .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-ueAGBuDYfz .card {
    padding: 1rem !important;
  }
}
.cid-ueAGBuDYfz .card:hover {
  transform: translateY(-1rem);
}
.cid-ueAGBuDYfz .card img {
  max-width: 120px;
  height: auto;
}
.cid-u9EHC6VIUR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9EHC6VIUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EHC6VIUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EHC6VIUR .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-u9EHC6VIUR a {
  position: relative;
  width: fit-content;
}
.cid-u9EHC6VIUR a:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-u9EHC6VIUR a:hover:before {
  width: 0;
}
.cid-u9EHC6VIUR .copyright {
  color: #232323;
}
.cid-u9EHC6VIUR .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u9EHC6VIUR .row-links {
  width: 100%;
  justify-content: flex-end;
}
.cid-u9EHC6VIUR .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9EHC6VIUR .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9EHC6VIUR .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9EHC6VIUR .row-links .row-links-soc {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-u9EHC6VIUR p {
    text-align: center;
  }
}
.cid-u9EHC6VIUR row-links-soc-item {
  text-align: center;
}
.cid-ujFhOt3jLK.popup-builder {
  background-color: #ffffff;
}
.cid-ujFhOt3jLK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ujFhOt3jLK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ujFhOt3jLK .modal-content,
.cid-ujFhOt3jLK .modal-dialog {
  height: auto;
}
.cid-ujFhOt3jLK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ujFhOt3jLK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ujFhOt3jLK .form-wrapper .mbr-form .form-group,
  .cid-ujFhOt3jLK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ujFhOt3jLK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ujFhOt3jLK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ujFhOt3jLK .mbr-text {
  text-align: center;
}
.cid-ujFhOt3jLK .pt-0 {
  padding-top: 0 !important;
}
.cid-ujFhOt3jLK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ujFhOt3jLK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ujFhOt3jLK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ujFhOt3jLK .modal-open {
  overflow: hidden;
}
.cid-ujFhOt3jLK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ujFhOt3jLK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ujFhOt3jLK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ujFhOt3jLK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ujFhOt3jLK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ujFhOt3jLK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ujFhOt3jLK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ujFhOt3jLK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ujFhOt3jLK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ujFhOt3jLK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ujFhOt3jLK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ujFhOt3jLK .modal-backdrop.show {
  opacity: .5;
}
.cid-ujFhOt3jLK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ujFhOt3jLK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ujFhOt3jLK .modal-header {
    padding: 1rem;
  }
}
.cid-ujFhOt3jLK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ujFhOt3jLK .modal-header .close svg {
  fill: #353535;
}
.cid-ujFhOt3jLK .modal-header .close:hover {
  opacity: 1;
}
.cid-ujFhOt3jLK .modal-header .close:focus {
  outline: none;
}
.cid-ujFhOt3jLK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ujFhOt3jLK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ujFhOt3jLK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujFhOt3jLK .modal-body {
    padding: 1rem;
  }
}
.cid-ujFhOt3jLK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujFhOt3jLK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujFhOt3jLK .modal-footer {
    padding: 1rem;
  }
}
.cid-ujFhOt3jLK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ujFhOt3jLK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ujFhOt3jLK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ujFhOt3jLK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ujFhOt3jLK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ujFhOt3jLK .modal-lg,
  .cid-ujFhOt3jLK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ujFhOt3jLK .modal-xl {
    max-width: 1140px;
  }
}
.cid-ujFhOt3jLK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ujFhOt3jLK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ujFhOt3jLK .form-group {
  margin-bottom: 1rem;
}
.cid-ujFhOt3jLK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ujFhOt3jLK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ujFhOt3jLK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ujFhOt3jLK .mbr-section-btn {
  margin: 0;
}
.cid-ujFhOt3jLK .mbr-section-btn .btn {
  margin: 0;
}
