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: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((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: #c49646 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c49646 !important;
  border-color: #c49646 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c49646;
  border-color: #c49646;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c49646 !important;
  border-color: #c49646 !important;
}
.btn-primary:hover {
  background-color: #a37a34 !important;
  border-color: #a37a34 !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: #c49646 !important;
  border-color: #c49646 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !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: #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: #c49646;
  color: #c49646;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #c49646 !important;
  border-color: #c49646;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c49646 !important;
  border-color: #c49646 !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: #c49646 !important;
  border-color: #c49646 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !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: #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: #c49646 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !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: #7c5d28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !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: #c49646 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.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: #c49646;
  border-color: #c49646;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c49646;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3cda7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #c49646;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c49646;
  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: #c49646;
  border-bottom-color: #c49646;
}
.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: #c49646 !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-uKKfNVBUN9 {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uKKfNVBUN9 .nav-item,
.cid-uKKfNVBUN9 .nav-link,
.cid-uKKfNVBUN9 .navbar-caption {
  font-weight: normal;
}
.cid-uKKfNVBUN9 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-uKKfNVBUN9 .navbar {
    min-height: 120px !important;
  }
  .cid-uKKfNVBUN9 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uKKfNVBUN9 .btn {
    white-space: nowrap;
  }
  .cid-uKKfNVBUN9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKKfNVBUN9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKKfNVBUN9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKKfNVBUN9 .dropdown-toggle::after,
  .cid-uKKfNVBUN9 .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKKfNVBUN9 .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  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-uKKfNVBUN9 .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-uKKfNVBUN9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-uKKfNVBUN9 .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-uKKfNVBUN9 .dropdown-menu .dropdown-item:hover {
  color: #c49646 !important;
  background-color: #fafafa;
}
.cid-uKKfNVBUN9 .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-uKKfNVBUN9 .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKKfNVBUN9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKKfNVBUN9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKKfNVBUN9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKKfNVBUN9 .nav-item:focus,
.cid-uKKfNVBUN9 .nav-link:focus {
  outline: none;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKKfNVBUN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKfNVBUN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKKfNVBUN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKKfNVBUN9 ul.navbar-nav li {
  margin: auto;
}
.cid-uKKfNVBUN9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKKfNVBUN9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKKfNVBUN9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKKfNVBUN9 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKfNVBUN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKKfNVBUN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKKfNVBUN9 .navbar {
    padding: 10px 0;
  }
  .cid-uKKfNVBUN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKfNVBUN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKfNVBUN9 .navbar .container-fluid,
  .cid-uKKfNVBUN9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKKfNVBUN9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKKfNVBUN9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKKfNVBUN9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKKfNVBUN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKKfNVBUN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKfNVBUN9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKKfNVBUN9 .dropdown-item.active,
.cid-uKKfNVBUN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKfNVBUN9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKfNVBUN9 .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-uKKfNVBUN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKKfNVBUN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKKfNVBUN9 .navbar-buttons {
  text-align: center;
}
.cid-uKKfNVBUN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uKKfNVBUN9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKKfNVBUN9 a.nav-link:hover {
  color: #c49646 !important;
}
.is-builder .cid-uKKfNVBUN9 .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-uKKfNVBUN9 .navbar {
    height: 77px;
  }
  .cid-uKKfNVBUN9 .navbar.opened {
    height: auto;
  }
  .cid-uKKfNVBUN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKKeYvCQqd {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://r.mobirisesite.com/1476310/assets/images/conference28_1920.jpg?rnd=1747863062071");
}
.cid-uKKeYvCQqd .image {
  position: absolute;
  background-image: url("https://r.mobirisesite.com/1476310/assets/images/logo-art-h_malhkl1e-120x120.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(360deg);
}
@media (max-width: 991px) {
  .cid-uKKeYvCQqd .image {
    display: none;
  }
}
.cid-uKKeYvCQqd .position {
  z-index: 10;
}
.cid-uKKeYvCQqd .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-uKKeYvCQqd .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKKeYvCQqd .mbr-text {
  margin-top: 30px;
}
.cid-uKKeYvCQqd .mbr-section-btn {
  margin-top: 30px;
}
.cid-uKKeYvCQqd .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uKKeYvCQqd .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uKKeYvCQqd .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uKKeYvCQqd .info__block-item {
    margin-right: 10px;
  }
}
.cid-uKKeYvCQqd .title__item,
.cid-uKKeYvCQqd .text__item {
  margin-bottom: 0;
}
.cid-uKKeYvCQqd .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-uKKeYvCQqd .animated-element {
  color: #c49646;
}
.cid-uKKeYvCQqd .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c49646;
}
@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-uKKeYvCQqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKeYvCQqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rRIja2QhYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9f9;
}
.cid-rRIja2QhYv .content__block {
  background: rgba(25, 155, 252, 0.1);
  border-radius: 4px;
  padding: 30px;
}
.cid-rRIja2QhYv .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRIja2QhYv .text__subt {
  margin-bottom: 20px;
}
.cid-rRIja2QhYv .mbr-text {
  margin: 10px 0 20px;
}
.cid-rRIja2QhYv .subscribe__form {
  padding-bottom: 50px;
}
.cid-rRIja2QhYv .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRIja2QhYv .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: #f5f7fd !important;
  font-size: 16px;
  color: #191f23;
  border-radius: 4px;
}
.cid-rRIja2QhYv .input-group-btn {
  padding-left: 0;
}
.cid-rRIja2QhYv .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-rRIja2QhYv .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-rRIja2QhYv .mbr-form .btn {
  margin: 0;
}
.cid-rRIja2QhYv input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRIja2QhYv .divider {
  background-color: #191f23;
  height: 1px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .cid-rRIja2QhYv .divider {
    margin: 0 15px;
  }
}
.cid-uKKgN4yxc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uKKgN4yxc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKKgN4yxc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKKgN4yxc6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKKgN4yxc6 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uKKgN4yxc6 .container {
    padding: 0 20px;
  }
}
.cid-uKKgN4yxc6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKKgN4yxc6 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uKKgN4yxc6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uKKgN4yxc6 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uKKgN4yxc6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uKKgN4yxc6 .dragArea.row .form-group {
    margin-bottom: 20px !important;
  }
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-control {
  padding: 22px 25px;
  background-color: #ffffff;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-control:hover,
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-control::placeholder {
  color: #787878;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-check {
  padding-left: 2.2em;
  margin: 0;
}
.cid-uKKgN4yxc6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #787878;
  border-color: #787878;
}
.cid-uKKgN4yxc6 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKKgN4yxc6 .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-uKKgN4yxc6 .mbr-section-title {
  color: #c2b299;
}
.cid-uKKgN4yxc6 .mbr-text {
  color: #e4dfd4;
}
.cid-uKKgN4yxc6 label {
  color: #c2b299;
}
.cid-uKKfNVBUN9 {
  min-height: 77px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uKKfNVBUN9 .nav-item,
.cid-uKKfNVBUN9 .nav-link,
.cid-uKKfNVBUN9 .navbar-caption {
  font-weight: normal;
}
.cid-uKKfNVBUN9 .navbar-nav {
  counter-reset: number;
}
@media (min-width: 992px) {
  .cid-uKKfNVBUN9 .navbar {
    min-height: 120px !important;
  }
  .cid-uKKfNVBUN9 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uKKfNVBUN9 .btn {
    white-space: nowrap;
  }
  .cid-uKKfNVBUN9 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uKKfNVBUN9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uKKfNVBUN9 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uKKfNVBUN9 .dropdown-toggle::after,
  .cid-uKKfNVBUN9 .nav-dropdown .link.dropdown-toggle::after {
    content: '';
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uKKfNVBUN9 .dropdown-toggle::after {
  font-family: 'Moririse2' !important;
  content: '\e960';
  font-weight: bold;
  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-uKKfNVBUN9 .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-uKKfNVBUN9 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  transform: rotate(45deg);
}
.cid-uKKfNVBUN9 .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-uKKfNVBUN9 .dropdown-menu .dropdown-item:hover {
  color: #c49646 !important;
  background-color: #fafafa;
}
.cid-uKKfNVBUN9 .dropdown.open .dropdown-toggle[aria-expanded='true']::after {
  transform: rotate(45deg);
}
.cid-uKKfNVBUN9 .dropdown.open .dropdown-toggle[aria-expanded='true'] + .dropdown-submenu {
  visibility: visible;
}
.cid-uKKfNVBUN9 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uKKfNVBUN9 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uKKfNVBUN9 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uKKfNVBUN9 .nav-item:focus,
.cid-uKKfNVBUN9 .nav-link:focus {
  outline: none;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKKfNVBUN9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uKKfNVBUN9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKKfNVBUN9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uKKfNVBUN9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKKfNVBUN9 ul.navbar-nav li {
  margin: auto;
}
.cid-uKKfNVBUN9 .navbar {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-uKKfNVBUN9 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-uKKfNVBUN9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKKfNVBUN9 .navbar .navbar-collapse .navbar-nav {
  display: none !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKKfNVBUN9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKKfNVBUN9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKKfNVBUN9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uKKfNVBUN9 .navbar {
    padding: 10px 0;
  }
  .cid-uKKfNVBUN9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKKfNVBUN9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKKfNVBUN9 .navbar .container-fluid,
  .cid-uKKfNVBUN9 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uKKfNVBUN9 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uKKfNVBUN9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKKfNVBUN9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-uKKfNVBUN9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKKfNVBUN9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uKKfNVBUN9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKKfNVBUN9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKKfNVBUN9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uKKfNVBUN9 .dropdown-item.active,
.cid-uKKfNVBUN9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uKKfNVBUN9 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKKfNVBUN9 .nav-dropdown .link .dropdown-toggle[aria-expanded='true'] {
  margin: 0 2vw !important;
}
.cid-uKKfNVBUN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKKfNVBUN9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uKKfNVBUN9 .navbar-buttons {
  text-align: center;
}
.cid-uKKfNVBUN9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKKfNVBUN9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKKfNVBUN9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKKfNVBUN9 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uKKfNVBUN9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uKKfNVBUN9 a.nav-link:hover {
  color: #c49646 !important;
}
.is-builder .cid-uKKfNVBUN9 .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-uKKfNVBUN9 .navbar {
    height: 77px;
  }
  .cid-uKKfNVBUN9 .navbar.opened {
    height: auto;
  }
  .cid-uKKfNVBUN9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
