.elfrida-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.qodef--custom-appear.qodef-appear--reveal-from-left:before {
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94),
    clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  clip-path: inset(0 0 0 100%);
  transform: translateX(-20%);
}
.qodef--custom-appear.qodef-appear--reveal-from-left.qodef--appeared:before {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.elementor-editor-active
  .qodef--custom-appear.qodef-appear--reveal-from-left:before {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.qodef--custom-appear.qodef-appear--reveal-from-right:before {
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94),
    clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  clip-path: inset(0 100% 0 0);
  transform: translateX(20%);
}
.qodef--custom-appear.qodef-appear--reveal-from-right.qodef--appeared:before {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.elementor-editor-active
  .qodef--custom-appear.qodef-appear--reveal-from-right:before {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.qodef-link-underline {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-link-underline:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
  font-family: inherit;
  font-weight: inherit;
}
.kc-elm.qodef-shortcode .fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.kc-elm.qodef-shortcode .fab:before {
  font-family: inherit;
  font-weight: inherit;
}
#qodef-back-to-top {
  --qode-width: 50px;
  position: fixed;
  height: 46px;
  right: 0;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: #252525;
  border: 1px solid #252525;
  overflow: hidden;
  transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  transform: translateX(calc(100% - var(--qode-width)));
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top .qodef-back-to-top-arrow {
  position: absolute;
  width: var(--qode-width);
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
#qodef-back-to-top .qodef-back-to-top-text {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  margin-left: var(--qode-width);
  margin-right: 16px;
  transform: translateX(9px);
  opacity: 0;
  transition: opacity 0.35s ease-out,
    transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#qodef-back-to-top svg {
  display: block;
  width: 16px;
  height: auto;
  fill: transparent;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon {
  transform: translateX(0);
}
#qodef-back-to-top:hover .qodef-back-to-top-text {
  transform: translateX(-5px);
  opacity: 1;
}
#qodef-back-to-top.qodef--off {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0s 0.15s;
}
#qodef-back-to-top.qodef--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}
.qodef-background-text {
  position: relative;
}
.qodef-background-text .qodef-m-background-text-holder {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
.qodef-background-text .qodef-m-background-text {
  color: var(--qode-main-color);
  font-family: Outfit, sans-serif;
  font-size: 200px;
  line-height: 1em;
}
.qodef-blog.qodef-item-layout--info-below .qodef-e-content {
  text-align: center;
  margin: 21px 0 0;
}
.qodef-blog.qodef-item-layout--info-below .qodef-e-top-holder {
  justify-content: center;
  margin-bottom: 4px;
}
.qodef-blog.qodef-item-layout--info-below .qodef-e-bottom-holder {
  justify-content: center;
  margin-top: -7px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
  display: flex;
  align-items: flex-start;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  flex-shrink: 0;
  margin-right: 20px;
  width: 115px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-info {
  display: flex;
  margin-bottom: 14px;
}
.qodef-blog.qodef-item-layout--side-by-side article .entry-date {
  position: relative;
}
.qodef-blog.qodef-item-layout--side-by-side article .entry-date:hover {
  color: #fff;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title {
  margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
  margin: 0;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-bottom-holder {
  margin-top: 5px;
}
.widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 20px;
}
.widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8.5px;
}
.widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 20px;
  width: 115px !important;
}
.widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 3px;
}
#qodef-top-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 20px;
}
#qodef-top-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8.5px;
}
#qodef-top-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 20px;
  width: 115px !important;
}
#qodef-top-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 3px;
}
#qodef-page-footer
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 20px;
}
#qodef-page-footer
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8.5px;
}
#qodef-page-footer
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 20px;
  width: 115px !important;
}
#qodef-page-footer
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 6px;
}
#qodef-side-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 20px;
}
#qodef-side-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8.5px;
}
#qodef-side-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 20px;
  width: 115px !important;
}
#qodef-side-area
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 3px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 20px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8.5px;
}
.qodef-mega-menu-widget-holder
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-media {
  margin-right: 20px;
  width: 115px !important;
}
.qodef-mega-menu-widget-holder
  .widget.widget_elfrida_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 3px;
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 99px;
  background-color: #f0f0e6;
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 80px;
}
#qodef-author-info .qodef-m-top {
  display: flex;
}
#qodef-author-info .qodef-author-position {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 17px;
  line-height: 1.41176em;
  letter-spacing: 0.025em;
}
#qodef-author-info .qodef-author-position:before {
  content: "/";
  margin: 0 3px;
}
#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 25px;
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
  border-radius: 50%;
}
#qodef-author-info .qodef-m-author {
  margin: 0;
}
#qodef-author-info .qodef-m-email {
  margin: 5px 0 0;
}
#qodef-author-info .qodef-m-description {
  margin: 8px 0 0;
}
#qodef-author-info .qodef-m-social-icons {
  margin-top: 18px;
}
#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}
#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}
#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 63px 0 3px;
}
#qodef-single-post-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-post-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-post-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  right: 0;
  margin-left: auto;
  text-align: right;
}
#qodef-single-post-navigation .qodef-m-nav-label {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.035em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
  font-family: Outfit, sans-serif;
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 100% var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
#qodef-single-post-navigation .qodef-m-nav-label:hover {
  color: #333;
}
#qodef-single-post-navigation .qodef-m-nav-label:hover {
  animation: qode-inline-underline-initial-hover 0.8s
    cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  color: #000;
}
#qodef-page-content-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #121212;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#qodef-page-content-bottom > .qodef-m-inner {
  padding: 67px 0;
}
#qodef-page-content-bottom .qodef-content-full-width {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#qodef-page-content-bottom .qodef-disable-links a {
  pointer-events: none;
}
#qodef-page-content-bottom .qodef-disable-links a img {
  pointer-events: auto;
}
.qodef--boxed #qodef-page-content-bottom {
  padding-left: 30px;
  padding-right: 30px;
}
#qodef-page-content-bottom .widget {
  margin: 0;
  color: #fff;
}
#qodef-page-content-bottom .widget h1,
#qodef-page-content-bottom .widget h2,
#qodef-page-content-bottom .widget h3,
#qodef-page-content-bottom .widget h4,
#qodef-page-content-bottom .widget h5,
#qodef-page-content-bottom .widget h6 {
  color: #fff;
}
#qodef-page-content-bottom .widget a,
#qodef-page-content-bottom .widget p {
  font-family: Outfit, sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
  color: #fff;
}
#qodef-page-content-bottom .widget a:hover {
  color: #fff;
}
#qodef-page-content-bottom .widget.widget_nav_menu .qodef-widget-title,
#qodef-page-content-bottom
  .widget[data-widget_type*="widget-nav-menu"]
  .qodef-widget-title {
  text-align: center;
}
#qodef-page-content-bottom .widget.widget_nav_menu ul,
#qodef-page-content-bottom .widget[data-widget_type*="widget-nav-menu"] ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 1px;
  column-gap: 1px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 880px) {
  #qodef-page-content-bottom .widget.widget_nav_menu ul,
  #qodef-page-content-bottom .widget[data-widget_type*="widget-nav-menu"] ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-content-bottom .widget.widget_nav_menu ul,
  #qodef-page-content-bottom .widget[data-widget_type*="widget-nav-menu"] ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
#qodef-page-content-bottom .widget.widget_nav_menu ul li,
#qodef-page-content-bottom .widget[data-widget_type*="widget-nav-menu"] ul li {
  outline: 1px solid #636363;
  margin: 0;
}
#qodef-page-content-bottom .widget.widget_nav_menu ul li:last-child,
#qodef-page-content-bottom
  .widget[data-widget_type*="widget-nav-menu"]
  ul
  li:last-child {
  margin: 0;
}
#qodef-page-content-bottom .widget.widget_nav_menu ul li a,
#qodef-page-content-bottom
  .widget[data-widget_type*="widget-nav-menu"]
  ul
  li
  a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 43px 20px;
}
#qodef-page-footer .qodef-alignment--left {
  text-align: left;
}
#qodef-page-footer .qodef-alignment--left .widget img {
  margin-right: auto;
}
#qodef-page-footer .qodef-alignment--center {
  text-align: center;
}
#qodef-page-footer .qodef-alignment--center .widget img {
  margin-right: auto;
  margin-left: auto;
}
#qodef-page-footer .qodef-alignment--right {
  text-align: right;
}
#qodef-page-footer .qodef-alignment--right .widget img {
  margin-left: auto;
}
#qodef-page-footer-bottom-area-inner .qodef-grid.qodef-gutter--custom,
#qodef-page-footer-top-area-inner .qodef-grid.qodef-gutter--custom {
  --qode-columns-row-gap: var(--qode-columns-col-gap);
}
@media (min-width: 1201px) {
  #qodef-page-footer-top-area-inner
    .qodef-grid.qodef-col-num--4.qodef-1st-column-wider--yes
    > .qodef-grid-inner {
    grid-template-columns: 42% auto auto auto;
  }
  #qodef-page-footer-top-area-inner
    .qodef-grid.qodef-col-num--4.qodef-1st-column-wider--yes
    > .qodef-grid-inner
    .qodef-grid-item:first-of-type {
    padding-right: 23.2%;
  }
  #qodef-page-footer-top-area-inner
    .qodef-grid.qodef-col-num--4.qodef-1st-column-wider--yes
    > .qodef-grid-inner
    .qodef-grid-item:first-of-type
    .wp-block-group
    .widget_elfrida_core_title_widget {
    padding-right: 10px;
  }
}
@media (min-width: 881px) {
  #qodef-page-footer-bottom-area-inner
    .qodef-alignment--space-between
    .qodef-grid-item:nth-child(2) {
    text-align: right;
  }
}
.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}
.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}
.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in 0.25s linear both;
}
.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out 0.25s linear both;
}
#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.qodef-fullscreen-menu {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: left;
}
.qodef-fullscreen-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-fullscreen-menu ul li {
  position: relative;
  margin: 0;
  padding: 0;
}
.qodef-fullscreen-menu ul li a .qodef-menu-item-arrow {
  display: none;
}
.qodef-fullscreen-menu ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-fullscreen-menu ul.sub-menu {
  display: none;
}
.qodef-fullscreen-menu .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-fullscreen-menu > ul > li > a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.23077em;
  letter-spacing: 0.02em;
  color: #fff;
}
.qodef-fullscreen-menu > ul > li > a .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 3px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: var(--qode-main-color);
}
.qodef-fullscreen-menu > ul > li > a:hover .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: var(--qode-main-color);
}
.qodef-fullscreen-menu
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-fullscreen-menu > ul > li.current-menu-item > a .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 10px 0 5px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 20px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875em;
  text-transform: initial;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #666;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a {
  color: #666;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff;
}
.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
  visibility: hidden;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
  visibility: visible;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-header-logo-link,
.qodef-fullscreen-menu--opened.qodef-fullscreen-menu--hide-logo
  .qodef-mobile-header-logo-link {
  visibility: hidden;
}
#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 30px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 10px;
}
#qodef-page-header .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-page-header .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-page-header div[id^="monster-widget-placeholder"],
#qodef-page-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-page-header-inner {
  border-bottom: 0 solid transparent;
}
#qodef-page-header-inner.qodef-content-grid {
  padding: 0;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--light nav > ul > li > a:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--light nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--light
  nav
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--light
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-selected
  *,
#qodef-page-header-inner.qodef-skin--light
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  select,
#qodef-page-header-inner.qodef-skin--light
  .qodef-login-opener-widget
  .qodef-logged-in-user
  .qodef-m-user-name,
#qodef-page-header-inner.qodef-skin--light
  .qodef-login-opener-widget
  .qodef-login-opener,
#qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-menu-opener,
#qodef-page-header-inner.qodef-skin--light .widget .qodef-svg-icon-widget a,
#qodef-page-header-inner.qodef-skin--light .widget > a,
#qodef-page-header-inner.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-count,
#qodef-page-header-inner.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text,
.qodef-custom-header-layout.qodef-skin--light
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-selected
  *,
.qodef-custom-header-layout.qodef-skin--light
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  select,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-login-opener-widget
  .qodef-logged-in-user
  .qodef-m-user-name,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-login-opener-widget
  .qodef-login-opener,
.qodef-custom-header-layout.qodef-skin--light
  .qodef-vertical-sliding-menu-opener,
.qodef-custom-header-layout.qodef-skin--light .widget .qodef-svg-icon-widget a,
.qodef-custom-header-layout.qodef-skin--light .widget > a,
.qodef-custom-header-layout.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-count,
.qodef-custom-header-layout.qodef-skin--light
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark nav > ul > li > a:hover,
.qodef-custom-header-layout.qodef-skin--dark nav > ul > li > a:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-page-header-inner.qodef-skin--dark nav > ul > li.current-menu-item > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-custom-header-layout.qodef-skin--dark
  nav
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-header-dark-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
#qodef-page-header-inner.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-selected
  *,
#qodef-page-header-inner.qodef-skin--dark
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  select,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-login-opener-widget
  .qodef-logged-in-user
  .qodef-m-user-name,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-login-opener-widget
  .qodef-login-opener,
#qodef-page-header-inner.qodef-skin--dark .qodef-vertical-sliding-menu-opener,
#qodef-page-header-inner.qodef-skin--dark .widget .qodef-svg-icon-widget a,
#qodef-page-header-inner.qodef-skin--dark .widget > a,
#qodef-page-header-inner.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener,
#qodef-page-header-inner.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-count,
#qodef-page-header-inner.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text,
.qodef-custom-header-layout.qodef-skin--dark
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-selected
  *,
.qodef-custom-header-layout.qodef-skin--dark
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  select,
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-login-opener-widget
  .qodef-logged-in-user
  .qodef-m-user-name,
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-login-opener-widget
  .qodef-login-opener,
.qodef-custom-header-layout.qodef-skin--dark
  .qodef-vertical-sliding-menu-opener,
.qodef-custom-header-layout.qodef-skin--dark .widget .qodef-svg-icon-widget a,
.qodef-custom-header-layout.qodef-skin--dark .widget > a,
.qodef-custom-header-layout.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener,
.qodef-custom-header-layout.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-count,
.qodef-custom-header-layout.qodef-skin--dark
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header .qodef-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: inherit;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.025em;
  transition: color 0.2s ease-out;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--dark,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--light
  .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--light,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link
  img.qodef--dark {
  opacity: 1;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--svg-path,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--textual {
  color: var(--qode-header-dark-color) !important;
}
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--svg-path:hover,
#qodef-page-header-inner.qodef-skin--dark
  .qodef-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-dark-hover-color) !important;
}
body.qodef-header--centered {
  --qode-header-height: 97px;
}
body.qodef-header--centered #qodef-page-header-inner {
  padding: 0 50px;
}
body.qodef-header--centered #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
body.qodef-header--centered #qodef-page-header-inner .qodef-header-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
body.qodef-header--centered #qodef-page-header-inner .qodef-widgets-holder {
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
body.qodef-header--centered
  #qodef-page-header-inner
  .qodef-widgets-holder
  .qodef-widget-holder {
  margin-left: 20px;
}
body.qodef-header--centered #qodef-page-header-inner .qodef-header-logo-link {
  margin: 0 auto;
}
body.qodef-header--divided {
  --qode-header-height: 90px;
}
body.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper,
body.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-right-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
body.qodef-header--divided
  #qodef-page-header
  .qodef-divided-header-left-wrapper {
  justify-content: flex-end;
}
body.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
}
body.qodef-header--divided #qodef-page-header .qodef-header-navigation {
  margin: 0 54px;
}
body.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--one {
  margin-left: auto;
}
body.qodef-header--divided #qodef-page-header .qodef-widget-holder.qodef--two {
  margin-left: 0;
  margin-right: auto;
}
body.qodef-header--divided
  #qodef-page-header
  .qodef-header-navigation
  > ul
  > li {
  margin: 0 27px;
}
body.qodef-header--divided #qodef-page-header-inner {
  align-items: center;
  justify-content: center;
}
.qodef-header-standard--right
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.qodef-header-standard--center
  #qodef-page-header-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}
