ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.hfe-nav-menu li.menu-item {
  position: relative;
}
.hfe-flyout-container .hfe-nav-menu li.menu-item {
  position: relative;
  background: unset;
}
.hfe-nav-menu .sub-menu li.menu-item {
  position: relative;
  background: inherit;
}
.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
  display: none;
}
div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
  display: none;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 16;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:focus
  > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.hfe-submenu-action-click
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-submenu-action-click
  .hfe-nav-menu
  .menu-item-has-children:focus
  > .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.hfe-nav-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
}
.hfe-flyout-container
  .hfe-nav-menu
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu {
  top: 0;
  left: 0;
}
.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  top: 0;
  left: 100%;
}
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children:hover
  > .sub-menu,
.hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  .menu-item-has-children.focus
  > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.hfe-nav-menu:before,
.hfe-nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
.hfe-nav-menu__align-right .hfe-nav-menu {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: right;
}
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper,
.rtl
  .hfe-nav-menu__align-right
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: left;
}
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li.hfe-has-submenu
  .elementor-button-wrapper,
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li.elementor-button-wrapper {
  text-align: center;
}
.hfe-nav-menu__align-left .hfe-nav-menu {
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.hfe-nav-menu__align-center .hfe-nav-menu {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center
  .hfe-nav-menu__layout-vertical
  li
  a.hfe-sub-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  width: 100%;
}
.hfe-nav-menu__align-justify
  .hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  li.menu-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
}
.hfe-nav-menu__align-justify
  .hfe-nav-menu__layout-horizontal
  .hfe-nav-menu
  li
  a.hfe-menu-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.hfe-active-menu + nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu + nav li:not(:last-child) a.hfe-sub-menu-item {
  border-bottom-width: 0;
}
.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
  text-decoration: none;
}
.hfe-nav-menu .sub-menu {
  min-width: 220px;
  margin: 0;
  z-index: 9999;
}
.hfe-nav-menu__layout-horizontal {
  font-size: 0;
}
.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal > li.menu-item {
  font-size: medium;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "";
}
.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "";
}
.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
  content: "+";
}
.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
  display: none;
}
.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-arrow
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-plus
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-plus
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "-";
}
.hfe-submenu-icon-classic
  .hfe-nav-menu
  .parent-has-child
  .sub-menu-active
  .sub-arrow
  i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-classic
  .hfe-nav-menu
  .parent-has-child
  .menu-active
  .sub-arrow
  i:before {
  content: "";
}
.rtl
  .hfe-submenu-icon-arrow
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.rtl
  .hfe-submenu-icon-classic
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-arrow
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-submenu-icon-classic
  .hfe-nav-menu__layout-horizontal
  .menu-item-has-children
  ul
  a
  .sub-arrow
  i:before {
  content: "";
}
.hfe-nav-menu-icon {
  padding: 0.35em;
  border: 0 solid;
}
.hfe-nav-menu-icon svg {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
}
.hfe-nav-menu-icon i:focus {
  outline: 0;
}
.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
  outline: 0;
}
.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
  outline: 0;
}
.hfe-nav-menu .menu-item-has-children-container {
  position: relative;
}
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
  position: relative;
  height: 0;
}
.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}
.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
  margin-right: 0px;
}
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
  margin-right: 0px;
}
.hfe-nav-menu__toggle-icon:before {
  content: "\f0c9";
  font-family: "fontAwesome";
  z-index: 1;
  font-size: 24px;
  font-weight: inherit;
  font-style: normal;
  line-height: 0;
}
.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
  content: "\f00d";
}
.hfe-nav-menu__layout-expandible {
  -webkit-transition-property: display;
  transition-property: display;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.hfe-nav-menu__layout-expandible {
  visibility: hidden;
  opacity: 0;
}
.hfe-nav-menu__layout-expandible .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.hfe-active-menu + .hfe-nav-menu__layout-expandible {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
  position: absolute;
  top: 100%;
}
.hfe-nav-menu__layout-expandible
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu,
.hfe-nav-menu__layout-vertical
  .menu-item-has-children
  .menu-item-has-children
  .sub-menu {
  top: 0;
  left: 0;
}
.hfe-layout-expandible nav {
  height: 0;
}
.hfe-nav-sub-menu-icon,
.hfe-nav-menu__icon {
  display: inline-block;
  line-height: 1;
}
.hfe-nav-menu__toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  cursor: pointer;
  border: 0 solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #494c4f;
  position: relative;
  line-height: 1;
}
.hfe-nav-menu__toggle-icon {
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hfe-nav-menu .sub-arrow {
  font-size: 14px;
  line-height: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
  margin-left: 10px;
}
.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow {
  padding: 10px;
}
.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
  font-size: 14px;
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.hfe-nav-menu-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
  left: 0 !important;
  width: 100% !important;
}
.hfe-flyout-container .hfe-nav-menu .sub-menu {
  background: unset;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
  border: 1px dotted;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
  border: 1px dotted transparent;
}
.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.hfe-nav-menu
  .menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-nav-menu
  .menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  opacity: 0;
}
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
}
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  height: 0;
  width: 0;
  left: 50%;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  top: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  bottom: 10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  top: -10px;
}
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  bottom: -10px;
}
.hfe-pointer__double-line.hfe-animation__none,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__underline.hfe-animation__none,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__overline.hfe-animation__none,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__double-line.hfe-animation__none:before,
.hfe-pointer__double-line.hfe-animation__none:after,
.hfe-pointer__double-line.hfe-animation__none:hover,
.hfe-pointer__double-line.hfe-animation__none:focus,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__double-line.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus,
.hfe-pointer__underline.hfe-animation__none:before,
.hfe-pointer__underline.hfe-animation__none:after,
.hfe-pointer__underline.hfe-animation__none:hover,
.hfe-pointer__underline.hfe-animation__none:focus,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__underline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus,
.hfe-pointer__overline.hfe-animation__none:before,
.hfe-pointer__overline.hfe-animation__none:after,
.hfe-pointer__overline.hfe-animation__none:hover,
.hfe-pointer__overline.hfe-animation__none:focus,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__overline.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
  content: "";
  top: 0;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  width: 10px;
  left: -20px;
}
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
  content: "";
  bottom: 0;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__slide
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  width: 10px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #55595c;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
  content: "";
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:before {
  -webkit-transition:
    opacity 0.2s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.2s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.2s,
    transform 0.4s;
  transition:
    opacity 0.2s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:after {
  width: 3px;
  height: 3px;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:before {
  border-width: 0 0 3px 3px;
  -webkit-transition:
    width 0.1s 0.2s,
    height 0.1s 0.3s,
    opacity 0.12s 0.22s;
  transition:
    width 0.1s 0.2s,
    height 0.1s 0.3s,
    opacity 0.12s 0.22s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  -webkit-transition:
    width 0.1s,
    height 0.1s 0.1s,
    opacity 0.02s 0.18s;
  transition:
    width 0.1s,
    height 0.1s 0.1s,
    opacity 0.02s 0.18s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
  width: 100%;
  height: 100%;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
  -webkit-transition:
    opacity 0.02s,
    height 0.1s,
    width 0.1s 0.1s;
  transition:
    opacity 0.02s,
    height 0.1s,
    width 0.1s 0.1s;
}
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
  -webkit-transition:
    opacity 0.02s 0.2s,
    height 0.1s 0.2s,
    width 0.1s 0.3s;
  transition:
    opacity 0.02s 0.2s,
    height 0.1s 0.2s,
    width 0.1s 0.3s;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:after {
  width: 3px;
  height: 3px;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:before {
  border-width: 3px 0 0 3px;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
  width: 100%;
  height: 100%;
  -webkit-transition:
    opacity 0.002s,
    width 0.4s,
    height 0.4s;
  transition:
    opacity 0.002s,
    width 0.4s,
    height 0.4s;
}
.hfe-pointer__framed.hfe-animation__none,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__framed.hfe-animation__none:before,
.hfe-pointer__framed.hfe-animation__none:after,
.hfe-pointer__framed.hfe-animation__none:hover,
.hfe-pointer__framed.hfe-animation__none:focus,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__framed.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,
.hfe-pointer__background .current-menu-item {
  color: #fff;
}
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
  -webkit-transition:
    opacity 0.15s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.15s,
    -webkit-transform 0.4s;
  transition:
    opacity 0.15s,
    transform 0.4s;
  transition:
    opacity 0.15s,
    transform 0.4s,
    -webkit-transform 0.4s;
}
.hfe-pointer__background.hfe-animation__sweep-left
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  left: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-right
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  right: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-up
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  top: 100%;
}
.hfe-pointer__background.hfe-animation__sweep-down
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-out-vertical
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  bottom: 50%;
  top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-out-horizontal
  .menu-item.parent
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  right: 50%;
  left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #55595c;
  z-index: -1;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:before {
  top: 0;
  bottom: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:after {
  top: 100%;
  bottom: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .current-menu-item:before {
  bottom: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical
  .current-menu-item:after {
  top: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:before {
  right: 0;
  left: 100%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:after {
  right: 100%;
  left: 0;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .current-menu-item:before {
  left: 50%;
}
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .menu-item.parent
  a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal
  .current-menu-item:after {
  right: 50%;
}
.hfe-pointer__background.hfe-animation__none,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__background.hfe-animation__none:before,
.hfe-pointer__background.hfe-animation__none:after,
.hfe-pointer__background.hfe-animation__none:hover,
.hfe-pointer__background.hfe-animation__none:focus,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:before,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__background.hfe-animation__none
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  transform: skew(-8deg);
}
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.hfe-pointer__text.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__shrink
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__float
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.hfe-pointer__text.hfe-animation__rotate
  .menu-item.parent
  a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__rotate
  .menu-item.parent
  a.hfe-menu-item:focus {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.hfe-pointer__text.hfe-animation__none,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-pointer__text.hfe-animation__none:before,
.hfe-pointer__text.hfe-animation__none:after,
.hfe-pointer__text.hfe-animation__none:hover,
.hfe-pointer__text.hfe-animation__none:focus,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.hfe-flyout-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999998;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.hfe-pointer__underline
  .menu-item.parent
  a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline
  .menu-item.parent
  a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line
  .menu-item.parent
  a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line
  .menu-item.parent
  a.hfe-menu-item.elementor-button:before {
  height: 0px;
}
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after {
  border-width: 0px;
}
.hfe-pointer__text.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow
  .menu-item.parent
  a.hfe-menu-item.elementor-button:focus {
  -webkit-transform: none;
  transform: none;
}
.hfe-flyout-close,
.hfe-flyout-close svg {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 23px;
  display: block;
  cursor: pointer;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side {
  display: none;
  position: fixed;
  z-index: 999999;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
  display: block;
}
.hfe-flyout-content.push {
  color: #fff;
}
.hfe-flyout-content ul li {
  color: #fff;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: -100%;
  height: 100%;
  width: 300px;
  max-width: 100%;
}
.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
  top: 0;
  bottom: 0;
  left: -100%;
  right: auto;
  height: 100%;
  width: 300px;
  max-width: 100%;
  max-width: 100vw;
}
.hfe-flyout-wrapper .hfe-side.top {
  top: -100%;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%;
}
.hfe-flyout-wrapper .hfe-side.bottom {
  top: auto;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  height: 300px;
  max-height: 100%;
}
.hfe-flyout-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 1.4em;
  color: #fff;
}
@media (max-width: 1024px) {
  .hfe-flyout-content {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.hfe-flyout-content::-webkit-scrollbar {
  display: none;
}
.admin-bar .hfe-side {
  margin-top: 32px;
}
.hfe-submenu-animation-slide_up
  .hfe-layout-horizontal
  .menu-item-has-children
  > ul.sub-menu {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.hfe-submenu-animation-slide_up
  .hfe-layout-horizontal
  .menu-item-has-children:hover
  > ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-submenu-animation-slide_down
  .hfe-layout-horizontal
  .menu-item-has-children
  > ul.sub-menu {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.hfe-submenu-animation-slide_down
  .hfe-layout-horizontal
  .menu-item-has-children:hover
  > ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
  overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(
    .hfe-menu-item-space-between
  )
  a.hfe-menu-item.elementor-button {
  display: inline-flex;
}
.hfe-nav-menu li.elementor-button-wrapper {
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
    width: 100%;
    margin-right: 0px;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
    display: block;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu
    + .hfe-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    position: relative;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-tablet
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-vertical {
    position: absolute;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .menu-item-has-children
    .sub-menu {
    top: 0;
    left: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-none
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
    border: 1px dotted;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
    border: 1px dotted transparent;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
    top: 0;
  }
  .hfe-nav-menu__breakpoint-tablet .saved-content,
  .hfe-nav-menu__breakpoint-tablet .sub-menu,
  .hfe-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important;
  }
  .hfe-nav-menu .sub-menu {
    min-width: auto;
    margin: 0;
  }
  .hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .sub-arrow {
    padding: 10px;
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "-";
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before,
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before {
    background-color: unset !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before {
    border: 0px !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-menu-item,
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-sub-menu-item,
  .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-menu-item,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li
    a.hfe-sub-menu-item
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    li.elementor-button-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-horizontal
    .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    li.menu-item,
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
    width: 100%;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-vertical
    .hfe-nav-menu__toggle {
    display: inline-block;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
    position: relative;
    height: 0;
    top: 0;
  }
  .hfe-nav-menu .sub-menu {
    min-width: auto;
    margin: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu,
  .hfe-nav-menu__breakpoint-none
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .menu-item-has-children:hover
    > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-layout-vertical
    .hfe-nav-menu__toggle.hfe-active-menu {
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
  .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
    float: none;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: hidden;
    opacity: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    visibility: visible;
    opacity: 1;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu
    + .hfe-nav-menu__layout-vertical {
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu {
    position: relative;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-horizontal,
  .hfe-nav-menu__breakpoint-mobile
    .hfe-active-menu.hfe-active-menu-full-width
    + .hfe-nav-menu__layout-vertical {
    position: absolute;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .menu-item-has-children
    .sub-menu {
    top: 0;
    left: 0;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    ul
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "-";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic
    .hfe-nav-menu__layout-horizontal
    .menu-item-has-children
    .sub-menu-active
    a.hfe-menu-item
    .sub-arrow
    i:before {
    content: "";
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover {
    border: 1px dotted;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle {
    border: 1px dotted transparent;
  }
  .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-1
    .hfe-nav-menu {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu__layout-horizontal
    .hfe-nav-menu
    .sub-arrow {
    padding: 10px;
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-2
    .hfe-nav-menu {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes
    .hfe-effect-3
    .hfe-nav-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .hfe-nav-menu__breakpoint-mobile .saved-content,
  .hfe-nav-menu__breakpoint-mobile .sub-menu,
  .hfe-nav-menu__breakpoint-mobile .child,
  .hfe-nav-menu__breakpoint-tablet .saved-content,
  .hfe-nav-menu__breakpoint-tablet .sub-menu,
  .hfe-nav-menu__breakpoint-tablet .child {
    left: 0 !important;
    width: auto !important;
  }
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_up
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children
    ul.sub-menu,
  .hfe-submenu-animation-slide_down
    .hfe-layout-horizontal
    .menu-item-has-children:hover
    ul.sub-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:after,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-nav-menu-layout:not(.hfe-pointer__framed)
    .menu-item.parent
    a.hfe-menu-item:before {
    background-color: unset !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-pointer__framed
    .menu-item.parent
    a.hfe-menu-item:before {
    border: 0px !important;
  }
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,
  .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile
    .hfe-pointer__text
    .menu-item.parent
    a.hfe-menu-item:hover,
  .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
  display: none;
}
.hfe-icon {
  display: inline-block;
  vertical-align: middle;
}
.hfe-icon svg {
  width: 1em;
  height: 1em;
}
.hfe-cart-menu-wrap-custom {
  display: inline-block;
  line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
  border-color: #75c32c;
  color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.86em;
  line-height: 1.8;
  border-radius: 0.3em 0.3em 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 12px 24px;
}
.hfe-cart-menu-wrap-default {
  display: inline-block;
  line-height: 1;
}
.hfe-cart-menu-wrap-default .hfe-cart-count,
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
  border-color: #75c32c;
  color: #75c32c;
}
.hfe-cart-menu-wrap-default .hfe-cart-count {
  font-weight: bold;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 2.1em;
  min-height: 2.1em;
  font-size: 0.86em;
  line-height: 1.8;
  border-radius: 0em 0em 0.3em 0.3em;
  border-width: 2px;
  border-style: solid;
  padding: 0 0.4em;
}
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
  bottom: 100%;
  margin-bottom: 0;
  height: 0.8em;
  width: 0.8em;
  left: 50%;
  transform: translateX(-50%);
  top: -0.6em;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  border-bottom: 0;
}
.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes)
  .hfe-menu-cart__toggle
  .elementor-button-text {
  display: none;
}
.elementor-widget-hfe-cart.toggle-icon--bag-light
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e3";
}
.elementor-widget-hfe-cart.toggle-icon--bag-medium
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e4";
}
.elementor-widget-hfe-cart.toggle-icon--bag-solid
  .hfe-menu-cart__toggle
  .elementor-button-icon
  i:before {
  content: "\e8e5";
}
.hfe-menu-cart__toggle .elementor-button {
  background: transparent;
  border-radius: 0;
  color: #818a91;
  border: 1px solid;
  border-color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hfe-menu-cart__toggle .elementor-button-text {
  margin-right: 0.3em;
}
.hfe-menu-cart__toggle .elementor-button-icon {
  position: relative;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.hfe-menu-cart--items-indicator-bubble
  .hfe-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  right: -0.7em;
  border-radius: 100%;
  color: #fff;
  background-color: #d9534f;
  text-align: center;
  font-size: 10px;
}
.hfe-menu-cart--items-indicator-plain
  .hfe-menu-cart__toggle
  .elementor-button-icon[data-counter]:before {
  content: attr(data-counter);
  display: inline-block;
  font-weight: normal;
}
.hfe-menu-cart--empty-indicator-hide
  .hfe-menu-cart__toggle
  .elementor-button
  .elementor-button-icon[data-counter="0"]:before {
  content: none;
  display: none;
}
.hfe-menu-cart__toggle .elementor-button-icon {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}
.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
  color: #4d4848;
}
.hfe-search-button-wrapper {
  display: block;
  cursor: pointer;
  vertical-align: middle;
  text-align: right;
}
.hfe-search-form__container {
  display: flex;
  overflow: hidden;
}
.hfe-search-form__input {
  flex-basis: 100%;
}
.hfe-search-icon-toggle i.fa-search {
  display: inline-block;
  position: absolute;
  width: 20px;
  box-sizing: content-box;
  padding: 10px;
}
.hfe-search-icon-toggle i:before {
  vertical-align: middle;
}
.hfe-search-button-wrapper input[type="search"] {
  border: 0;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  outline: none;
}
.hfe-search-button-wrapper button {
  border: none;
  border-radius: 0;
  padding: 0;
}
.hfe-search-button-wrapper input[type="search"]:focus {
  cursor: auto;
  border: none;
  box-shadow: none;
}
.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
  color: transparent;
}
.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
  background-color: unset;
  height: 100%;
}
.hfe-search-button-wrapper.hfe-input-focus {
  display: flex;
}
.hfe-search-form__container .hfe-search-submit {
  min-width: 3%;
  position: relative;
}
.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  user-select: none;
  cursor: pointer;
  bottom: 0;
  margin-right: 10px;
  background-color: transparent;
}
.hfe-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.hfe-search-button-wrapper
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hfe-search-form__container button#clear-with-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  padding: 0 8px;
  font-style: normal;
  font-size: 1.2em;
  user-select: none;
  cursor: pointer;
  bottom: 0;
  background-color: transparent;
}
.hfe-search-button-wrapper,
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
  position: relative;
}
.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
  position: absolute;
  width: 0;
  right: 0;
  background-color: transparent;
}
.hfe-search-icon-toggle {
  width: 100% !important;
}
.hfe-search-button-wrapper.hfe-input-focus
  .hfe-search-icon-toggle
  .hfe-search-form__input {
  position: absolute;
  width: 250px;
  right: 0;
}
.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text
  .hfe-search-form__container
  .hfe-search-form__input {
  width: 100%;
}
.hfe-search-icon-toggle {
  line-height: 1.5;
}
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__double-line.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__slide
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  width: 100%;
  left: 0;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  bottom: 0px;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__drop-out
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__double-line.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__drop-in
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  top: 0px;
  opacity: 1;
}
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__double-line.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__underline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__overline.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  height: 3px;
  width: 100%;
  left: 0;
  opacity: 1;
}
.hfe-pointer__framed.hfe-animation__grow
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__framed.hfe-animation__shrink
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hfe-pointer__framed.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__double-line.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__double-line.hfe-animation__fade
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  opacity: 1;
}
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__framed.hfe-animation__corners
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):before,
.hfe-pointer__framed.hfe-animation__draw
  .menu-item.parent.current-menu-item
  a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(
    .highlighted
  ):after {
  border-width: 3px;
  width: 100%;
  opacity: 1;
  height: 100%;
}
a.bdt-link-muted,
.bdt-link-muted a,
.bdt-link-toggle .bdt-link-muted {
  color: #999;
}
a.bdt-link-muted:hover,
.bdt-link-muted a:hover,
.bdt-link-toggle:hover .bdt-link-muted {
  color: #666;
}
a.bdt-link-text,
.bdt-link-text a,
.bdt-link-toggle .bdt-link-text {
  color: inherit;
}
a.bdt-link-text:hover,
.bdt-link-text a:hover,
.bdt-link-toggle:hover .bdt-link-text {
  color: #999;
}
a.bdt-link-heading,
.bdt-link-heading a,
.bdt-link-toggle .bdt-link-heading {
  color: inherit;
}
a.bdt-link-heading:hover,
.bdt-link-heading a:hover,
.bdt-link-toggle:hover .bdt-link-heading {
  color: #1e87f0;
  text-decoration: none;
}
a.bdt-link-reset,
.bdt-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}
.bdt-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}
[class*="bdt-divider"] {
  border: none;
  margin-bottom: 20px;
}
* + [class*="bdt-divider"] {
  margin-top: 20px;
}
.bdt-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/divider-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bdt-divider-icon::before,
.bdt-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.bdt-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.bdt-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
.bdt-divider-small {
  line-height: 0;
}
.bdt-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
.bdt-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
.bdt-list {
  padding: 0;
  list-style: none;
}
.bdt-list > * {
  break-inside: avoid-column;
}
.bdt-list > * > :last-child {
  margin-bottom: 0;
}
.bdt-list > :nth-child(n + 2),
.bdt-list > * > ul {
  margin-top: 10px;
}
.bdt-list-disc > *,
.bdt-list-circle > *,
.bdt-list-square > *,
.bdt-list-decimal > *,
.bdt-list-hyphen > * {
  padding-left: 30px;
}
.bdt-list-decimal {
  counter-reset: decimal;
}
.bdt-list-decimal > * {
  counter-increment: decimal;
}
.bdt-list-disc > ::before,
.bdt-list-circle > ::before,
.bdt-list-square > ::before,
.bdt-list-decimal > ::before,
.bdt-list-hyphen > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}
.bdt-list-disc > ::before {
  list-style-type: disc;
}
.bdt-list-circle > ::before {
  list-style-type: circle;
}
.bdt-list-square > ::before {
  list-style-type: square;
}
.bdt-list-decimal > ::before {
  content: counter(decimal, decimal) "\200A.\00A0";
}
.bdt-list-hyphen > ::before {
  content: "–\00A0\00A0";
}
.bdt-list-muted > ::before {
  color: #999 !important;
}
.bdt-list-emphasis > ::before {
  color: #333 !important;
}
.bdt-list-primary > ::before {
  color: #1e87f0 !important;
}
.bdt-list-secondary > ::before {
  color: #222 !important;
}
.bdt-list-bullet > * {
  padding-left: 30px;
}
.bdt-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/list-bullet.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bdt-list-divider > :nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.bdt-list-striped > * {
  padding: 10px 10px;
}
.bdt-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}
.bdt-list-striped > :nth-child(n + 2) {
  margin-top: 0;
}
.bdt-list-large > :nth-child(n + 2),
.bdt-list-large > * > ul {
  margin-top: 20px;
}
.bdt-list-collapse > :nth-child(n + 2),
.bdt-list-collapse > * > ul {
  margin-top: 0;
}
.bdt-list-large.bdt-list-divider > :nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
}
.bdt-list-collapse.bdt-list-divider > :nth-child(n + 2) {
  margin-top: 0;
  padding-top: 0;
}
.bdt-list-large.bdt-list-striped > * {
  padding: 20px 10px;
}
.bdt-list-collapse.bdt-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}
.bdt-list-large.bdt-list-striped > :nth-child(n + 2),
.bdt-list-collapse.bdt-list-striped > :nth-child(n + 2) {
  margin-top: 0;
}
.bdt-description-list > dt {
  color: #333;
}
.bdt-description-list > dt:nth-child(n + 2) {
  margin-top: 20px;
}
.bdt-description-list-divider > dt:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.bdt-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
* + .bdt-table {
  margin-top: 20px;
}
.bdt-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.bdt-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.bdt-table td > :last-child {
  margin-bottom: 0;
}
.bdt-table tfoot {
  font-size: 0.875rem;
}
.bdt-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}
.bdt-table-middle,
.bdt-table-middle td {
  vertical-align: middle !important;
}
.bdt-table-divider > tr:not(:first-child),
.bdt-table-divider > :not(:first-child) > tr,
.bdt-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.bdt-table-striped > tr:nth-of-type(odd),
.bdt-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
}
.bdt-table-hover > tr:hover,
.bdt-table-hover tbody tr:hover {
  background: #ffd;
}
.bdt-table > tr.bdt-active,
.bdt-table tbody tr.bdt-active {
  background: #ffd;
}
.bdt-table-small th,
.bdt-table-small td {
  padding: 10px 12px;
}
.bdt-table-large th,
.bdt-table-large td {
  padding: 22px 12px;
}
.bdt-table-justify th:first-child,
.bdt-table-justify td:first-child {
  padding-left: 0;
}
.bdt-table-justify th:last-child,
.bdt-table-justify td:last-child {
  padding-right: 0;
}
.bdt-table-shrink {
  width: 1px;
}
.bdt-table-expand {
  min-width: 150px;
}
.bdt-table-link {
  padding: 0 !important;
}
.bdt-table-link > a {
  display: block;
  padding: 16px 12px;
}
.bdt-table-small .bdt-table-link > a {
  padding: 10px 12px;
}
@media (max-width: 959px) {
  .bdt-table-responsive,
  .bdt-table-responsive tbody,
  .bdt-table-responsive th,
  .bdt-table-responsive td,
  .bdt-table-responsive tr {
    display: block;
  }
  .bdt-table-responsive thead {
    display: none;
  }
  .bdt-table-responsive th,
  .bdt-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .bdt-table-responsive th:not(:first-child):not(.bdt-table-link),
  .bdt-table-responsive td:not(:first-child):not(.bdt-table-link),
  .bdt-table-responsive .bdt-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .bdt-table-responsive th:not(:last-child):not(.bdt-table-link),
  .bdt-table-responsive td:not(:last-child):not(.bdt-table-link),
  .bdt-table-responsive .bdt-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .bdt-table-justify.bdt-table-responsive th,
  .bdt-table-justify.bdt-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.bdt-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
button.bdt-icon:not(:disabled) {
  cursor: pointer;
}
.bdt-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bdt-icon:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
  fill: currentcolor;
}
.bdt-icon:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
  stroke: currentcolor;
}
.bdt-icon > * {
  transform: translate(0, 0);
}
.bdt-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  object-fit: scale-down;
  max-width: none;
}
.bdt-icon-link {
  color: #999;
  text-decoration: none !important;
}
.bdt-icon-link:hover {
  color: #666;
}
.bdt-icon-link:active,
.bdt-active > .bdt-icon-link {
  color: #595959;
}
.bdt-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bdt-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
.bdt-icon-button:active,
.bdt-active > .bdt-icon-button {
  background-color: #dfdfdf;
  color: #666;
}
.bdt-range {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  background: transparent;
}
.bdt-range:focus {
  outline: none;
}
.bdt-range::-moz-focus-outer {
  border: none;
}
.bdt-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.bdt-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.bdt-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
}
.bdt-range:focus::-webkit-slider-runnable-track,
.bdt-range:active::-webkit-slider-runnable-track {
  background: #dedede;
}
.bdt-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
}
.bdt-range:focus::-moz-range-track {
  background: #dedede;
}
.bdt-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #666;
}
.bdt-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #666;
}
.bdt-input,
.bdt-select,
.bdt-textarea,
.bdt-radio,
.bdt-checkbox {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}
.bdt-input {
  overflow: visible;
}
.bdt-select {
  text-transform: none;
}
.bdt-select optgroup {
  font: inherit;
  font-weight: bold;
}
.bdt-textarea {
  overflow: auto;
}
.bdt-input[type="search"]::-webkit-search-cancel-button,
.bdt-input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bdt-input[type="number"]::-webkit-inner-spin-button,
.bdt-input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bdt-input::-moz-placeholder,
.bdt-textarea::-moz-placeholder {
  opacity: 1;
}
.bdt-radio:not(:disabled),
.bdt-checkbox:not(:disabled) {
  cursor: pointer;
}
.bdt-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.bdt-input,
.bdt-textarea {
  -webkit-appearance: none;
}
.bdt-input,
.bdt-select,
.bdt-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f8f8f8;
  color: #666;
}
.bdt-input,
.bdt-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.bdt-input:not(input),
.bdt-select:not(select) {
  line-height: 40px;
}
.bdt-select[multiple],
.bdt-select[size],
.bdt-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.bdt-select[multiple],
.bdt-select[size] {
  resize: vertical;
}
.bdt-input:focus,
.bdt-select:focus,
.bdt-textarea:focus {
  outline: none;
  background-color: #ebebeb;
  color: #666;
}
.bdt-input:disabled,
.bdt-select:disabled,
.bdt-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
}
.bdt-input::placeholder {
  color: #999;
}
.bdt-textarea::placeholder {
  color: #999;
}
.bdt-form-small {
  font-size: 0.875rem;
}
.bdt-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
textarea.bdt-form-small,
[multiple].bdt-form-small,
[size].bdt-form-small {
  padding: 5px 8px;
}
.bdt-form-small:not(select):not(input):not(textarea) {
  line-height: 30px;
}
.bdt-form-large {
  font-size: 1.25rem;
}
.bdt-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
textarea.bdt-form-large,
[multiple].bdt-form-large,
[size].bdt-form-large {
  padding: 7px 12px;
}
.bdt-form-large:not(select):not(input):not(textarea) {
  line-height: 55px;
}
.bdt-form-danger,
.bdt-form-danger:focus {
  color: #f0506e;
}
.bdt-form-success,
.bdt-form-success:focus {
  color: #32d296;
}
.bdt-form-blank {
  background: none;
}
input.bdt-form-width-xsmall {
  width: 50px;
}
select.bdt-form-width-xsmall {
  width: 75px;
}
.bdt-form-width-small {
  width: 130px;
}
.bdt-form-width-medium {
  width: 200px;
}
.bdt-form-width-large {
  width: 500px;
}
.bdt-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-select.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.bdt-select:not([multiple]):not([size]) option {
  color: #666;
}
.bdt-select:not([multiple]):not([size]):disabled {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-select.svg");
}
.bdt-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.bdt-input[list]:hover,
.bdt-input[list]:focus {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-datalist.svg");
}
.bdt-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.bdt-radio,
.bdt-checkbox {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bdt-radio {
  border-radius: 50%;
}
.bdt-radio:focus,
.bdt-checkbox:focus {
  background-color: #dedede;
  outline: none;
}
.bdt-radio:checked,
.bdt-checkbox:checked,
.bdt-checkbox:indeterminate {
  background-color: #1e87f0;
}
.bdt-radio:checked:focus,
.bdt-checkbox:checked:focus,
.bdt-checkbox:indeterminate:focus {
  background-color: #0e6dcd;
}
.bdt-radio:checked {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-radio.svg");
}
.bdt-checkbox:checked {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox.svg");
}
.bdt-checkbox:indeterminate {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox-indeterminate.svg");
}
.bdt-radio:disabled,
.bdt-checkbox:disabled {
  background-color: #f8f8f8;
}
.bdt-radio:disabled:checked {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-radio.svg");
}
.bdt-checkbox:disabled:checked {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox.svg");
}
.bdt-checkbox:disabled:indeterminate {
  background-image: url("/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox-indeterminate.svg");
}
.bdt-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.bdt-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}
.bdt-form-custom select,
.bdt-form-custom input[type="file"] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}
.bdt-form-custom input[type="file"] {
  font-size: 500px;
  overflow: hidden;
}
.bdt-form-stacked .bdt-form-label {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  .bdt-form-horizontal .bdt-form-label {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 960px) {
  .bdt-form-horizontal .bdt-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .bdt-form-horizontal .bdt-form-controls {
    margin-left: 215px;
  }
  .bdt-form-horizontal .bdt-form-controls-text {
    padding-top: 7px;
  }
}
.bdt-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.bdt-form-icon:hover {
  color: #666;
}
.bdt-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.bdt-form-icon:not(.bdt-form-icon-flip) ~ .bdt-input {
  padding-left: 40px !important;
}
.bdt-form-icon-flip {
  right: 0;
  left: auto;
}
.bdt-form-icon-flip ~ .bdt-input {
  padding-right: 40px !important;
}
.bdt-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.bdt-button:not(:disabled) {
  cursor: pointer;
}
.bdt-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bdt-button:hover {
  text-decoration: none;
}
.bdt-button-default {
  background-color: #f8f8f8;
  color: #333;
}
.bdt-button-default:hover {
  background-color: #ebebeb;
  color: #333;
}
.bdt-button-default:active,
.bdt-button-default.bdt-active {
  background-color: #dfdfdf;
  color: #333;
}
.bdt-button-primary {
  background-color: #1e87f0;
  color: #fff;
}
.bdt-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}
.bdt-button-primary:active,
.bdt-button-primary.bdt-active {
  background-color: #0e6dcd;
  color: #fff;
}
.bdt-button-secondary {
  background-color: #222;
  color: #fff;
}
.bdt-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
.bdt-button-secondary:active,
.bdt-button-secondary.bdt-active {
  background-color: #080808;
  color: #fff;
}
.bdt-button-danger {
  background-color: #f0506e;
  color: #fff;
}
.bdt-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}
.bdt-button-danger:active,
.bdt-button-danger.bdt-active {
  background-color: #ec2147;
  color: #fff;
}
.bdt-button-default:disabled,
.bdt-button-primary:disabled,
.bdt-button-secondary:disabled,
.bdt-button-danger:disabled {
  background-color: #f8f8f8;
  color: #999;
}
.bdt-button-small {
  padding: 0 15px;
  line-height: 30px;
  font-size: 0.875rem;
}
.bdt-button-large {
  padding: 0 40px;
  line-height: 55px;
  font-size: 1.25rem;
}
.bdt-button-text {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
}
.bdt-button-text:hover {
  color: #999;
}
.bdt-button-text:disabled {
  color: #999;
}
.bdt-button-link {
  padding: 0;
  line-height: 1.5;
  background: none;
  color: #333;
}
.bdt-button-link:hover {
  color: #999;
  text-decoration: none;
}
.bdt-button-link:disabled {
  color: #999;
  text-decoration: none;
}
.bdt-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.bdt-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
}
* + .bdt-progress {
  margin-top: 20px;
}
.bdt-progress::-webkit-progress-bar {
  background-color: transparent;
}
.bdt-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease;
}
.bdt-progress::-moz-progress-bar {
  background-color: #1e87f0;
  transition: width 0.6s ease;
}
.bdt-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .bdt-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.bdt-section > :last-child {
  margin-bottom: 0;
}
.bdt-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bdt-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bdt-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .bdt-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.bdt-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .bdt-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.bdt-section-default {
  --bdt-inverse: dark;
  background: #fff;
}
.bdt-section-muted {
  --bdt-inverse: dark;
  background: #f8f8f8;
}
.bdt-section-primary {
  --bdt-inverse: light;
  background: #1e87f0;
}
.bdt-section-secondary {
  --bdt-inverse: light;
  background: #222;
}
.bdt-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .bdt-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bdt-container > :last-child {
  margin-bottom: 0;
}
.bdt-container .bdt-container {
  padding-left: 0;
  padding-right: 0;
}
.bdt-container-xsmall {
  max-width: 750px;
}
.bdt-container-small {
  max-width: 900px;
}
.bdt-container-large {
  max-width: 1400px;
}
.bdt-container-xlarge {
  max-width: 1600px;
}
.bdt-container-expand {
  max-width: none;
}
.bdt-container-expand-left {
  margin-left: 0;
}
.bdt-container-expand-right {
  margin-right: 0;
}
@media (min-width: 640px) {
  .bdt-container-expand-left.bdt-container-xsmall,
  .bdt-container-expand-right.bdt-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .bdt-container-expand-left.bdt-container-small,
  .bdt-container-expand-right.bdt-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
@media (min-width: 960px) {
  .bdt-container-expand-left,
  .bdt-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .bdt-container-expand-left.bdt-container-xsmall,
  .bdt-container-expand-right.bdt-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .bdt-container-expand-left.bdt-container-small,
  .bdt-container-expand-right.bdt-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .bdt-container-expand-left.bdt-container-large,
  .bdt-container-expand-right.bdt-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .bdt-container-expand-left.bdt-container-xlarge,
  .bdt-container-expand-right.bdt-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
.bdt-container-item-padding-remove-left,
.bdt-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.bdt-container-item-padding-remove-left {
  margin-left: -15px;
}
.bdt-container-item-padding-remove-right {
  margin-right: -15px;
}
@media (min-width: 640px) {
  .bdt-container-item-padding-remove-left,
  .bdt-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .bdt-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .bdt-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
@media (min-width: 960px) {
  .bdt-container-item-padding-remove-left,
  .bdt-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .bdt-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .bdt-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
.bdt-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .bdt-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.bdt-tile > :last-child {
  margin-bottom: 0;
}
.bdt-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bdt-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bdt-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .bdt-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.bdt-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .bdt-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.bdt-tile-default {
  --bdt-inverse: dark;
  background-color: #fff;
}
.bdt-tile-muted {
  --bdt-inverse: dark;
  background-color: #f8f8f8;
}
.bdt-tile-primary {
  --bdt-inverse: light;
  background-color: #1e87f0;
}
.bdt-tile-secondary {
  --bdt-inverse: light;
  background-color: #222;
}
.bdt-card {
  position: relative;
  box-sizing: border-box;
}
.bdt-card-body {
  display: flow-root;
  padding: 30px 30px;
}
.bdt-card-header {
  display: flow-root;
  padding: 15px 30px;
}
.bdt-card-footer {
  display: flow-root;
  padding: 15px 30px;
}
@media (min-width: 1200px) {
  .bdt-card-body {
    padding: 40px 40px;
  }
  .bdt-card-header {
    padding: 20px 40px;
  }
  .bdt-card-footer {
    padding: 20px 40px;
  }
}
.bdt-card-body > :last-child,
.bdt-card-header > :last-child,
.bdt-card-footer > :last-child {
  margin-bottom: 0;
}
.bdt-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.bdt-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 22px;
  padding: 0 10px;
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.bdt-card-badge:first-child + * {
  margin-top: 0;
}
.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(
    .bdt-card-secondary
  ):hover {
  background-color: #f8f8f8;
}
.bdt-card-default {
  --bdt-inverse: dark;
  background-color: #f8f8f8;
  color: #666;
}
.bdt-card-default .bdt-card-title {
  color: #333;
}
.bdt-card-default.bdt-card-hover:hover {
  background-color: #ebebeb;
}
.bdt-card-primary {
  --bdt-inverse: light;
  background-color: #1e87f0;
  color: #fff;
}
.bdt-card-primary .bdt-card-title {
  color: #fff;
}
.bdt-card-primary.bdt-card-hover:hover {
  background-color: #0f7ae5;
}
.bdt-card-secondary {
  --bdt-inverse: light;
  background-color: #222;
  color: #fff;
}
.bdt-card-secondary .bdt-card-title {
  color: #fff;
}
.bdt-card-secondary.bdt-card-hover:hover {
  background-color: #151515;
}
.bdt-card-small.bdt-card-body,
.bdt-card-small .bdt-card-body {
  padding: 20px 20px;
}
.bdt-card-small .bdt-card-header {
  padding: 13px 20px;
}
.bdt-card-small .bdt-card-footer {
  padding: 13px 20px;
}
@media (min-width: 1200px) {
  .bdt-card-large.bdt-card-body,
  .bdt-card-large .bdt-card-body {
    padding: 70px 70px;
  }
  .bdt-card-large .bdt-card-header {
    padding: 35px 70px;
  }
  .bdt-card-large .bdt-card-footer {
    padding: 35px 70px;
  }
}
.bdt-close {
  color: #999;
}
.bdt-close:hover {
  color: #666;
}
.bdt-spinner > * {
  animation: bdt-spinner-rotate 1.4s linear infinite;
}
@keyframes bdt-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.bdt-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: bdt-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes bdt-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
.bdt-totop {
  padding: 5px;
  color: #999;
}
.bdt-totop:hover {
  color: #666;
}
.bdt-totop:active {
  color: #333;
}
.bdt-marker {
  padding: 5px;
  background: #222;
  color: #fff;
}
.bdt-marker:hover {
  color: #fff;
}
.bdt-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
* + .bdt-alert {
  margin-top: 20px;
}
.bdt-alert > :last-child {
  margin-bottom: 0;
}
.bdt-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
}
.bdt-alert-close:first-child + * {
  margin-top: 0;
}
.bdt-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
.bdt-alert-success {
  background: #edfbf6;
  color: #32d296;
}
.bdt-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
.bdt-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
.bdt-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: #f8f8f8;
}
* + .bdt-placeholder {
  margin-top: 20px;
}
.bdt-placeholder > :last-child {
  margin-bottom: 0;
}
.bdt-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  color: #fff;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.bdt-badge:hover {
  text-decoration: none;
}
.bdt-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}
.bdt-label-success {
  background-color: #32d296;
  color: #fff;
}
.bdt-label-warning {
  background-color: #faa05a;
  color: #fff;
}
.bdt-label-danger {
  background-color: #f0506e;
  color: #fff;
}
.bdt-overlay {
  padding: 30px 30px;
}
.bdt-overlay > :last-child {
  margin-bottom: 0;
}
.bdt-overlay-default {
  --bdt-inverse: dark;
  background: rgba(255, 255, 255, 0.8);
}
.bdt-overlay-primary {
  --bdt-inverse: light;
  background: rgba(34, 34, 34, 0.8);
}
.bdt-article {
  display: flow-root;
}
.bdt-article > :last-child {
  margin-bottom: 0;
}
.bdt-article + .bdt-article {
  margin-top: 70px;
}
.bdt-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .bdt-article-title {
    font-size: 2.625rem;
  }
}
.bdt-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.bdt-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.bdt-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}
.bdt-comment-body > :last-child,
.bdt-comment-header > :last-child {
  margin-bottom: 0;
}
.bdt-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
.bdt-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.bdt-comment-list {
  padding: 0;
  list-style: none;
}
.bdt-comment-list > :nth-child(n + 2) {
  margin-top: 70px;
}
.bdt-comment-list .bdt-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
@media (min-width: 960px) {
  .bdt-comment-list .bdt-comment ~ ul {
    padding-left: 100px;
  }
}
.bdt-comment-list .bdt-comment ~ ul > :nth-child(n + 2) {
  margin-top: 70px;
}
.bdt-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}
.bdt-search-input::-webkit-search-cancel-button,
.bdt-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bdt-search-input::-moz-placeholder {
  opacity: 1;
}
.bdt-search-input {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #666;
}
.bdt-search-input:focus {
  outline: none;
}
.bdt-search-input::placeholder {
  color: #999;
}
.bdt-search .bdt-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.bdt-search .bdt-search-icon:hover {
  color: #999;
}
.bdt-search .bdt-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.bdt-search .bdt-search-icon-flip {
  right: 0;
  left: auto;
}
.bdt-search-default {
  width: 240px;
}
.bdt-search-default .bdt-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8;
}
.bdt-search-default .bdt-search-input:focus {
  background-color: #f3f3f3;
}
.bdt-search-default .bdt-search-icon {
  width: 40px;
}
.bdt-search-default:has(.bdt-search-icon:not(.bdt-search-icon-flip))
  .bdt-search-input {
  padding-left: 40px;
}
.bdt-search-default:has(.bdt-search-icon-flip) .bdt-search-input {
  padding-right: 40px;
}
.bdt-search-navbar {
  width: 240px;
}
.bdt-search-navbar .bdt-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
.bdt-search-navbar .bdt-search-input:focus {
  background-color: #fcfcfc;
}
.bdt-search-navbar .bdt-search-icon {
  width: 40px;
}
.bdt-search-navbar:has(.bdt-search-icon:not(.bdt-search-icon-flip))
  .bdt-search-input {
  padding-left: 40px;
}
.bdt-search-navbar:has(.bdt-search-icon-flip) .bdt-search-input {
  padding-right: 40px;
}
.bdt-search-medium {
  width: 400px;
}
.bdt-search-medium .bdt-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}
.bdt-search-medium .bdt-search-icon {
  width: 24px;
}
.bdt-search-medium:has(.bdt-search-icon:not(.bdt-search-icon-flip))
  .bdt-search-input {
  padding-left: 34px;
}
.bdt-search-medium:has(.bdt-search-icon-flip) .bdt-search-input {
  padding-right: 34px;
}
.bdt-search-large {
  width: 500px;
}
.bdt-search-large .bdt-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}
.bdt-search-large .bdt-search-icon {
  width: 40px;
}
.bdt-search-large:has(.bdt-search-icon:not(.bdt-search-icon-flip))
  .bdt-search-input {
  padding-left: 60px;
}
.bdt-search-large:has(.bdt-search-icon-flip) .bdt-search-input {
  padding-right: 60px;
}
.bdt-search-toggle {
  color: #999;
}
.bdt-search-toggle:hover {
  color: #666;
}
.bdt-accordion {
  padding: 0;
  list-style: none;
}
.bdt-accordion > :nth-child(n + 2) {
  margin-top: 20px;
}
.bdt-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
}
.bdt-accordion-title:hover {
  color: #666;
  text-decoration: none;
}
.bdt-accordion-content {
  display: flow-root;
  margin-top: 20px;
}
.bdt-accordion-content > :last-child {
  margin-bottom: 0;
}
.bdt-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --bdt-position-offset: 20px;
  --bdt-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 300px;
}
.bdt-drop.bdt-open {
  display: block;
}
.bdt-drop-stack .bdt-drop-grid > * {
  width: 100% !important;
}
.bdt-drop-parent-icon {
  margin-left: 0.25em;
  transition: transform 0.3s ease-out;
}
[aria-expanded="true"] > .bdt-drop-parent-icon {
  transform: rotateX(180deg);
}
.bdt-dropbar {
  --bdt-position-offset: 0;
  --bdt-position-shift-offset: 0;
  --bdt-position-viewport-offset: 0;
  --bdt-inverse: dark;
  width: auto;
  padding: 15px 15px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
.bdt-dropbar > :last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .bdt-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bdt-dropbar :focus-visible {
  outline-color: #333 !important;
}
.bdt-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bdt-dropnav-dropbar {
  position: absolute;
  z-index: 980;
  padding: 0;
  left: 0;
  right: 0;
}
.bdt-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.15s linear;
}
@media (min-width: 640px) {
  .bdt-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .bdt-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bdt-modal.bdt-open {
  opacity: 1;
}
.bdt-modal-page {
  overflow: hidden;
}
.bdt-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: 100% !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
.bdt-open > .bdt-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.bdt-modal-container .bdt-modal-dialog {
  width: 1200px;
}
.bdt-modal-full {
  padding: 0;
  background: none;
}
.bdt-modal-full .bdt-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
.bdt-modal-body {
  display: flow-root;
  padding: 20px 20px;
}
.bdt-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
.bdt-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #f8f8f8;
}
@media (min-width: 640px) {
  .bdt-modal-body {
    padding: 30px 30px;
  }
  .bdt-modal-header {
    padding: 15px 30px;
  }
  .bdt-modal-footer {
    padding: 15px 30px;
  }
}
.bdt-modal-body > :last-child,
.bdt-modal-header > :last-child,
.bdt-modal-footer > :last-child {
  margin-bottom: 0;
}
.bdt-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
[class*="bdt-modal-close-"] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}
[class*="bdt-modal-close-"]:first-child + * {
  margin-top: 0;
}
.bdt-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff;
}
.bdt-modal-close-outside:hover {
  color: #fff;
}
@media (min-width: 960px) {
  .bdt-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
.bdt-slideshow {
  -webkit-tap-highlight-color: transparent;
}
.bdt-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
.bdt-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
}
.bdt-slideshow-items > :not(.bdt-active) {
  display: none;
}
.bdt-slider {
  -webkit-tap-highlight-color: transparent;
}
.bdt-slider-container {
  overflow: hidden;
  overflow: clip;
}
.bdt-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}
.bdt-slider-items {
  will-change: transform;
  position: relative;
  touch-action: pan-y;
}
.bdt-slider-items:not(.bdt-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}
.bdt-slider-items.bdt-grid {
  flex-wrap: nowrap;
}
.bdt-slider-items > * {
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}
.bdt-sticky {
  position: relative;
  z-index: 980;
  box-sizing: border-box;
}
.bdt-sticky-fixed {
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bdt-sticky[class*="bdt-animation-"] {
  animation-duration: 0.2s;
}
.bdt-sticky.bdt-animation-reverse {
  animation-duration: 0.2s;
}
.bdt-sticky-placeholder {
  pointer-events: none;
}
.bdt-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.bdt-offcanvas-flip .bdt-offcanvas {
  right: 0;
  left: auto;
}
.bdt-offcanvas-bar {
  --bdt-inverse: light;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  overflow-y: auto;
}
@media (min-width: 640px) {
  .bdt-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
.bdt-offcanvas-flip .bdt-offcanvas-bar {
  left: auto;
  right: -270px;
}
@media (min-width: 640px) {
  .bdt-offcanvas-flip .bdt-offcanvas-bar {
    right: -350px;
  }
}
.bdt-open > .bdt-offcanvas-bar {
  left: 0;
}
.bdt-offcanvas-flip .bdt-open > .bdt-offcanvas-bar {
  left: auto;
  right: 0;
}
.bdt-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}
.bdt-offcanvas-flip .bdt-offcanvas-bar-animation {
  transition-property: right;
}
.bdt-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-out;
}
.bdt-offcanvas-reveal .bdt-offcanvas-bar {
  left: 0;
}
.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar {
  left: auto;
  right: 0;
}
.bdt-open > .bdt-offcanvas-reveal {
  width: 270px;
}
@media (min-width: 640px) {
  .bdt-open > .bdt-offcanvas-reveal {
    width: 350px;
  }
}
.bdt-offcanvas-flip .bdt-offcanvas-reveal {
  right: 0;
  left: auto;
}
.bdt-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px;
}
@media (min-width: 640px) {
  .bdt-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
.bdt-offcanvas-close:first-child + * {
  margin-top: 0;
}
.bdt-offcanvas-overlay {
  width: 100vw;
  touch-action: none;
}
.bdt-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.15s linear;
}
.bdt-offcanvas-overlay.bdt-open::before {
  opacity: 1;
}
.bdt-offcanvas-page,
.bdt-offcanvas-container {
  overflow-x: hidden;
  overflow-x: clip;
}
.bdt-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  box-sizing: border-box;
  width: 100%;
}
:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
  left: 270px;
}
.bdt-offcanvas-flip.bdt-offcanvas-container-animation {
  left: -270px;
}
@media (min-width: 640px) {
  :not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation {
    left: 350px;
  }
  .bdt-offcanvas-flip.bdt-offcanvas-container-animation {
    left: -350px;
  }
}
.bdt-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdt-switcher > :not(.bdt-active) {
  display: none;
}
.bdt-switcher > * > :last-child {
  margin-bottom: 0;
}
.bdt-leader {
  overflow: hidden;
}
.bdt-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap;
}
.bdt-leader-fill.bdt-leader-hide::after {
  display: none;
}
:root {
  --bdt-leader-fill-content: .;
}
.bdt-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px;
}
.bdt-notification-top-right,
.bdt-notification-bottom-right {
  left: auto;
  right: 10px;
}
.bdt-notification-top-center,
.bdt-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}
.bdt-notification-bottom-left,
.bdt-notification-bottom-right,
.bdt-notification-bottom-center {
  top: auto;
  bottom: 10px;
}
@media (max-width: 639px) {
  .bdt-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.bdt-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .bdt-notification-message {
  margin-top: 10px;
}
.bdt-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.bdt-notification-message:hover .bdt-notification-close {
  display: block;
}
.bdt-notification-message-primary {
  color: #1e87f0;
}
.bdt-notification-message-success {
  color: #32d296;
}
.bdt-notification-message-warning {
  color: #faa05a;
}
.bdt-notification-message-danger {
  color: #f0506e;
}
.bdt-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  --bdt-position-offset: 10px;
  --bdt-position-viewport-offset: 10;
  top: 0;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.bdt-tooltip.bdt-active {
  display: block;
}
.bdt-sortable {
  position: relative;
}
.bdt-sortable > :last-child {
  margin-bottom: 0;
}
.bdt-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}
.bdt-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}
.bdt-sortable-empty {
  min-height: 50px;
}
.bdt-sortable-handle:hover {
  cursor: move;
}
.bdt-countdown-number {
  font-variant-numeric: tabular-nums;
  font-size: 2rem;
  line-height: 0.8;
}
@media (min-width: 640px) {
  .bdt-countdown-number {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .bdt-countdown-number {
    font-size: 6rem;
  }
}
.bdt-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .bdt-countdown-separator {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .bdt-countdown-separator {
    font-size: 3rem;
  }
}
.bdt-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdt-grid > * {
  margin: 0;
}
.bdt-grid > * > :last-child {
  margin-bottom: 0;
}
.bdt-grid {
  margin-left: -30px;
}
.bdt-grid > * {
  padding-left: 30px;
}
.bdt-grid + .bdt-grid,
.bdt-grid > .bdt-grid-margin,
* + .bdt-grid-margin {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .bdt-grid {
    margin-left: -40px;
  }
  .bdt-grid > * {
    padding-left: 40px;
  }
  .bdt-grid + .bdt-grid,
  .bdt-grid > .bdt-grid-margin,
  * + .bdt-grid-margin {
    margin-top: 40px;
  }
}
.bdt-grid-small,
.bdt-grid-column-small {
  margin-left: -15px;
}
.bdt-grid-small > *,
.bdt-grid-column-small > * {
  padding-left: 15px;
}
.bdt-grid + .bdt-grid-small,
.bdt-grid + .bdt-grid-row-small,
.bdt-grid-small > .bdt-grid-margin,
.bdt-grid-row-small > .bdt-grid-margin,
* + .bdt-grid-margin-small {
  margin-top: 15px;
}
.bdt-grid-medium,
.bdt-grid-column-medium {
  margin-left: -30px;
}
.bdt-grid-medium > *,
.bdt-grid-column-medium > * {
  padding-left: 30px;
}
.bdt-grid + .bdt-grid-medium,
.bdt-grid + .bdt-grid-row-medium,
.bdt-grid-medium > .bdt-grid-margin,
.bdt-grid-row-medium > .bdt-grid-margin,
* + .bdt-grid-margin-medium {
  margin-top: 30px;
}
.bdt-grid-large,
.bdt-grid-column-large {
  margin-left: -40px;
}
.bdt-grid-large > *,
.bdt-grid-column-large > * {
  padding-left: 40px;
}
.bdt-grid + .bdt-grid-large,
.bdt-grid + .bdt-grid-row-large,
.bdt-grid-large > .bdt-grid-margin,
.bdt-grid-row-large > .bdt-grid-margin,
* + .bdt-grid-margin-large {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .bdt-grid-large,
  .bdt-grid-column-large {
    margin-left: -70px;
  }
  .bdt-grid-large > *,
  .bdt-grid-column-large > * {
    padding-left: 70px;
  }
  .bdt-grid + .bdt-grid-large,
  .bdt-grid + .bdt-grid-row-large,
  .bdt-grid-large > .bdt-grid-margin,
  .bdt-grid-row-large > .bdt-grid-margin,
  * + .bdt-grid-margin-large {
    margin-top: 70px;
  }
}
.bdt-grid-collapse,
.bdt-grid-column-collapse {
  margin-left: 0;
}
.bdt-grid-collapse > *,
.bdt-grid-column-collapse > * {
  padding-left: 0;
}
.bdt-grid + .bdt-grid-collapse,
.bdt-grid + .bdt-grid-row-collapse,
.bdt-grid-collapse > .bdt-grid-margin,
.bdt-grid-row-collapse > .bdt-grid-margin {
  margin-top: 0;
}
.bdt-grid-divider > * {
  position: relative;
}
.bdt-grid-divider > :not(.bdt-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.bdt-grid-divider {
  margin-left: -60px;
}
.bdt-grid-divider > * {
  padding-left: 60px;
}
.bdt-grid-divider > :not(.bdt-first-column)::before {
  left: 30px;
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 60px;
}
.bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
  top: -30px;
  left: 60px;
}
@media (min-width: 1200px) {
  .bdt-grid-divider {
    margin-left: -80px;
  }
  .bdt-grid-divider > * {
    padding-left: 80px;
  }
  .bdt-grid-divider > :not(.bdt-first-column)::before {
    left: 40px;
  }
  .bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin {
    margin-top: 80px;
  }
  .bdt-grid-divider.bdt-grid-stack > .bdt-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
.bdt-grid-divider.bdt-grid-small,
.bdt-grid-divider.bdt-grid-column-small {
  margin-left: -30px;
}
.bdt-grid-divider.bdt-grid-small > *,
.bdt-grid-divider.bdt-grid-column-small > * {
  padding-left: 30px;
}
.bdt-grid-divider.bdt-grid-small > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-small > :not(.bdt-first-column)::before {
  left: 15px;
}
.bdt-grid-divider.bdt-grid-small.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 30px;
}
.bdt-grid-divider.bdt-grid-small.bdt-grid-stack > .bdt-grid-margin::before {
  top: -15px;
  left: 30px;
}
.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack > .bdt-grid-margin::before {
  top: -15px;
}
.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack
  > .bdt-grid-margin::before {
  left: 30px;
}
.bdt-grid-divider.bdt-grid-medium,
.bdt-grid-divider.bdt-grid-column-medium {
  margin-left: -60px;
}
.bdt-grid-divider.bdt-grid-medium > *,
.bdt-grid-divider.bdt-grid-column-medium > * {
  padding-left: 60px;
}
.bdt-grid-divider.bdt-grid-medium > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-medium > :not(.bdt-first-column)::before {
  left: 30px;
}
.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 60px;
}
.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack > .bdt-grid-margin::before {
  top: -30px;
  left: 60px;
}
.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack
  > .bdt-grid-margin::before {
  top: -30px;
}
.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack
  > .bdt-grid-margin::before {
  left: 60px;
}
.bdt-grid-divider.bdt-grid-large,
.bdt-grid-divider.bdt-grid-column-large {
  margin-left: -80px;
}
.bdt-grid-divider.bdt-grid-large > *,
.bdt-grid-divider.bdt-grid-column-large > * {
  padding-left: 80px;
}
.bdt-grid-divider.bdt-grid-large > :not(.bdt-first-column)::before,
.bdt-grid-divider.bdt-grid-column-large > :not(.bdt-first-column)::before {
  left: 40px;
}
.bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin,
.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin {
  margin-top: 80px;
}
.bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin::before {
  top: -40px;
  left: 80px;
}
.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin::before {
  top: -40px;
}
.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack
  > .bdt-grid-margin::before {
  left: 80px;
}
@media (min-width: 1200px) {
  .bdt-grid-divider.bdt-grid-large,
  .bdt-grid-divider.bdt-grid-column-large {
    margin-left: -140px;
  }
  .bdt-grid-divider.bdt-grid-large > *,
  .bdt-grid-divider.bdt-grid-column-large > * {
    padding-left: 140px;
  }
  .bdt-grid-divider.bdt-grid-large > :not(.bdt-first-column)::before,
  .bdt-grid-divider.bdt-grid-column-large > :not(.bdt-first-column)::before {
    left: 70px;
  }
  .bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin,
  .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack > .bdt-grid-margin {
    margin-top: 140px;
  }
  .bdt-grid-divider.bdt-grid-large.bdt-grid-stack > .bdt-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack
    > .bdt-grid-margin::before {
    top: -70px;
  }
  .bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack
    > .bdt-grid-margin::before {
    left: 140px;
  }
}
.bdt-grid-match > *,
.bdt-grid-item-match {
  display: flex;
  flex-wrap: wrap;
}
.bdt-grid-match > * > :not([class*="bdt-width"]),
.bdt-grid-item-match > :not([class*="bdt-width"]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}
.bdt-nav,
.bdt-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdt-nav li > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
}
.bdt-nav > li > a {
  padding: 5px 0;
}
ul.bdt-nav-sub {
  padding: 5px 0 5px 15px;
}
.bdt-nav-sub ul {
  padding-left: 15px;
}
.bdt-nav-sub a {
  padding: 2px 0;
}
.bdt-nav-parent-icon {
  margin-left: auto;
  transition: transform 0.3s ease-out;
}
.bdt-nav > li.bdt-open > a .bdt-nav-parent-icon {
  transform: rotateX(180deg);
}
.bdt-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.bdt-nav-header:not(:first-child) {
  margin-top: 20px;
}
.bdt-nav .bdt-nav-divider {
  margin: 5px 0;
}
.bdt-nav-default {
  font-size: 16px;
  line-height: 1.5;
}
.bdt-nav-default > li > a {
  color: #999;
}
.bdt-nav-default > li > a:hover {
  color: #666;
}
.bdt-nav-default > li.bdt-active > a {
  color: #333;
}
.bdt-nav-default .bdt-nav-subtitle {
  font-size: 0.875rem;
}
.bdt-nav-default .bdt-nav-header {
  color: #333;
}
.bdt-nav-default .bdt-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.bdt-nav-default .bdt-nav-sub {
  font-size: 16px;
  line-height: 1.5;
}
.bdt-nav-default .bdt-nav-sub a {
  color: #999;
}
.bdt-nav-default .bdt-nav-sub a:hover {
  color: #666;
}
.bdt-nav-default .bdt-nav-sub li.bdt-active > a {
  color: #333;
}
.bdt-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}
.bdt-nav-primary > li > a {
  color: #999;
}
.bdt-nav-primary > li > a:hover {
  color: #666;
}
.bdt-nav-primary > li.bdt-active > a {
  color: #333;
}
.bdt-nav-primary .bdt-nav-subtitle {
  font-size: 1.25rem;
}
.bdt-nav-primary .bdt-nav-header {
  color: #333;
}
.bdt-nav-primary .bdt-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.bdt-nav-primary .bdt-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}
.bdt-nav-primary .bdt-nav-sub a {
  color: #999;
}
.bdt-nav-primary .bdt-nav-sub a:hover {
  color: #666;
}
.bdt-nav-primary .bdt-nav-sub li.bdt-active > a {
  color: #333;
}
.bdt-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}
.bdt-nav-secondary > li > a {
  color: #333;
}
.bdt-nav-secondary > li > a:hover {
  color: #333;
}
.bdt-nav-secondary > li.bdt-active > a {
  color: #333;
}
.bdt-nav-secondary .bdt-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}
.bdt-nav-secondary > li > a:hover .bdt-nav-subtitle {
  color: #666;
}
.bdt-nav-secondary > li.bdt-active > a .bdt-nav-subtitle {
  color: #333;
}
.bdt-nav-secondary .bdt-nav-header {
  color: #333;
}
.bdt-nav-secondary .bdt-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.bdt-nav-secondary .bdt-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}
.bdt-nav-secondary .bdt-nav-sub a {
  color: #999;
}
.bdt-nav-secondary .bdt-nav-sub a:hover {
  color: #666;
}
.bdt-nav-secondary .bdt-nav-sub li.bdt-active > a {
  color: #333;
}
.bdt-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}
.bdt-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}
.bdt-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .bdt-nav-medium {
    font-size: 3.5rem;
  }
  .bdt-nav-large {
    font-size: 4rem;
  }
  .bdt-nav-xlarge {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .bdt-nav-medium {
    font-size: 4rem;
  }
  .bdt-nav-large {
    font-size: 6rem;
  }
  .bdt-nav-xlarge {
    font-size: 8rem;
  }
}
.bdt-nav-center {
  text-align: center;
}
.bdt-nav-center li > a {
  justify-content: center;
}
.bdt-nav-center .bdt-nav-sub,
.bdt-nav-center .bdt-nav-sub ul {
  padding-left: 0;
}
.bdt-nav-center .bdt-nav-parent-icon {
  margin-left: 0.25em;
}
.bdt-nav.bdt-nav-divider
  > :not(.bdt-nav-header, .bdt-nav-divider)
  + :not(.bdt-nav-header, .bdt-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.bdt-navbar {
  display: flex;
  position: relative;
}
.bdt-navbar-container:not(.bdt-navbar-transparent) {
  background: #f8f8f8;
}
.bdt-navbar-left,
.bdt-navbar-right,
[class*="bdt-navbar-center"] {
  display: flex;
  gap: 0;
  align-items: center;
}
.bdt-navbar-right {
  margin-left: auto;
}
.bdt-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.bdt-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990;
}
.bdt-navbar-center-left,
.bdt-navbar-center-right {
  position: absolute;
  top: 0;
}
.bdt-navbar-center-left {
  right: calc(100% + 0px);
}
.bdt-navbar-center-right {
  left: calc(100% + 0px);
}
[class*="bdt-navbar-center-"] {
  width: max-content;
  box-sizing: border-box;
}
.bdt-navbar-nav {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bdt-navbar-left,
.bdt-navbar-right,
.bdt-navbar-center:only-child {
  flex-wrap: wrap;
}
.bdt-navbar-nav > li > a,
.bdt-navbar-item,
.bdt-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 80px;
  font-size: 16px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  text-decoration: none;
}
.bdt-navbar-nav > li > a {
  padding: 0 15px;
  color: #999;
}
.bdt-navbar-nav > li:hover > a,
.bdt-navbar-nav > li > a[aria-expanded="true"] {
  color: #666;
}
.bdt-navbar-nav > li > a:active {
  color: #333;
}
.bdt-navbar-nav > li.bdt-active > a {
  color: #333;
}
.bdt-navbar-parent-icon {
  margin-left: 4px;
  transition: transform 0.3s ease-out;
}
.bdt-navbar-nav > li > a[aria-expanded="true"] .bdt-navbar-parent-icon {
  transform: rotateX(180deg);
}
.bdt-navbar-item {
  padding: 0 15px;
  color: #666;
}
.bdt-navbar-item > :last-child {
  margin-bottom: 0;
}
.bdt-navbar-toggle {
  padding: 0 15px;
  color: #999;
}
.bdt-navbar-toggle:hover,
.bdt-navbar-toggle[aria-expanded="true"] {
  color: #666;
  text-decoration: none;
}
.bdt-navbar-subtitle {
  font-size: 0.875rem;
}
.bdt-navbar-justify .bdt-navbar-left,
.bdt-navbar-justify .bdt-navbar-right,
.bdt-navbar-justify .bdt-navbar-nav,
.bdt-navbar-justify .bdt-navbar-nav > li,
.bdt-navbar-justify .bdt-navbar-item,
.bdt-navbar-justify .bdt-navbar-toggle {
  flex-grow: 1;
}
.bdt-navbar-dropdown {
  --bdt-position-offset: 0;
  --bdt-position-shift-offset: 0;
  --bdt-position-viewport-offset: 15px;
  --bdt-inverse: dark;
  width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
.bdt-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.bdt-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}
.bdt-navbar-dropdown .bdt-drop-grid {
  margin-left: -30px;
}
.bdt-navbar-dropdown .bdt-drop-grid > * {
  padding-left: 30px;
}
.bdt-navbar-dropdown .bdt-drop-grid > .bdt-grid-margin {
  margin-top: 30px;
}
.bdt-navbar-dropdown-width-2:not(.bdt-drop-stack) {
  width: 400px;
}
.bdt-navbar-dropdown-width-3:not(.bdt-drop-stack) {
  width: 600px;
}
.bdt-navbar-dropdown-width-4:not(.bdt-drop-stack) {
  width: 800px;
}
.bdt-navbar-dropdown-width-5:not(.bdt-drop-stack) {
  width: 1000px;
}
.bdt-navbar-dropdown-large {
  --bdt-position-shift-offset: 0;
  padding: 40px;
}
.bdt-navbar-dropdown-dropbar {
  width: auto;
  background: transparent;
  padding: 15px 0 15px 0;
  --bdt-position-offset: 0;
  --bdt-position-shift-offset: 0;
  --bdt-position-viewport-offset: 15px;
}
@media (min-width: 640px) {
  .bdt-navbar-dropdown-dropbar {
    --bdt-position-viewport-offset: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-navbar-dropdown-dropbar {
    --bdt-position-viewport-offset: 40px;
  }
}
.bdt-navbar-dropdown-dropbar-large {
  --bdt-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bdt-navbar-dropdown-nav > li > a {
  color: #999;
}
.bdt-navbar-dropdown-nav > li > a:hover {
  color: #666;
}
.bdt-navbar-dropdown-nav > li.bdt-active > a {
  color: #333;
}
.bdt-navbar-dropdown-nav .bdt-nav-subtitle {
  font-size: 0.875rem;
}
.bdt-navbar-dropdown-nav .bdt-nav-header {
  color: #333;
}
.bdt-navbar-dropdown-nav .bdt-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.bdt-navbar-dropdown-nav .bdt-nav-sub a {
  color: #999;
}
.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover {
  color: #666;
}
.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active > a {
  color: #333;
}
.bdt-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.bdt-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.bdt-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  color: #999;
}
.bdt-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}
.bdt-subnav > .bdt-active > a {
  color: #333;
}
.bdt-subnav-divider {
  margin-left: -41px;
}
.bdt-subnav-divider > * {
  display: flex;
  align-items: center;
}
.bdt-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent;
}
.bdt-subnav-divider > :nth-child(n + 2):not(.bdt-first-column)::before {
  border-left-color: #e5e5e5;
}
.bdt-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}
.bdt-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}
.bdt-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
.bdt-subnav-pill > .bdt-active > a {
  background-color: #1e87f0;
  color: #fff;
}
.bdt-subnav > .bdt-disabled > a {
  color: #999;
}
.bdt-breadcrumb {
  padding: 0;
  list-style: none;
}
.bdt-breadcrumb > * {
  display: contents;
}
.bdt-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}
.bdt-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}
.bdt-breadcrumb > :last-child > span,
.bdt-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}
.bdt-breadcrumb > :nth-child(n + 2):not(.bdt-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px 0 calc(20px - 4px);
  font-size: 0.875rem;
  color: #999;
}
.bdt-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.bdt-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}
.bdt-pagination > * > * {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  padding: 5px 10px;
  color: #999;
}
.bdt-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}
.bdt-pagination > .bdt-active > * {
  color: #666;
}
.bdt-pagination > .bdt-disabled > * {
  color: #999;
}
.bdt-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.bdt-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.bdt-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  justify-content: center;
  padding: 5px 10px;
  color: #999;
}
.bdt-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}
.bdt-tab > .bdt-active > a {
  color: #333;
}
.bdt-tab > .bdt-disabled > a {
  color: #999;
}
.bdt-tab-left,
.bdt-tab-right {
  flex-direction: column;
  margin-left: 0;
}
.bdt-tab-left > *,
.bdt-tab-right > * {
  padding-left: 0;
}
.bdt-tab-left > * > a {
  justify-content: left;
}
.bdt-tab-right > * > a {
  justify-content: left;
}
.bdt-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
}
.bdt-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}
.bdt-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}
.bdt-slidenav-large {
  padding: 10px 10px;
}
.bdt-slidenav-container {
  display: flex;
}
.bdt-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}
.bdt-dotnav > * {
  flex: none;
  padding-left: 12px;
}
.bdt-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.2);
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.bdt-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
}
.bdt-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
}
.bdt-dotnav > .bdt-active > * {
  background-color: rgba(102, 102, 102, 0.6);
}
.bdt-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}
.bdt-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
.bdt-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}
.bdt-thumbnav > * {
  padding-left: 15px;
}
.bdt-thumbnav > * > * {
  display: inline-block;
}
.bdt-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}
.bdt-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
.bdt-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}
.bdt-iconnav > * {
  padding-left: 10px;
}
.bdt-iconnav > * > a {
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  line-height: 0;
  color: #999;
  text-decoration: none;
}
.bdt-iconnav > * > a:hover {
  color: #666;
}
.bdt-iconnav > .bdt-active > a {
  color: #666;
}
.bdt-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}
.bdt-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
.bdt-dropdown {
  --bdt-position-offset: 10px;
  --bdt-position-viewport-offset: 15px;
  --bdt-inverse: dark;
  width: auto;
  min-width: 200px;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
}
.bdt-dropdown > :last-child {
  margin-bottom: 0;
}
.bdt-dropdown :focus-visible {
  outline-color: #333 !important;
}
.bdt-dropdown-large {
  padding: 40px;
}
.bdt-dropdown-dropbar {
  width: auto;
  background: transparent;
  padding: 15px 0 15px 0;
  --bdt-position-viewport-offset: 15px;
}
@media (min-width: 640px) {
  .bdt-dropdown-dropbar {
    --bdt-position-viewport-offset: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-dropdown-dropbar {
    --bdt-position-viewport-offset: 40px;
  }
}
.bdt-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bdt-dropdown-nav > li > a {
  color: #999;
}
.bdt-dropdown-nav > li > a:hover,
.bdt-dropdown-nav > li.bdt-active > a {
  color: #666;
}
.bdt-dropdown-nav .bdt-nav-subtitle {
  font-size: 0.875rem;
}
.bdt-dropdown-nav .bdt-nav-header {
  color: #333;
}
.bdt-dropdown-nav .bdt-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.bdt-dropdown-nav .bdt-nav-sub a {
  color: #999;
}
.bdt-dropdown-nav .bdt-nav-sub a:hover,
.bdt-dropdown-nav .bdt-nav-sub li.bdt-active > a {
  color: #666;
}
.bdt-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity 0.15s linear;
  touch-action: pinch-zoom;
}
.bdt-lightbox.bdt-open {
  display: block;
  opacity: 1;
}
.bdt-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-page {
  overflow: hidden;
}
.bdt-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  will-change: transform, opacity;
}
.bdt-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.bdt-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.bdt-lightbox-items > .bdt-active {
  display: flex;
}
.bdt-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.bdt-lightbox-toolbar-icon:hover {
  color: #fff;
}
.bdt-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bdt-lightbox-button:hover {
  color: #fff;
}
.bdt-lightbox-caption:empty {
  display: none;
}
.bdt-lightbox-iframe {
  width: 80%;
  height: 80%;
}
[class*="bdt-animation-"] {
  animation: 0.5s ease-out both;
}
.bdt-animation-fade {
  animation-name: bdt-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.bdt-animation-scale-up {
  animation-name: bdt-fade, bdt-scale-up;
}
.bdt-animation-scale-down {
  animation-name: bdt-fade, bdt-scale-down;
}
.bdt-animation-slide-top {
  animation-name: bdt-fade, bdt-slide-top;
}
.bdt-animation-slide-bottom {
  animation-name: bdt-fade, bdt-slide-bottom;
}
.bdt-animation-slide-left {
  animation-name: bdt-fade, bdt-slide-left;
}
.bdt-animation-slide-right {
  animation-name: bdt-fade, bdt-slide-right;
}
.bdt-animation-slide-top-small {
  animation-name: bdt-fade, bdt-slide-top-small;
}
.bdt-animation-slide-bottom-small {
  animation-name: bdt-fade, bdt-slide-bottom-small;
}
.bdt-animation-slide-left-small {
  animation-name: bdt-fade, bdt-slide-left-small;
}
.bdt-animation-slide-right-small {
  animation-name: bdt-fade, bdt-slide-right-small;
}
.bdt-animation-slide-top-medium {
  animation-name: bdt-fade, bdt-slide-top-medium;
}
.bdt-animation-slide-bottom-medium {
  animation-name: bdt-fade, bdt-slide-bottom-medium;
}
.bdt-animation-slide-left-medium {
  animation-name: bdt-fade, bdt-slide-left-medium;
}
.bdt-animation-slide-right-medium {
  animation-name: bdt-fade, bdt-slide-right-medium;
}
.bdt-animation-kenburns {
  animation-name: bdt-kenburns;
  animation-duration: 15s;
}
.bdt-animation-shake {
  animation-name: bdt-shake;
}
.bdt-animation-stroke {
  animation-name: bdt-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--bdt-animation-stroke);
}
.bdt-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.bdt-animation-fast {
  animation-duration: 0.1s;
}
.bdt-animation-toggle:not(:hover):not(:focus) [class*="bdt-animation-"] {
  animation-name: none;
}
@keyframes bdt-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bdt-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bdt-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bdt-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bdt-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bdt-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes bdt-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes bdt-stroke {
  0% {
    stroke-dashoffset: var(--bdt-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
[class*="bdt-child-width"] > * {
  box-sizing: border-box;
  width: 100%;
}
.bdt-child-width-1-2 > * {
  width: 50%;
}
.bdt-child-width-1-3 > * {
  width: calc(100% / 3);
}
.bdt-child-width-1-4 > * {
  width: 25%;
}
.bdt-child-width-1-5 > * {
  width: 20%;
}
.bdt-child-width-1-6 > * {
  width: calc(100% / 6);
}
.bdt-child-width-auto > * {
  width: auto;
}
.bdt-child-width-expand > :not([class*="bdt-width"]) {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .bdt-child-width-1-1\@s > * {
    width: 100%;
  }
  .bdt-child-width-1-2\@s > * {
    width: 50%;
  }
  .bdt-child-width-1-3\@s > * {
    width: calc(100% / 3);
  }
  .bdt-child-width-1-4\@s > * {
    width: 25%;
  }
  .bdt-child-width-1-5\@s > * {
    width: 20%;
  }
  .bdt-child-width-1-6\@s > * {
    width: calc(100% / 6);
  }
  .bdt-child-width-auto\@s > * {
    width: auto;
  }
  .bdt-child-width-expand\@s > :not([class*="bdt-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .bdt-child-width-1-1\@s > :not([class*="bdt-width"]),
  .bdt-child-width-1-2\@s > :not([class*="bdt-width"]),
  .bdt-child-width-1-3\@s > :not([class*="bdt-width"]),
  .bdt-child-width-1-4\@s > :not([class*="bdt-width"]),
  .bdt-child-width-1-5\@s > :not([class*="bdt-width"]),
  .bdt-child-width-1-6\@s > :not([class*="bdt-width"]),
  .bdt-child-width-auto\@s > :not([class*="bdt-width"]) {
    flex: initial;
  }
}
@media (min-width: 960px) {
  .bdt-child-width-1-1\@m > * {
    width: 100%;
  }
  .bdt-child-width-1-2\@m > * {
    width: 50%;
  }
  .bdt-child-width-1-3\@m > * {
    width: calc(100% / 3);
  }
  .bdt-child-width-1-4\@m > * {
    width: 25%;
  }
  .bdt-child-width-1-5\@m > * {
    width: 20%;
  }
  .bdt-child-width-1-6\@m > * {
    width: calc(100% / 6);
  }
  .bdt-child-width-auto\@m > * {
    width: auto;
  }
  .bdt-child-width-expand\@m > :not([class*="bdt-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .bdt-child-width-1-1\@m > :not([class*="bdt-width"]),
  .bdt-child-width-1-2\@m > :not([class*="bdt-width"]),
  .bdt-child-width-1-3\@m > :not([class*="bdt-width"]),
  .bdt-child-width-1-4\@m > :not([class*="bdt-width"]),
  .bdt-child-width-1-5\@m > :not([class*="bdt-width"]),
  .bdt-child-width-1-6\@m > :not([class*="bdt-width"]),
  .bdt-child-width-auto\@m > :not([class*="bdt-width"]) {
    flex: initial;
  }
}
@media (min-width: 1200px) {
  .bdt-child-width-1-1\@l > * {
    width: 100%;
  }
  .bdt-child-width-1-2\@l > * {
    width: 50%;
  }
  .bdt-child-width-1-3\@l > * {
    width: calc(100% / 3);
  }
  .bdt-child-width-1-4\@l > * {
    width: 25%;
  }
  .bdt-child-width-1-5\@l > * {
    width: 20%;
  }
  .bdt-child-width-1-6\@l > * {
    width: calc(100% / 6);
  }
  .bdt-child-width-auto\@l > * {
    width: auto;
  }
  .bdt-child-width-expand\@l > :not([class*="bdt-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .bdt-child-width-1-1\@l > :not([class*="bdt-width"]),
  .bdt-child-width-1-2\@l > :not([class*="bdt-width"]),
  .bdt-child-width-1-3\@l > :not([class*="bdt-width"]),
  .bdt-child-width-1-4\@l > :not([class*="bdt-width"]),
  .bdt-child-width-1-5\@l > :not([class*="bdt-width"]),
  .bdt-child-width-1-6\@l > :not([class*="bdt-width"]),
  .bdt-child-width-auto\@l > :not([class*="bdt-width"]) {
    flex: initial;
  }
}
@media (min-width: 1600px) {
  .bdt-child-width-1-1\@xl > * {
    width: 100%;
  }
  .bdt-child-width-1-2\@xl > * {
    width: 50%;
  }
  .bdt-child-width-1-3\@xl > * {
    width: calc(100% / 3);
  }
  .bdt-child-width-1-4\@xl > * {
    width: 25%;
  }
  .bdt-child-width-1-5\@xl > * {
    width: 20%;
  }
  .bdt-child-width-1-6\@xl > * {
    width: calc(100% / 6);
  }
  .bdt-child-width-auto\@xl > * {
    width: auto;
  }
  .bdt-child-width-expand\@xl > :not([class*="bdt-width"]) {
    flex: 1;
    min-width: 1px;
  }
  .bdt-child-width-1-1\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-1-2\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-1-3\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-1-4\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-1-5\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-1-6\@xl > :not([class*="bdt-width"]),
  .bdt-child-width-auto\@xl > :not([class*="bdt-width"]) {
    flex: initial;
  }
}
[class*="bdt-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.bdt-width-1-2 {
  width: 50%;
}
.bdt-width-1-3 {
  width: calc(100% / 3);
}
.bdt-width-2-3 {
  width: calc(200% / 3);
}
.bdt-width-1-4 {
  width: 25%;
}
.bdt-width-3-4 {
  width: 75%;
}
.bdt-width-1-5 {
  width: 20%;
}
.bdt-width-2-5 {
  width: 40%;
}
.bdt-width-3-5 {
  width: 60%;
}
.bdt-width-4-5 {
  width: 80%;
}
.bdt-width-1-6 {
  width: calc(100% / 6);
}
.bdt-width-5-6 {
  width: calc(500% / 6);
}
.bdt-width-small {
  width: 150px;
}
.bdt-width-medium {
  width: 300px;
}
.bdt-width-large {
  width: 450px;
}
.bdt-width-xlarge {
  width: 600px;
}
.bdt-width-2xlarge {
  width: 750px;
}
.bdt-width-auto {
  width: auto;
}
.bdt-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .bdt-width-1-1\@s {
    width: 100%;
  }
  .bdt-width-1-2\@s {
    width: 50%;
  }
  .bdt-width-1-3\@s {
    width: calc(100% / 3);
  }
  .bdt-width-2-3\@s {
    width: calc(200% / 3);
  }
  .bdt-width-1-4\@s {
    width: 25%;
  }
  .bdt-width-3-4\@s {
    width: 75%;
  }
  .bdt-width-1-5\@s {
    width: 20%;
  }
  .bdt-width-2-5\@s {
    width: 40%;
  }
  .bdt-width-3-5\@s {
    width: 60%;
  }
  .bdt-width-4-5\@s {
    width: 80%;
  }
  .bdt-width-1-6\@s {
    width: calc(100% / 6);
  }
  .bdt-width-5-6\@s {
    width: calc(500% / 6);
  }
  .bdt-width-small\@s {
    width: 150px;
  }
  .bdt-width-medium\@s {
    width: 300px;
  }
  .bdt-width-large\@s {
    width: 450px;
  }
  .bdt-width-xlarge\@s {
    width: 600px;
  }
  .bdt-width-2xlarge\@s {
    width: 750px;
  }
  .bdt-width-auto\@s {
    width: auto;
  }
  .bdt-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  .bdt-width-1-1\@s,
  .bdt-width-1-2\@s,
  .bdt-width-1-3\@s,
  .bdt-width-2-3\@s,
  .bdt-width-1-4\@s,
  .bdt-width-3-4\@s,
  .bdt-width-1-5\@s,
  .bdt-width-2-5\@s,
  .bdt-width-3-5\@s,
  .bdt-width-4-5\@s,
  .bdt-width-1-6\@s,
  .bdt-width-5-6\@s,
  .bdt-width-small\@s,
  .bdt-width-medium\@s,
  .bdt-width-large\@s,
  .bdt-width-xlarge\@s,
  .bdt-width-2xlarge\@s,
  .bdt-width-auto\@s {
    flex: initial;
  }
}
@media (min-width: 960px) {
  .bdt-width-1-1\@m {
    width: 100%;
  }
  .bdt-width-1-2\@m {
    width: 50%;
  }
  .bdt-width-1-3\@m {
    width: calc(100% / 3);
  }
  .bdt-width-2-3\@m {
    width: calc(200% / 3);
  }
  .bdt-width-1-4\@m {
    width: 25%;
  }
  .bdt-width-3-4\@m {
    width: 75%;
  }
  .bdt-width-1-5\@m {
    width: 20%;
  }
  .bdt-width-2-5\@m {
    width: 40%;
  }
  .bdt-width-3-5\@m {
    width: 60%;
  }
  .bdt-width-4-5\@m {
    width: 80%;
  }
  .bdt-width-1-6\@m {
    width: calc(100% / 6);
  }
  .bdt-width-5-6\@m {
    width: calc(500% / 6);
  }
  .bdt-width-small\@m {
    width: 150px;
  }
  .bdt-width-medium\@m {
    width: 300px;
  }
  .bdt-width-large\@m {
    width: 450px;
  }
  .bdt-width-xlarge\@m {
    width: 600px;
  }
  .bdt-width-2xlarge\@m {
    width: 750px;
  }
  .bdt-width-auto\@m {
    width: auto;
  }
  .bdt-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  .bdt-width-1-1\@m,
  .bdt-width-1-2\@m,
  .bdt-width-1-3\@m,
  .bdt-width-2-3\@m,
  .bdt-width-1-4\@m,
  .bdt-width-3-4\@m,
  .bdt-width-1-5\@m,
  .bdt-width-2-5\@m,
  .bdt-width-3-5\@m,
  .bdt-width-4-5\@m,
  .bdt-width-1-6\@m,
  .bdt-width-5-6\@m,
  .bdt-width-small\@m,
  .bdt-width-medium\@m,
  .bdt-width-large\@m,
  .bdt-width-xlarge\@m,
  .bdt-width-2xlarge\@m,
  .bdt-width-auto\@m {
    flex: initial;
  }
}
@media (min-width: 1200px) {
  .bdt-width-1-1\@l {
    width: 100%;
  }
  .bdt-width-1-2\@l {
    width: 50%;
  }
  .bdt-width-1-3\@l {
    width: calc(100% / 3);
  }
  .bdt-width-2-3\@l {
    width: calc(200% / 3);
  }
  .bdt-width-1-4\@l {
    width: 25%;
  }
  .bdt-width-3-4\@l {
    width: 75%;
  }
  .bdt-width-1-5\@l {
    width: 20%;
  }
  .bdt-width-2-5\@l {
    width: 40%;
  }
  .bdt-width-3-5\@l {
    width: 60%;
  }
  .bdt-width-4-5\@l {
    width: 80%;
  }
  .bdt-width-1-6\@l {
    width: calc(100% / 6);
  }
  .bdt-width-5-6\@l {
    width: calc(500% / 6);
  }
  .bdt-width-small\@l {
    width: 150px;
  }
  .bdt-width-medium\@l {
    width: 300px;
  }
  .bdt-width-large\@l {
    width: 450px;
  }
  .bdt-width-xlarge\@l {
    width: 600px;
  }
  .bdt-width-2xlarge\@l {
    width: 750px;
  }
  .bdt-width-auto\@l {
    width: auto;
  }
  .bdt-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  .bdt-width-1-1\@l,
  .bdt-width-1-2\@l,
  .bdt-width-1-3\@l,
  .bdt-width-2-3\@l,
  .bdt-width-1-4\@l,
  .bdt-width-3-4\@l,
  .bdt-width-1-5\@l,
  .bdt-width-2-5\@l,
  .bdt-width-3-5\@l,
  .bdt-width-4-5\@l,
  .bdt-width-1-6\@l,
  .bdt-width-5-6\@l,
  .bdt-width-small\@l,
  .bdt-width-medium\@l,
  .bdt-width-large\@l,
  .bdt-width-xlarge\@l,
  .bdt-width-2xlarge\@l,
  .bdt-width-auto\@l {
    flex: initial;
  }
}
@media (min-width: 1600px) {
  .bdt-width-1-1\@xl {
    width: 100%;
  }
  .bdt-width-1-2\@xl {
    width: 50%;
  }
  .bdt-width-1-3\@xl {
    width: calc(100% / 3);
  }
  .bdt-width-2-3\@xl {
    width: calc(200% / 3);
  }
  .bdt-width-1-4\@xl {
    width: 25%;
  }
  .bdt-width-3-4\@xl {
    width: 75%;
  }
  .bdt-width-1-5\@xl {
    width: 20%;
  }
  .bdt-width-2-5\@xl {
    width: 40%;
  }
  .bdt-width-3-5\@xl {
    width: 60%;
  }
  .bdt-width-4-5\@xl {
    width: 80%;
  }
  .bdt-width-1-6\@xl {
    width: calc(100% / 6);
  }
  .bdt-width-5-6\@xl {
    width: calc(500% / 6);
  }
  .bdt-width-small\@xl {
    width: 150px;
  }
  .bdt-width-medium\@xl {
    width: 300px;
  }
  .bdt-width-large\@xl {
    width: 450px;
  }
  .bdt-width-xlarge\@xl {
    width: 600px;
  }
  .bdt-width-2xlarge\@xl {
    width: 750px;
  }
  .bdt-width-auto\@xl {
    width: auto;
  }
  .bdt-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  .bdt-width-1-1\@xl,
  .bdt-width-1-2\@xl,
  .bdt-width-1-3\@xl,
  .bdt-width-2-3\@xl,
  .bdt-width-1-4\@xl,
  .bdt-width-3-4\@xl,
  .bdt-width-1-5\@xl,
  .bdt-width-2-5\@xl,
  .bdt-width-3-5\@xl,
  .bdt-width-4-5\@xl,
  .bdt-width-1-6\@xl,
  .bdt-width-5-6\@xl,
  .bdt-width-small\@xl,
  .bdt-width-medium\@xl,
  .bdt-width-large\@xl,
  .bdt-width-xlarge\@xl,
  .bdt-width-2xlarge\@xl,
  .bdt-width-auto\@xl {
    flex: initial;
  }
}
.bdt-width-max-content {
  width: max-content;
}
.bdt-width-min-content {
  width: min-content;
}
[class*="bdt-height"] {
  box-sizing: border-box;
}
.bdt-height-1-1 {
  height: 100%;
}
.bdt-height-viewport {
  min-height: 100vh;
}
.bdt-height-viewport-2 {
  min-height: 200vh;
}
.bdt-height-viewport-3 {
  min-height: 300vh;
}
.bdt-height-viewport-4 {
  min-height: 400vh;
}
.bdt-height-small {
  height: 150px;
}
.bdt-height-medium {
  height: 300px;
}
.bdt-height-large {
  height: 450px;
}
.bdt-height-max-small {
  max-height: 150px;
}
.bdt-height-max-medium {
  max-height: 300px;
}
.bdt-height-max-large {
  max-height: 450px;
}
.bdt-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}
.bdt-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.bdt-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}
.bdt-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
.bdt-text-default {
  font-size: 16px;
  line-height: 1.5;
}
.bdt-text-light {
  font-weight: 300;
}
.bdt-text-normal {
  font-weight: 400;
}
.bdt-text-bold {
  font-weight: 700;
}
.bdt-text-lighter {
  font-weight: lighter;
}
.bdt-text-bolder {
  font-weight: bolder;
}
.bdt-text-italic {
  font-style: italic;
}
.bdt-text-capitalize {
  text-transform: capitalize !important;
}
.bdt-text-uppercase {
  text-transform: uppercase !important;
}
.bdt-text-lowercase {
  text-transform: lowercase !important;
}
.bdt-text-decoration-none {
  text-decoration: none !important;
}
.bdt-text-muted {
  color: #999 !important;
}
.bdt-text-emphasis {
  color: #333 !important;
}
.bdt-text-primary {
  color: #1e87f0 !important;
}
.bdt-text-secondary {
  color: #222 !important;
}
.bdt-text-success {
  color: #32d296 !important;
}
.bdt-text-warning {
  color: #faa05a !important;
}
.bdt-text-danger {
  color: #f0506e !important;
}
.bdt-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: #1e87f0;
}
.bdt-text-left {
  text-align: left !important;
}
.bdt-text-right {
  text-align: right !important;
}
.bdt-text-center {
  text-align: center !important;
}
.bdt-text-justify {
  text-align: justify !important;
}
@media (min-width: 640px) {
  .bdt-text-left\@s {
    text-align: left !important;
  }
  .bdt-text-right\@s {
    text-align: right !important;
  }
  .bdt-text-center\@s {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .bdt-text-left\@m {
    text-align: left !important;
  }
  .bdt-text-right\@m {
    text-align: right !important;
  }
  .bdt-text-center\@m {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bdt-text-left\@l {
    text-align: left !important;
  }
  .bdt-text-right\@l {
    text-align: right !important;
  }
  .bdt-text-center\@l {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .bdt-text-left\@xl {
    text-align: left !important;
  }
  .bdt-text-right\@xl {
    text-align: right !important;
  }
  .bdt-text-center\@xl {
    text-align: center !important;
  }
}
.bdt-text-top {
  vertical-align: top !important;
}
.bdt-text-middle {
  vertical-align: middle !important;
}
.bdt-text-bottom {
  vertical-align: bottom !important;
}
.bdt-text-baseline {
  vertical-align: baseline !important;
}
.bdt-text-nowrap {
  white-space: nowrap;
}
.bdt-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
th.bdt-text-truncate,
td.bdt-text-truncate {
  max-width: 0;
}
.bdt-text-break {
  overflow-wrap: break-word;
}
th.bdt-text-break,
td.bdt-text-break {
  word-break: break-word;
}
[class*="bdt-column-"] {
  column-gap: 30px;
}
@media (min-width: 1200px) {
  [class*="bdt-column-"] {
    column-gap: 40px;
  }
}
[class*="bdt-column-"] img {
  transform: translate3d(0, 0, 0);
}
.bdt-column-divider {
  column-rule: 1px solid #e5e5e5;
  column-gap: 60px;
}
@media (min-width: 1200px) {
  .bdt-column-divider {
    column-gap: 80px;
  }
}
.bdt-column-1-2 {
  column-count: 2;
}
.bdt-column-1-3 {
  column-count: 3;
}
.bdt-column-1-4 {
  column-count: 4;
}
.bdt-column-1-5 {
  column-count: 5;
}
.bdt-column-1-6 {
  column-count: 6;
}
@media (min-width: 640px) {
  .bdt-column-1-2\@s {
    column-count: 2;
  }
  .bdt-column-1-3\@s {
    column-count: 3;
  }
  .bdt-column-1-4\@s {
    column-count: 4;
  }
  .bdt-column-1-5\@s {
    column-count: 5;
  }
  .bdt-column-1-6\@s {
    column-count: 6;
  }
}
@media (min-width: 960px) {
  .bdt-column-1-2\@m {
    column-count: 2;
  }
  .bdt-column-1-3\@m {
    column-count: 3;
  }
  .bdt-column-1-4\@m {
    column-count: 4;
  }
  .bdt-column-1-5\@m {
    column-count: 5;
  }
  .bdt-column-1-6\@m {
    column-count: 6;
  }
}
@media (min-width: 1200px) {
  .bdt-column-1-2\@l {
    column-count: 2;
  }
  .bdt-column-1-3\@l {
    column-count: 3;
  }
  .bdt-column-1-4\@l {
    column-count: 4;
  }
  .bdt-column-1-5\@l {
    column-count: 5;
  }
  .bdt-column-1-6\@l {
    column-count: 6;
  }
}
@media (min-width: 1600px) {
  .bdt-column-1-2\@xl {
    column-count: 2;
  }
  .bdt-column-1-3\@xl {
    column-count: 3;
  }
  .bdt-column-1-4\@xl {
    column-count: 4;
  }
  .bdt-column-1-5\@xl {
    column-count: 5;
  }
  .bdt-column-1-6\@xl {
    column-count: 6;
  }
}
.bdt-column-span {
  column-span: all;
}
[bdt-cover]:where(canvas, iframe, svg),
[data-bdt-cover]:where(canvas, iframe, svg) {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --bdt-position-translate-x: -50%;
  --bdt-position-translate-y: -50%;
  transform: translate(
    var(--bdt-position-translate-x),
    var(--bdt-position-translate-y)
  );
}
iframe[bdt-cover],
iframe[data-bdt-cover] {
  pointer-events: none;
}
[bdt-cover]:where(img, video),
[data-bdt-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}
.bdt-cover-container {
  overflow: hidden;
  position: relative;
}
.bdt-background-default {
  background-color: #fff;
}
.bdt-background-muted {
  background-color: #f8f8f8;
}
.bdt-background-primary {
  background-color: #1e87f0;
}
.bdt-background-secondary {
  background-color: #222;
}
.bdt-background-cover,
.bdt-background-contain,
.bdt-background-width-1-1,
.bdt-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.bdt-background-cover {
  background-size: cover;
}
.bdt-background-contain {
  background-size: contain;
}
.bdt-background-width-1-1 {
  background-size: 100%;
}
.bdt-background-height-1-1 {
  background-size: auto 100%;
}
.bdt-background-top-left {
  background-position: 0 0;
}
.bdt-background-top-center {
  background-position: 50% 0;
}
.bdt-background-top-right {
  background-position: 100% 0;
}
.bdt-background-center-left {
  background-position: 0 50%;
}
.bdt-background-center-center {
  background-position: 50% 50%;
}
.bdt-background-center-right {
  background-position: 100% 50%;
}
.bdt-background-bottom-left {
  background-position: 0 100%;
}
.bdt-background-bottom-center {
  background-position: 50% 100%;
}
.bdt-background-bottom-right {
  background-position: 100% 100%;
}
.bdt-background-norepeat {
  background-repeat: no-repeat;
}
.bdt-background-fixed {
  background-attachment: fixed;
  backface-visibility: hidden;
}
@media (pointer: coarse) {
  .bdt-background-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 639px) {
  .bdt-background-image\@s {
    background-image: none !important;
  }
}
@media (max-width: 959px) {
  .bdt-background-image\@m {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .bdt-background-image\@l {
    background-image: none !important;
  }
}
@media (max-width: 1599px) {
  .bdt-background-image\@xl {
    background-image: none !important;
  }
}
.bdt-background-blend-multiply {
  background-blend-mode: multiply;
}
.bdt-background-blend-screen {
  background-blend-mode: screen;
}
.bdt-background-blend-overlay {
  background-blend-mode: overlay;
}
.bdt-background-blend-darken {
  background-blend-mode: darken;
}
.bdt-background-blend-lighten {
  background-blend-mode: lighten;
}
.bdt-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bdt-background-blend-color-burn {
  background-blend-mode: color-burn;
}
.bdt-background-blend-hard-light {
  background-blend-mode: hard-light;
}
.bdt-background-blend-soft-light {
  background-blend-mode: soft-light;
}
.bdt-background-blend-difference {
  background-blend-mode: difference;
}
.bdt-background-blend-exclusion {
  background-blend-mode: exclusion;
}
.bdt-background-blend-hue {
  background-blend-mode: hue;
}
.bdt-background-blend-saturation {
  background-blend-mode: saturation;
}
.bdt-background-blend-color {
  background-blend-mode: color;
}
.bdt-background-blend-luminosity {
  background-blend-mode: luminosity;
}
[class*="bdt-align"] {
  display: block;
  margin-bottom: 30px;
}
* + [class*="bdt-align"] {
  margin-top: 30px;
}
.bdt-align-center {
  margin-left: auto;
  margin-right: auto;
}
.bdt-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.bdt-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
@media (min-width: 640px) {
  .bdt-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .bdt-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 960px) {
  .bdt-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .bdt-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .bdt-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .bdt-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .bdt-align-left,
  .bdt-align-left\@s,
  .bdt-align-left\@m,
  .bdt-align-left\@l {
    margin-right: 40px;
  }
  .bdt-align-right,
  .bdt-align-right\@s,
  .bdt-align-right\@m,
  .bdt-align-right\@l {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .bdt-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .bdt-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
.bdt-svg,
.bdt-svg:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve) {
  fill: currentcolor;
}
.bdt-svg:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve) {
  stroke: currentcolor;
}
.bdt-svg {
  transform: translate(0, 0);
}
.bdt-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
.bdt-panel > :last-child {
  margin-bottom: 0;
}
.bdt-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both;
}
.bdt-clearfix::before {
  content: "";
  display: table-cell;
}
.bdt-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.bdt-float-left {
  float: left;
}
.bdt-float-right {
  float: right;
}
[class*="bdt-float-"] {
  max-width: 100%;
}
.bdt-overflow-hidden {
  overflow: hidden;
}
.bdt-overflow-auto {
  overflow: auto;
}
.bdt-overflow-auto > :last-child {
  margin-bottom: 0;
}
.bdt-box-sizing-content {
  box-sizing: content-box;
}
.bdt-box-sizing-border {
  box-sizing: border-box;
}
.bdt-resize {
  resize: both;
}
.bdt-resize-horizontal {
  resize: horizontal;
}
.bdt-resize-vertical {
  resize: vertical;
}
.bdt-display-block {
  display: block !important;
}
.bdt-display-inline {
  display: inline !important;
}
.bdt-display-inline-block {
  display: inline-block !important;
}
[class*="bdt-inline"] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.bdt-inline-clip {
  overflow: hidden;
}
.bdt-preserve-width,
.bdt-preserve-width canvas,
.bdt-preserve-width img,
.bdt-preserve-width svg,
.bdt-preserve-width video {
  max-width: none;
}
.bdt-responsive-width,
.bdt-responsive-height {
  box-sizing: border-box;
}
.bdt-responsive-width {
  max-width: 100% !important;
  height: auto;
}
.bdt-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}
[bdt-responsive],
[data-bdt-responsive] {
  max-width: 100%;
}
.bdt-object-cover {
  object-fit: cover;
}
.bdt-object-contain {
  object-fit: contain;
}
.bdt-object-fill {
  object-fit: fill;
}
.bdt-object-none {
  object-fit: none;
}
.bdt-object-scale-down {
  object-fit: scale-down;
}
.bdt-object-top-left {
  object-position: 0 0;
}
.bdt-object-top-center {
  object-position: 50% 0;
}
.bdt-object-top-right {
  object-position: 100% 0;
}
.bdt-object-center-left {
  object-position: 0 50%;
}
.bdt-object-center-center {
  object-position: 50% 50%;
}
.bdt-object-center-right {
  object-position: 100% 50%;
}
.bdt-object-bottom-left {
  object-position: 0 100%;
}
.bdt-object-bottom-center {
  object-position: 50% 100%;
}
.bdt-object-bottom-right {
  object-position: 100% 100%;
}
.bdt-border-circle {
  border-radius: 50%;
}
.bdt-border-pill {
  border-radius: 500px;
}
.bdt-border-rounded {
  border-radius: 5px;
}
.bdt-inline-clip[class*="bdt-border-"] {
  -webkit-transform: translateZ(0);
}
.bdt-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.bdt-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
[class*="bdt-box-shadow-hover"] {
  transition: box-shadow 0.1s ease-in-out;
}
.bdt-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.bdt-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
.bdt-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}
@supports (filter: blur(0)) {
  .bdt-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .bdt-box-shadow-bottom::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    will-change: filter;
  }
}
.bdt-dropcap::first-letter,
.bdt-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
}
@-moz-document url-prefix() {
  .bdt-dropcap::first-letter,
  .bdt-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
.bdt-logo {
  font-size: 1.5rem;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  text-decoration: none;
}
:where(.bdt-logo) {
  display: inline-block;
  vertical-align: middle;
}
.bdt-logo:hover {
  color: #333;
  text-decoration: none;
}
.bdt-logo :where(img, svg, video) {
  display: block;
}
.bdt-logo-inverse {
  display: none;
}
.bdt-disabled {
  pointer-events: none;
}
.bdt-drag,
.bdt-drag * {
  cursor: move;
}
.bdt-drag iframe {
  pointer-events: none;
}
.bdt-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}
.bdt-blend-multiply {
  mix-blend-mode: multiply;
}
.bdt-blend-screen {
  mix-blend-mode: screen;
}
.bdt-blend-overlay {
  mix-blend-mode: overlay;
}
.bdt-blend-darken {
  mix-blend-mode: darken;
}
.bdt-blend-lighten {
  mix-blend-mode: lighten;
}
.bdt-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.bdt-blend-color-burn {
  mix-blend-mode: color-burn;
}
.bdt-blend-hard-light {
  mix-blend-mode: hard-light;
}
.bdt-blend-soft-light {
  mix-blend-mode: soft-light;
}
.bdt-blend-difference {
  mix-blend-mode: difference;
}
.bdt-blend-exclusion {
  mix-blend-mode: exclusion;
}
.bdt-blend-hue {
  mix-blend-mode: hue;
}
.bdt-blend-saturation {
  mix-blend-mode: saturation;
}
.bdt-blend-color {
  mix-blend-mode: color;
}
.bdt-blend-luminosity {
  mix-blend-mode: luminosity;
}
.bdt-transform-center {
  transform: translate(-50%, -50%);
}
.bdt-transform-origin-top-left {
  transform-origin: 0 0;
}
.bdt-transform-origin-top-center {
  transform-origin: 50% 0;
}
.bdt-transform-origin-top-right {
  transform-origin: 100% 0;
}
.bdt-transform-origin-center-left {
  transform-origin: 0 50%;
}
.bdt-transform-origin-center-right {
  transform-origin: 100% 50%;
}
.bdt-transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.bdt-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.bdt-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
.bdt-flex {
  display: flex;
}
.bdt-flex-inline {
  display: inline-flex;
}
.bdt-flex-left {
  justify-content: flex-start;
}
.bdt-flex-center {
  justify-content: center;
}
.bdt-flex-right {
  justify-content: flex-end;
}
.bdt-flex-between {
  justify-content: space-between;
}
.bdt-flex-around {
  justify-content: space-around;
}
@media (min-width: 640px) {
  .bdt-flex-left\@s {
    justify-content: flex-start;
  }
  .bdt-flex-center\@s {
    justify-content: center;
  }
  .bdt-flex-right\@s {
    justify-content: flex-end;
  }
  .bdt-flex-between\@s {
    justify-content: space-between;
  }
  .bdt-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .bdt-flex-left\@m {
    justify-content: flex-start;
  }
  .bdt-flex-center\@m {
    justify-content: center;
  }
  .bdt-flex-right\@m {
    justify-content: flex-end;
  }
  .bdt-flex-between\@m {
    justify-content: space-between;
  }
  .bdt-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .bdt-flex-left\@l {
    justify-content: flex-start;
  }
  .bdt-flex-center\@l {
    justify-content: center;
  }
  .bdt-flex-right\@l {
    justify-content: flex-end;
  }
  .bdt-flex-between\@l {
    justify-content: space-between;
  }
  .bdt-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .bdt-flex-left\@xl {
    justify-content: flex-start;
  }
  .bdt-flex-center\@xl {
    justify-content: center;
  }
  .bdt-flex-right\@xl {
    justify-content: flex-end;
  }
  .bdt-flex-between\@xl {
    justify-content: space-between;
  }
  .bdt-flex-around\@xl {
    justify-content: space-around;
  }
}
.bdt-flex-stretch {
  align-items: stretch;
}
.bdt-flex-top {
  align-items: flex-start;
}
.bdt-flex-middle {
  align-items: center;
}
.bdt-flex-bottom {
  align-items: flex-end;
}
@media (min-width: 640px) {
  .bdt-flex-stretch\@s {
    align-items: stretch;
  }
  .bdt-flex-top\@s {
    align-items: flex-start;
  }
  .bdt-flex-middle\@s {
    align-items: center;
  }
  .bdt-flex-bottom\@s {
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .bdt-flex-stretch\@m {
    align-items: stretch;
  }
  .bdt-flex-top\@m {
    align-items: flex-start;
  }
  .bdt-flex-middle\@m {
    align-items: center;
  }
  .bdt-flex-bottom\@m {
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .bdt-flex-stretch\@l {
    align-items: stretch;
  }
  .bdt-flex-top\@l {
    align-items: flex-start;
  }
  .bdt-flex-middle\@l {
    align-items: center;
  }
  .bdt-flex-bottom\@l {
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .bdt-flex-stretch\@xl {
    align-items: stretch;
  }
  .bdt-flex-top\@xl {
    align-items: flex-start;
  }
  .bdt-flex-middle\@xl {
    align-items: center;
  }
  .bdt-flex-bottom\@xl {
    align-items: flex-end;
  }
}
.bdt-flex-row {
  flex-direction: row;
}
.bdt-flex-row-reverse {
  flex-direction: row-reverse;
}
.bdt-flex-column {
  flex-direction: column;
}
.bdt-flex-column-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 640px) {
  .bdt-flex-row\@s {
    flex-direction: row;
  }
  .bdt-flex-column\@s {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .bdt-flex-row\@m {
    flex-direction: row;
  }
  .bdt-flex-column\@m {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .bdt-flex-row\@l {
    flex-direction: row;
  }
  .bdt-flex-column\@l {
    flex-direction: column;
  }
}
@media (min-width: 1600px) {
  .bdt-flex-row\@xl {
    flex-direction: row;
  }
  .bdt-flex-column\@xl {
    flex-direction: column;
  }
}
.bdt-flex-nowrap {
  flex-wrap: nowrap;
}
.bdt-flex-wrap {
  flex-wrap: wrap;
}
.bdt-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.bdt-flex-wrap-stretch {
  align-content: stretch;
}
.bdt-flex-wrap-top {
  align-content: flex-start;
}
.bdt-flex-wrap-middle {
  align-content: center;
}
.bdt-flex-wrap-bottom {
  align-content: flex-end;
}
.bdt-flex-wrap-between {
  align-content: space-between;
}
.bdt-flex-wrap-around {
  align-content: space-around;
}
.bdt-flex-first {
  order: -1;
}
.bdt-flex-last {
  order: 99;
}
@media (min-width: 640px) {
  .bdt-flex-first\@s {
    order: -1;
  }
  .bdt-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 960px) {
  .bdt-flex-first\@m {
    order: -1;
  }
  .bdt-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .bdt-flex-first\@l {
    order: -1;
  }
  .bdt-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .bdt-flex-first\@xl {
    order: -1;
  }
  .bdt-flex-last\@xl {
    order: 99;
  }
}
.bdt-flex-initial {
  flex: initial;
}
.bdt-flex-none {
  flex: none;
}
.bdt-flex-auto {
  flex: auto;
}
.bdt-flex-1 {
  flex: 1;
}
@media (min-width: 640px) {
  .bdt-flex-initial\@s {
    flex: initial;
  }
  .bdt-flex-none\@s {
    flex: none;
  }
  .bdt-flex-1\@s {
    flex: 1;
  }
}
@media (min-width: 960px) {
  .bdt-flex-initial\@m {
    flex: initial;
  }
  .bdt-flex-none\@m {
    flex: none;
  }
  .bdt-flex-1\@m {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .bdt-flex-initial\@l {
    flex: initial;
  }
  .bdt-flex-none\@l {
    flex: none;
  }
  .bdt-flex-1\@l {
    flex: 1;
  }
}
@media (min-width: 1600px) {
  .bdt-flex-initial\@xl {
    flex: initial;
  }
  .bdt-flex-none\@xl {
    flex: none;
  }
  .bdt-flex-1\@xl {
    flex: 1;
  }
}
.bdt-margin {
  margin-bottom: 20px;
}
* + .bdt-margin {
  margin-top: 20px !important;
}
.bdt-margin-top {
  margin-top: 20px !important;
}
.bdt-margin-bottom {
  margin-bottom: 20px !important;
}
.bdt-margin-left {
  margin-left: 20px !important;
}
.bdt-margin-right {
  margin-right: 20px !important;
}
.bdt-margin-small {
  margin-bottom: 10px;
}
* + .bdt-margin-small {
  margin-top: 10px !important;
}
.bdt-margin-small-top {
  margin-top: 10px !important;
}
.bdt-margin-small-bottom {
  margin-bottom: 10px !important;
}
.bdt-margin-small-left {
  margin-left: 10px !important;
}
.bdt-margin-small-right {
  margin-right: 10px !important;
}
.bdt-margin-medium {
  margin-bottom: 40px;
}
* + .bdt-margin-medium {
  margin-top: 40px !important;
}
.bdt-margin-medium-top {
  margin-top: 40px !important;
}
.bdt-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.bdt-margin-medium-left {
  margin-left: 40px !important;
}
.bdt-margin-medium-right {
  margin-right: 40px !important;
}
.bdt-margin-large {
  margin-bottom: 40px;
}
* + .bdt-margin-large {
  margin-top: 40px !important;
}
.bdt-margin-large-top {
  margin-top: 40px !important;
}
.bdt-margin-large-bottom {
  margin-bottom: 40px !important;
}
.bdt-margin-large-left {
  margin-left: 40px !important;
}
.bdt-margin-large-right {
  margin-right: 40px !important;
}
@media (min-width: 1200px) {
  .bdt-margin-large {
    margin-bottom: 70px;
  }
  * + .bdt-margin-large {
    margin-top: 70px !important;
  }
  .bdt-margin-large-top {
    margin-top: 70px !important;
  }
  .bdt-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .bdt-margin-large-left {
    margin-left: 70px !important;
  }
  .bdt-margin-large-right {
    margin-right: 70px !important;
  }
}
.bdt-margin-xlarge {
  margin-bottom: 70px;
}
* + .bdt-margin-xlarge {
  margin-top: 70px !important;
}
.bdt-margin-xlarge-top {
  margin-top: 70px !important;
}
.bdt-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.bdt-margin-xlarge-left {
  margin-left: 70px !important;
}
.bdt-margin-xlarge-right {
  margin-right: 70px !important;
}
@media (min-width: 1200px) {
  .bdt-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .bdt-margin-xlarge {
    margin-top: 140px !important;
  }
  .bdt-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .bdt-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .bdt-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .bdt-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
.bdt-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.bdt-margin-auto-top {
  margin-top: auto !important;
}
.bdt-margin-auto-bottom {
  margin-bottom: auto !important;
}
.bdt-margin-auto-left {
  margin-left: auto !important;
}
.bdt-margin-auto-right {
  margin-right: auto !important;
}
.bdt-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 640px) {
  .bdt-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bdt-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .bdt-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
@media (min-width: 960px) {
  .bdt-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bdt-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .bdt-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .bdt-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bdt-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .bdt-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
@media (min-width: 1600px) {
  .bdt-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bdt-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .bdt-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
.bdt-margin-remove {
  margin: 0 !important;
}
.bdt-margin-remove-top {
  margin-top: 0 !important;
}
.bdt-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.bdt-margin-remove-left {
  margin-left: 0 !important;
}
.bdt-margin-remove-right {
  margin-right: 0 !important;
}
.bdt-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.bdt-margin-remove-adjacent + *,
.bdt-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}
.bdt-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 640px) {
  .bdt-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .bdt-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .bdt-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .bdt-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .bdt-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .bdt-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .bdt-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .bdt-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
.bdt-padding {
  padding: 30px;
}
@media (min-width: 1200px) {
  .bdt-padding {
    padding: 40px;
  }
}
.bdt-padding-small {
  padding: 15px;
}
.bdt-padding-large {
  padding: 40px;
}
@media (min-width: 1200px) {
  .bdt-padding-large {
    padding: 70px;
  }
}
.bdt-padding-remove {
  padding: 0 !important;
}
.bdt-padding-remove-top {
  padding-top: 0 !important;
}
.bdt-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.bdt-padding-remove-left {
  padding-left: 0 !important;
}
.bdt-padding-remove-right {
  padding-right: 0 !important;
}
.bdt-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bdt-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
:root {
  --bdt-position-margin-offset: 0.0001px;
}
[class*="bdt-position-top"],
[class*="bdt-position-bottom"],
[class*="bdt-position-left"],
[class*="bdt-position-right"],
[class*="bdt-position-center"] {
  position: absolute !important;
  max-width: calc(100% - (var(--bdt-position-margin-offset) * 2));
  box-sizing: border-box;
}
.bdt-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.bdt-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.bdt-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.bdt-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
.bdt-position-top-left {
  top: 0;
  left: 0;
}
.bdt-position-top-right {
  top: 0;
  right: 0;
}
.bdt-position-bottom-left {
  bottom: 0;
  left: 0;
}
.bdt-position-bottom-right {
  bottom: 0;
  right: 0;
}
.bdt-position-center {
  top: calc(50% - var(--bdt-position-margin-offset));
  left: calc(50% - var(--bdt-position-margin-offset));
  --bdt-position-translate-x: -50%;
  --bdt-position-translate-y: -50%;
  transform: translate(
    var(--bdt-position-translate-x),
    var(--bdt-position-translate-y)
  );
  width: max-content;
}
[class*="bdt-position-center-left"],
[class*="bdt-position-center-right"],
.bdt-position-center-vertical {
  top: calc(50% - var(--bdt-position-margin-offset));
  --bdt-position-translate-y: -50%;
  transform: translate(0, var(--bdt-position-translate-y));
}
.bdt-position-center-left {
  left: 0;
}
.bdt-position-center-right {
  right: 0;
}
.bdt-position-center-vertical {
  left: 0;
  right: 0;
}
.bdt-position-center-left-out {
  right: 100%;
  width: max-content;
}
.bdt-position-center-right-out {
  left: 100%;
  width: max-content;
}
.bdt-position-top-center,
.bdt-position-bottom-center,
.bdt-position-center-horizontal {
  left: calc(50% - var(--bdt-position-margin-offset));
  --bdt-position-translate-x: -50%;
  transform: translate(var(--bdt-position-translate-x), 0);
  width: max-content;
}
.bdt-position-top-center {
  top: 0;
}
.bdt-position-bottom-center {
  bottom: 0;
}
.bdt-position-center-horizontal {
  top: 0;
  bottom: 0;
}
.bdt-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bdt-position-small {
  margin: 15px;
  --bdt-position-margin-offset: 15px;
}
.bdt-position-medium {
  margin: 30px;
  --bdt-position-margin-offset: 30px;
}
.bdt-position-large {
  margin: 30px;
  --bdt-position-margin-offset: 30px;
}
@media (min-width: 1200px) {
  .bdt-position-large {
    margin: 50px;
    --bdt-position-margin-offset: 50px;
  }
}
.bdt-position-relative {
  position: relative !important;
}
.bdt-position-absolute {
  position: absolute !important;
}
.bdt-position-fixed {
  position: fixed !important;
}
.bdt-position-sticky {
  position: sticky !important;
}
.bdt-position-z-index {
  z-index: 1;
}
.bdt-position-z-index-zero {
  z-index: 0;
}
.bdt-position-z-index-negative {
  z-index: -1;
}
.bdt-position-z-index-high {
  z-index: 990;
}
:where(.bdt-transition-fade),
:where([class*="bdt-transition-scale"]),
:where([class*="bdt-transition-slide"]) {
  --bdt-position-translate-x: 0;
  --bdt-position-translate-y: 0;
}
.bdt-transition-fade,
[class*="bdt-transition-scale"],
[class*="bdt-transition-slide"] {
  --bdt-translate-x: 0;
  --bdt-translate-y: 0;
  --bdt-scale-x: 1;
  --bdt-scale-y: 1;
  transform: translate(
      var(--bdt-position-translate-x),
      var(--bdt-position-translate-y)
    )
    translate(var(--bdt-translate-x), var(--bdt-translate-y))
    scale(var(--bdt-scale-x), var(--bdt-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}
.bdt-transition-toggle:hover .bdt-transition-fade,
.bdt-transition-toggle:focus .bdt-transition-fade,
.bdt-transition-toggle .bdt-transition-fade:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-fade {
  opacity: 1;
}
[class*="bdt-transition-scale"] {
  -webkit-backface-visibility: hidden;
}
.bdt-transition-scale-up {
  --bdt-scale-x: 1;
  --bdt-scale-y: 1;
}
.bdt-transition-scale-down {
  --bdt-scale-x: 1.03;
  --bdt-scale-y: 1.03;
}
.bdt-transition-toggle:hover .bdt-transition-scale-up,
.bdt-transition-toggle:focus .bdt-transition-scale-up,
.bdt-transition-toggle .bdt-transition-scale-up:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-up {
  --bdt-scale-x: 1.03;
  --bdt-scale-y: 1.03;
  opacity: 1;
}
.bdt-transition-toggle:hover .bdt-transition-scale-down,
.bdt-transition-toggle:focus .bdt-transition-scale-down,
.bdt-transition-toggle .bdt-transition-scale-down:focus-within,
.bdt-transition-active.bdt-active .bdt-transition-scale-down {
  --bdt-scale-x: 1;
  --bdt-scale-y: 1;
  opacity: 1;
}
.bdt-transition-slide-top {
  --bdt-translate-y: -100%;
}
.bdt-transition-slide-bottom {
  --bdt-translate-y: 100%;
}
.bdt-transition-slide-left {
  --bdt-translate-x: -100%;
}
.bdt-transition-slide-right {
  --bdt-translate-x: 100%;
}
.bdt-transition-slide-top-small {
  --bdt-translate-y: calc(-1 * 10px);
}
.bdt-transition-slide-bottom-small {
  --bdt-translate-y: 10px;
}
.bdt-transition-slide-left-small {
  --bdt-translate-x: calc(-1 * 10px);
}
.bdt-transition-slide-right-small {
  --bdt-translate-x: 10px;
}
.bdt-transition-slide-top-medium {
  --bdt-translate-y: calc(-1 * 50px);
}
.bdt-transition-slide-bottom-medium {
  --bdt-translate-y: 50px;
}
.bdt-transition-slide-left-medium {
  --bdt-translate-x: calc(-1 * 50px);
}
.bdt-transition-slide-right-medium {
  --bdt-translate-x: 50px;
}
.bdt-transition-toggle:hover [class*="bdt-transition-slide"],
.bdt-transition-toggle:focus [class*="bdt-transition-slide"],
.bdt-transition-toggle [class*="bdt-transition-slide"]:focus-within,
.bdt-transition-active.bdt-active [class*="bdt-transition-slide"] {
  --bdt-translate-x: 0;
  --bdt-translate-y: 0;
  opacity: 1;
}
.bdt-transition-opaque {
  opacity: 1;
}
.bdt-transition-slow {
  transition-duration: 0.7s;
}
.bdt-transition-disable,
.bdt-transition-disable * {
  transition: none !important;
}
[hidden],
.bdt-hidden {
  display: none !important;
}
@media (min-width: 640px) {
  .bdt-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .bdt-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bdt-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .bdt-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .bdt-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .bdt-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .bdt-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .bdt-visible\@xl {
    display: none !important;
  }
}
.bdt-invisible {
  visibility: hidden !important;
}
.bdt-hidden-visually:not(:focus):not(:active):not(:focus-within),
.bdt-visible-toggle:not(:hover):not(:focus)
  .bdt-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.bdt-visible-toggle:not(:hover):not(:focus)
  .bdt-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}
@media (hover: none) {
  .bdt-hidden-touch {
    display: none !important;
  }
}
@media (hover) {
  .bdt-hidden-notouch {
    display: none !important;
  }
}
* {
  --bdt-inverse: initial;
}
.bdt-light,
.bdt-section-primary:not(.bdt-preserve-color),
.bdt-section-secondary:not(.bdt-preserve-color),
.bdt-tile-primary:not(.bdt-preserve-color),
.bdt-tile-secondary:not(.bdt-preserve-color),
.bdt-card-primary.bdt-card-body,
.bdt-card-primary > :not([class*="bdt-card-media"]),
.bdt-card-secondary.bdt-card-body,
.bdt-card-secondary > :not([class*="bdt-card-media"]),
.bdt-overlay-primary,
.bdt-offcanvas-bar {
  --bdt-inverse: light;
}
.bdt-dark,
.bdt-section-default:not(.bdt-preserve-color),
.bdt-section-muted:not(.bdt-preserve-color),
.bdt-tile-default:not(.bdt-preserve-color),
.bdt-tile-muted:not(.bdt-preserve-color),
.bdt-card-default.bdt-card-body,
.bdt-card-default > :not([class*="bdt-card-media"]),
.bdt-overlay-default,
.bdt-dropbar,
.bdt-navbar-container:not(.bdt-navbar-transparent),
.bdt-navbar-dropdown,
.bdt-dropdown {
  --bdt-inverse: dark;
}
.bdt-inverse-light {
  --bdt-inverse: light !important;
}
.bdt-inverse-dark {
  --bdt-inverse: dark !important;
}
[class*="bdt-"] *,
[class*="bdt-"] *::before,
[class*="bdt-"] *::after {
  box-sizing: border-box;
}
.bdt-prime-slider {
  position: relative;
  overflow: hidden;
}
.bdt-prime-slider video {
  height: 100%;
  object-fit: cover;
}
.bdt-prime-slider ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.bdt-prime-slider li {
  list-style: none;
}
.bdt-prime-slider .bdt-slideshow .bdt-slideshow-content-wrapper {
  max-width: inherit;
}
.bdt-prime-slider .bdt-slideshow .bdt-slideshow-content-wrapper div {
  line-height: inherit;
}
.bdt-prime-slider h1 a,
.bdt-prime-slider h2 a,
.bdt-prime-slider h3 a,
.bdt-prime-slider h4 a,
.bdt-prime-slider h5 a,
.bdt-prime-slider h6 a {
  font-size: inherit;
}
.bdt-prime-slider h1 a:hover,
.bdt-prime-slider h2 a:hover,
.bdt-prime-slider h3 a:hover,
.bdt-prime-slider h4 a:hover,
.bdt-prime-slider h5 a:hover,
.bdt-prime-slider h6 a:hover {
  font-size: inherit;
}
.bdt-prime-slider embed,
.bdt-prime-slider iframe,
.bdt-prime-slider object,
.bdt-prime-slider video {
  max-width: unset !important;
}
.bdt-ps-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .bdt-ps-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .bdt-ps-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bdt-ps-item-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bdt-prime-slider-container {
  padding: 0 30px;
}
[class*=" elementor-widget-prime-slider-"] svg.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.bdt-header-wrapper .bdt-header-inner {
  position: relative;
  min-height: 90px;
}
.bdt-header-wrapper .bdt-header-inner .bdt-offcanvas-button {
  background: transparent;
  padding: 0;
}
.bdt-header-wrapper .bdt-header-inner .bdt-prime-slider-logo {
  position: relative;
}
.bdt-header-wrapper .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav {
  display: none;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li {
  display: inline-block;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li > a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  min-height: 42px;
  padding: 0;
  transition: all 0.3s ease;
  outline: none;
  text-transform: uppercase;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li > a:after,
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li > a:before {
  content: "";
  position: absolute;
  background: #fe506c;
  left: 0;
  transition: all 0.3s ease;
}
.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav > li:hover > a {
  color: #ddd;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav
  > li
  .bdt-navbar-dropdown {
  padding-left: 25px;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav
  > li
  .bdt-navbar-dropdown
  li
  > a {
  color: #818a91;
  font-size: 14px;
  font-weight: 400;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav
  > li
  .bdt-navbar-dropdown
  li
  > a:hover,
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav
  > li
  .bdt-navbar-dropdown
  li
  > a.bdt-open {
  color: #fe506c;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-default
  > li
  > a {
  min-height: auto;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-line
  > li
  > a:after,
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-line
  > li
  > a:before {
  bottom: 0px;
  height: 3px;
  width: 0;
  left: 50%;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-line
  > li:hover
  a:after {
  width: 50%;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-line
  > li:hover
  a:before {
  left: 0px;
  width: 50%;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-background
  > li
  > a {
  padding: 0 10px;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-background
  > li
  > a:before {
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: -1;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-background
  > li:hover
  a:before {
  height: 100%;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li {
  position: relative;
  margin-right: 30px;
  padding-right: 35px;
  margin-left: 0;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li::after {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background: #fff;
  border-radius: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li:nth-last-child(1) {
  margin: 0;
  padding: 0;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li:nth-last-child(1):after {
  display: none;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li:hover
  > a {
  color: #fe506c;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li:hover
  > a::before {
  transform: translateY(0);
  opacity: 1;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li
  > a {
  display: flex;
  min-height: 110px;
  align-items: center;
  visibility: visible;
}
.bdt-header-wrapper
  .bdt-header-inner
  .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline
  > li
  > a::before {
  height: 16px;
  width: 100%;
  background: #fe506c;
  top: -8px;
  border-radius: 40px;
  transform: translateY(-25px);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.bdt-header-wrapper {
  z-index: 10;
  width: 100%;
}
.bdt-header-wrapper header {
  width: 100%;
}
.bdt-header-wrapper header:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 0;
  top: 0;
  transition: height 400ms cubic-bezier(0.2, 0.89, 0.58, 1);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.bdt-header-wrapper header.bdt-sticky.bdt-active:after {
  height: 100%;
}
.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent {
  position: relative;
}
.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent .bdt-navbar-dropdown {
  top: 0 !important;
  left: 100% !important;
  right: auto;
}
@media (min-width: 640px) {
  .bdt-header-wrapper .bdt-header-inner {
    min-height: 110px;
  }
}
@media (min-width: 960px) {
  .bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav {
    display: inherit;
  }
}
[class*="elementor-widget-prime-slider-"] .bdt-navigation-next,
[class*="elementor-widget-prime-slider-"] .bdt-navigation-prev {
  cursor: pointer;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination {
  position: relative;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: 5px;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
}
[class*="elementor-widget-prime-slider-"] .swiper-pagination-fraction,
[class*="elementor-widget-prime-slider-"] .swiper-pagination-custom,
[class*="elementor-widget-prime-slider-"]
  .swiper-container-horizontal
  .swiper-pagination-bullets,
[class*="elementor-widget-prime-slider-"]
  .swiper-container-horizontal
  + .swiper-pagination-bullets {
  bottom: -50px;
  width: 100%;
}
[class*="elementor-widget-prime-slider-"]
  .swiper-pagination-fraction
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .swiper-pagination-custom
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .swiper-container-horizontal
  + .swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.bdt-navigation-type-arrows-fraction .swiper-pagination {
  position: initial;
}
.rtl .bdt-arrows-container,
.rtl .bdt-arrows-fraction-container,
.rtl .bdt-arrows-dots-container {
  direction: rtl;
}
.rtl .bdt-arrows-container .swiper-pagination,
.rtl .bdt-arrows-fraction-container .swiper-pagination,
.rtl .bdt-arrows-dots-container .swiper-pagination {
  direction: ltr;
}
[class*="elementor-widget-prime-slider-"]
  .swiper-container
  .elementor-lightbox-content-source {
  display: none;
}
[class*="elementor-widget-prime-slider-"]
  .swiper-container-horizontal
  + .swiper-pagination-progressbar,
[class*="elementor-widget-prime-slider-"]
  .swiper-container-vertical
  + .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
}
[class*="elementor-widget-prime-slider-"] .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
[class*="elementor-widget-prime-slider-"]
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-arrows-align-top"]
  .bdt-arrows-container {
  transform: translateY(-40px);
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-arrows-align-bottom"]
  .bdt-arrows-container {
  transform: translateY(40px);
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-dots-align-top"]
  .bdt-dots-container {
  transform: translateY(-30px);
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-dots-align-bottom"]
  .bdt-dots-container {
  transform: translateY(30px);
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-arrows-dots-align-top"]
  .bdt-arrows-dots-container {
  transform: translateY(-40px);
}
[class*="elementor-widget-prime-slider-"]
  [class*="bdt-arrows-dots-align-bottom"]
  .bdt-arrows-dots-container {
  transform: translateY(40px);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-position-center,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-position-center {
  width: 100%;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-navigation-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-navigation-prev {
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-navigation-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-navigation-next {
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-dots-container
  .swiper-pagination,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-arrows-dots-container
  .swiper-pagination {
  position: absolute;
  width: 100%;
}
.bdt-navigation-type-progress .swiper-pagination-progress {
  transform: translateY(15px);
  height: 5px;
  width: 100%;
}
[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination {
  position: relative;
  display: flex;
  align-items: var(--bdt-swiper-dots-align, center);
  justify-content: center;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
  transition: all 0.3s ease;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination
  .swiper-pagination-bullet
  + .swiper-pagination-bullet {
  margin-left: var(--bdt-swiper-dots-space-between, 5px);
  outline: none;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination.swiper-pagination-fraction,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  z-index: 1;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets {
  min-height: var(--bdt-swiper-dots-active-height, 10px);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  position: relative;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets
  .swiper-pagination-bullet:after,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet:after,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets
  .swiper-pagination-bullet:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  width: 100% !important;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active {
  transform: scale(1);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-slider
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-dots-container
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-position-center,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-position-center {
  width: 100%;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-navigation-prev,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-navigation-prev {
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-align-center
  .bdt-navigation-next,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-navigation-next {
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
.rtl .bdt-arrows-align-center .bdt-navigation-prev,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev {
  right: 0;
  left: inherit;
}
.rtl .bdt-arrows-align-center .bdt-navigation-next,
.rtl .bdt-arrows-dots-align-center .bdt-navigation-next {
  left: 0;
  right: inherit;
}
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-dots-container
  .swiper-pagination,
[class*="elementor-widget-prime-slider-"]
  .bdt-arrows-dots-align-center
  .bdt-arrows-dots-container
  .swiper-pagination {
  position: absolute;
  width: 100% !important;
}
.bdt-navigation-type-progress .swiper-pagination-progress {
  transform: translateY(15px);
  height: 5px;
  width: 100%;
}
.e-container--row [class*="elementor-widget-prime-slider-"] {
  width: 100%;
}
.reveal-effects-active-yes [data-reveal="reveal-active"] {
  opacity: 0;
}
.reveal-effects-active-yes .reveal-muted {
  opacity: 0;
  transform: scale(0.1);
}
.reveal-effects-active-yes .reveal-loaded {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.swiper-shutters .swiper-slide,
.swiper-shutters .swiper-slide {
  overflow: hidden;
}
.swiper-shutters-image,
.swiper-shutters-image-clone,
.swiper-shutters-image-clones {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-shutters-image {
  object-fit: cover;
  object-position: center;
}
.swiper-shutters-image-clone {
  overflow: hidden;
}
.swiper-gl {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.swiper-gl .swiper-slide,
.swiper-gl swiper-slide {
  position: relative;
}
.swiper-gl .swiper-gl-image {
  display: none;
}
.swiper-gl > canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-gl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slicer .swiper-slide,
.swiper-slicer swiper-slide {
  overflow: hidden;
}
.swiper-slicer-image,
.swiper-slicer-image-clone,
.swiper-slicer-image-clones {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.swiper-slicer-image {
  display: none;
  object-fit: cover;
  object-position: center;
}
.swiper-slicer-image-clone {
  overflow: hidden;
  transition-timing-function: cubic-bezier(1, 0, 0.5, 1);
}
.swiper-slicer-image-clone .swiper-slicer-image {
  display: block;
}
:root {
  --swiper-tinder-no-color: red;
  --swiper-tinder-yes-color: green;
  --swiper-tinder-label-text-color: #fff;
  --swiper-tinder-label-font-size: 32px;
  --swiper-tinder-button-size: 56px;
  --swiper-tinder-button-icon-size: 32px;
}
.swiper-tinder {
  box-sizing: border-box;
}
.swiper-tinder .swiper-slide {
  overflow: hidden;
}
.swiper-tinder .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-tinder-label {
  position: absolute;
  font-size: var(--swiper-tinder-label-font-size);
  font-weight: 700;
  padding: 4px 12px;
  text-transform: uppercase;
  border-radius: 4px;
  opacity: 0;
  color: var(--swiper-tinder-label-text-color);
}
.swiper-tinder-label-yes {
  left: 3%;
  top: 5%;
  transform: rotate(-20deg);
  background-color: var(--swiper-tinder-yes-color);
  transform-origin: right top;
}
.swiper-tinder-label-no {
  right: 3%;
  top: 5%;
  transform: rotate(20deg);
  background-color: var(--swiper-tinder-no-color);
  transform-origin: left top;
}
.swiper-tinder-button {
  position: absolute;
  cursor: pointer;
  bottom: 32px;
  width: var(--swiper-tinder-button-size);
  height: var(--swiper-tinder-button-size);
  border: 1px solid;
  border-radius: 999px;
  background: 0 0;
  appearance: none;
  outline: 0;
  box-shadow: none;
  z-index: 100;
  transition-duration: 0.1s;
  font-size: var(--swiper-tinder-button-icon-size) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.swiper-tinder-button svg {
  width: var(--swiper-tinder-button-icon-size);
  height: var(--swiper-tinder-button-icon-size);
}
.swiper-tinder-button-hidden {
  opacity: 0;
  pointer-events: none;
}
.swiper-tinder-button-no {
  border-color: var(--swiper-tinder-no-color);
  left: calc(33% - 28px);
}
.swiper-tinder-button-no svg {
  fill: var(--swiper-tinder-no-color);
}
.swiper-tinder-button-no.swiper-tinder-button-active,
.swiper-tinder-button-no:active {
  background: var(--swiper-tinder-no-color);
}
.swiper-tinder-button-no.swiper-tinder-button-active svg,
.swiper-tinder-button-no:active svg {
  fill: #fff;
}
.swiper-tinder-button-yes {
  border-color: var(--swiper-tinder-yes-color);
  left: calc(66% - 28px);
}
.swiper-tinder-button-yes svg {
  fill: var(--swiper-tinder-yes-color);
}
.swiper-tinder-button-yes.swiper-tinder-button-active,
.swiper-tinder-button-yes:active {
  background: var(--swiper-tinder-yes-color);
}
.swiper-tinder-button-yes.swiper-tinder-button-active svg,
.swiper-tinder-button-yes:active svg {
  fill: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  [class*="elementor-widget-prime-slider-"] .bdt-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  [class*="elementor-widget-prime-slider-"] .bdt-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  [class*="elementor-widget-prime-slider-"] .bdt-mobile {
    display: none !important;
  }
}
