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: 'Dancing Script', handwriting;
  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: #f38881 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f38881;
  border-color: #f38881;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-primary:hover {
  background-color: #ef5c52 !important;
  border-color: #ef5c52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f38881;
  color: #f38881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f38881 !important;
  border-color: #f38881;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f38881 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea3024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f38881 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.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: #f38881;
  border-color: #f38881;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f38881;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.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*/
.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: #f38881;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f38881;
  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: #f38881;
  border-bottom-color: #f38881;
}
.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: #f38881 !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: #341d74 !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-vgKzXIMgtw .navbar-dropdown {
  position: relative !important;
}
.cid-vgKzXIMgtw .navbar-dropdown {
  position: absolute !important;
}
.cid-vgKzXIMgtw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgKzXIMgtw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgKzXIMgtw .dropdown-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: .4s all !important;
}
.cid-vgKzXIMgtw .dropdown-item:hover,
.cid-vgKzXIMgtw .dropdown-item:focus {
  background: rgba(66, 0, 255, 0.5) !important;
  color: white !important;
}
.cid-vgKzXIMgtw .dropdown-item:hover span {
  color: white;
}
.cid-vgKzXIMgtw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgKzXIMgtw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgKzXIMgtw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  text-align: center;
}
.cid-vgKzXIMgtw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgKzXIMgtw .nav-link {
  position: relative;
}
.cid-vgKzXIMgtw .container {
  display: flex;
  margin: auto;
  max-width: 1600px;
}
.cid-vgKzXIMgtw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0 !important;
}
.cid-vgKzXIMgtw .iconfont-wrapper .mbr-iconfont {
  transition: .4s all;
}
.cid-vgKzXIMgtw .iconfont-wrapper:hover .mbr-iconfont {
  color: #f38881;
}
.cid-vgKzXIMgtw .dropdown-menu,
.cid-vgKzXIMgtw .navbar.opened {
  background: #1a2229 !important;
}
.cid-vgKzXIMgtw .nav-item:focus,
.cid-vgKzXIMgtw .nav-link:focus {
  outline: none;
}
.cid-vgKzXIMgtw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgKzXIMgtw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgKzXIMgtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgKzXIMgtw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgKzXIMgtw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgKzXIMgtw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgKzXIMgtw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(26, 34, 41, 0);
  padding: 0 !important;
}
.cid-vgKzXIMgtw .navbar.opened {
  transition: all 0.3s;
}
.cid-vgKzXIMgtw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgKzXIMgtw .navbar .navbar-logo img {
  width: auto;
}
.cid-vgKzXIMgtw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgKzXIMgtw .navbar.collapsed {
  justify-content: center;
}
.cid-vgKzXIMgtw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgKzXIMgtw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgKzXIMgtw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgKzXIMgtw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgKzXIMgtw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgKzXIMgtw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgKzXIMgtw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgKzXIMgtw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgKzXIMgtw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgKzXIMgtw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgKzXIMgtw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgKzXIMgtw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgKzXIMgtw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgKzXIMgtw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgKzXIMgtw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgKzXIMgtw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vgKzXIMgtw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgKzXIMgtw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vgKzXIMgtw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.cid-vgKzXIMgtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgKzXIMgtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgKzXIMgtw .dropdown-item.active,
.cid-vgKzXIMgtw .dropdown-item:active {
  background-color: transparent;
}
.cid-vgKzXIMgtw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgKzXIMgtw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgKzXIMgtw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgKzXIMgtw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1a2229;
}
.cid-vgKzXIMgtw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgKzXIMgtw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgKzXIMgtw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgKzXIMgtw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgKzXIMgtw button.navbar-toggler {
  outline: none;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgKzXIMgtw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vgKzXIMgtw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgKzXIMgtw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgKzXIMgtw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgKzXIMgtw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgKzXIMgtw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgKzXIMgtw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgKzXIMgtw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgKzXIMgtw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgKzXIMgtw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vgKzXIMgtw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgKzXIMgtw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgKzXIMgtw .navbar {
    height: 70px;
  }
  .cid-vgKzXIMgtw .navbar.opened {
    height: auto;
  }
  .cid-vgKzXIMgtw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgKzXIMgtw .header-item {
  width: 33.33333333%;
  padding: 10px 0;
}
.cid-vgKzXIMgtw .navbar-toggler {
  margin-left: 10px;
}
.cid-vgKzXIMgtw .hamburger-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #b84358;
}
.cid-vgKzXIMgtw .navbar-logo {
  margin-right: 0 !important;
}
.cid-vgKzXIMgtw .mbr-text {
  width: 100%;
  color: #BF9341;
}
@media (max-width: 575px) {
  .cid-vgKzXIMgtw .mbr-text {
    display: none;
  }
}
.cid-vgKzXIMgtw .navbar-collapse {
  padding-top: 40px !important;
}
.cid-vgKzXIMgtw .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-vgKzXIMgtw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.cid-vgKzc1qVy4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-vgKzc1qVy4 .content__block {
  padding: 50px 15px;
}
.cid-vgKzc1qVy4 .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #f38881;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-vgKzc1qVy4 .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vgKzc1qVy4 .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-vgKzc1qVy4 .image {
  perspective: 3500px;
  position: relative;
}
.cid-vgKzc1qVy4 .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-vgKzc1qVy4 .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vgKzc1qVy4 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vgKzc1qVy4 .mbr-section-btn .btn-white-outline:hover {
  color: #f38881 !important;
}
@media (max-width: 991px) {
  .cid-vgKzc1qVy4 .content__block {
    padding: 30px 15px;
  }
  .cid-vgKzc1qVy4 .mbr-figure {
    padding: 0;
  }
  .cid-vgKzc1qVy4 .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-vgKzc1qVy4 .lg-push {
    right: 13%;
  }
  .cid-vgKzc1qVy4 .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-vgKzc1qVy4 .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-vgKzc1qVy4 .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vgKAD8X7cn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vgKAD8X7cn .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-vgKAD8X7cn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #f38881, #341d74);
  display: inline-block;
}
.cid-vgKAD8X7cn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-vgKAD8X7cn .number-wrap {
  color: #ffffff;
  background: #a38dfd;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  max-width: 100%;
  background: linear-gradient(135deg, #a38dfd, #ffa0a4);
}
.cid-vgKAD8X7cn .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-vgKAD8X7cn .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-vgKAD8X7cn .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-vgKAD8X7cn .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-vgKAD8X7cn .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-vgKAD8X7cn .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-vgKAD8X7cn .number-wrap {
    min-width: auto;
  }
  .cid-vgKAD8X7cn .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-vgKAD8X7cn .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-vgKAD8X7cn .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-vgKAD8X7cn .number {
    font-size: 28px;
  }
  .cid-vgKAD8X7cn .period {
    font-size: 0.7rem;
  }
}
.cid-vgKAD8X7cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgKAD8X7cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