.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 0;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
  margin-right: auto;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 24px;
}
@media only screen and (min-width: 1369px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1369px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1369px) and (max-width: 1512px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1369px) and (max-width: 1368px) {
  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1200px) {
  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 800px;
  }
}
.qodef-header--vertical-sliding #qodef-page-header {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
  max-width: unset;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-widget-holder.qodef--one {
  width: 30%;
  justify-content: flex-end;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
  margin-left: auto;
  margin-right: auto;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-opener-and-widgets {
  display: flex;
  align-items: center;
  width: 30%;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  justify-content: space-between;
}
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--static
  .qodef-header-logo-link,
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--static
  .qodef-widget-holder {
  animation: qode-fade-in 0.25s 0.6s linear both;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: #fff;
  left: -430px;
  padding-left: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 430px;
  z-index: 10;
  flex-direction: column;
  box-shadow: 0 3px 20px 0 rgba(115, 115, 115, 0.25);
}
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--dynamic
  .qodef-header-logo-link,
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--dynamic
  .qodef-widget-holder {
  margin-right: 0;
}
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--dynamic
  .qodef-header-logo-link
  img {
  position: relative !important;
  top: 0 !important;
  transform: none !important;
}
.qodef-header--vertical-sliding #qodef-page-header .qodef-logo-and-close {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: 100%;
  padding-left: 52px;
  margin-top: 79px;
  margin-bottom: 61px;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-logo-and-close
  .qodef-vertical-sliding-menu-opener
  .qodef-m-icon {
  margin-top: 4px;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-logo-and-close
  .qodef-vertical-sliding-menu-opener
  .qodef-m-icon.qodef--open {
  opacity: 0;
  visibility: hidden;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-logo-and-close
  .qodef-vertical-sliding-menu-opener
  .qodef-m-icon.qodef--close {
  opacity: 1;
  visibility: visible;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-logo-and-close
  .qodef-header-logo-link {
  margin: 0 0 0 7px;
  height: 20px !important;
}
.qodef-header--vertical-sliding.qodef-header--sticky-display
  #qodef-page-header
  .qodef-logo-and-close {
  margin-top: 140px;
}
.qodef-header--vertical-sliding
  #qodef-page-header.qodef-vertical-sliding-menu--opened
  .qodef--dynamic {
  left: 0;
  visibility: visible;
}
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
  height: calc(100% - 32px);
  top: 32px;
}
.qodef-header--vertical-sliding
  #qodef-page-header-inner.qodef-skin--light
  .qodef-header-vertical-sliding-navigation
  .qodef-menu-item-arrow {
  color: var(--qode-header-light-color) !important;
}
.qodef-header--vertical-sliding
  #qodef-page-header-inner.qodef-skin--light
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  color: var(--qode-header-light-color) !important;
}
.qodef-header--vertical-sliding
  #qodef-page-header-inner.qodef-skin--dark
  .qodef-header-vertical-sliding-navigation
  .qodef-menu-item-arrow {
  color: var(--qode-header-dark-color) !important;
}
.qodef-header--vertical-sliding
  #qodef-page-header-inner.qodef-skin--dark
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  color: var(--qode-header-dark-color) !important;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
  align-items: flex-start;
  display: flex;
  height: 100%;
  padding: 0 40px 0 94px;
  width: 100%;
  z-index: 100;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 5px;
  height: auto;
  color: #000;
  overflow: visible;
  top: 9px;
  right: 2px;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  ul
  li {
  margin: 0;
  padding: 0;
  position: relative;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  ul
  li
  .qodef-drop-down-second {
  transform: translateZ(0);
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  display: block;
  padding: 0;
  position: relative;
  z-index: 997;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  ul
  li.qodef--hide-link
  > a {
  cursor: default;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  ul
  li.qodef-menu-item--open
  > a
  > .qodef-menu-item-text
  > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  color: #000;
  display: flex;
  line-height: 2em;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 4px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a:hover {
  color: #666;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 4px 0 17px;
  margin-left: 3px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul
  .qodef-menu-item-arrow {
  top: calc(50% - 5px);
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 0;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  .sub-menu {
  padding-left: 15px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875em;
  text-transform: initial;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #000;
  font-size: 14px;
  margin: 11px 0;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  color: #666;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li.current-menu-item
  > a,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li:hover
  > a {
  color: #666;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below
  ul
  li
  .qodef-drop-down-second {
  display: none;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side
  .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side
  .qodef-drop-down-second
  ul {
  background-color: #fff;
  left: calc(100% + 40px);
  margin-left: 50px;
  opacity: 0;
  padding: 25px 20px;
  position: absolute;
  top: -23px;
  transition: all 0.2s ease-out;
  visibility: hidden;
  width: 254px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side
  .qodef-drop-down-second
  ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side
  .qodef-drop-down-second
  ul
  ul {
  left: calc(100% + 20px);
  top: -25px;
  transition: all 0.2s ease;
  visibility: hidden;
}
.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
  left: 30px;
  width: calc(100% - 60px);
}
.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
  top: 32px;
}
.qodef-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.5s ease, top 0.5s ease;
  z-index: 100;
  border-bottom: 1px solid #ccc;
}
.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}
body.qodef-header--standard
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin-left: auto;
  margin-right: auto;
}
body.qodef-header--standard .qodef-header-sticky-inner .qodef-header-logo-link {
  position: absolute !important;
  left: 0;
  top: initial;
}
body.qodef-header--standard .qodef-header-sticky-inner .qodef-widget-holder {
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
body.qodef-header--centered .qodef-header-sticky-inner {
  padding: 0 50px;
}
body.qodef-header--centered
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
body.qodef-header--centered .qodef-header-sticky-inner .qodef-header-logo-link {
  margin: 0 auto;
}
body.qodef-header--centered .qodef-header-sticky-inner .qodef-widget-holder {
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
body.qodef-header--vertical-sliding
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
body.qodef-header--vertical-sliding
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  margin: 0 auto;
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}
.qodef-header-sticky-inner .qodef-header-sticky-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.qodef-header-sticky-inner.qodef-content-grid {
  padding: 0;
}
.qodef-header-standard--right
  .qodef-header-sticky-inner
  .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header-standard--left .qodef-header-sticky-inner {
  justify-content: flex-start;
}
.qodef-header-standard--left
  .qodef-header-sticky-inner
  .qodef-header-navigation {
  margin-left: 20px;
}
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
  margin-left: auto !important;
}
body.qodef-top-area--enabled {
  --qode-top-bar-height: 40px;
}
#qodef-top-area {
  position: relative;
  background-color: #121212;
  z-index: 100;
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-top-area .qodef-widget-holder * {
  font-family: Outfit, sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
}
#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul,
#qodef-top-area
  .qodef-widget-holder
  .widget[data-widget_type*="widget-nav-menu"]
  ul {
  display: flex;
  align-items: center;
}
#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul li,
#qodef-top-area
  .qodef-widget-holder
  .widget[data-widget_type*="widget-nav-menu"]
  ul
  li {
  margin: 0 34px 0 0;
}
#qodef-top-area .qodef-widget-holder .widget.widget_nav_menu ul li:last-child,
#qodef-top-area
  .qodef-widget-holder
  .widget[data-widget_type*="widget-nav-menu"]
  ul
  li:last-child {
  margin: 0;
}
#qodef-top-area .qodef-widget-holder.qodef--left {
  margin-right: auto;
}
#qodef-top-area .qodef-widget-holder.qodef--right {
  margin-left: auto;
}
#qodef-top-area .qodef-widget-holder .widget {
  margin: 0 12px;
}
#qodef-top-area .qodef-widget-holder .widget:first-child {
  margin-left: 0;
}
#qodef-top-area .qodef-widget-holder .widget:last-child {
  margin-right: 0;
}
#qodef-top-area .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-top-area .widget .textwidget > *,
#qodef-top-area .widget .widget p {
  margin: 0;
}
#qodef-top-area div[id^="monster-widget-placeholder"],
#qodef-top-area div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-top-area-inner {
  align-items: center;
  display: flex;
  height: var(--qode-top-bar-height);
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  border-bottom: 0 solid transparent;
}
#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}
#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto;
}
#qodef-top-message-holder {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 31px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background: 0 0;
  transition: opacity 0.5s;
  z-index: 100;
}
#qodef-top-message-holder .qodef-top-message-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qodef-top-message-holder .qodef-top-message-inner .qodef-header-top-message {
  font-family: Outfit, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
}
#qodef-top-message-holder
  .qodef-top-message-inner
  .qodef-header-top-message:hover {
  color: #000;
}
#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message {
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  font-size: 15px;
  color: #000;
}
#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover {
  color: #000;
}
#qodef-top-message-holder.qodef-close-message {
  opacity: 0;
}
@media only screen and (max-width: 680px) {
  #qodef-top-message-holder {
    display: none;
  }
}
.qodef-header-skin--light #qodef-top-message-holder {
  border-bottom-color: var(--qode-header-light-color);
}
.qodef-header-skin--light
  #qodef-top-message-holder
  .qodef-top-message-inner
  .qodef-header-top-message {
  color: var(--qode-header-light-color);
}
.qodef-header-skin--light
  #qodef-top-message-holder
  .qodef-top-message-inner
  .qodef-header-top-message:hover {
  color: var(--qode-header-light-color);
}
.qodef-header-skin--light
  #qodef-top-message-holder
  .qodef-top-message-inner
  .qodef-close-message {
  color: var(--qode-header-light-color);
}
.qodef-header-skin--light
  #qodef-top-message-holder
  .qodef-top-message-inner
  .qodef-close-message:hover {
  color: var(--qode-header-light-color);
}
#qodef-multiple-map-notice {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 15%;
  text-align: center;
  color: var(--qode-main-color);
  background-color: #fafafa;
}
.qodef-map-marker-holder {
  transform: translate(-50%, -100%);
  z-index: 10;
}
.qodef-map-marker-holder.qodef-active {
  z-index: 500;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
  display: block;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder#qodef-geo-location-marker
  .qodef-map-marker
  svg
  path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-map-marker {
  position: relative;
  width: 50px;
  height: auto;
  transition: all 0.15s ease-out;
}
.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.qodef-map-marker-holder .qodef-map-marker svg {
  width: 100%;
  height: auto;
}
.qodef-map-marker-holder .qodef-map-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-map-marker-holder .qodef-info-window {
  position: absolute;
  top: -10px;
  left: -17px;
  display: none;
  min-width: 284px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(24, 25, 26, 0.5);
  z-index: 10;
  transition: opacity 0.3s ease;
  transform: translate(0, -100%);
}
.qodef-map-marker-holder .qodef-info-window-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
}
.qodef-map-marker-holder .qodef-info-window-inner:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 35px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  transform: rotate(-135deg);
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
  margin-right: 12px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
  display: block;
  width: 65px;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
  margin: 0;
  transition: color 0.2s ease-out;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
  margin: 3px 0 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.qodef-map-marker-holder
  .qodef-info-window-inner
  .qodef-info-window-link:hover
  ~ .qodef-info-window-details
  .qodef-info-window-title {
  color: var(--qode-main-color);
}
.qodef-cluster-marker {
  width: 50px;
  height: auto;
}
.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
  fill: #3ebeb4;
}
.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
  fill: #51a69e;
}
.qodef-cluster-marker .qodef-cluster-marker-inner {
  position: relative;
}
.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #18191a;
}
.qodef-cluster-marker svg {
  width: 100%;
  height: auto;
}
.qodef-cluster-marker svg path {
  transition: fill 0.2s ease-in-out;
}
.qodef-places-geo-radius {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  height: 48px;
  display: none;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
}
.qodef-places-geo-radius .qodef-range-slider-label {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.qodef-places-geo-radius .noUi-target {
  position: relative;
  display: inline-flex;
  height: 3px;
  width: calc(100% - 70px);
  background-color: #eaeaea;
  border: 0;
  direction: ltr;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
}
.qodef-places-geo-radius .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  user-select: none;
}
.qodef-places-geo-radius .noUi-target .noUi-base {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-places-geo-radius .noUi-target .noUi-connects {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: transform;
  transform-origin: 0 0;
}
.qodef-places-geo-radius .noUi-target .noUi-connect {
  background-color: var(--qode-main-color);
}
.qodef-places-geo-radius .noUi-target .noUi-handle {
  position: absolute;
  top: -3px;
  left: auto;
  right: -9px;
  width: 9px;
  height: 9px;
  background-color: var(--qode-main-color);
  cursor: pointer;
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip {
  position: absolute;
  left: 50%;
  bottom: 7px;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  transform: translateX(-50%);
}
.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
  content: " km";
}
.qodef-places-geo-radius .noUi-state-drag * {
  cursor: inherit !important;
}
.qodef-places-geo-radius .noUi-draggable {
  cursor: ew-resize;
}
.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
  cursor: not-allowed !important;
}
#qodef-page-mobile-header {
  background-color: #fff;
}
#qodef-page-mobile-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#qodef-page-mobile-header .qodef-widget-holder .widget {
  margin: 0 0 0 12px;
}
#qodef-page-mobile-header .widget {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#qodef-page-mobile-header .widget .textwidget > *,
#qodef-page-mobile-header .widget .widget p {
  margin: 0;
}
#qodef-page-mobile-header div[id^="monster-widget-placeholder"],
#qodef-page-mobile-header div[id^="woo-monster-widget-placeholder"] {
  display: none;
}
#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--qode-main-color);
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon {
  visibility: hidden;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener
  .qodef-m-icon.qodef--close {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
  transition: transform 0.3s ease, top 0.3s ease;
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  transform: translateY(0);
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  top: 46px;
}
.qodef--passepartout #qodef-page-mobile-header-inner {
  padding: 0;
}
.qodef-mobile-header-navigation ul li .qodef-content-grid {
  width: 100%;
}
#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
  max-height: 100%;
  width: auto;
  margin-right: auto;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 1;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 0;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path
  svg {
  display: block;
  width: 50px;
  height: auto;
  fill: currentColor;
  stroke: currentColor;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.025em;
  transition: color 0.2s ease-out;
}
.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-mobile-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}
.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-mobile-header-logo-link {
  margin-right: auto;
}
.qodef-mobile-header--minimal
  #qodef-page-mobile-header-inner
  .qodef-opener-icon {
  margin-left: 20px;
}
.qodef-fullscreen-menu--opened {
  overflow-y: hidden;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--dark,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual {
  color: var(--qode-header-light-color) !important;
}
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--svg-path:hover,
.qodef-fullscreen-menu--opened
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link.qodef-source--textual:hover {
  color: var(--qode-header-light-hover-color) !important;
}
.qodef-mobile-header--side-area
  #qodef-page-mobile-header-inner
  .qodef-side-area-mobile-header-opener {
  margin-left: 20px;
}
#qodef-side-area-mobile-header {
  position: fixed;
  top: 0;
  right: -340px;
  width: 340px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 70px 60px;
  background-color: #121212;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
#qodef-side-area-mobile-header .qodef-m-close {
  position: absolute;
  top: 26px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation {
  width: 100%;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second {
  display: none;
  transform: translateZ(0);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-menu-item-arrow {
  position: absolute;
  top: 11px;
  right: 0;
  width: 5px;
  height: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  .qodef-menu-item-arrow:hover {
  color: #fff;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875em;
  text-transform: initial;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a {
  color: #666;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link > a {
  cursor: default;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li.qodef-menu-item--open
  > .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
  margin-right: 5px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: #fff;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a
  .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 3px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
  color: var(--qode-main-color);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li
  > a:hover
  .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-main-color);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
#qodef-side-area-mobile-header .qodef-widget-holder {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: calc(100% - 2 * 60px);
  height: auto;
}
#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}
.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}
#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}
.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}
.qodef-mobile-header--standard
  #qodef-page-mobile-header-inner
  .qodef-mobile-header-logo-link {
  margin-right: auto;
}
.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}
.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.2s ease-out;
}
.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  .qodef-drop-down-second-inner
  > ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-mega-menu-widget-holder {
  display: block;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(115, 115, 115, 0.25);
}
.qodef--boxed
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0 40px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: flex;
  justify-content: space-between;
  padding: 39px 0 32px;
  margin: 0 -15px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li {
  width: 100%;
  padding: 0 15px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: #000;
  font-weight: 500;
  display: flex;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a
  .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 3px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover {
  color: var(--qode-main-color);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover
  .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  .qodef-menu-item-arrow {
  display: none;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul {
  padding-top: 1px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 14px 0;
  overflow: hidden;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875em;
  text-transform: initial;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #000;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a {
  color: #666;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a {
  color: var(--qode-main-color);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-text,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)
  > a:hover
  .qodef-menu-item-text {
  background-size: unset;
  background-position: unset;
  background-image: none;
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 40px;
}
.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}
.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}
.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened
  .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--icon-pack.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}
.qodef-opener-icon.qodef-source--svg-path span > * {
  vertical-align: middle;
}
.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span > * {
  fill: currentColor;
  stroke: currentColor;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened
  .qodef-m-icon.qodef--open {
  visibility: hidden;
}
.qodef-opener-icon.qodef-source--svg-path.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 20px;
  height: 13px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  transition: top 0.15s ease, transform 0.3s ease;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
  top: 0;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
  top: 6px;
}
.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  bottom: 0;
}
.qodef-opener-icon.qodef-source--predefined:hover:not(.qodef-search-opener)
  svg
  path {
  animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-opener-icon.qodef-source--predefined:hover:not(.qodef-search-opener)
  svg
  path:nth-of-type(2) {
  animation-delay: 70ms;
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened
  .qodef-m-line.qodef--1 {
  top: 6px;
  transform: rotate(45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened
  .qodef-m-line.qodef--2 {
  top: 6px;
  transform: rotate(-45deg);
}
.qodef-opener-icon.qodef-source--predefined.qodef--opened
  .qodef-m-line.qodef--3 {
  opacity: 0;
}
.qodef-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax.elementor-inner-section {
  height: 100%;
}
.qodef-parallax:nth-of-type(odd) .qodef-parallax-img-holder {
  --qode-y-px: calc(var(--qode-y) * 1px);
  transform: translateY(var(--qode-y-px)) translateZ(0);
}
.qodef-parallax-row-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-parallax-img-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 120%;
  width: 100%;
  opacity: 0;
}
.qodef-page-title .qodef-parallax-img-holder {
  min-height: 500px;
}
.qodef-parallax-content-holder {
  position: relative;
  z-index: 99;
}
.qodef-parallax-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: transform;
}
img.qodef-parallax-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.elementor img.qodef-parallax-img {
  height: 100%;
  max-width: unset;
}
.qodef-newsletter {
  position: relative;
}
.qodef-newsletter .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.qodef-newsletter input[type="date"],
.qodef-newsletter input[type="email"],
.qodef-newsletter input[type="number"],
.qodef-newsletter input[type="password"],
.qodef-newsletter input[type="search"],
.qodef-newsletter input[type="tel"],
.qodef-newsletter input[type="text"],
.qodef-newsletter input[type="url"],
.qodef-newsletter select,
.qodef-newsletter textarea {
  margin: 0;
  padding: 15px 60px 15px 20px;
}
.qodef-newsletter button.wpcf7-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 59px;
  padding: 0;
  color: transparent;
  background: 0 0;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-newsletter button.wpcf7-submit .qodef-m-text {
  font-size: 0;
  width: 17px;
  height: 10px;
  background: #000;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../img/cf7-arrow.svg);
  mask-image: url(../img/cf7-arrow.svg);
  -webkit-mask-size: 17px;
  mask-size: 17px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  --qode-x: 4px;
  transform: translateX(0);
  transition: transform 0.48s cubic-bezier(0.28, 0.69, 0.36, 0.94),
    color 0.2s ease-out;
}
.qodef-browser--safari .qodef-newsletter button.wpcf7-submit .qodef-m-text {
  will-change: transform;
}
.qodef-newsletter button.wpcf7-submit:hover {
  color: transparent;
  background: 0 0;
  border-color: transparent;
}
.qodef-newsletter button.wpcf7-submit:hover .qodef-m-text {
  transform: translateX(var(--qode-x));
}
#qodef-page-footer .widget .qodef-newsletter {
  margin-top: 2px;
}
#qodef-page-footer .widget .qodef-newsletter button.wpcf7-submit {
  color: transparent;
  background: 0 0;
  border-color: transparent;
}
#qodef-page-footer .widget .qodef-newsletter button.wpcf7-submit .qodef-m-text {
  background: #d9d9d9;
}
#qodef-page-footer .widget .qodef-newsletter button.wpcf7-submit:hover {
  color: transparent;
  background: 0 0;
  border-color: transparent;
}
.qodef-contact {
  position: relative;
}
.qodef-contact .wpcf7-form-control-wrap {
  display: flex;
  margin-top: 0;
  margin-bottom: -1px;
}
.qodef-contact .wpcf7-form-control.wpcf7-submit {
  margin-top: 20px;
}
.qodef-contact input[type="date"],
.qodef-contact input[type="email"],
.qodef-contact input[type="number"],
.qodef-contact input[type="password"],
.qodef-contact input[type="search"],
.qodef-contact input[type="tel"],
.qodef-contact input[type="text"],
.qodef-contact input[type="url"],
.qodef-contact select,
.qodef-contact textarea {
  margin: 0;
  padding: 13px 20px;
}
.qodef-contact-form-7,
.rs-layer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 br,
.rs-layer br {
  display: none;
}
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
  display: none;
}
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}
.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important;
}
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
  position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  visibility: hidden;
  z-index: 98;
}
.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #fafafa;
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: "";
  height: 24px;
  left: calc(50% - 12px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  visibility: hidden;
  width: 24px;
  z-index: 99;
}
.qodef-contact-form-7 .wpcf7-form.submitting > *,
.rs-layer .wpcf7-form.submitting > * {
  opacity: 0.3;
}
.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
  visibility: visible;
}
.qodef-contact-form-7 input[type="date"]:focus,
.qodef-contact-form-7 input[type="email"]:focus,
.qodef-contact-form-7 input[type="number"]:focus,
.qodef-contact-form-7 input[type="password"]:focus,
.qodef-contact-form-7 input[type="search"]:focus,
.qodef-contact-form-7 input[type="tel"]:focus,
.qodef-contact-form-7 input[type="text"]:focus,
.qodef-contact-form-7 input[type="url"]:focus,
.qodef-contact-form-7 select:focus,
.qodef-contact-form-7 textarea:focus,
.rs-layer input[type="date"]:focus,
.rs-layer input[type="email"]:focus,
.rs-layer input[type="number"]:focus,
.rs-layer input[type="password"]:focus,
.rs-layer input[type="search"]:focus,
.rs-layer input[type="tel"]:focus,
.rs-layer input[type="text"]:focus,
.rs-layer input[type="url"]:focus,
.rs-layer select:focus,
.rs-layer textarea:focus {
  border-bottom-width: 1px;
  border-color: #000;
  z-index: 50;
}
.qodef-instagram-list #sb_instagram {
  padding: 0 !important;
  overflow: hidden !important;
}
html.elementor-html
  .qodef-instagram-list
  #sb_instagram
  #sbi_images
  .sbi_item.sbi_transition {
  opacity: 1 !important;
}
.qodef-instagram-list .sbi_photo_wrap a {
  background-image: none !important;
  height: auto !important;
  padding-bottom: 0 !important;
}
.qodef-instagram-list .sbi_photo_wrap a:after {
  color: #fff;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-out;
}
.qodef-instagram-list .sbi_photo_wrap a:hover:after {
  opacity: 1;
}
.qodef-instagram-list .sbi_photo_wrap a img {
  display: inline-block !important;
}
.qodef-instagram-list
  #sb_instagram.qodef-swiper-container
  #sbi_images
  .sbi_item {
  margin: inherit !important;
}
.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info
  #ctf
  .ctf-tweet-actions {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf {
  overflow: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
  margin-left: 0;
  display: block;
  margin-bottom: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
  line-height: 1 !important;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
  width: 37px;
  height: 37px;
  margin: 0 7px 0 0;
  float: none;
  border-radius: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 17px;
  line-height: 1.41176em;
  letter-spacing: 0.025em;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875em;
  text-transform: initial;
  margin-right: 4px;
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
  margin-top: 4px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
  display: none;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  padding: 0;
  margin-top: -5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  position: relative;
  top: 5px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
  display: flex;
  align-items: baseline;
  margin-left: 0;
  margin-top: -3px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
  content: "\e094";
  font-family: ElegantIcons;
  padding-right: 10px;
  font-size: 18px;
  visibility: hidden;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
  padding: 0;
  font-size: 14px;
  margin-right: 8px;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
  margin-right: 0;
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
  margin-left: 0;
}
.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
  --qode-columns: 3;
  --qode-columns-row-gap: 30px;
  --qode-columns-col-gap: 30px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--qode-columns), minmax(0, 1fr));
  row-gap: var(--qode-columns-row-gap);
  column-gap: var(--qode-columns-col-gap);
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
  --qode-columns: 1;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
  --qode-columns: 2;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
  --qode-columns: 3;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
  --qode-columns: 4;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
  --qode-columns: 5;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
  --qode-columns: 6;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
  --qode-columns: 7;
}
.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
  --qode-columns: 8;
}
.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
  --qode-columns-row-gap: 0px;
}
.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
  --qode-columns-row-gap: 10px;
}
.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
  --qode-columns-row-gap: 20px;
}
.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
  --qode-columns-row-gap: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
  --qode-columns-row-gap: 40px;
}
.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
  --qode-columns-row-gap: 50px;
}
.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
  --qode-columns-row-gap: 105px;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-col-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
  --qode-columns-col-gap: 10px;
}
.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
  --qode-columns-col-gap: 20px;
}
.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
  --qode-columns-col-gap: 30px;
}
.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
  --qode-columns-col-gap: 40px;
}
.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
  --qode-columns-col-gap: 50px;
}
.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
  --qode-columns-col-gap: 105px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
  --qode-vertical-gutter-custom: 30px;
  --qode-vertical-gutter-custom-1512: 30px;
  --qode-vertical-gutter-custom-1200: 30px;
  --qode-vertical-gutter-custom-880: 30px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
  --qode-columns-row-gap: var(--qode-vertical-gutter-custom, 30px);
}
.qodef-twitter-list.qodef-gutter--custom {
  --qode-gutter-custom: 30px;
  --qode-gutter-custom-1512: 30px;
  --qode-gutter-custom-1200: 30px;
  --qode-gutter-custom-880: 30px;
}
.qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
  --qode-columns-col-gap: var(--qode-gutter-custom, 30px);
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-twitter-list.qodef-layout--columns
  #ctf
  a:hover {
  color: #fff;
}
#qodef-page-header .WOOCS_SELECTOR {
  height: 100%;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher {
  height: 100%;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  form {
  height: 100%;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  form
  .dd-container {
  height: 100%;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  form
  .dd-container
  .dd-select {
  display: flex;
  height: 100%;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  select {
  color: #18191a;
  height: 100%;
  border: none;
  background: 0 0 !important;
  font-size: 12px;
  letter-spacing: 0.035em;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-options {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
#qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher:hover
  .dd-options {
  opacity: 1;
  visibility: visible;
}
.qodef-drop-down-second--animate-height
  #qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-options {
  visibility: visible;
  clip-path: inset(-20px -20px 100% -20px);
  transition: opacity 0.15s, clip-path 0.35s ease;
}
.qodef-drop-down-second--animate-height
  #qodef-page-header
  .WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher:hover
  .dd-options {
  opacity: 1;
  clip-path: inset(-20px);
  transition-duration: 0.15s, 0.55s;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .widgettitle {
  display: none;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher label {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: #13161a;
  margin: 0;
  cursor: pointer;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-desc,
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-pointer {
  display: none;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-option-image,
.WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-selected-image {
  width: 28px;
  margin: 0;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-image-right {
  order: 50;
  margin-left: 5px !important;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-image-left {
  order: 0;
  margin-right: 5px !important;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-options {
  min-width: 200px;
  border: none;
  box-shadow: 0 3px 20px 0 rgba(115, 115, 115, 0.25);
  padding: 30px 0;
  left: -36px;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-options li {
  margin: 0 0 6px 0;
  padding: 0 36px;
}
.WOOCS_SELECTOR
  .widget.widget-woocommerce-currency-switcher
  .dd-options
  li:last-child {
  margin: 0;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-option {
  font-weight: 400;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-select {
  border-radius: 0;
  border: none;
  background: 0 0 !important;
}
.WOOCS_SELECTOR .widget.widget-woocommerce-currency-switcher .dd-selected {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 400;
}
.qqvfw-quick-view-button-wrapper.qodef-elfrida-theme {
  position: absolute;
  top: 42px;
  right: 5px;
}
.qqvfw-quick-view-button-wrapper.qodef-elfrida-theme
  .button.qqvfw-quick-view-button.qqvfw-shortcode {
  padding: 7px 7px !important;
  background-color: transparent !important;
  --qode-button-bg-color: transparent !important;
  --qode-button-bg-hover-color: transparent !important;
  border: 0 !important;
  color: #18191a !important;
  width: 37px;
  height: 37px;
  min-width: auto;
}
.qqvfw-quick-view-button-wrapper.qodef-elfrida-theme
  .button.qqvfw-quick-view-button.qqvfw-shortcode
  .qqvfw-m-icon
  svg {
  overflow: visible;
}
#qode-quick-view-for-woocommerce-pop-up .single-product > .product {
  display: flex !important;
  padding: 20px 10px 20px 20px;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  > .product
  .woocommerce-product-gallery__trigger {
  display: none;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  > .product
  .qqvfw-m-media-wrapper {
  overflow: hidden;
}
#qode-quick-view-for-woocommerce-pop-up .single-product > .product .summary {
  padding: 40px 56px 40px 46px;
}
@media only screen and (max-width: 880px) {
  #qode-quick-view-for-woocommerce-pop-up .single-product > .product {
    overflow: scroll;
    padding: 20px;
  }
  #qode-quick-view-for-woocommerce-pop-up .single-product > .product .summary {
    padding: 0;
  }
}
#qode-quick-view-for-woocommerce-pop-up .single-product form.cart > .button {
  min-width: unset;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  right: 10px;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery
  .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  img {
  height: 100%;
  object-fit: cover;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery.qodef-position--left {
  width: 100%;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__trigger {
  left: 10px;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  width: 100% !important;
}
#qode-quick-view-for-woocommerce-pop-up
  .single-product
  .woocommerce-product-gallery.qodef-position--left
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
@media only screen and (max-width: 480px) {
  body[class*="elfrida-core"] .variations_form.qvsfw-list-variations-form {
    margin: 5px 0 0;
  }
}
body[class*="elfrida-core"] #qvsfw-variations-form-wrapper {
  width: 100%;
}
body[class*="elfrida-core"]
  .variations_form
  .qvsfw-select-options-container.qvsfw-color-layout-style--layout-2 {
  display: inline-flex;
  align-items: center;
}
body[class*="elfrida-core"]
  .variations_form
  .qvsfw-select-options-container.qvsfw-color-layout-style--layout-2
  .qvsfw-select-option
  .qvsfw-select-option-inner
  .qvsfw-select-value {
  border: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items {
  --qwfw-wt-items-font-size: 100%;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items tr {
  border-top: none;
  border-left: none;
  border-right: none;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td,
body[class*="elfrida-core"] .shop_table.qwfw-m-items th {
  padding: 26px 0 26px 26px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
@media only screen and (max-width: 880px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td,
  body[class*="elfrida-core"] .shop_table.qwfw-m-items th {
    padding: 10px 0 10px 10px;
  }
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td:first-child,
body[class*="elfrida-core"] .shop_table.qwfw-m-items th:first-child {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media only screen and (max-width: 880px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td:first-child,
  body[class*="elfrida-core"] .shop_table.qwfw-m-items th:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items th {
  font-family: Outfit, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #18191a !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
  letter-spacing: 0.025em !important;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td ul li {
  margin: 0 0 13px 0;
  padding: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td ul li:last-child {
  margin-bottom: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td ul li label {
  margin-bottom: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items p {
  margin: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items .variation {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em !important;
  margin-top: 0 !important;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items .variation dd,
body[class*="elfrida-core"] .shop_table.qwfw-m-items .variation dt {
  margin: 0 !important;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items thead {
  --qwfw-wt-heading-bg-color: transparent;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-stock-status,
body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-stock-status {
  padding-left: 12.4%;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-stock-status,
  body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-stock-status {
    padding-left: 5%;
  }
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart,
body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-add-to-cart {
  text-align: right;
  white-space: nowrap;
  width: 0;
  padding-right: 30px;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart a,
body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-add-to-cart a {
  font-family: Outfit, sans-serif !important;
  font-size: 12px !important;
  line-height: 2.25em !important;
  letter-spacing: 0.055em;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  outline: 0 !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  box-shadow: none !important;
  background-image: none !important;
  opacity: 1 !important;
  padding: 11.5px 30px !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: var(--qode-button-color, #000) !important;
  border: 1px solid var(--qode-button-border-color, #a6a6a6) !important;
  background-color: transparent !important;
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-button-bg-hover-color, #1f1f1f);
  background-image: linear-gradient(
      0deg,
      var(--qode-bg-hover-color) 0,
      var(--qode-bg-hover-color) 100%
    ),
    linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%) !important;
  transition: background-size 0.5s cubic-bezier(0.45, 0.8, 0.02, 0.91),
    color 0.15s ease, border-color 0.2s ease-out !important;
  background-position: 0 0, 0 100% !important;
  background-size: 100% 0, 100% 100% !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 480px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart a,
  body[class*="elfrida-core"]
    .shop_table.qwfw-m-items
    th.product-add-to-cart
    a {
    padding: 11.5px 24px !important;
  }
}
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  td.product-add-to-cart
  a:hover,
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  th.product-add-to-cart
  a:hover {
  color: var(--qode-button-hover-color, #fff) !important;
  border-color: var(--qode-button-border-hover-color, #1f1f1f) !important;
  background-color: transparent !important;
  transition-duration: 0.58s, 0.15s, 0.25s !important;
  background-position: 0 0, 0 100% !important;
  background-size: 100% 100%, 100% 100% !important;
}
@media only screen and (max-width: 1024px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart a,
  body[class*="elfrida-core"]
    .shop_table.qwfw-m-items
    th.product-add-to-cart
    a {
    padding: 6px 15px !important;
  }
}
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  td.product-add-to-cart
  a.added,
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  th.product-add-to-cart
  a.added {
  display: none !important;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items .qwfw-m-items-content-row {
  border-top: 1px solid
    var(--qwfw-wt-border-color, var(--qwfw-separator-color, #ccc));
  border-bottom: 0;
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items tbody > tr:last-child {
  border-bottom: 1px solid
    var(--qwfw-wt-border-color, var(--qwfw-separator-color, #ccc));
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items th {
  font-size: 17px !important;
}
@media only screen and (max-width: 480px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items th {
    padding: 4px 0 4px 0 !important;
  }
}
body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-name {
  width: 28.3%;
}
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  .qwfw-e-item.product-stock-status {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  letter-spacing: 0;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  .qwfw-e-item.product-stock-status
  .qwfw--in-stock,
body[class*="elfrida-core"]
  .shop_table.qwfw-m-items
  .qwfw-e-item.product-stock-status
  .qwfw--out-of-stock {
  color: #262626;
}
body[class*="elfrida-core"] .qwfw-add-to-wishlist-wrapper .qwfw-m {
  --qwfw-atw-active-background-color: transparent;
  --qwfw-atw-background-color: transparent;
  --qwfw-atw-hover-background-color: transparent;
  --qwfw-atw-hover-color: var(--qode-main-color);
  --qwfw-atw-gap: 7px;
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper
  .qwfw-m:not(.button).qwfw--added:hover {
  color: var(--qwfw-atw-hover-color);
}
body[class*="elfrida-core"] .qwfw-add-to-wishlist-wrapper .qwfw-m-icon {
  --qwfw-atw-icon-size: 15px;
  overflow: visible;
}
body[class*="elfrida-core"] .qwfw-add-to-wishlist-wrapper .qwfw-m-icon svg {
  fill: transparent;
  stroke-width: 1.3;
  overflow: visible;
}
body[class*="elfrida-core"] .qwfw-add-to-wishlist-wrapper .qwfw-m-text {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.035em;
  line-height: 2.2em;
  --qodef-underline-position-y: calc(100% - 3px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper
  .qwfw-m:hover
  .qwfw-m-text {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0 var(--qodef-underline-position-y);
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper
  .qwfw-m.qwfw--added
  .qwfw-m-icon
  svg {
  fill: currentColor;
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper.qwfw--loop.qwfw-position--after-add-to-cart.qwfw-item-type--icon-with-text
  .qwfw-m:not(.button) {
  --qwfw-atw-active-color: #ffffff;
  --qwfw-atw-color: #ffffff;
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail) {
  margin-top: 15px;
}
body[class*="elfrida-core"]
  .qwfw-add-to-wishlist-wrapper.qwfw--single:not(.qwfw-position--on-thumbnail)
  .qwfw-m:not(.button) {
  --qwfw-atw-active-color: #262626;
  --qwfw-atw-color: #262626;
}
body[class*="elfrida-core"] #qode-wishlist-for-woocommerce-modal {
  display: none !important;
}
body[class*="elfrida-core"] .qwfw-confirm-modal .qwfw-m-content {
  border-radius: 0;
}
body[class*="elfrida-core"] .qwfw-confirm-modal .qwfw-m-form-button {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.055em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 11.5px 70px;
  color: var(--qode-button-color, #fff);
  border: 1px solid var(--qode-button-border-color, transparent);
  background-color: transparent;
  --qode-bg-color: var(--qode-button-bg-color, #000);
  --qode-bg-hover-color: var(--qode-button-bg-hover-color, #1f1f1f);
  background-image: linear-gradient(
      0deg,
      var(--qode-bg-hover-color) 0,
      var(--qode-bg-hover-color) 100%
    ),
    linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
  transition: background-size 0.5s cubic-bezier(0.45, 0.8, 0.02, 0.91),
    color 0.15s ease, border-color 0.2s ease-out;
  background-position: 0 0, 0 100%;
  background-size: 100% 0, 100% 100%;
  background-repeat: no-repeat;
  padding: 11.5px 60px;
}
body[class*="elfrida-core"] .qwfw-confirm-modal .qwfw-m-form-button:hover {
  color: var(--qode-button-hover-color, #fff);
  border-color: var(--qode-button-border-hover-color, transparent);
  background-color: transparent;
  transition-duration: 0.58s, 0.15s, 0.25s;
  background-position: 0 0, 0 100%;
  background-size: 100% 100%, 100% 100%;
}
body[class*="elfrida-core"] .qwfw-confirm-modal .qwfw-m-close:hover {
  color: currentColor;
}
body[class*="elfrida-core"] .qwfw-confirm-modal .qwfw-m-close:hover svg path {
  animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
body[class*="elfrida-core"]
  .qwfw-confirm-modal
  .qwfw-m-close:hover
  svg
  path:nth-of-type(2) {
  animation-delay: 70ms;
}
.qodef-yith-wccl--predefined .select_box {
  display: inline-block;
}
.qodef-yith-wccl--predefined .select_box:after {
  display: none;
}
.qodef-yith-wccl--predefined .select_box .select_option {
  border: 0;
  display: inline-block;
  float: none;
  margin: 0 6px 0 0;
  position: relative;
  vertical-align: middle;
}
.qodef-yith-wccl--predefined .select_box .select_option:last-child {
  margin-right: 0;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  > span:not(.yith_wccl_tooltip) {
  border: 0;
  height: auto;
  line-height: inherit;
  min-width: auto;
  width: auto;
}
.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
  width: 100px;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  .yith_wccl_tooltip
  > span {
  background: #fff;
  border: 1px solid #ccc !important;
  border-radius: 0;
  color: #262626;
  padding: 10px;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  .yith_wccl_tooltip.top
  span:after {
  bottom: auto;
  top: 100%;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
  border: 1px solid transparent;
  padding: 3px;
  border-radius: 50%;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option
  > span:not(.yith_wccl_tooltip) {
  height: 9px;
  width: 9px;
  border-radius: 50%;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option.selected,
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option:hover {
  border-color: #000;
}
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
  border: 1px solid transparent;
  padding: 1px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option
  > img:not(.yith_wccl_tooltip) {
  height: 40px;
  object-fit: cover;
  width: 40px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option.selected,
.qodef-yith-wccl--predefined .select_box.select_box_image .select_option:hover {
  border-color: #18191a;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.035em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #4c4c4c;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > :hover {
  color: #333;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
  margin: 0;
  transition: color 0.2s ease-out;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
  content: ",";
  margin-right: 5px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_label
  .select_option:last-of-type:after {
  display: none;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_label
  .select_option.selected {
  color: var(--qode-main-color);
}
.qodef-yith-wccl--predefined li.product .variations_form.cart {
  margin: 13px 0 0;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
  margin-bottom: 10px;
}
.qodef-yith-wccl--predefined
  li.product
  .variations_form.cart
  div.variations:last-child {
  margin-bottom: 0;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart .select2 {
  text-align: left;
}
.qodef-yith-wccl--predefined
  form.cart
  .variations:has(tr[class*="description_attribute"])
  tr[class^="description_attribute"]
  td {
  padding-top: 26px;
}
.qodef-yith-wccl--predefined
  form.cart
  .variations:has(tr[class*="description_attribute"])
  .reset_variations {
  transform: translateY(calc(-50% - 13px));
}
#yith-quick-view-modal .yith-quick-view-overlay {
  background: rgba(255, 255, 255, 0.79) !important;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
  height: auto !important;
  width: 960px !important;
  max-width: 90vw !important;
}
#yith-quick-view-modal .yith-wcqv-main {
  box-shadow: 3px 3px 15px 0 rgba(24, 25, 26, 0.5) !important;
  overflow-y: hidden !important;
  max-height: 90vh !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-inner {
  margin: 0;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-inner
  > * {
  padding: 0;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image {
  align-self: stretch;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .qodef-woo-product-mark {
  transform: translateX(0);
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  :not(.qodef-woo-product-mark) {
  height: 100%;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  img {
  object-fit: cover;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  > .woocommerce-product-gallery__image {
  width: 100% !important;
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  > .qodef-woo-thumbnails-wrapper {
  display: none !important;
}
#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
  align-self: center;
  padding: 30px;
}
#yith-quick-view-modal #yith-quick-view-close {
  border: 0 !important;
  font-size: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}
#yith-quick-view-modal #yith-quick-view-close:after {
  font-size: 18px;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #000;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-mask-image: url(../img/remove-cart.html);
  mask-image: url(../img/remove-cart.html);
  -webkit-mask-size: 9px;
  mask-size: 13px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
}
#yith-quick-view-modal .qodef-yith-wcqv-link {
  margin-top: 38px;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}
.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f06e";
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
  color: #fff !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
  display: none !important;
}
.yith-wcwl-form .wishlist-title-container {
  display: none !important;
}
.yith-wcwl-form .shop_table.wishlist_table {
  font-size: 100%;
}
.yith-wcwl-form .shop_table.wishlist_table tr {
  border-top: none;
  border-left: none;
  border-right: none;
}
.yith-wcwl-form .shop_table.wishlist_table td,
.yith-wcwl-form .shop_table.wishlist_table th {
  padding: 26px 0 26px 26px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .shop_table.wishlist_table td,
  .yith-wcwl-form .shop_table.wishlist_table th {
    padding: 10px 0 10px 10px;
  }
}
.yith-wcwl-form .shop_table.wishlist_table td:first-child,
.yith-wcwl-form .shop_table.wishlist_table th:first-child {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .shop_table.wishlist_table td:first-child,
  .yith-wcwl-form .shop_table.wishlist_table th:first-child {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.yith-wcwl-form .shop_table.wishlist_table th {
  font-family: Outfit, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  color: #18191a !important;
  font-size: 14px !important;
  line-height: 1.5em !important;
  letter-spacing: 0.025em !important;
}
.yith-wcwl-form .shop_table.wishlist_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yith-wcwl-form .shop_table.wishlist_table td ul li {
  margin: 0 0 13px 0;
  padding: 0;
}
.yith-wcwl-form .shop_table.wishlist_table td ul li:last-child {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table.wishlist_table td ul li label {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table.wishlist_table p {
  margin: 0;
}
.yith-wcwl-form .shop_table.wishlist_table .variation {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em !important;
  margin-top: 0 !important;
}
.yith-wcwl-form .shop_table.wishlist_table .variation dd,
.yith-wcwl-form .shop_table.wishlist_table .variation dt {
  margin: 0 !important;
}
.yith-wcwl-form .shop_table.wishlist_table.shop_table tr th {
  background: 0 0 !important;
}
.yith-wcwl-form .shop_table.wishlist_table.shop_table tr th.product-remove {
  width: auto !important;
}
.yith-wcwl-form .shop_table.wishlist_table.shop_table tr td {
  background: 0 0 !important;
  border-color: transparent !important;
  color: #262626 !important;
}
.yith-wcwl-form .shop_table.wishlist_table .product-add-to-cart {
  text-align: right;
  white-space: nowrap;
  width: 0;
}
.yith-wcwl-form .shop_table.wishlist_table .product-add-to-cart a {
  font-family: Outfit, sans-serif !important;
  font-size: 12px !important;
  line-height: 2.25em !important;
  letter-spacing: 0.055em;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  outline: 0 !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  box-shadow: none !important;
  background-image: none !important;
  opacity: 1 !important;
  color: var(--qode-button-color, #000) !important;
  background-color: transparent !important;
  border-color: transparent !important;
  line-height: 1.6em !important;
  font-weight: 400 !important;
  border: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 100% var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.yith-wcwl-form
  .shop_table.wishlist_table
  .product-add-to-cart
  a
  .qodef-m-text {
  display: inline-block;
}
.yith-wcwl-form .shop_table.wishlist_table .product-add-to-cart a:hover {
  animation: qode-inline-underline-initial-hover 0.8s
    cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.yith-wcwl-form
  .shop_table.wishlist_table
  .product-add-to-cart
  a.remove_from_wishlist {
  margin-left: 26px !important;
}
.yith-wcwl-form .shop_table.wishlist_table .product-add-to-cart a:hover {
  color: var(--qode-button-hover-color, var(--qode-main-color)) !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
.yith-wcwl-form .shop_table.wishlist_table .product-add-to-cart a.added {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
  background-color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 400;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  font-weight: 900;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i,
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
  display: none !important;
}
.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
  color: #fff !important;
}
.qodef-yith-wcwl--predefined
  .qodef-e-media-inner
  .yith-wcwl-add-to-wishlist
  a:hover {
  color: var(--qode-main-color) !important;
}
.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-share {
  display: none !important;
}
.qodef-order-tracking p:not(.form-row) {
  margin-top: 0;
}
.qodef-order-tracking .form-row {
  margin: 0;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .product-category
  a,
.qodef-woo-product-list .product-category a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .product-category
  .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
  color: #fff;
  margin: 0 0 29px 0;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e-inner
  > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 70px 30px;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e-content
  .qodef-m-button {
  position: relative;
  z-index: 500;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e.qodef--has-appear
  .qodef-e-inner {
  opacity: 0;
  transition: opacity 0.45s ease;
  overflow: hidden;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e.qodef--has-appear
  .qodef-e-inner
  img {
  --qode-apperar-scale: 1.12;
  transform: scale(var(--qode-apperar-scale));
  transition: transform 0.9s cubic-bezier(0.33, 0.62, 0.44, 0.96);
  transform-origin: 60% 40%;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e.qodef--has-appear.qodef--appeared
  .qodef-e-inner {
  opacity: 1;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image
  .qodef-e.qodef--has-appear.qodef--appeared
  .qodef-e-inner
  img {
  transform: scale(1.01);
}
.qodef-woo-product-list {
  --qode-product-list-padding: 0;
}
.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  column-gap: 0;
  grid-template-areas: "sidebar" "main-list" "top-filter";
}
.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
  .qodef-filter-top-bar {
  grid-area: top-filter;
  grid-column: col-start 4/-1;
  grid-row: 1/2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
  .qodef-filter-content {
  grid-area: sidebar;
  grid-column: col-start/span 3;
  grid-row: 1/10;
  margin-right: var(--qode-product-list-sidebar-filter-margin, 30px);
}
.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced > ul {
  grid-area: main-list;
  grid-column: col-start 4/-1;
}
.qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
  .qodef-m-pagination {
  grid-column: col-start 4/-1;
  grid-row: 3;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-item {
  margin-bottom: 71px;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-item .qodef-filter-title {
  margin: 0;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-filter-opener {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-filter-opener-title {
  margin: 0;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-svg--menu-arrow {
  height: 10px;
  transform: rotate(90deg);
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-item .qodef-e-checkbox {
  margin: 0 0 4px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-checkbox
  label {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.035em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #4c4c4c;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
  margin: 0 0 2px 14px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-checkbox
  label:hover {
  color: #333;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-e-options-inner {
  overflow: hidden;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder {
  display: flex;
  align-items: center;
  margin-left: 3px;
  margin-bottom: 6px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder
  .qodef-e-color {
  position: relative;
  left: 1px;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  transform-origin: center;
  transition: all 0.2s ease-out;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder
  .qodef-e-color:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 17px;
  height: 17px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.2s ease-out;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder
  label {
  margin: 0 0 0 20px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder.qodef--active
  .qodef-e-color:after,
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item
  .qodef-e-options-wrapper
  .qodef-color-holder:hover
  .qodef-e-color:after {
  border-color: #18191a;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item.qodef-filter-attribute
  .qodef-e-checkbox {
  display: flex;
  align-items: center;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-filter-item.qodef-filter-attribute
  label {
  font-size: 14px;
  line-height: 25px;
  text-transform: none;
  margin: 0 0 0 20px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-taxonomy-filter
  .qodef-filter-title {
  margin: 0 0 27px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-taxonomy-filter
  .qodef-filter-item {
  margin: 0 0 9px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-taxonomy-filter
  .qodef-e-options-wrapper {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-taxonomy-filter
  .qodef-e-options-wrapper
  .qodef-e-options-inner {
  margin: 20px 0 17px 10px;
  overflow: hidden;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-taxonomy-filter
  .qodef-e-options-wrapper
  .qodef-e-options-inner.qodef--show-more {
  margin: 20px 0 0 10px;
}
.qodef-woo-product-list.qodef-shortcode .qodef-product-search-form {
  position: relative;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-product-search-form
  .qodef-product-search {
  padding: 11px 20px 11px 45px;
  margin: 0;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-product-search-form
  .qodef-product-search-submit {
  position: absolute;
  top: 0;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  --qode-bg-color: transprent;
  --qode-bg-hover-color: transprent;
  color: #13161a;
  width: 35px;
  padding: 0;
  border: 0;
  height: 100%;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-product-search-form
  .qodef-product-search-submit:hover {
  background-color: transparent;
  color: #13161a;
}
.qodef-woo-product-list.qodef-shortcode .qodef-dropdown-holder {
  position: relative;
  display: flex;
  min-width: 330px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-dropdown-holder
  .qodef-current-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
  border: 1px solid #ccc;
  width: 100%;
  font-family: Outfit, sans-serif;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-dropdown-holder
  .qodef-current-value
  .qodef-e-text {
  font-size: 14px;
  line-height: 24px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-dropdown-holder
  .qodef-current-value
  .qodef-svg--menu-arrow {
  height: 10px;
  transform: rotate(90deg);
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-dropdown-holder
  .qodef-dropdown-options {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% - 1px);
  left: 0;
  min-width: 330px;
  padding: 11px 20px 11px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 24px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-dropdown-holder:hover
  .qodef-dropdown-options {
  opacity: 1;
  visibility: visible;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-slider-amount {
  display: none;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-slider {
  position: relative;
  background-color: #ccc;
  margin: 23px 0 20px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-slider
  .ui-slider-handle {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-left: 1px solid var(--qode-main-color);
  transform: translate(0, -50%);
  cursor: pointer;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-slider
  .ui-slider-handle:last-of-type {
  border-left: 0;
  border-right: 1px solid var(--qode-main-color);
  transform: translate(-18px, -50%);
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-slider
  .ui-slider-range {
  position: relative;
  height: 1px;
  background-color: var(--qode-main-color);
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-filter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-filter-bottom
  .qodef-e-amount {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-filter-bottom
  .qodef--max {
  position: relative;
  right: 0;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-filter-bottom
  .qodef--max:before {
  content: "-";
  margin-right: 4px;
}
.qodef-woo-product-list.qodef-shortcode
  .qodef-e-price-filter
  .qodef-price-filter-bottom
  .qodef-button {
  padding: 7px 20px;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.035em;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease-out;
  display: none;
  letter-spacing: 0.055em;
  margin: 6px 0 22px 10px;
  opacity: 0;
  visibility: hidden;
  --qodef-underline-position-y: calc(100% - 1px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 100% var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:hover {
  color: #333;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less:hover,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more:hover {
  animation: qode-inline-underline-initial-hover 0.8s
    cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  color: #000;
}
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-less.qodef--active,
.qodef-woo-product-list.qodef-shortcode .qodef-filter-show-more.qodef--active {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.qodef-woo-product-list.qodef-shortcode .qodef-e-widget-area {
  margin-top: 74px;
}
.qodef-woo-product-list.qodef-shortcode.qodef-enabled-border .qodef-e-media {
  border: 1px solid #ccc;
}
.qodef-woo-product-list.qodef-shortcode.qodef-enabled-border
  .qodef-e-media-inner
  .added_to_cart,
.qodef-woo-product-list.qodef-shortcode.qodef-enabled-border
  .qodef-e-media-inner
  .button {
  width: calc(100% + 2px) !important;
  bottom: -1px;
}
.qodef-woo-product-list.qodef-shortcode.qodef-enabled-border.qodef-swiper-container {
  padding: 0 1px;
}
.qodef-woo-product-list.qodef-shortcode.qodef-enabled-padding
  .qodef-e-media-inner {
  padding: 20px;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--center
  .qodef-e-content {
  text-align: center;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--center
  .qvsfw-select-options-container {
  justify-content: center;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--center .price {
  justify-content: center;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--right
  .qodef-e-content {
  text-align: right;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--right
  .qvsfw-select-options-container {
  justify-content: flex-end;
}
.qodef-woo-product-list.qodef-shortcode.qodef-content-align--right .price {
  justify-content: flex-end;
}
.qodef-woo-product-list .qodef-e-content-tooltip {
  position: absolute;
  font-size: 14px;
  color: #a6a6a6;
  top: 100%;
  left: 0;
  white-space: nowrap;
  text-transform: capitalize;
  z-index: 4;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  display: none;
}
.qodef-woo-product-list
  .variations
  .qvsfw-select-option:hover
  .qodef-e-content-tooltip,
.qodef-woo-product-list
  .variations
  .select_option:hover
  .qodef-e-content-tooltip {
  opacity: 1;
}
.qodef-woo-product-list .qwfw-add-to-wishlist-wrapper .qwfw-m-icon {
  --qwfw-atw-icon-size: 17px !important;
}
.qodef-woo-product-list
  .qwfw-add-to-wishlist-wrapper.qwfw-position--on-thumbnail.qwfw-thumb--top-right {
  right: 11px;
  top: 9px;
}
.qodef-product-preview {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #f2f2e6;
}
.qodef-product-preview.qodef-only-one-image
  .qodef-woo-product-inner.qodef-product-additional-image {
  display: none;
}
.qodef-product-preview.qodef-only-one-image
  .qodef-woo-product-inner.qodef-product-main {
  width: 100%;
}
.qodef-product-preview.qodef-additional-image-right {
  flex-direction: row;
}
.qodef-product-preview .added_to_cart,
.qodef-product-preview .button.add_to_cart_button {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.055em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 11.5px 70px;
  color: var(--qode-button-color, #000);
  background-color: transparent;
  border-color: transparent;
  line-height: 1.6em;
  font-weight: 400;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 100% var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
  margin: 24px 0 0 0;
  cursor: pointer;
  z-index: 3;
}
.qodef-product-preview .added_to_cart .qodef-m-text,
.qodef-product-preview .button.add_to_cart_button .qodef-m-text {
  display: inline-block;
}
.qodef-product-preview .added_to_cart:hover,
.qodef-product-preview .button.add_to_cart_button:hover {
  animation: qode-inline-underline-initial-hover 0.8s
    cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-product-preview .added_to_cart:hover,
.qodef-product-preview .button.add_to_cart_button:hover {
  color: var(--qode-button-hover-color, var(--qode-main-color));
  background-color: transparent;
  border-color: transparent;
}
.qodef-product-preview .added_to_cart.added,
.qodef-product-preview .button.add_to_cart_button.added {
  display: none;
}
.qodef-product-preview .qodef-background-text {
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translate(-50%, -50%);
  font-family: "Bona Nova", serif;
  font-size: clamp(40px, 25vw, 154px);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.005em;
  line-height: 1em;
}
.qodef-product-preview .qodef-background-text.qodef--has-appear .qodef--word {
  clip-path: inset(-0.09em);
  white-space: nowrap;
}
.qodef-product-preview
  .qodef-background-text.qodef--has-appear
  .qodef--word
  .qode--char {
  display: inline-flex;
  position: relative;
  opacity: 0;
  --qode-y: 110%;
  transition: opacity 0.1s, transform 0.85s cubic-bezier(0.37, 0.77, 0.49, 0.95);
  transform: translate3d(0, var(--qode-y), 0);
}
.qodef-product-preview
  .qodef-background-text.qodef--has-appear.qodef--appeared
  .qode--char {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(var(--qode-i) * 0.05s);
}
.qodef-product-preview .qodef-woo-product-inner.qodef-product-additional-image,
.qodef-product-preview .qodef-woo-product-inner.qodef-product-main {
  width: 50%;
}
.qodef-product-preview .qodef-woo-product-inner.qodef-product-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto 0;
  padding: 50px 0 0;
}
.qodef-product-preview .qodef-woo-product-inner .qodef-woo-product-image {
  position: relative;
}
.qodef-product-preview
  .qodef-woo-product-inner
  .qodef-woo-product-image
  .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-product-preview .qodef-woo-product-inner .qodef-woo-product-content {
  display: block;
  text-align: center;
  margin-top: 48px;
  max-width: 80%;
}
.qodef-product-preview
  .qodef-woo-product-inner
  .qodef-woo-product-content
  .qodef-woo-product-excerpt {
  margin: 0;
  color: #4c4c4c;
}
.qodef-product-preview
  .qodef-woo-product-inner
  .qodef-woo-product-content
  span.qodef-woo-product-excerpt {
  display: block;
  font-size: 14px;
}
.qodef-product-preview
  .qodef-woo-product-inner
  .qodef-woo-product-content
  .price {
  justify-content: center;
}
.qodef-product-preview.qodef-product-display--slider
  .qodef-woo-product-inner.qodef-product-main
  .qodef-woo-product-image {
  width: 50%;
  overflow: hidden;
  cursor: grab;
}
.qodef-product-preview.qodef-product-display--slider
  .qodef-woo-product-inner.qodef-product-main
  .qodef-woo-product-image
  .qodef-m-item.swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.qodef-product-preview.qodef-product-display--slider
  .qodef-woo-product-inner.qodef-product-main
  .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  bottom: initial;
  margin-top: 39px;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .qodef-woo-single-inner {
  display: grid;
  gap: 0;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .qodef-woo-product-mark {
  left: 16px;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .qodef-woo-single-image
  .qodef-grid
  > .qodef-grid-inner {
  grid-template-columns: repeat(2, 1fr);
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .qodef-woo-single-image
  .qodef-grid
  > .qodef-grid-inner::before {
  display: none;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .qodef-woo-single-image
  .qodef-swiper-container
  ~ .woocommerce-product-gallery {
  display: none;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .entry-summary {
  max-width: 82%;
  margin: 0 auto;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .entry-summary
  .qodef-sticky-column--enable {
  position: sticky;
  top: 0;
  height: max-content;
}
@media only screen and (max-width: 1200px) {
  .qodef-product-layout--gallery #qodef-woo-page.qodef--single .entry-summary {
    margin: 32px 0 0;
    max-width: 90%;
  }
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a {
  display: block;
  width: 100%;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image
  a
  img {
  width: 100%;
}
.qodef-product-layout--gallery #qodef-woo-page.qodef--single .woocommerce-tabs {
  margin-top: 60px;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tabs {
  margin: 0;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .woocommerce-tabs
  li {
  margin: 0;
  flex: 0 1 100%;
}
.qodef-product-layout--gallery
  #qodef-woo-page.qodef--single
  .woocommerce-tabs
  li
  a {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 15px;
  white-space: nowrap;
}
.qodef-product-layout--slider .woocommerce-notices-wrapper {
  width: 1100px;
}
@media (min-width: 1513px) {
  .qodef-product-layout--slider.qodef-content-grid-1400
    .woocommerce-notices-wrapper {
    width: 1400px;
  }
  .qodef--boxed.qodef-product-layout--slider.qodef-content-grid-1400
    .woocommerce-notices-wrapper {
    width: 1460px;
  }
}
@media (min-width: 1513px) {
  .qodef-product-layout--slider.qodef-content-grid-1300
    .woocommerce-notices-wrapper {
    width: 1300px;
  }
  .qodef--boxed.qodef-product-layout--slider.qodef-content-grid-1300
    .woocommerce-notices-wrapper {
    width: 1360px;
  }
}
@media (min-width: 1513px) {
  .qodef-product-layout--slider.qodef-content-grid-1200
    .woocommerce-notices-wrapper {
    width: 1200px;
  }
  .qodef--boxed.qodef-product-layout--slider.qodef-content-grid-1200
    .woocommerce-notices-wrapper {
    width: 1260px;
  }
}
@media (min-width: 1201px) {
  .qodef-product-layout--slider.qodef-content-grid-1000
    .woocommerce-notices-wrapper {
    width: 1000px;
  }
  .qodef--boxed.qodef-product-layout--slider.qodef-content-grid-1000
    .woocommerce-notices-wrapper {
    width: 1060px;
  }
}
@media (min-width: 1025px) {
  .qodef-product-layout--slider.qodef-content-grid-800
    .woocommerce-notices-wrapper {
    width: 800px;
  }
  .qodef--boxed.qodef-product-layout--slider.qodef-content-grid-800
    .woocommerce-notices-wrapper {
    width: 860px;
  }
}
@media (max-width: 1200px) {
  .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: 960px;
  }
  .qodef--boxed .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: calc(960px + 60px);
  }
}
@media (max-width: 1024px) {
  .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: 800px;
  }
  .qodef--boxed .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: calc(800px + 60px);
  }
}
@media (max-width: 880px) {
  .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: 86%;
  }
  .qodef--boxed .qodef-product-layout--slider .woocommerce-notices-wrapper {
    width: calc(86% + 60px);
  }
}
.qodef-product-layout--slider #qodef-page-inner {
  padding: 83px 0 100px;
}
.qodef-product-layout--slider #qodef-woo-page.qodef--single .related,
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .woocommerce-notices-wrapper,
.qodef-product-layout--slider #qodef-woo-page.qodef--single .woocommerce-tabs {
  margin-left: auto;
  margin-right: auto;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-product-mark {
  left: 16px;
}
.qodef-product-layout--slider #qodef-woo-page.qodef--single .woocommerce-tabs {
  display: block;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-inner {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-image {
  flex-basis: 50%;
  width: 50%;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-image
  > div {
  width: 100%;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-swiper-container
  .swiper-wrapper {
  display: flex;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-thumbnails-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image {
  max-width: 110px;
  max-height: 115px;
}
.qodef-product-layout--slider #qodef-woo-page.qodef--single .entry-summary {
  flex-basis: 45%;
  width: 45%;
}
.qodef-product-layout--slider #qodef-woo-page.qodef--single form.cart {
  margin-top: 15px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  form.cart
  .variations {
  margin-bottom: 7px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  form.cart
  .single_variation_wrap
  .variations_button {
  margin-top: 10px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info {
  display: flex;
  align-items: center;
  background-color: #f0f0e6;
  padding: 120px 0;
  margin-top: 110px;
  margin-bottom: 119px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-left,
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-right {
  width: 50%;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-right {
  padding-left: 80px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-right
  > * {
  width: 65.5%;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-left {
  padding-right: 40px;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-left
  .qodef-e-image.qodef--has-appear
  img {
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94),
    clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  clip-path: inset(0 0 0 100%);
  transform: translateX(-20%);
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-left
  .qodef-e-image.qodef--has-appear.qodef--appeared
  img {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title-holder {
  position: relative;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title-decoration {
  position: absolute;
  left: -60px;
  top: -25px;
  font-family: "Bona Nova", serif;
  font-size: 120px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-top: -0.3em;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title-decoration.qodef--has-appear
  .qodef--word {
  clip-path: inset(-0.09em);
  white-space: nowrap;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title-decoration.qodef--has-appear
  .qodef--word
  .qode--char {
  display: inline-flex;
  position: relative;
  opacity: 0;
  --qode-y: 110%;
  transition: opacity 0.1s, transform 0.85s cubic-bezier(0.37, 0.77, 0.49, 0.95);
  transform: translate3d(0, var(--qode-y), 0);
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title-decoration.qodef--has-appear.qodef--appeared
  .qode--char {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(var(--qode-i) * 0.05s);
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-title {
  position: relative;
  margin: 0;
  z-index: 1;
}
.qodef-product-layout--slider
  #qodef-woo-page.qodef--single
  .qodef-woo-single-slider-additional-info
  .qodef-e-text {
  margin: 15px 0 0;
}
@media only screen and (max-width: 880px) {
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info {
    flex-direction: column-reverse;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-left,
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right {
    width: 100%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right {
    padding-bottom: 80px;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-left {
    padding-right: 0;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-title-decoration {
    font-size: min(100px, 25vw);
  }
}
.widget_elfrida_core_woo_side_area_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.widget_elfrida_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-count,
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: #13161a;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text {
  margin-left: 10px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener
  .qodef-m-opener-text:after {
  display: inline-block;
  content: "/";
  margin: 0 2px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-widget-side-area-cart-content {
  position: fixed;
  top: 0;
  right: -550px;
  height: 100vh;
  width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 67px 0 30px;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(115, 115, 115, 0.25);
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar
  .widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-close {
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  font-size: 34px;
  z-index: 1000;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-close
  .qodef-m-close-icon {
  display: flex;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-close:hover
  svg
  path {
  animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-close:hover
  svg
  path:nth-of-type(2) {
  animation-delay: 70ms;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-woo-side-area-cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 65px !important;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-woo-side-area-cart-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 11px !important;
  margin-bottom: 0 !important;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-woo-side-area-cart-item:first-child {
  margin-top: 0 !important;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image {
  flex-shrink: 0;
  width: 90px;
  height: 110px;
  margin-right: 20px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image
  a,
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image
  img {
  display: block;
  height: 100%;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image
  img {
  object-fit: cover;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-content {
  width: 100%;
  padding-right: 20px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-title {
  margin: -4px 0 0 0;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-price {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  margin: 13px 0 0;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-quantity {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  letter-spacing: 0;
  color: #262626;
  font-size: 15px;
  line-height: 1;
  color: #666;
  margin: 3px 0 0;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .remove {
  display: flex;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 20px;
  line-height: 1;
  z-index: 5;
  color: var(--qode-main-color);
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .remove
  .qodef-svg--close {
  width: 9px;
  height: 9px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-details,
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 65px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-details
  > *,
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-heading
  > * {
  margin: 0;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-details {
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 20px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-amount {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 17px;
  line-height: 1.41176em;
  letter-spacing: 0.025em;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-heading {
  position: relative;
  justify-content: flex-start;
  padding: 0 24px 4px 0;
  margin: 0 65px 30px;
  border-bottom: 1px solid #ccc;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-heading
  .qodef-m-order-label:after {
  content: "/";
  display: inline-block;
  margin: 0 1px 0 6px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.055em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 11.5px 70px;
  color: var(--qode-button-color, #fff);
  border: 1px solid var(--qode-button-border-color, transparent);
  background-color: transparent;
  --qode-bg-color: var(--qode-button-bg-color, #000);
  --qode-bg-hover-color: var(--qode-button-bg-hover-color, #1f1f1f);
  background-image: linear-gradient(
      0deg,
      var(--qode-bg-hover-color) 0,
      var(--qode-bg-hover-color) 100%
    ),
    linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
  transition: background-size 0.5s cubic-bezier(0.45, 0.8, 0.02, 0.91),
    color 0.15s ease, border-color 0.2s ease-out;
  background-position: 0 0, 0 100%;
  background-size: 100% 0, 100% 100%;
  background-repeat: no-repeat;
  padding: 11.5px 66px;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:hover {
  color: var(--qode-button-hover-color, #fff);
  border-color: var(--qode-button-border-hover-color, transparent);
  background-color: transparent;
  transition-duration: 0.58s, 0.15s, 0.25s;
  background-position: 0 0, 0 100%;
  background-size: 100% 100%, 100% 100%;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner.qodef-skin--light
  .qodef-m-opener {
  color: #fff;
}
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner.qodef-skin--light
  .qodef-m-opener
  .qodef-m-opener-count,
.widget_elfrida_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner.qodef-skin--light
  .qodef-m-opener
  .qodef-m-opener-text {
  color: #fff;
}
.widget_elfrida_core_woo_side_area_cart.qodef--opened
  .qodef-widget-side-area-cart-content {
  right: 0;
  visibility: visible;
}
.qodef-woo-side-area-cart-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 550px);
  height: 100vh;
  overflow: hidden;
  z-index: 1002;
}
.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.qodef-vc-row-wrapper.qodef--parallax-row {
  width: 100%;
}
.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
  height: auto !important;
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.35s ease-out;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e
  .qodef-e-hover-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.35s ease-out;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-logo {
  opacity: 0;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-hover-logo {
  opacity: 1;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-logo {
  width: auto;
  opacity: var(--qodef-client-initial-opacity, 1);
  will-change: opacity;
  transition: opacity 0.3s ease;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade
  .qodef-e:hover
  .qodef-e-logo {
  opacity: var(--qodef-client-hover-opacity, 0.5);
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image {
  line-height: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-image
  a {
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-logo {
  width: auto;
  display: inline-block;
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover
  .qodef-e
  .qodef-e-hover-logo {
  display: none;
}
.qodef-review-rating {
  display: flex;
}
.qodef-review-rating .qodef-rating-inner {
  display: flex;
  flex-basis: 50%;
}
.qodef-review-rating label {
  margin: 0 10px 0 0;
}
.qodef-review-rating .qodef-comment-rating-box {
  display: flex;
  margin: 0;
}
.qodef-review-rating .qodef-star-rating {
  position: relative;
  display: block;
  margin: 0 0.1em 0 0;
  cursor: pointer;
  color: #18191a;
}
.qodef-review-rating .qodef-star-rating svg {
  display: block;
  width: 14px;
  height: auto;
  fill: none;
  stroke: currentColor;
}
.qodef-review-rating .qodef-star-rating.active svg {
  fill: currentColor;
}
.qodef-review-rating .qodef-comments-ratings {
  --qode-star-width: 13px;
  --qode-star-gap: 5px;
  line-height: var(--qode-star-width);
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars {
  color: #18191a;
  display: flex;
  gap: var(--qode-star-gap);
  color: #ccc;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars svg {
  display: block;
  width: var(--qode-star-width);
  height: auto;
  flex-shrink: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--qode-main-color);
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-stars.qodef--active svg {
  fill: currentColor;
}
.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
  color: var(--qode-main-color);
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}
.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
  vertical-align: middle;
  margin: 2px 0 0;
}
.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
  vertical-align: middle;
  font-size: 20px;
}
.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
  vertical-align: middle;
  padding-left: 200px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar {
  line-height: 28px;
}
.qodef-reviews-per-criteria
  .qodef-item-reviews-display-right
  .qodef-item-reviews-display-bar
  .qodef-item-reviews-display-bar-inner {
  padding: 6px 0;
}
.qodef-reviews-per-mark .qodef-reviews-number-holder {
  display: flex;
  align-items: center;
}
.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
  display: flex;
  flex-direction: column;
  width: 25%;
  text-align: center;
}
.qodef-reviews-per-mark .qodef-reviews-number {
  font-size: 72px;
  color: #ffd740;
  font-weight: 700;
  line-height: 1em;
}
.qodef-reviews-per-mark .qodef-stars-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
  display: block;
}
.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
  color: #ffd740;
}
.qodef-reviews-per-mark .qodef-reviews-count {
  font-weight: 700;
  font-size: 14px;
}
.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
  width: 75%;
  padding: 29px 50px 40px;
  background-color: #fafafa;
  border-left: 1px solid #e5e5e5;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
  display: inline-block;
  vertical-align: middle;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
  display: block;
}
.qodef-comment-list .qodef-comment-name {
  float: none;
}
.qodef-comment-list .qodef-review-rating {
  display: inline-block;
  width: 100%;
}
.qodef-comment-list .qodef-rating-inner {
  display: inline-block;
  width: 100%;
}
@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}
@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}
.qodef-search-cover-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease;
}
.qodef-search-cover-form .qodef-m-inner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 550px;
}
@media only screen and (max-width: 1680px) {
  .qodef-search-cover-form .qodef-m-inner {
    padding: 0 25vw;
  }
}
.qodef-search-cover-form .qodef-svg--search {
  color: #000;
  margin-right: 9px;
}
.qodef-search-cover-form .qodef-m-form-field {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  padding: 0;
  margin-bottom: 0;
  color: #13161a;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline-offset: 0;
}
.qodef-search-cover-form .qodef-m-form-field:focus {
  color: var(--qode-main-color);
}
.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-form-field::placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search-cover-form .qodef-m-close {
  flex-shrink: 0;
  color: #13161a;
}
.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-covers-search--fadeout .qodef-search-cover-form {
  animation: cover_search_fade_out 0.3s ease both;
}
.qodef-covers-search--fadein .qodef-search-cover-form {
  animation: cover_search_fade_in 0.3s ease both;
}
.qodef-drop-down-second--animate-height .qodef-search-cover-form {
  visibility: visible;
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.15s, clip-path 0.35s ease;
  z-index: 100;
  pointer-events: none;
}
.qodef-drop-down-second--animate-height.qodef-covers-search--fadein
  .qodef-search-cover-form {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition-duration: 0.15s, 0.5s;
  pointer-events: all;
  animation: none;
}
.qodef-drop-down-second--animate-height.qodef-covers-search--fadeout
  .qodef-search-cover-form {
  animation: none;
}
.qodef-header--sticky-display #qodef-page-header > .qodef-search-cover-form {
  display: none;
}
.qodef-fullscreen-search-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 100;
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
  display: none;
}
.qodef-fullscreen-search-holder .qodef-m-inner {
  width: 100%;
}
.qodef-fullscreen-search-holder .qodef-m-form {
  position: relative;
  width: 60%;
  margin: 0 auto;
}
.qodef-fullscreen-search-holder .qodef-m-form-field {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 25px;
  color: #18191a;
  line-height: 2em;
  background: 0 0;
  border: 0;
  border-radius: 0;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: auto;
  padding: 0;
  margin: 0;
  color: #18191a;
  background: 0 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
  transition: color 0.2s ease-out;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
  color: var(--qode-main-color);
  background: 0 0;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-submit {
  opacity: 1;
  bottom: 10px;
  transition: color 0.2s ease, opacity 0.2s ease-out 1.1s,
    bottom 0.4s ease-out 0.9s;
}
.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
  font-size: 18px;
}
.qodef-fullscreen-search-holder .qodef-m-form-line {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-form-line {
  width: 100%;
  transition: width 0.5s ease 0.6s;
}
.qodef-fullscreen-search-holder .qodef-m-close {
  position: absolute;
  top: 33px;
  right: 70px;
  color: #262626;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
  top: 72px;
}
.qodef-fullscreen-search-holder .qodef-m-close:hover {
  color: #18191a;
}
.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
  font-size: 25px;
}
.qodef-fullscreen-search--opened
  .qodef-fullscreen-search-holder
  .qodef-m-close {
  opacity: 1;
  visibility: visible;
}
.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_out 0.3s ease both;
}
.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
  animation: fullscreen_search_fade_in 0.3s ease both;
}
@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.qodef-search-opener {
  display: inline-flex;
  align-items: center;
}
.qodef-search-opener > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}
.qodef-search-opener .qodef-search-opener-text {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: currentColor;
  margin-left: 10px;
}
.qodef-accordion {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
  overflow-anchor: none;
}
.qodef-accordion .qodef-accordion-content-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-accordion.qodef--init {
  visibility: visible;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px 0 0;
  padding: 20px 40px 20px 24px;
  line-height: 1.12;
  border: 1px solid #bfbfbf;
  transition: border-color 0.2s ease-out;
  cursor: pointer;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark {
  position: absolute;
  flex-shrink: 0;
  width: 24px;
  height: 100%;
  top: 0;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: flex;
  transition: transform 0.2s ease-out;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  border-color: var(--qode-main-color);
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span {
  transform: rotate(90deg);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 24px 0 28px;
  margin: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-content
  .qodef-accordion-content-inner {
  padding-left: 25px;
}
.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle
  .qodef-accordion-content {
  display: none;
}
.qodef-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-banner .qodef-m-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.qodef-banner .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.qodef-banner .qodef-m-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.qodef-banner .qodef-m-title {
  margin: 10px 0 4px;
}
.qodef-banner .qodef-m-title-inner {
  display: inline-block;
}
.qodef-banner .qodef-m-text-field {
  font-size: 15px;
  color: var(--qode-main-color);
  margin: 0 0 10px;
  font-style: italic;
}
.qodef-banner .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.qodef-banner .qodef-m-image img {
  display: block;
  transition: all 0.35s ease-out;
}
.qodef-banner.qodef--has-appear:not(.qodef-layout--dual-banner) {
  opacity: 0;
  transition: opacity 0.45s ease;
  overflow: hidden;
}
.qodef-banner.qodef--has-appear:not(.qodef-layout--dual-banner)
  .qodef-m-image
  img {
  --qode-apperar-scale: 1.12;
  transform: scale(var(--qode-apperar-scale));
  transition: transform 0.9s cubic-bezier(0.33, 0.62, 0.44, 0.96);
  transform-origin: 60% 40%;
}
.qodef-banner.qodef--has-appear:not(
    .qodef-layout--dual-banner
  ).qodef--appeared {
  opacity: 1;
}
.qodef-banner.qodef--has-appear:not(.qodef-layout--dual-banner).qodef--appeared
  .qodef-m-image
  img {
  transform: scale(1.01);
}
.qodef-banner.qodef-layout--dual-banner {
  display: flex;
  gap: 2px;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-banner-holder {
  position: relative;
  width: 50%;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-image {
  height: 100%;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-button {
  position: relative;
  z-index: 5000;
  display: flex;
  justify-content: center;
}
.qodef-banner.qodef-layout--dual-banner .qodef-logo-button-holder {
  margin: auto 0;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-subtitle {
  margin: 0 0 4px;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-content-inner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 93px 63px 63px 63px;
}
.qodef-banner.qodef-layout--dual-banner .qodef-m-content-inner > .qodef-m-text {
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .qodef-banner.qodef-layout--dual-banner .qodef-m-content-inner {
    padding: 63px 14%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-banner.qodef-layout--dual-banner .qodef-m-content-inner {
    padding: 30px 14%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-banner.qodef-layout--dual-banner .qodef-m-content-inner {
    padding: 30px 7%;
  }
  .qodef-banner.qodef-layout--dual-banner
    .qodef-m-content-inner
    .qodef-logo-button-holder {
    max-width: 250px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-banner.qodef-layout--dual-banner {
    flex-direction: column;
    gap: 0;
  }
  .qodef-banner.qodef-layout--dual-banner .qodef-m-banner-holder {
    width: 100%;
    height: 50%;
  }
}
.qodef-banner.qodef-layout--dual-banner.qodef--has-appear
  .qodef-m-banner-holder {
  opacity: 0;
  transition: opacity 0.45s ease;
  overflow: hidden;
}
.qodef-banner.qodef-layout--dual-banner.qodef--has-appear
  .qodef-m-banner-holder
  .qodef-m-image
  img {
  --qode-apperar-scale: 1.12;
  transform: scale(var(--qode-apperar-scale));
  transition: transform 0.9s cubic-bezier(0.33, 0.62, 0.44, 0.96);
  transform-origin: 60% 40%;
}
.qodef-banner.qodef-layout--dual-banner.qodef--has-appear
  .qodef-m-banner-holder.qodef--appeared {
  opacity: 1;
}
.qodef-banner.qodef-layout--dual-banner.qodef--has-appear
  .qodef-m-banner-holder.qodef--appeared
  .qodef-m-image
  img {
  transform: scale(1.01);
}
.qodef-banner.qodef-full-height--yes {
  height: 100vh;
}
.qodef-banner.qodef-full-height--yes.qodef-decrease-for-header-height--yes {
  height: calc(100vh - var(--qode-top-bar-height) - var(--qode-header-height));
}
.admin-bar
  .qodef-banner.qodef-full-height--yes.qodef-decrease-for-header-height--yes {
  height: calc(
    100vh - 32px - var(--qode-top-bar-height) - var(--qode-header-height)
  );
}
@media only screen and (max-width: 1200px) {
  .qodef-banner.qodef-full-height--yes.qodef-decrease-for-header-height--yes {
    height: calc(100vh - var(--qode-mobile-header-height));
  }
  .admin-bar
    .qodef-banner.qodef-full-height--yes.qodef-decrease-for-header-height--yes {
    height: calc(100vh - 32px - var(--qode-mobile-header-height));
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar
    .qodef-banner.qodef-full-height--yes.qodef-decrease-for-header-height--yes {
    height: calc(100vh - 46px - var(--qode-mobile-header-height));
  }
}
@media only screen and (min-width: 881px) {
  .qodef-banner.qodef--has-hover {
    overflow: hidden;
    --qode-x-move: 70px;
    --qode-transition: 0.6s cubic-bezier(0.39, 0.58, 0.57, 1);
    gap: 0 !important;
    position: relative;
  }
  .qodef-banner.qodef--has-hover .qodef-m-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: calc(100% + 2 * var(--qode-x-move));
    left: 50%;
    translate: -50% 0;
    height: 100%;
  }
  .qodef-banner.qodef--has-hover .qodef-m-hover-image img {
    --qode-zoom: 1.01;
    --qode-zoom-hover: 1.022;
    transform: scale(var(--qode-zoom));
    transition: transform 0.7s cubic-bezier(0.26, 0.38, 0.48, 0.94);
    will-change: transform;
  }
  .qodef-banner.qodef--has-hover .qodef-m-banner-link {
    width: calc(100% + 2 * var(--qode-x-move));
    left: 50%;
    translate: -50% 0;
    transition: clip-path var(--qode-transition);
  }
  .qodef-banner.qodef--has-hover .qodef-m-image {
    overflow: visible;
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(1)
    .qodef-m-banner-link {
    clip-path: inset(0 calc(2 * var(--qode-x-move)) 0 0);
  }
  .qodef-banner.qodef--has-hover .qodef-m-banner-holder:nth-of-type(2) {
    transition: clip-path var(--qode-transition);
    clip-path: inset(0 0);
  }
  .qodef-banner.qodef--has-hover .qodef-m-banner-holder:nth-of-type(2):after {
    left: -1px;
    display: none;
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(2)
    .qodef-m-hover-image {
    transition: inherit;
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(2)
    .qodef-m-banner-link {
    clip-path: inset(0 0 0 var(--qode-x-move));
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:hover
    .qodef-m-banner-link {
    clip-path: inset(0);
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:hover
    .qodef-m-hover-image
    img {
    transform: scale(var(--qode-zoom-hover));
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(1):hover
    .qodef-m-banner-link {
    transition-duration: 0.3s;
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(1):hover
    + .qodef-m-banner-holder {
    clip-path: inset(0 0 0 var(--qode-x-move));
  }
  .qodef-banner.qodef--has-hover .qodef-m-banner-holder:nth-of-type(2):hover {
    clip-path: inset(0 0 0 calc(var(--qode-x-move) * -1));
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(2):hover
    .qodef-m-banner-link {
    transform: translateX(calc(var(--qode-x-move) * -1));
  }
  .qodef-banner.qodef--has-hover
    .qodef-m-banner-holder:nth-of-type(2):hover:after {
    transform: translateX(calc(var(--qode-x-move) * -1));
  }
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 68px 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 5px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-subtitle,
.qodef-banner.qodef-layout--link-button .qodef-m-text,
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  color: #fff;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 1px 0 0;
}
.qodef-banner.qodef-layout--link-button
  .qodef-m-button
  .qodef-button.qodef-layout--textual {
  color: #fff;
}
.qodef-banner.qodef-layout--link-button
  .qodef-m-button
  .qodef-button.qodef-layout--textual:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    padding: 25px 20px;
  }
}
.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.qodef-button.qodef-html--link {
  font-family: Outfit, sans-serif;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.055em;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  box-shadow: none;
  background-image: none;
  opacity: 1;
  padding: 11.5px 70px;
}
.qodef-button.qodef-size--small {
  padding: 11.5px 60px;
}
.qodef-button.qodef-size--large {
  padding: 11.5px 79.2px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  padding: 11.5px 70px;
  justify-content: center;
  text-align: center;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  color: var(--qode-button-color, #fff);
  border: 1px solid var(--qode-button-border-color, transparent);
  background-color: transparent;
  --qode-bg-color: var(--qode-button-bg-color, #000);
  --qode-bg-hover-color: var(--qode-button-bg-hover-color, #1f1f1f);
  background-image: linear-gradient(
      0deg,
      var(--qode-bg-hover-color) 0,
      var(--qode-bg-hover-color) 100%
    ),
    linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
  transition: background-size 0.5s cubic-bezier(0.45, 0.8, 0.02, 0.91),
    color 0.15s ease, border-color 0.2s ease-out;
  background-position: 0 0, 0 100%;
  background-size: 100% 0, 100% 100%;
  background-repeat: no-repeat;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: var(--qode-button-hover-color, #fff);
  border-color: var(--qode-button-border-hover-color, transparent);
  background-color: transparent;
  transition-duration: 0.58s, 0.15s, 0.25s;
  background-position: 0 0, 0 100%;
  background-size: 100% 100%, 100% 100%;
}
.qodef-button.qodef-layout--outlined {
  color: var(--qode-button-color, #000);
  border: 1px solid var(--qode-button-border-color, #a6a6a6);
  background-color: transparent;
  --qode-bg-color: transparent;
  --qode-bg-hover-color: var(--qode-button-bg-hover-color, #1f1f1f);
  background-image: linear-gradient(
      0deg,
      var(--qode-bg-hover-color) 0,
      var(--qode-bg-hover-color) 100%
    ),
    linear-gradient(0deg, var(--qode-bg-color) 0, var(--qode-bg-color) 100%);
  transition: background-size 0.5s cubic-bezier(0.45, 0.8, 0.02, 0.91),
    color 0.15s ease, border-color 0.2s ease-out;
  background-position: 0 0, 0 100%;
  background-size: 100% 0, 100% 100%;
  background-repeat: no-repeat;
}
.qodef-button.qodef-layout--outlined:hover {
  color: var(--qode-button-hover-color, #fff);
  border-color: var(--qode-button-border-hover-color, #1f1f1f);
  background-color: transparent;
  transition-duration: 0.58s, 0.15s, 0.25s;
  background-position: 0 0, 0 100%;
  background-size: 100% 100%, 100% 100%;
}
.qodef-button.qodef-layout--textual {
  color: var(--qode-button-color, #000);
  background-color: transparent;
  border-color: transparent;
  line-height: 1.6em;
  font-weight: 400;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 100% var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
}
.qodef-button.qodef-layout--textual:hover {
  animation: qode-inline-underline-initial-hover 0.8s
    cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-button.qodef-layout--textual:hover {
  color: var(--qode-button-hover-color, var(--qode-main-color));
  background-color: transparent;
  border-color: transparent;
}
.qodef-call-to-action.qodef-layout--standard {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
  display: flex;
  align-items: center;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched
  .qodef-m-inner {
  justify-content: space-between;
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered
  .qodef-m-inner {
  justify-content: center;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
  padding-right: 20px;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content > * {
  margin: 0;
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
  flex: 0 0 auto;
}
.qodef-countdown .qodef-m-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.qodef-countdown .qodef-digit,
.qodef-countdown .qodef-label {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
  width: 100%;
}
.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
  width: 50%;
}
.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
  width: 33.33333%;
}
.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
  width: 25%;
}
.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
  width: 20%;
}
.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
  width: 16.66667%;
}
.qodef-countdown.qodef-countdown--light .qodef-digit,
.qodef-countdown.qodef-countdown--light .qodef-label {
  color: #fff;
}
.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.qodef-countdown.qodef-layout--simple .qodef-digit {
  font-family: inherit;
  font-size: 90px;
  line-height: 1em;
  font-weight: 600;
  color: #18191a;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: inherit;
  font-weight: 600;
  font-size: 75px;
  line-height: 1;
  color: #18191a;
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 5px 0 0 0;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.widget.widget_elfrida_core_custom_font {
  margin-bottom: 0 !important;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-custom-font.qodef-alignment--center {
  text-align: center;
}
.qodef-custom-font.qodef-alignment--left {
  text-align: left;
}
.qodef-custom-font.qodef-alignment--right {
  text-align: right;
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 26px;
  line-height: 1.23077em;
  letter-spacing: 0.02em;
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.025em;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #18191a;
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}
.qodef-google-map {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-google-map .qodef-m-map {
  display: block;
  width: 100%;
}
.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
  width: 100%;
  display: block;
}
.qodef-google-map .qodef-m-map img {
  max-width: none;
}
.qodef-highlight .qodef-highlight-text {
  padding: 0 5px;
  color: #fff;
  background-color: #18191a;
}
.qodef-icon-list-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 1;
}
.qodef-icon-list-item .qodef-e-title a {
  display: block;
}
.qodef-icon-list-item .qodef-e-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-list-item .qodef-icon-holder {
  flex-shrink: 0;
  margin-right: 5px;
  float: none;
}
.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
  font-size: 16px;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
  display: block;
}
#qodef-page-sidebar .widget.widget_elfrida_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_elfrida_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_elfrida_core_icon_list_item {
  margin-bottom: 0;
}
.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}
.qodef-icon-with-text .qodef-m-title a {
  display: block;
}
.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}
.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}
.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}
.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}
.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}
.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}
.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%;
}
.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}
.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
  max-width: 50%;
  margin: 0 auto;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left
  img {
  margin-left: 0;
}
.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right
  img {
  margin-right: 0;
}
.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}
.qodef-icon-holder a {
  display: block;
}
.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}
.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--qode-main-color);
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}
.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: #18191a;
}
.qodef-icon-holder.qodef-layout--circle {
  border-radius: 50%;
}
.qodef-icon-holder.qodef-size--tiny {
  font-size: 1.33333333em;
}
.qodef-icon-holder.qodef-size--small {
  font-size: 2em;
}
.qodef-icon-holder.qodef-size--medium {
  font-size: 3em;
}
.qodef-icon-holder.qodef-size--large {
  font-size: 4em;
}
.qodef-icon-holder.qodef-size--huge {
  font-size: 5em;
}
.widget.widget_elfrida_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_elfrida_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_elfrida_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_elfrida_core_icon {
  margin-bottom: 0;
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
  margin: 24px 0 0;
}
.qodef-image-with-text .qodef-m-text {
  margin: 3px 0 0;
}
.qodef-image-with-text.qodef-image-shadow--yes .qodef-m-image img {
  box-shadow: 0 3px 20px 0 rgba(115, 115, 115, 0.1);
}
.qodef-image-with-text.qodef-image-border--yes .qodef-m-image img {
  border: 1px solid var(--qode-image-border-color, #bfbfbf);
  transition: box-shadow 0.5s ease-out;
}
.qodef-image-with-text.qodef-image-border--yes:hover .qodef-m-image img {
  box-shadow: 0 4px 10px 0 rgba(33, 33, 43, 0.1);
}
.qodef-image-with-text.qodef--has-hover .qodef-m-image {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.36, 0.62, 0.35, 0.94),
    box-shadow 0.5s ease-out;
}
.qodef-browser--safari .qodef-image-with-text.qodef--has-hover .qodef-m-image {
  will-change: transform;
}
.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
  transform: translateY(-6px);
}
.qodef-image-with-text.qodef--has-appear .qodef-m-inner {
  --qodef-translate-y: 40px;
  transform: translateY(var(--qodef-translate-y));
  opacity: 0;
  transition: transform 1.1s cubic-bezier(0.28, 0.89, 0.18, 1.09), opacity 0.35s;
}
.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-inner {
  transform: translateY(0);
  opacity: 1;
}
.qodef-info-section.qodef-layout--background-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-info {
  position: relative;
  z-index: 2;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-title {
  margin: 0 0 12px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-button {
  margin-top: 32px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-family: "Bona Nova", serif;
  font-size: 150px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1em;
  margin-top: -0.3em;
}
.qodef-info-section.qodef-layout--background-text
  .qodef-m-background-text.qodef--has-appear
  .qodef--word {
  clip-path: inset(-0.09em);
  white-space: nowrap;
}
.qodef-info-section.qodef-layout--background-text
  .qodef-m-background-text.qodef--has-appear
  .qodef--word
  .qode--char {
  display: inline-flex;
  position: relative;
  opacity: 0;
  --qode-y: 110%;
  transition: opacity 0.1s, transform 0.85s cubic-bezier(0.37, 0.77, 0.49, 0.95);
  transform: translate3d(0, var(--qode-y), 0);
}
.qodef-info-section.qodef-layout--background-text
  .qodef-m-background-text.qodef--has-appear.qodef--appeared
  .qode--char {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(var(--qode-i) * 0.05s);
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
  .qodef-m-background-text {
  top: -2.5vw;
  left: -8.2vw;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
  .qodef-m-background-text {
  top: -2.5vw;
  right: -8.2vw;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
  .qodef-m-background-text {
  bottom: -2.5vw;
  left: -8.2vw;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
  .qodef-m-background-text {
  bottom: -2.5vw;
  right: -8.2vw;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
  .qodef-m-background-text {
  top: -2.5vw;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    font-size: 120px;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
    .qodef-m-background-text {
    top: -3.5vw;
    left: -7.2vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
    .qodef-m-background-text {
    top: -3.5vw;
    right: -7.2vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
    .qodef-m-background-text {
    bottom: -3.5vw;
    left: -7.2vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
    .qodef-m-background-text {
    bottom: -3.5vw;
    right: -7.2vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
    .qodef-m-background-text {
    top: -3.5vw;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
    font-size: 85px;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
    .qodef-m-background-text {
    top: -8vw;
    left: -6vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
    .qodef-m-background-text {
    top: -8vw;
    right: -6vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
    .qodef-m-background-text {
    bottom: -8vw;
    left: -6vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
    .qodef-m-background-text {
    bottom: -8vw;
    right: -6vw;
  }
  .qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
    .qodef-m-background-text {
    top: -8vw;
  }
}
.qodef-pricing-table {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.qodef-pricing-table.qodef-status--featured {
  transform: translateY(-25px);
}
.qodef-pricing-table .qodef-m-inner {
  padding: 45px;
}
.qodef-pricing-table .qodef-m-title p {
  margin: 0;
  color: #18191a;
}
.qodef-pricing-table .qodef-m-price {
  margin-top: -3px;
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  line-height: 1;
  justify-content: center;
}
.qodef-pricing-table .qodef-m-content {
  margin: 25px 0 0;
}
.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}
.qodef-pricing-table .qodef-m-content ul li {
  color: #18191a;
  margin-bottom: 8px;
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
  margin-bottom: 0;
}
.qodef-pricing-table .qodef-m-content ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}
.qodef-pricing-table .qodef-m-button .qodef-button {
  margin: 25px 0 0;
}
.qodef-progress-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-progress-bar .qodef-m-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.qodef-progress-bar .qodef-m-canvas {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-progress-bar .qodef-m-canvas svg {
  display: block;
}
.qodef-progress-bar .qodef-m-title {
  margin: 20px 0 0;
}
.qodef-progress-bar.qodef--init {
  visibility: visible;
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 17px;
  line-height: 1.41176em;
  letter-spacing: 0.025em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
  padding-top: 20px;
  transform: none !important;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-inner {
  flex-direction: column-reverse;
}
.qodef-progress-bar.qodef-layout--line .proggress {
  width: 0;
}
.qodef-progress-bar.qodef-layout--line .percentCount {
  position: absolute;
  top: -24px;
  right: 0;
  width: auto;
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin: 0 0 7px;
}
.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating
  .percentCount {
  left: 0;
  right: auto;
  transform: translateX(-50%);
}
.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-section-title .qodef-m-title {
  margin: 0;
}
.qodef-section-title .qodef-m-text {
  margin: 25px 0 0;
}
.qodef-section-title.qodef-alignment--center {
  text-align: center;
}
.qodef-section-title.qodef-alignment--left {
  text-align: left;
}
.qodef-section-title.qodef-alignment--right {
  text-align: right;
}
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
.qodef-separator.qodef-position--center {
  text-align: center;
}
.qodef-separator.qodef-position--left {
  text-align: left;
}
.qodef-separator.qodef-position--right {
  text-align: right;
}
.qodef-separator.qodef-show--yes {
  display: block;
}
.qodef-separator.qodef-show--no {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--yes {
    display: block;
  }
}
@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--no {
    display: none;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--yes {
    display: block;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--no {
    display: none;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--yes {
    display: block;
  }
}
@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--no {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--yes {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--no {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--yes {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--no {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--yes {
    display: block;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--no {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--yes {
    display: block;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--no {
    display: none;
  }
}
#qodef-page-sidebar .widget.widget_elfrida_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_elfrida_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_elfrida_core_separator {
  margin-bottom: 0;
}
.widget_block .widget.widget_elfrida_core_separator {
  margin: 0;
}
.qodef-single-image {
  display: flex;
}
.qodef-single-image.qodef-alignment--left {
  justify-content: flex-start;
}
.qodef-single-image.qodef-alignment--right {
  justify-content: flex-end;
}
.qodef-single-image.qodef-alignment--center {
  justify-content: center;
}
.qodef-single-image img {
  display: block;
}
.qodef-alignment--center .qodef-single-image img {
  margin: 0 auto;
}
.qodef-alignment--right .qodef-single-image img {
  margin: 0 0 0 auto;
}
.qodef-single-image.qodef-appear--reveal-from-left img {
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94),
    clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  clip-path: inset(0 0 0 100%);
  transform: translateX(0);
}
.qodef-single-image.qodef-appear--reveal-from-left.qodef--appeared img {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.qodef-single-image.qodef-appear--reveal-from-right img {
  transition: transform 0.9s cubic-bezier(0.34, 0.17, 0.24, 0.94),
    clip-path 0.7s cubic-bezier(0.34, 0.17, 0.24, 0.94);
  clip-path: inset(0 100% 0 0);
  transform: translateX(0);
}
.qodef-single-image.qodef-appear--reveal-from-right.qodef--appeared img {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.qodef-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-tabs.qodef--init {
  visibility: visible;
}
.qodef-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs .qodef-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-tabs .qodef-tabs-content p {
  margin: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0 26px 0 0;
  padding: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0.025em;
  display: block;
  padding: 0 3px 1px;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
  color: #fff;
  background-color: #18191a;
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
    flex-direction: column;
    align-items: flex-start;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 26px 0;
    padding: 0;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
    margin-bottom: 0;
  }
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #ccc;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li {
  width: 100%;
  margin-bottom: 26px;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li:last-child {
  margin-bottom: 0;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-navigation
  li
  a {
  display: inline-block;
  width: auto;
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-tabs-content {
  margin-top: 0;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.qodef-video-button .qodef-m-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #18191a;
  font-size: 106px;
  line-height: 1;
}
.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}
.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}
#qodef-side-area {
  position: fixed;
  top: 0;
  right: -490px;
  width: 490px;
  height: 100%;
  min-height: 100%;
  padding: 120px 75px 35px;
  text-align: center;
  background-color: #121212;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}
#qodef-side-area.qodef-alignment--center {
  text-align: center;
}
#qodef-side-area.qodef-alignment--right {
  text-align: right;
}
#qodef-side-area.qodef-alignment--left {
  text-align: left;
}
#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: #fff;
}
.admin-bar #qodef-side-area-close {
  top: 65px;
}
.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.2s ease-in-out, z-index 0.2s ease-in-out;
}
.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-social-share .qodef-social-title {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 17px;
  line-height: 1.41176em;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.qodef-social-share ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
}
.qodef-social-share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.qodef-social-share li a {
  display: inline-block;
  font-size: 13px;
  transform: translateY(0);
  transition: transform 0.38s cubic-bezier(0.28, 0.69, 0.36, 0.94),
    color 0.2s ease-out;
}
.qodef-social-share li a:hover {
  transform: translateY(-2px);
}
.qodef-social-share li a svg {
  width: 12px;
}
.qodef-social-share.qodef-layout--dropdown {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
  margin: 0;
  vertical-align: middle;
}
.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
  width: 18px;
  height: auto;
  margin-left: 5px;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(2) {
  transition-delay: 0.2s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(3) {
  transition-delay: 0.3s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(4) {
  transition-delay: 0.4s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(5) {
  transition-delay: 0.5s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(6) {
  transition-delay: 0.6s;
}
.qodef-social-share.qodef-layout--dropdown:hover
  .qodef-social-share-dropdown
  ul
  li:nth-child(7) {
  transition-delay: 0.7s;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
  display: flex;
}
.qodef-social-share.qodef-layout--dropdown
  .qodef-social-share-dropdown-opener
  .qodef-social-share-title {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
  position: absolute;
  visibility: hidden;
  z-index: 950;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
  position: relative;
  display: block;
  z-index: 990;
  margin: 0;
  padding: 0 !important;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
  width: 100%;
  height: 100%;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown {
  bottom: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:not(:first-child) {
  border-top: none;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-facebook-share
  a:hover {
  background-color: #3b5998;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-twitter-share
  a:hover {
  background-color: #00aced;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-linkedin-share
  a:hover {
  background-color: #007bb5;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-tumblr-share
  a:hover {
  background-color: #32506d;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-pinterest-share
  a:hover {
  background-color: #cb2027;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li.qodef-vk-share
  a:hover {
  background-color: #45668e;
  color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li
  a {
  font-size: 20px;
  color: #262626;
  background-color: #fff;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(1) {
  bottom: -30px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(2) {
  bottom: -60px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(3) {
  bottom: -90px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(4) {
  bottom: -120px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(5) {
  bottom: -150px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(6) {
  bottom: -180px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom
  .qodef-social-share-dropdown
  li:nth-child(7) {
  bottom: -210px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown {
  top: 0;
  right: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(1) {
  left: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(2) {
  left: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(3) {
  left: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(4) {
  left: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(5) {
  left: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(6) {
  left: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
  .qodef-social-share-dropdown
  li:nth-child(7) {
  left: 185px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown {
  top: 0;
  left: 0;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li {
  width: calc(90px / 3);
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(1) {
  right: 5px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(2) {
  right: 35px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(3) {
  right: 65px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(4) {
  right: 95px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(5) {
  right: 125px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(6) {
  right: 155px;
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
  .qodef-social-share-dropdown
  li:nth-child(7) {
  right: 185px;
}
.qodef-social-share.qodef-layout--list {
  display: inline-flex;
  align-items: center;
}
.qodef-social-share.qodef-layout--list ul {
  display: inline-flex;
  margin: 0 0 1px;
}
.qodef-social-share.qodef-layout--list li {
  margin-right: 10px;
}
.qodef-social-share.qodef-layout--list li.qodef-facebook-share {
  margin-right: 7px;
}
.qodef-social-share.qodef-layout--list li:last-child {
  margin-right: 0;
}
.qodef-social-share.qodef-layout--text li {
  margin-right: 15px;
}
.qodef-social-share.qodef-layout--text li:last-child {
  margin-right: 0;
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
  display: block;
  margin-bottom: 21px;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-sidebar
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-page-footer
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--dropdown
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--list
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  .qodef-social-title {
  color: #ccc;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-facebook-share
  a:hover {
  color: #3b5998;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-twitter-share
  a:hover {
  color: #00aced;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-linkedin-share
  a:hover {
  color: #007bb5;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-tumblr-share
  a:hover {
  color: #32506d;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-pinterest-share
  a:hover {
  color: #cb2027;
}
#qodef-side-area
  .widget
  .qodef-social-share.qodef-layout--text
  li.qodef-vk-share
  a:hover {
  color: #45668e;
}
#qodef-page-spinner {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2000;
}
#qodef-page-spinner .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--qode-main-color);
  background-color: #fff;
}
#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation: qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation: qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation: qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: "";
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}
#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--1
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--2
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-m-circle-item.qodef-item--3
  .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--five-rotating-circles
  .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}
#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--mitosis
  .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-line {
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--init
  .qodef-m-spinner-images {
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-line {
  opacity: 0;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-heading > * {
  margin: 0;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text {
  font-family: "Bona Nova", serif;
  font-size: 8.6vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f0f0e6;
  line-height: 1;
}
@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text {
    font-size: 50px;
  }
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-text
  .qodef--word {
  clip-path: inset(-0.09em);
  white-space: nowrap;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-text
  .qodef--word
  .qode--char {
  display: inline-flex;
  position: relative;
  opacity: 0;
  --qode-y: 110%;
  transition: opacity 0.1s, transform 0.85s cubic-bezier(0.37, 0.77, 0.49, 0.95);
  transform: translate3d(0, var(--qode-y), 0);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qode--char {
  animation: qode-letter-apppear 0.85s cubic-bezier(0.37, 0.77, 0.49, 0.95) both;
  animation-delay: calc(var(--qode-i) * 0.05s);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 10vmax;
}
@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-images {
    padding: 0;
  }
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image {
  display: inline-block;
  overflow: hidden;
  --qode-y: 0;
  --qode-x: 0;
  transform: translateY(var(--qode-y)) translateX(var(--qode-x));
  position: absolute;
  opacity: 0;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image:first-of-type {
  --qode-y: -7%;
  position: relative;
  max-width: 40%;
  max-height: 100%;
  animation: qode-image-in-from-top 1s cubic-bezier(0.34, 0.17, 0.24, 0.94) both;
  animation-delay: 0.45s;
}
@media only screen and (max-width: 1200px) {
  #qodef-page-spinner.qodef-layout--predefined
    .qodef-m-spinner-images
    .qodef-m-spinner-image:first-of-type {
    max-width: 54%;
  }
}
@media only screen and (max-width: 880px) {
  #qodef-page-spinner.qodef-layout--predefined
    .qodef-m-spinner-images
    .qodef-m-spinner-image:first-of-type {
    max-width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--predefined
    .qodef-m-spinner-images
    .qodef-m-spinner-image:first-of-type {
    max-width: 83%;
  }
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image:first-of-type
  img {
  max-height: 100%;
  max-width: 100%;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image:nth-of-type(2) {
  --qode-y: -13.5%;
  --qode-x: 26%;
  animation: qode-image-in-from-top 1s cubic-bezier(0.34, 0.17, 0.24, 0.94) both;
  animation-delay: 0.9s;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image:nth-of-type(3n + 3) {
  --qode-y: 15%;
  --qode-x: 4%;
  animation: qode-image-in-from-top 1s cubic-bezier(0.34, 0.17, 0.24, 0.94) both;
  animation-delay: 1.4s;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-images
  .qodef-m-spinner-image
  img {
  max-height: 51vh;
  width: auto;
  max-width: 86vw;
}
@media only screen and (max-width: 1200px) {
  #qodef-page-spinner.qodef-layout--predefined
    .qodef-m-spinner-images
    .qodef-m-spinner-image
    img {
    max-height: 58vh;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--predefined
    .qodef-m-spinner-images
    .qodef-m-spinner-image
    img {
    max-height: 36vh;
  }
}
#qodef-page-spinner.qodef-layout--predefined.qodef--finished {
  pointer-events: none;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading > * {
  margin: 0;
  opacity: 0;
  animation: qode-fade-in 1s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
  flex-shrink: 0;
  animation-delay: 0.5s;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
  position: relative;
  display: block;
  height: 3px;
  width: 500px;
  margin-top: 20px;
  background-color: #e5e1dc;
  overflow: hidden;
  opacity: 0;
  animation: qode-fade-in 1s 0.3s forwards;
}
#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--qode-main-color);
  width: 0;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}
#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
  position: absolute;
  height: 100%;
  width: 100%;
  background: currentColor;
  border: 0 solid currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--1 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--2 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--3 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse-circles
  .qodef-m-pulse-circle.qodef-pulse--4 {
  animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}
#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: currentColor;
  border-radius: 16px;
  animation: qode-scaleout 1s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
  width: 60px;
  height: 20px;
}
#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles > div {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: currentColor;
  border-radius: 100%;
  opacity: 0;
  animation: qode-ball-fall 1.5s ease infinite both;
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(1) {
  animation-delay: calc((100ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(2) {
  animation-delay: calc((200ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotate-circles
  .qodef-m-circles
  > div:nth-last-of-type(3) {
  animation-delay: calc((300ms) - 300ms);
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
  position: relative;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
  animation-delay: -0.9s;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
  display: inline-block;
  float: left;
  height: 100%;
  width: 6px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  animation: qode-stretch-delay 1.2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
  animation-delay: calc((200ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
  animation-delay: calc((300ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
  animation-delay: calc((400ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
  animation-delay: calc((500ms) - 1300ms);
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
  opacity: 0;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
  display: flex;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}
#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}
#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}
#qodef-page-spinner.qodef-layout--two-rotating-circles
  .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}
#qodef-page-spinner.qodef-layout--wave-circles
  .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}
#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}
.qodef-sp-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 115;
  visibility: hidden;
  background-color: rgba(245, 245, 240, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s, visibility 0.5s;
}
.qodef-sp-holder .qodef-sp-inner {
  width: 90%;
  max-width: 519px;
  background-color: #fff;
  opacity: 0;
  box-shadow: 3px 3px 20px 0 rgba(115, 115, 115, 0.25);
  transition: transform 0.3s cubic-bezier(0.06, 0.47, 0.38, 0.99),
    opacity 0.2s ease-out;
}
.qodef-sp-holder .qodef-sp-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  color: #000;
}
@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-close {
    top: 12px;
    right: 12px;
  }
}
.qodef-sp-holder .qodef-sp-close:hover {
  color: #000;
}
.qodef-sp-holder .qodef-sp-close:hover svg path {
  animation: qode-draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
.qodef-sp-holder .qodef-sp-close:hover svg path:nth-of-type(2) {
  animation-delay: 70ms;
}
.qodef-sp-holder .qodef-sp-close svg {
  stroke: none;
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.qodef-sp-holder .qodef-sp-content-container {
  display: flex;
  background-color: #fff;
  background-size: cover;
  padding: 0;
}
.qodef-sp-holder .qodef-sp-content-text {
  padding: 60px 60px 54px 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 680px) {
  .qodef-sp-holder .qodef-sp-content-text {
    padding: 30px;
  }
}
.qodef-sp-holder .qodef-sp-title {
  margin: 0 0 12px 0;
}
.qodef-sp-holder .qodef-sp-subtitle {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  letter-spacing: 0;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 17px 0;
}
.qodef-sp-holder .wpcf7 {
  width: 100%;
  display: block;
}
.qodef-sp-holder .qodef-sp-prevent {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 24px;
}
.qodef-sp-holder .qodef-sp-prevent-inner {
  cursor: pointer;
}
.qodef-sp-holder .qodef-sp-prevent-inner > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.qodef-sp-holder .qodef-sp-prevent-input {
  margin: 2px 6px 0 0;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.qodef-sp-holder .qodef-sp-prevent-input svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 13px;
  height: 9px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  color: #000;
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
  opacity: 1;
}
.qodef-sp-holder .qodef-sp-prevent-label {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.6875em;
  letter-spacing: 0;
  color: #262626;
  font-family: "DM Sans", sans-serif;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.qodef-sp-holder input[type="date"],
.qodef-sp-holder input[type="email"],
.qodef-sp-holder input[type="number"],
.qodef-sp-holder input[type="password"],
.qodef-sp-holder input[type="search"],
.qodef-sp-holder input[type="tel"],
.qodef-sp-holder input[type="text"],
.qodef-sp-holder input[type="url"],
.qodef-sp-holder select,
.qodef-sp-holder textarea {
  padding: 15px 20px;
}
.qodef-sp-holder.qodef-sp--with-image .qodef-sp-inner {
  max-width: 960px;
}
.qodef-sp-holder.qodef-sp--with-image .qodef-sp-content-image {
  width: 441px;
  height: 500px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 880px) {
  .qodef-sp-holder.qodef-sp--with-image .qodef-sp-content-image {
    width: 58%;
    height: auto;
    flex-shrink: 1;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-sp-holder.qodef-sp--with-image .qodef-sp-content-image {
    display: none;
  }
}
.qodef-sp-opened .qodef-sp-holder {
  opacity: 1;
  visibility: visible;
  transition-duration: 0.5s, 0.5s;
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.26, 0.63, 0, 0.96);
}
.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-page-title.qodef-image--responsive {
  height: auto !important;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content {
  position: absolute;
  top: 0;
  left: 0;
}
.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
  left: 50%;
  transform: translateX(-50%);
}
.qodef-page-title.qodef-alignment--center {
  text-align: center;
}
.qodef-page-title.qodef-alignment--right {
  text-align: right;
}
.qodef-page-title .qodef-m-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-page-title .qodef-m-image img {
  display: block;
  width: 100%;
}
.qodef-page-title .qodef-m-content.qodef-content-full-width {
  padding: 0 40px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-size: 15px;
  color: #4c4c4c;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current,
.qodef-page-title .qodef-breadcrumbs a:hover {
  color: var(--qode-main-color);
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 5px;
}
.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: "/";
}
.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-top: 5px;
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}
.widget.qodef-author-info .qodef-author-info-image {
  margin-bottom: 49px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-image img {
  border-radius: 50%;
}
.widget.qodef-author-info .qodef-author-position {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 -3px;
}
.widget.qodef-author-info .qodef-m-social-icons {
  display: flex;
  margin: 23px 0 0;
}
.widget.qodef-author-info .qodef-m-social-icons svg {
  width: 12px;
}
.widget.qodef-author-info .qodef-m-social-icons > a {
  display: inline-flex;
  margin-right: 12px;
}
.widget.qodef-author-info .qodef-m-social-icons > a.qodef-user-social-facebook {
  margin-right: 9px;
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.widget_elfrida_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.widget_elfrida_core_svg_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}
.widget_elfrida_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center;
}
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget svg {
  display: block;
  fill: var(--fill-color);
  stroke: var(--stroke-color);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.25s ease-out;
}
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color);
}
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
  color: var(--text-hover-color);
}
.widget_elfrida_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
}
.widget_elfrida_core_svg_icon .qodef-m-icon {
  --fill-color: currentColor;
  --stroke-color: currentColor;
  --fill-hover-color: currentColor;
  --stroke-hover-color: currentColor;
  --background-color: transparent;
  --background-hover-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-height: 100%;
  background-color: var(--background-color);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.widget_elfrida_core_svg_icon .qodef-m-text {
  --text-color: currentColor;
  --text-hover-color: currentColor;
  color: var(--text-color);
  transition: all 0.25s ease-out;
  line-height: 1;
}
#qodef-page-header .widget_elfrida_core_svg_icon .qodef-m-text {
  font-family: Outfit, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #18191a;
  font-size: 12px;
  line-height: 2.25em;
  letter-spacing: 0.035em;
  color: #000;
}
#qodef-page-header
  .widget_elfrida_core_svg_icon
  .qodef-m-text
  .qodef-menu-item-text {
  --qodef-underline-position-y: calc(100% - 3px);
  --qodef-underline-height: 1px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99),
    color 0.2s ease-out;
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0 var(--qodef-underline-height);
  padding-left: 3px;
  padding-right: 3px;
}
.widget.widget_elfrida_core_title_widget
  .qodef-widget-title.qodef-alignment--left {
  text-align: left;
}
.widget.widget_elfrida_core_title_widget
  .qodef-widget-title.qodef-alignment--right {
  text-align: right;
}
.widget.widget_elfrida_core_title_widget
  .qodef-widget-title.qodef-alignment--center {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .widget.widget_elfrida_core_title_widget
    .qodef-widget-title.qodef-title-break--disabled
    br {
    display: none;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important;
  }
}
@media only screen and (max-width: 880px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    padding: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical-sliding #qodef-page-outer,
  .qodef-header--vertical-sliding footer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  #qodef-top-area,
  #qodef-top-message-holder {
    display: none;
  }
}
@media (max-width: 1512px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1368px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1200px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 880px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1512px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1512--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1368px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1368--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1200px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1200--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1024px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 880px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--880--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 680px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 60px;
  }
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 60px;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1512, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1512, 30px);
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1200, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1200, 30px);
  }
}
@media only screen and (max-width: 880px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-880, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-880, 30px);
  }
}
@media only screen and (max-width: 880px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 70px) minmax(0, 2fr) minmax(
        0,
        1fr
      ) minmax(0, 1fr) !important;
    padding: 10px 0;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-price {
    align-self: initial;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-stock-status {
    grid-row: span 2;
    justify-self: start;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart {
    gap: 10px;
    grid-row: span 2;
    justify-self: end;
    white-space: nowrap;
  }
  body[class*="elfrida-core"]
    .shop_table.qwfw-m-items
    td.product-add-to-cart
    a {
    justify-self: end;
  }
  body[class*="elfrida-core"]
    .shop_table.qwfw-m-items
    td.product-add-to-cart
    a.remove_from_wishlist {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items th.product-stock-status {
    display: none;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 70px) minmax(0, 1fr) min-content !important;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-remove {
    grid-row: span 3;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-thumbnail {
    grid-row: span 3;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-stock-status {
    grid-column: 3;
    grid-row: 3;
    padding: 0 0 5px 10px !important;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart {
    grid-row: span 3;
  }
}
@media only screen and (max-width: 480px) {
  body[class*="elfrida-core"] .shop_table.qwfw-m-items tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 70px) minmax(0, 1fr) !important;
  }
  body[class*="elfrida-core"] .shop_table.qwfw-m-items td.product-add-to-cart {
    grid-column: 3;
    grid-row: 4;
    justify-self: flex-start;
    padding: 5px 0 5px 10px !important;
    text-align: initial;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-yith-wccl--predefined
    form.cart
    .variations:has(tr[class*="description_attribute"])
    tr[class^="description_attribute"]
    td {
    padding-top: 10px;
  }
  .qodef-yith-wccl--predefined
    form.cart
    .variations:has(tr[class*="description_attribute"])
    .reset_variations {
    transform: translateY(calc(-50% - 5px));
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-image {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 880px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .woocommerce-product-details__short-description {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .yith-wcwl-form .shop_table.wishlist_table tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 50px) minmax(0, 2fr) minmax(
        0,
        1fr
      ) minmax(0, 1fr) !important;
    padding: 10px 0;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-price {
    align-self: initial;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-stock-status {
    align-self: start;
    grid-row: span 2;
    justify-self: start;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-add-to-cart {
    gap: 10px;
    grid-row: span 2;
    justify-self: end;
    white-space: normal;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-add-to-cart a {
    justify-self: end;
  }
  .yith-wcwl-form
    .shop_table.wishlist_table
    td.product-add-to-cart
    a.remove_from_wishlist {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table.wishlist_table th.product-stock-status {
    display: none;
  }
  .yith-wcwl-form .shop_table.wishlist_table tr {
    grid-template-columns: minmax(0, 31px) minmax(0, 50px) minmax(0, 1fr) min-content !important;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-remove {
    grid-row: span 3;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-thumbnail {
    grid-row: span 3;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-stock-status {
    grid-column: 3;
    grid-row: 3;
    padding: 5px 0 5px 10px !important;
  }
  .yith-wcwl-form .shop_table.wishlist_table td.product-add-to-cart {
    grid-row: span 3;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced {
    grid-template-columns: 1fr;
    grid-template-areas: "top-filter" "main-list" "sidebar";
  }
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
    .qodef-filter-content,
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
    .qodef-filter-top-bar,
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
    .qodef-m-pagination,
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced > ul {
    grid-column: 1/-1;
  }
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
    .qodef-filter-content {
    grid-row: auto;
    margin-right: 0;
    margin-top: 80px;
  }
  .qodef-woo-product-list.qodef-shortcode
    .qodef-product-list-ordering
    .qodef-dropdown-options {
    right: unset;
    left: 0;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-product-list.qodef-shortcode.qodef-filter-type--advanced
    .qodef-filter-top-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-woo-product-list.qodef-shortcode.qodef-swiper-container
    + .swiper-button-next.swiper-button-outside,
  .qodef-woo-product-list.qodef-shortcode.qodef-swiper-container
    + .swiper-button-prev.swiper-button-outside {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image
    .qodef-woo-product-image
    img {
    width: 100%;
  }
}
@media only screen and (max-width: 1512px) {
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-product-preview .qodef-woo-product-inner.qodef-product-main {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-product-preview {
    flex-direction: column-reverse;
  }
  .qodef-product-preview .qodef-woo-product-inner.qodef-product-main {
    width: 100%;
    padding: 50px 0;
  }
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image {
    width: 100%;
  }
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image
    .qodef-woo-product-image
    img {
    display: block;
    margin: 0 auto;
  }
  .qodef-product-preview .qodef-product-main {
    margin-bottom: 71px;
  }
  .qodef-product-preview.qodef-additional-image-first {
    flex-direction: column-reverse;
  }
  .qodef-product-preview.qodef-additional-image-first .qodef-product-main {
    margin-bottom: 0;
  }
  .qodef-product-preview.qodef-additional-image-first
    .qodef-product-additional-image {
    margin-bottom: 104px;
  }
}
@media only screen and (max-width: 880px) and (orientation: portrait) {
  .qodef-product-preview {
    height: 100vh;
  }
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image {
    height: 50%;
  }
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image
    .qodef-woo-product-image {
    height: 100%;
  }
  .qodef-product-preview
    .qodef-woo-product-inner.qodef-product-additional-image
    .qodef-woo-product-image
    img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-product-layout--gallery .qodef-content-full-width {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .qodef-product-layout--gallery.qodef-content-grid-1100
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1200
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1300
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1400
    .qodef-content-full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-product-layout--gallery .qodef-content-full-width {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
  .qodef-product-layout--gallery.qodef-content-grid-1100
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1200
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1300
    .qodef-content-full-width,
  .qodef-product-layout--gallery.qodef-content-grid-1400
    .qodef-content-full-width {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-product-layout--gallery
    #qodef-woo-page.qodef--single
    .entry-summary
    .qodef-sticky-column--enable {
    top: 0 !important;
    position: relative;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-product-layout--gallery
    #qodef-woo-page.qodef--single
    .qodef-woo-single-inner
    + .qodef-content-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .woocommerce-product-details__short-description {
    max-width: 100%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right {
    padding-left: 30px;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right
    > * {
    width: 90%;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-wrapper {
    flex-direction: column;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-image {
    width: 100%;
  }
  .qodef-product-layout--slider #qodef-woo-page.qodef--single .entry-summary {
    width: 100%;
    margin-top: 60px;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info {
    padding: 120px 0 0;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right {
    padding-left: 7%;
    padding-right: 7%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-right
    > * {
    width: 100%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-additional-info
    .qodef-e-title-decoration {
    left: -6%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-wrapper {
    margin: 0;
    width: 100%;
  }
  .qodef-product-layout--slider #qodef-woo-page.qodef--single .entry-summary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .woocommerce-product-details__short-description {
    max-width: 100%;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-woo-single-slider-wrapper {
    padding-top: 0;
  }
  .qodef-product-layout--slider #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 40px;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    form.cart
    .variations {
    margin-bottom: 0;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    form.cart
    .variations
    tr:last-child
    .select2-container--default {
    margin-bottom: 4px;
  }
  .qodef-product-layout--slider
    #qodef-woo-page.qodef--single
    .qodef-social-share {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: block;
  }
  .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.33333333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical
    .qodef-tabs-content {
    margin-top: 26px;
  }
  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}
@media only screen and (max-width: 880px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(1) {
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(2) {
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(3) {
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(4) {
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(5) {
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(6) {
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right
    .qodef-social-share-dropdown
    li:nth-child(7) {
    left: 271px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(1) {
    right: auto;
    left: 1px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(2) {
    right: auto;
    left: 46px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(3) {
    right: auto;
    left: 91px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(4) {
    right: auto;
    left: 136px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(5) {
    right: auto;
    left: 181px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(6) {
    right: auto;
    left: 226px;
  }
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left
    .qodef-social-share-dropdown
    li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}
@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}
