.exon-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}
.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 {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 65px;
  bottom: 25px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media only screen and (max-width: 480px) {
  #qodef-back-to-top {
    right: 27px;
  }
}
#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: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  border: 1px solid #3e3d3d;
  overflow: hidden;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#qodef-back-to-top .qodef-back-to-top-icon:after,
#qodef-back-to-top .qodef-back-to-top-icon:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
#qodef-back-to-top .qodef-back-to-top-icon:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
#qodef-back-to-top .qodef-back-to-top-icon:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}
#qodef-back-to-top svg {
  display: block;
  width: 20px;
  height: auto;
  fill: currentColor;
  --qode-y: -3px;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.24, 0.06, 0, 0.91),
    color 0.2s ease-out;
}
#qodef-back-to-top:hover svg {
  transform: translateY(var(--qode-y));
}
#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: Oxanium, cursive;
  font-size: 200px;
  line-height: 1em;
}
.qodef-blog.qodef-item-layout--info-on-image {
  margin: 0;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(255, 255, 255, 0.12);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
  position: relative;
  z-index: 3;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
  color: inherit;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info > * {
  color: #fff;
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
  color: var(--qode-main-color);
}
.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
  z-index: 2;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner {
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner:after,
.qodef-blog.qodef-item-layout--metro .qodef-e-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner .qodef-e-date-on-image {
  left: auto;
  right: 0;
}
.qodef-blog.qodef-item-layout--metro .qodef-e-inner .qodef-e-content {
  margin: 0;
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--metro .qodef-e-inner .qodef-e-content {
    padding: 27px;
    padding-bottom: 9px;
  }
}
.qodef-blog.qodef-item-layout--metro
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-bottom-holder {
  margin-top: 44px;
}
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--metro
    .qodef-e-inner
    .qodef-e-content
    .qodef-e-bottom-holder {
    display: block;
  }
}
.qodef-blog.qodef-item-layout--metro:not(.qodef-col-num--1)
  .qodef-e
  .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
}
.qodef-blog.qodef-item-layout--metro:not(.qodef-col-num--1)
  .qodef-e
  .qodef-e-media-image
  img {
  transform: scale(1.1) translateX(-3px);
  transition: 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.qodef-blog.qodef-item-layout--metro:not(.qodef-col-num--1)
  .qodef-e:hover
  .qodef-e-media-image
  img {
  transform: scale(1.1) translateX(4px);
}
.qodef-blog.qodef-item-layout--minimal.qodef-gutter--no
  article:last-child
  .qodef-e-inner {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
}
.qodef-blog.qodef-item-layout--minimal.qodef-gutter--no
  article:last-child
  .qodef-e-inner:after,
.qodef-blog.qodef-item-layout--minimal.qodef-gutter--no
  article:last-child
  .qodef-e-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #3e3d3d;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-blog.qodef-item-layout--minimal.qodef-gutter--no
  article:last-child
  .qodef-e-inner:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
.qodef-blog.qodef-item-layout--minimal.qodef-gutter--no.qodef-col-num--1
  article:not(:last-child)
  .qodef-e-inner {
  border-bottom: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner {
  border: 1px solid #3e3d3d;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-inner
  .qodef-e-date-on-image {
  left: auto;
  right: 0;
}
.qodef-blog.qodef-item-layout--minimal article .qodef-e-inner .qodef-e-content {
  margin: 0;
  padding: 80px 20% 70px 55px;
}
.qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-text {
  width: 80%;
}
@media only screen and (max-width: 1440px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-e-text {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-e-text {
    width: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-e-text {
    width: 80%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-inner
    .qodef-e-content
    .qodef-e-text {
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog.qodef-item-layout--minimal
    article
    .qodef-e-inner
    .qodef-e-content {
    padding: 80px 27px 70px;
  }
}
.qodef-blog.qodef-item-layout--minimal
  article
  .qodef-e-inner
  .qodef-e-content
  .qodef-e-bottom-holder {
  margin-top: 44px;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
  align-items: flex-start;
  display: flex;
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  flex-shrink: 0;
  margin-right: 20px;
  width: 120px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media:after,
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.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_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 30px;
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8px;
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner {
  align-items: center;
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media {
  margin-right: 20px;
  width: 87px !important;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after,
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media
  .qodef-e-date-on-image {
  display: none;
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-bottom-holder
  .qodef-e-date-on-image {
  text-transform: uppercase;
  color: #d5d5d5 !important;
}
.widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 8px;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 30px;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8px;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner {
  align-items: center;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media {
  margin-right: 20px;
  width: 87px !important;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after,
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media
  .qodef-e-date-on-image {
  display: none;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-bottom-holder
  .qodef-e-date-on-image {
  text-transform: uppercase;
  color: #d5d5d5 !important;
}
#qodef-page-footer
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 8px;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:not(:last-child) {
  margin-bottom: 30px;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article:first-child {
  margin-top: 8px;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner {
  align-items: center;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media {
  margin-right: 20px;
  width: 87px !important;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after,
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-media
  .qodef-e-date-on-image {
  display: none;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--side-by-side
  article
  .qodef-e-inner
  .qodef-e-bottom-holder
  .qodef-e-date-on-image {
  text-transform: uppercase;
  color: #d5d5d5 !important;
}
#qodef-side-area
  .widget.widget_exon_core_simple_blog_list
  .qodef-blog.qodef-item-layout--minimal
  article:not(:last-child) {
  margin: 0 0 8px;
}
#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 161px;
}
#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 38px 43px;
  border: 1px solid #393939;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
}
#qodef-author-info .qodef-m-inner:after,
#qodef-author-info .qodef-m-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
#qodef-author-info .qodef-m-inner:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
#qodef-author-info .qodef-m-inner:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    padding: 27px;
  }
}
#qodef-author-info .qodef-author-additional-information {
  font-family: Sora, sans-serif;
  font-size: 13px;
  margin: 3px 0 0;
}
#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
}
#qodef-author-info .qodef-m-image:after,
#qodef-author-info .qodef-m-image:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
#qodef-author-info .qodef-m-image:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
#qodef-author-info .qodef-m-image:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
  display: block;
}
#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: 17px 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: 60px 0 3px;
}
@media only screen and (max-width: 1024px) {
  #qodef-single-post-navigation {
    padding: 40px 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-m-pagination-icon {
  position: relative;
  top: 0;
  display: block;
  width: 15px;
  height: auto;
  fill: currentColor;
  stroke: none;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
  --qode-x: 3px;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.24, 0.06, 0, 0.91),
    color 0.2s ease-out;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover {
  color: #fff;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover svg,
#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover svg {
  transform: translateX(var(--qode-x));
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}
#qodef-single-post-navigation .qodef-m-nav.qodef--prev svg {
  --qode-x: -3px;
}
#qodef-single-post-navigation
  .qodef-m-nav.qodef--prev
  .qodef-m-pagination-icon {
  margin-right: 12px;
}
#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.qodef--next
  .qodef-m-pagination-icon {
  margin-left: 12px;
}
#qodef-single-post-navigation .qodef-m-nav-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
#qodef-page-content-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #161616;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#qodef-page-content-bottom > .qodef-m-inner {
  padding: 60px 0;
}
#qodef-page-content-bottom .qodef-content-full-width {
  padding-left: 70px;
  padding-right: 70px;
}
.qodef--boxed #qodef-page-content-bottom {
  padding-left: 30px;
  padding-right: 30px;
}
.qodef--drag-cursor {
  cursor: none;
}
.qodef--drag-cursor * {
  cursor: inherit;
}
.qodef--drag-cursor .swiper-wrapper {
  min-width: 1000%;
}
.qodef-m-custom-cursor {
  height: 120px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
  width: 120px;
  z-index: 2;
}
.qodef-m-custom-cursor-inner {
  border-radius: 50%;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-m-custom-cursor.qodef--show {
  opacity: 1;
  visibility: visible;
}
.qodef-m-custom-cursor.qodef--hide {
  opacity: 0;
  visibility: hidden;
}
#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: 681px) {
  #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: 38px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 156px);
  height: calc(100% - 76px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-area {
    top: 72px;
    left: 72px;
    margin: 0;
    width: 78%;
    height: 78%;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-fullscreen-area {
    height: 80%;
    left: 53px;
    margin: 0;
    width: 86%;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-fullscreen-area {
    height: 87%;
    left: 7%;
    margin: 0;
    width: 86%;
  }
}
#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}
#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 88%;
}
@media only screen and (max-width: 1600px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 65%;
  }
}
@media only screen and (max-width: 1440px) {
  #qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 70%;
  }
}
.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-area-inner .qodef-fullscreen-menu-image {
  position: absolute;
  right: 12%;
  top: 17%;
  width: auto;
  height: auto;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.85s ease-out 0.25s;
  transition: clip-path 0.85s ease-out 0.25s;
  transition: clip-path 0.85s ease-out 0.25s,
    -webkit-clip-path 0.85s ease-out 0.25s;
}
.qodef-fullscreen-menu--opened
  #qodef-fullscreen-area-inner
  .qodef-fullscreen-menu-image {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0s;
}
@media only screen and (max-width: 1600px) {
  #qodef-fullscreen-area-inner .qodef-fullscreen-menu-image {
    right: 14%;
    top: 22%;
    max-width: 500px;
  }
}
@media only screen and (max-width: 1440px) {
  #qodef-fullscreen-area-inner .qodef-fullscreen-menu-image {
    right: 11%;
    top: 16%;
  }
}
@media only screen and (max-width: 1366px) {
  #qodef-fullscreen-area-inner .qodef-fullscreen-menu-image {
    right: 11%;
    top: 10%;
    max-width: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-area-inner .qodef-fullscreen-menu-image {
    right: 20%;
    top: 27%;
    max-width: 325px;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-fullscreen-area-inner .qodef-fullscreen-menu-image {
    display: none;
  }
}
.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 {
  margin: 18px 0;
}
.qodef-fullscreen-menu > ul > li > a {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.11905em;
  color: #fff;
  text-transform: none;
  font-size: 45px;
}
@media only screen and (max-width: 1600px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 38px;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu > ul > li > a {
    font-size: 35px;
    line-height: 1.22857em;
  }
}
.qodef-fullscreen-menu > ul > li > a:hover {
  color: currentColor;
}
.qodef-fullscreen-menu > ul > li.current-menu-ancestor > a,
.qodef-fullscreen-menu > ul > li.current-menu-item > a {
  color: currentColor;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner > ul {
  padding: 8px 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  margin: 10px 0;
}
.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:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 9px;
  width: 1px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
@media only screen and (max-width: 1600px) {
  .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover {
  color: #fff;
  padding-left: 20px;
  padding-right: 0;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:after,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
  filter: drop-shadow(0 0 2px #fff);
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:before {
  left: 1px;
}
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li > a:hover:after {
  left: 5px;
}
.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: #fff;
  padding-left: 20px;
  padding-right: 0;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before {
  filter: drop-shadow(0 0 2px #fff);
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before {
  left: 1px;
}
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-fullscreen-menu
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after {
  left: 5px;
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
  color: #fff;
}
.qodef-fullscreen-menu--opened.qodef-header--minimal-centered
  #qodef-page-header
  .qodef-widget-holder.qodef--one {
  display: none;
}
.qodef-fullscreen-menu--opened.qodef-header--minimal-centered
  #qodef-page-header
  .qodef-header-logo-link {
  margin-left: 0;
}
.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: 24px;
}
#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 12px;
}
#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--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 .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: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 1.15625em;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1600px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 30px;
    line-height: 1.16667em;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 29px;
    line-height: 1.2069em;
  }
}
#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;
}
.qodef-header--minimal-centered
  #qodef-page-header-inner
  .qodef-header-logo-link {
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.qodef-header--minimal-centered #qodef-page-header-inner .qodef-widget-holder {
  position: absolute;
  top: 0;
  left: 11px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  z-index: 200;
}
.qodef-header--minimal-centered #qodef-page-header-inner .qodef-opener-icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.qodef-header--minimal-centered #qodef-page-header {
  margin: 37px 78px 38px 78px;
  width: calc(100% - 156px);
}
.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}
.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
  margin-left: 0;
  z-index: 200;
}
.qodef-header--minimal #qodef-page-header {
  margin: 37px 78px 38px 78px;
  width: calc(100% - 156px);
}
.qodef-header--standard #qodef-page-header {
  margin: 37px 78px 38px 78px;
  width: calc(100% - 156px);
}
.qodef-header--standard #qodef-page-header #qodef-page-header-inner {
  padding-right: 0;
}
.qodef-header--standard
  #qodef-page-header
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget {
  padding: 0 34px;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .qodef-header--standard
    #qodef-page-header
    #qodef-page-header-inner
    .qodef-widget-holder
    .widget.widget_exon_core_woo_dropdown_cart {
    padding: 0 18px;
    margin: 0;
  }
}
.qodef-header--standard
  #qodef-page-header
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget.widget_exon_core_side_area_opener {
  padding: 0 38px;
  margin: 0;
}
.qodef-header--standard
  #qodef-page-header
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget.widget_exon_core_side_area_opener
  svg {
  margin-top: 2px;
}
.qodef-header--standard.qodef-side-area--opened
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget_exon_core_side_area_opener {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
#qodef-page-header-inner {
  padding: 0 40px;
}
.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: 40px;
}
.qodef-header-standard--left #qodef-page-header-inner {
  display: inline-flex;
  width: auto;
  padding-right: 0;
}
.qodef-header-standard--left .qodef-header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.qodef-header-standard--left .qodef-page-header-inner-widgets-wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.qodef-header-standard--left
  .qodef-page-header-inner-widgets-wrapper
  .qodef-widget-holder {
  margin: 0 !important;
  padding: 0 34px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
@media only screen and (min-width: 1367px) 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: 1281px) and (max-width: 1366px) {
  .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: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1367px) 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: 1281px) and (max-width: 1366px) {
  .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: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
  .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: 1281px) and (max-width: 1366px) {
  .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: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .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: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
.qodef-header--vertical-sliding #qodef-page-header {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 90px;
}
.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 {
  height: auto;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-vertical-sliding-menu-opener {
  transition: all 0.3s ease-in-out;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-vertical-sliding-menu-opener.qodef--opened {
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.08);
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-vertical-sliding-menu-opener.qodef--opened
  .qodef-m-icon {
  left: 0;
  right: 0;
}
.qodef-header--vertical-sliding
  #qodef-page-header
  .qodef-vertical-sliding-menu-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  top: 50%;
  transform: translateY(-50%);
}
.qodef-header--vertical-sliding #qodef-page-header-inner {
  padding: 0;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  padding: 40px 0;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.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--static
  .qodef-widget-holder {
  transform: rotate(-90deg);
  transform-origin: 29% -76%;
  margin: 0 !important;
}
.qodef-header--vertical-sliding
  .qodef-vertical-sliding-area.qodef--static
  .qodef-widget-holder
  a:hover {
  color: currentColor;
}
.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  left: -630px;
  padding-left: 90px;
  position: fixed;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 540px;
  z-index: -1;
  height: 100%;
  top: 0;
}
.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: 90px;
}
.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-vertical-sliding-menu--opened
  .qodef--dynamic {
  left: 90px;
  visibility: visible;
}
.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
  height: calc(100% - 32px);
  top: 32px;
}
.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
  padding-left: 90px;
}
.qodef-vertical-sliding-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--light {
  opacity: 1;
}
.qodef-vertical-sliding-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--dark,
.qodef-vertical-sliding-menu--opened
  #qodef-page-header
  .qodef-header-logo-link
  img.qodef--main {
  opacity: 0;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 40px 0 21px;
  width: 100%;
  z-index: 100;
}
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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
  a
  .qodef-menu-item-arrow {
  display: none;
}
.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
  .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 {
  margin: 16px 0;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.11905em;
  color: #fff;
  text-transform: none;
}
@media only screen and (max-width: 1600px) {
  .qodef-header--vertical-sliding
    .qodef-header-vertical-sliding-navigation
    > ul
    > li
    > a {
    font-size: 38px;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical-sliding
    .qodef-header-vertical-sliding-navigation
    > ul
    > li
    > a {
    font-size: 35px;
    line-height: 1.22857em;
  }
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  > a:hover {
  color: currentColor;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 4px 0 8px;
}
.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
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
.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
  > a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 9px;
  width: 1px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
@media only screen and (max-width: 1600px) {
  .qodef-header--vertical-sliding
    .qodef-header-vertical-sliding-navigation
    > ul
    > li
    .qodef-drop-down-second-inner
    ul
    li
    > a {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
.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: #fff;
  padding-left: 20px;
  padding-right: 0;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:after,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  filter: drop-shadow(0 0 2px #fff);
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  left: 1px;
}
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after,
.qodef-header--vertical-sliding
  .qodef-header-vertical-sliding-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:after {
  left: 5px;
}
.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 {
  color: currentColor;
}
.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;
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 1100px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 960px;
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 768px;
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 960px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid
    > .elementor-container {
    width: 768px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1400.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1300.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 1100px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 1100px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1200.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--right
    > .elementor-container {
    padding-left: calc((100% - 768px) / 2);
  }
  .qodef-content-grid-1100.qodef-header--vertical
    section.qodef-elementor-content-grid.qodef-extended-grid--left
    > .elementor-container {
    padding-right: calc((100% - 768px) / 2);
  }
}
.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
}
.qodef-header--vertical #qodef-page-header .qodef-header-logo-link {
  height: auto;
}
.qodef-header--vertical #qodef-page-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 40px;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
}
.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder .widget {
  margin: 0 0 15px;
}
.qodef-header--vertical
  #qodef-page-header-inner
  .qodef-widget-holder
  .widget:last-child {
  margin-bottom: 0;
}
.qodef-header--vertical.admin-bar #qodef-page-header {
  top: 32px;
  height: calc(100% - 32px);
}
.qodef-header--vertical #qodef-page-footer,
.qodef-header--vertical #qodef-page-outer {
  padding-left: 300px;
}
.qodef-header--vertical .qodef-header-vertical-navigation {
  margin-top: auto;
  margin-bottom: auto;
  z-index: 100;
  width: 100%;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li {
  position: relative;
  padding: 0;
  margin: 6px 0;
}
.qodef-header--vertical .qodef-header-vertical-navigation ul li a {
  position: relative;
  display: block;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  a
  .qodef-menu-item-arrow {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  width: 22px;
  height: auto;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second {
  transform: translateZ(0);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li
  .qodef-drop-down-second-inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  ul
  li.qodef--hide-link
  > a {
  cursor: default;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-menu-item-icon {
  margin-right: 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  .qodef-mega-menu-widget-holder {
  display: none;
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  line-height: 1.26316em;
}
@media only screen and (max-width: 1600px) {
  .qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a {
    font-size: 18px;
    line-height: 1.27778em;
  }
}
.qodef-header--vertical .qodef-header-vertical-navigation > ul > li > a:hover {
  color: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  > ul {
  padding: 10px 0 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul {
  padding-left: 20px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a {
  position: relative;
  display: flex;
  white-space: normal;
  margin: 9px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #d5d5d5;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a
  .qodef-menu-item-icon {
  flex-shrink: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li
  > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 9px;
  width: 1px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
@media only screen and (max-width: 1600px) {
  .qodef-header--vertical
    .qodef-header-vertical-navigation
    > ul
    > li
    .qodef-drop-down-second-inner
    ul
    li
    > a {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a {
  color: #fff;
  padding-left: 20px;
  padding-right: 0;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  filter: drop-shadow(0 0 2px #fff);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:before,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:before {
  left: 1px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-ancestor
  > a:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li.current-menu-item
  > a:after,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li
  .qodef-drop-down-second-inner
  ul
  li:hover
  > a:after {
  left: 5px;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-ancestor
  > a,
.qodef-header--vertical
  .qodef-header-vertical-navigation
  > ul
  > li.current-menu-item
  > a {
  color: currentColor;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  a
  .qodef-menu-item-arrow {
  transform: rotate(0);
  transition: transform 0.3s ease;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li
  .qodef-drop-down-second {
  display: none;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--below
  ul
  li.qodef-menu-item--open
  > a
  .qodef-menu-item-arrow {
  transform: rotate(90deg);
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul {
  position: absolute;
  top: -23px;
  left: calc(100% + 40px);
  width: 254px;
  background-color: #fff;
  padding: 25px 20px;
  margin-left: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.qodef-header--vertical
  .qodef-header-vertical-navigation.qodef-vertical-drop-down--side
  .qodef-drop-down-second
  ul
  ul {
  top: -25px;
  left: calc(100% + 20px);
  visibility: hidden;
  transition: all 0.2s ease;
}
.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;
}
.qodef-header--sticky-display .qodef-header-sticky {
  transform: translateY(0);
}
.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
  top: 32px;
}
.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 78px;
}
.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;
}
#qodef-top-area {
  position: relative;
  background-color: #161616;
  z-index: 101;
}
#qodef-top-area .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
}
#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: 40px;
  justify-content: space-between;
  padding: 0 78px;
  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-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: #161616;
}
.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 #393939;
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(255, 255, 255, 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 #393939;
  border-left: 1px solid #393939;
  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: Sora, 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: #fff;
}
.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 #393939;
  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: #161616;
}
#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
  .qodef-m-icon {
  visibility: hidden;
}
#qodef-page-mobile-header
  .qodef-mobile-header-opener.qodef--opened
  .qodef-m-icon.qodef--close {
  visibility: visible;
}
.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: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 1.15625em;
  transition: color 0.2s ease-out;
}
@media only screen and (max-width: 1600px) {
  #qodef-page-mobile-header
    .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 30px;
    line-height: 1.16667em;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header
    .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 29px;
    line-height: 1.2069em;
  }
}
.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: #161616;
  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: -1px;
  right: 0;
  width: 22px;
  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: 9px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}
#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 > a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 9px;
  width: 1px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
@media only screen and (max-width: 1600px) {
  #qodef-side-area-mobile-header .qodef-m-navigation ul li ul li > a {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
#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: #fff;
  padding-left: 20px;
  padding-right: 0;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a:before,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li:hover
  > a:before {
  filter: drop-shadow(0 0 2px #fff);
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a:before,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li:hover
  > a:before {
  left: 1px;
}
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-ancestor
  > a:after,
#qodef-side-area-mobile-header
  .qodef-m-navigation
  ul
  li
  ul
  li.current-menu-item
  > a:after,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover > a:after {
  left: 5px;
}
#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: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.26316em;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  #qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a {
    font-size: 18px;
    line-height: 1.27778em;
  }
}
#qodef-side-area-mobile-header .qodef-m-navigation > ul > li > a:hover {
  color: currentColor;
}
#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: currentColor;
}
#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;
  pointer-events: none;
  z-index: 10;
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  pointer-events: all;
  z-index: 20;
  overflow: visible;
}
.qodef-header-navigation
  ul
  li
  .qodef-drop-down-second.qodef-drop-down--start
  div
  > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s, 0.1s, 0s;
}
.qodef-header-navigation
  ul
  li
  .qodef-drop-down-second.qodef-drop-down--start
  div
  > ul:before {
  opacity: 1;
}
.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;
}
.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: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.25s ease-in, transform 0.35s ease-out,
    visibility 0.1s 0.2s;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}
.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 78px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul {
  display: flex;
  justify-content: space-between;
  padding: 56px 0 51px;
  margin: 0 -10px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li {
  width: 100%;
  padding: 0 10px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a {
  font-family: Oxanium, cursive;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  > a:hover {
  color: currentColor;
}
.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: 12px;
}
.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: 9px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  padding-right: 20px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  margin: 8px 0;
  font-size: 13px;
}
.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
  > a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 9px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li
  > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  height: 9px;
  width: 1px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.2s ease-out, right 0.2s ease-out;
  left: -20px;
}
@media only screen and (max-width: 1600px) {
  .qodef-header-navigation
    ul
    li.qodef-menu-item--wide
    .qodef-drop-down-second-inner
    > ul
    > li
    ul
    li
    > a {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
.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: #fff;
  padding-left: 20px;
  padding-right: 0;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a:after,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a:after,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a:before {
  filter: drop-shadow(0 0 2px #fff);
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a:before,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a:before {
  left: 1px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a:after,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li:hover
  > a:after {
  left: 5px;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-ancestor
  > a,
.qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner
  > ul
  > li
  ul
  li.current-menu-item
  > a {
  color: #fff !important;
}
.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: currentColor;
}
.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 {
  color: currentColor;
}
body:not(.qodef-drop-down-second--full-width)
  .qodef-header-navigation
  ul
  li.qodef-menu-item--wide
  .qodef-drop-down-second-inner {
  padding: 0 78px;
}
.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.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:not(.qodef-mobile-header-opener)
  svg {
  overflow: visible;
}
.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(1),
.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(4),
.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(6) {
  fill: transparent;
  transition: fill 0.25s ease-in-out;
}
.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(6) {
  transition-delay: 0.07s;
}
.qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(4) {
  transition-delay: 0.14s;
}
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ).qodef--opened,
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ):hover {
  color: #fff;
}
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ).qodef--opened
  svg
  path:nth-of-type(1),
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ).qodef--opened
  svg
  path:nth-of-type(4),
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ).qodef--opened
  svg
  path:nth-of-type(6),
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ):hover
  svg
  path:nth-of-type(1),
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ):hover
  svg
  path:nth-of-type(4),
.qodef-opener-icon.qodef-source--predefined:not(
    .qodef-mobile-header-opener
  ):hover
  svg
  path:nth-of-type(6) {
  fill: currentColor;
}
.qodef-side-area-animate--in
  .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener) {
  color: #fff;
}
.qodef-side-area-animate--in
  .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(1),
.qodef-side-area-animate--in
  .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(4),
.qodef-side-area-animate--in
  .qodef-opener-icon.qodef-source--predefined:not(.qodef-mobile-header-opener)
  svg
  path:nth-of-type(6) {
  fill: currentColor;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener svg {
  overflow: visible;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener
  svg
  path:nth-of-type(1),
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener
  svg
  path:nth-of-type(4),
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener
  svg
  path:nth-of-type(6) {
  fill: transparent;
  transition: fill 0.25s ease-in-out;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener
  svg
  path:nth-of-type(6) {
  transition-delay: 0.07s;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener
  svg
  path:nth-of-type(4) {
  transition-delay: 0.14s;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener.qodef--opened {
  color: #fff;
}
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener.qodef--opened
  svg
  path:nth-of-type(1),
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener.qodef--opened
  svg
  path:nth-of-type(4),
.qodef-opener-icon.qodef-source--predefined.qodef-mobile-header-opener.qodef--opened
  svg
  path:nth-of-type(6) {
  fill: currentColor;
}
.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-contact-form-7,
.rs-layer,
.wpcf7 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-contact-form-7 br,
.rs-layer br,
.wpcf7 br {
  display: none;
}
.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader,
.wpcf7 .ajax-loader {
  display: none;
}
.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-not-valid-tip {
  margin: -10px 15px 3px;
}
.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output,
.wpcf7 .wpcf7-response-output {
  color: #d5d5d5;
  border-width: 1px !important;
  margin: 20px 0 0 0 !important;
  padding: 9px 15px !important;
}
.qodef-contact-form-7 button,
.rs-layer button,
.wpcf7 button {
  margin-top: 10px;
}
.qodef-contact-form-7 button.qodef--has-icon,
.rs-layer button.qodef--has-icon,
.wpcf7 button.qodef--has-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  padding: 0;
  border: 0;
  height: initial;
  padding: 0;
}
.qodef-contact-form-7 button.qodef--has-icon svg,
.rs-layer button.qodef--has-icon svg,
.wpcf7 button.qodef--has-icon svg {
  display: block;
  width: 15px;
  height: auto;
}
.qodef-contact-form-7 button.qodef-one-line,
.rs-layer button.qodef-one-line,
.wpcf7 button.qodef-one-line {
  color: #d5d5d5;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  background-image: none !important;
}
.qodef-contact-form-7 button.qodef-one-line svg,
.rs-layer button.qodef-one-line svg,
.wpcf7 button.qodef-one-line svg {
  --qode-x: 3px;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.24, 0.06, 0, 0.91),
    color 0.2s ease-out;
}
.qodef-contact-form-7 button.qodef-one-line:after,
.qodef-contact-form-7 button.qodef-one-line:before,
.rs-layer button.qodef-one-line:after,
.rs-layer button.qodef-one-line:before,
.wpcf7 button.qodef-one-line:after,
.wpcf7 button.qodef-one-line:before {
  display: none !important;
}
.qodef-contact-form-7 button.qodef-one-line:hover,
.rs-layer button.qodef-one-line:hover,
.wpcf7 button.qodef-one-line:hover {
  color: #fff;
}
.qodef-contact-form-7 button.qodef-one-line:hover svg,
.rs-layer button.qodef-one-line:hover svg,
.wpcf7 button.qodef-one-line:hover svg {
  transform: translateX(var(--qode-x));
}
.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form,
.wpcf7 .wpcf7-form {
  position: relative;
}
.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before,
.wpcf7 .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,
.wpcf7 .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid #161616;
  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 > *,
.wpcf7 .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,
.wpcf7 .wpcf7-form.submitting:after,
.wpcf7 .wpcf7-form.submitting:before {
  visibility: visible;
}
.qodef-contact-form-7 .qodef-one-line-form .wpcf7-not-valid-tip,
.rs-layer .qodef-one-line-form .wpcf7-not-valid-tip,
.wpcf7 .qodef-one-line-form .wpcf7-not-valid-tip {
  margin: 0 15px 3px;
}
.qodef-contact-form-7 .qodef-one-line-form .wpcf7-form-control-wrap,
.qodef-contact-form-7 .qodef-one-line-form input[type="email"],
.qodef-contact-form-7 .qodef-one-line-form input[type="number"],
.qodef-contact-form-7 .qodef-one-line-form input[type="password"],
.qodef-contact-form-7 .qodef-one-line-form input[type="search"],
.qodef-contact-form-7 .qodef-one-line-form input[type="tel"],
.qodef-contact-form-7 .qodef-one-line-form input[type="text"],
.qodef-contact-form-7 .qodef-one-line-form input[type="url"],
.qodef-contact-form-7 .qodef-one-line-form select,
.qodef-contact-form-7 .qodef-one-line-form textarea,
.rs-layer .qodef-one-line-form .wpcf7-form-control-wrap,
.rs-layer .qodef-one-line-form input[type="email"],
.rs-layer .qodef-one-line-form input[type="number"],
.rs-layer .qodef-one-line-form input[type="password"],
.rs-layer .qodef-one-line-form input[type="search"],
.rs-layer .qodef-one-line-form input[type="tel"],
.rs-layer .qodef-one-line-form input[type="text"],
.rs-layer .qodef-one-line-form input[type="url"],
.rs-layer .qodef-one-line-form select,
.rs-layer .qodef-one-line-form textarea,
.wpcf7 .qodef-one-line-form .wpcf7-form-control-wrap,
.wpcf7 .qodef-one-line-form input[type="email"],
.wpcf7 .qodef-one-line-form input[type="number"],
.wpcf7 .qodef-one-line-form input[type="password"],
.wpcf7 .qodef-one-line-form input[type="search"],
.wpcf7 .qodef-one-line-form input[type="tel"],
.wpcf7 .qodef-one-line-form input[type="text"],
.wpcf7 .qodef-one-line-form input[type="url"],
.wpcf7 .qodef-one-line-form select,
.wpcf7 .qodef-one-line-form textarea {
  margin: 0 !important;
}
.single-esports-match #qodef-page-outer .qodef-content-full-width,
.single-esports-player #qodef-page-outer .qodef-content-full-width,
.single-esports-team #qodef-page-outer .qodef-content-full-width {
  padding-left: 0;
  padding-right: 0;
}
.single-esports-match .qodef--width-exception,
.single-esports-player .qodef--width-exception,
.single-esports-team .qodef--width-exception {
  max-width: 100%;
}
.single-esports-match .qodef-m-hero-image.qodef--background,
.single-esports-player .qodef-m-hero-image.qodef--background,
.single-esports-team .qodef-m-hero-image.qodef--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.qodef-eposrts-team-list .qodef-e-social-icon,
.qodef-esports-player-list .qodef-e-social-icon,
.single-esports-player .qodef-e-social-icon,
.single-esports-team .qodef-e-social-icon {
  font-size: 23px;
}
.qodef-esports-match-list .qodef-e-social-icon,
.single-esports-match .qodef-e-social-icon {
  font-size: 14px;
}
.qodef-esports-match-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-match-single .qodef-m-match-name {
  margin: 0;
}
.qodef-esports-match-single .qodef-m-match-info {
  margin-top: 0;
  font-family: Sora, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  color: #d5d5d5;
}
.qodef-esports-match-single .qodef-m-social-share {
  column-gap: 35px;
  display: flex;
  margin-top: 55px;
  row-gap: 35px;
}
.qodef-esports-match-single .qodef-m-social-share-label {
  margin: 0;
}
.qodef-esports-match-list p {
  color: #d5d5d5;
}
.qodef-esports-match-list .qodef-e-inner {
  position: relative;
}
.qodef-esports-match-list .qodef-e-inner .qodef-e-team-logo-hover {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.qodef-esports-match-list .qodef-e-inner:hover {
  border-color: #fff;
}
.qodef-esports-match-list
  .qodef-e-inner:hover
  .qodef-e-team-logo
  .qodef-e-team-logo-hover {
  opacity: 1;
}
.qodef-esports-match-list .qodef-e-content,
.qodef-esports-match-list .qodef-e-inner,
.qodef-esports-match-list .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-match-list .qodef-e-media > * {
  margin-bottom: 30px;
}
.qodef-esports-match-list .qodef-e-media iframe {
  display: block;
  height: 100%;
}
.qodef-esports-match-list .qodef-e-stream-link .qodef-button .qodef-m-icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.qodef-esports-match-list .qodef-e-stream-link .qodef-button .qodef-m-icon svg {
  margin-left: 3px;
}
.qodef-esports-match-list .qodef-e-media-image,
.qodef-esports-match-list .qodef-e-team-logo {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.qodef-esports-match-list .qodef-e-media-image a,
.qodef-esports-match-list .qodef-e-media-image img,
.qodef-esports-match-list .qodef-e-team-logo a,
.qodef-esports-match-list .qodef-e-team-logo img {
  display: block;
  width: 100%;
}
.qodef-esports-match-list .qodef-e-media-image img,
.qodef-esports-match-list .qodef-e-team-logo img {
  max-width: 200px;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-list .qodef-e-media-image img,
  .qodef-esports-match-list .qodef-e-team-logo img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-esports-match-list .qodef-e-media-image img,
  .qodef-esports-match-list .qodef-e-team-logo img {
    max-width: 80px;
  }
}
.qodef-esports-match-list .qodef-e-media-image.qodef--background,
.qodef-esports-match-list .qodef-e-team-logo.qodef--background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.qodef-esports-match-list .qodef-e-media-image.qodef--background img,
.qodef-esports-match-list .qodef-e-team-logo.qodef--background img {
  visibility: hidden;
}
.qodef-esports-match-list .qodef-e-team {
  width: 100%;
}
.qodef-esports-match-list .qodef-e-title a:hover {
  color: #fff;
}
.qodef-esports-match-list .qodef-e-team-name,
.qodef-esports-match-list .qodef-e-title {
  margin: 0;
}
.qodef-esports-match-list .qodef-e-result {
  margin: 0;
}
.qodef-esports-match-list .qodef-e-result svg {
  fill: currentColor;
  height: auto;
  stroke: none;
}
.qodef-esports-match-list .qodef-e-result a:hover {
  color: #fff;
}
.qodef-esports-match-list .qodef-e-social-icons {
  column-gap: 13px;
  display: flex;
}
.qodef-esports-match-list .qodef--team-two .qodef-e-social-icons {
  flex-direction: row-reverse;
}
.qodef-esports-match-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-esports-match-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-esports-match-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-esports-match-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-esports-match-list.qodef-item-layout--compact article {
  overflow: hidden;
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n + 1)
  .qodef-e-inner {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n + 1)
  .qodef-e-inner:after,
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n + 1)
  .qodef-e-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #3e3d3d;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n + 1)
  .qodef-e-inner:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n + 1)
  .qodef-e-inner:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n)
  .qodef-e-inner {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n)
  .qodef-e-inner:after,
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n)
  .qodef-e-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: #3e3d3d;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n)
  .qodef-e-inner:before {
  content: "";
  bottom: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-esports-match-list.qodef-item-layout--compact
  article:nth-child(2n)
  .qodef-e-inner:after {
  content: "";
  top: calc(-24px / 2);
  right: calc(-24px / 2);
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner {
  border: 1px solid #3e3d3d;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  transition: all 0.3s ease-in-out;
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-inner:hover {
  border-color: #fff;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner:hover
  .qodef-match-top
  .qodef-e-result
  svg {
  color: #fff;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner:hover
  .qodef-match-top
  .qodef-e-result
  svg
  text {
  fill: currentColor;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner:hover
  .qodef-match-top:before {
  transform: scale(0.9);
  opacity: 1;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner:hover
  .qodef-e-team-logo
  .qodef-e-team-logo-hover {
  opacity: 1;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner:hover
  .qodef-e-result {
  color: #fff;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-e-team-logo
  .qodef-e-team-logo-main {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-match-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 65px 50px 57px 50px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-match-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qode-grad-color-1: #2949f9ab;
  --qode-grad-color-2: #2949f98f;
  background: radial-gradient(circle, var(--qode-grad-color-1) 0, #15257d00 39%),
    radial-gradient(circle, var(--qode-grad-color-2) 0, #15257d00 39%);
  background-size: 80% 80%, 120% 120%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(0.1);
  opacity: 0;
  transition: opacity 0.35s ease-in-out,
    transform 0.8s cubic-bezier(0.48, 0.72, 0.13, 0.97);
  filter: blur(15px);
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-list.qodef-item-layout--compact
    .qodef-e-inner
    .qodef-match-top {
    padding: 37px 27px 40px 27px;
  }
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-match-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 30px 50px 39px 46px;
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-list.qodef-item-layout--compact
    .qodef-e-inner
    .qodef-match-bottom {
    padding: 17px 27px 27px 27px;
  }
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-match-bottom
  .qodef-e-stream-link {
  margin-top: 24px;
}
.qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner
  .qodef-match-bottom
  .qodef-match-bottom-date {
  font-family: Sora, sans-serif;
  font-size: 12px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 300;
  color: #d5d5d5;
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-team {
  text-align: center;
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-team-name {
  margin-top: 15px;
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
  flex-shrink: 0;
  text-align: center;
  width: 20%;
  color: #d5d5d5;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
    width: 25%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result a {
    font-size: 25px;
  }
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result svg {
  overflow: visible;
  color: #7b7b7b;
  transition: color 0.2s ease-out;
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-result svg text {
  fill: currentColor;
}
@media only screen and (max-width: 768px) {
  .qodef-esports-match-list.qodef-item-layout--compact
    .qodef-e-result
    svg
    text {
    font-size: 41px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-list.qodef-item-layout--compact
    .qodef-e-result
    svg
    text {
    font-size: 50px;
  }
}
.qodef-esports-match-list.qodef-item-layout--compact .qodef-e-social-icons {
  justify-content: center;
  margin-top: 5px;
}
.qodef-esports-match-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-grid-inner {
  border-left: 1px solid #393939;
  border-top: 1px solid #393939;
}
.qodef-esports-match-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-e-inner {
  border-left: 0;
  border-top: 0;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-inner {
  align-items: center;
  border: 1px solid #393939;
  display: flex;
  padding: 26px 40px 28px 40px;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team {
  align-items: center;
  column-gap: 50px;
  display: flex;
}
.qodef-esports-match-list.qodef-item-layout--full-details
  .qodef-e-team.qodef--team-two {
  flex-direction: row-reverse;
  text-align: right;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-meta {
  flex-shrink: 0;
  text-align: center;
  width: 30%;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-result {
  margin-top: 2px;
  word-spacing: 30px;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-match-info {
  margin-top: 15px;
}
.qodef-esports-match-list.qodef-item-layout--full-details .qodef-e-team-name {
  margin-top: 2px;
}
.qodef-esports-match-list.qodef-item-layout--full-details
  .qodef-e-social-icons {
  margin-top: 15px;
}
.qodef-esports-match-list.qodef-item-layout--full-details.qodef-gutter--no
  .qodef-grid-inner {
  border-left: 1px solid #393939;
  border-top: 1px solid #393939;
}
.qodef-esports-match-list.qodef-item-layout--full-details.qodef-gutter--no
  .qodef-e-inner {
  border-left: 0;
  border-top: 0;
}
.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-content {
  background-color: #161616;
  border: 1px solid #393939;
  bottom: 0;
  left: 0;
  padding: 42px 68px;
  position: absolute;
  width: initial;
}
.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-team-name {
  display: inline-block;
}
.qodef-esports-match-list.qodef-item-layout--info-on-image
  .qodef-e-team-name:last-child {
  width: 100%;
}
.qodef-esports-match-list.qodef-item-layout--info-on-image .qodef-e-match-info {
  margin-top: 15px;
}
.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-team {
  align-items: center;
  column-gap: 20px;
  display: flex;
  flex-basis: 40%;
}
.qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-team.qodef--team-two {
  flex-direction: row-reverse;
  text-align: right;
}
.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-match-info {
  width: 100%;
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  justify-content: center;
  margin-top: 8px;
  text-transform: uppercase;
}
.qodef-esports-match-list.qodef-item-layout--minimal .qodef-e-meta {
  display: flex;
  flex-direction: column;
}
.widget.widget_exon_core_esports_match_list .qodef-esports-match-list {
  margin-top: 8px;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--compact
  .qodef-grid-inner {
  border: 0;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--compact
  .qodef-e-inner {
  border: 0;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-grid-inner {
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-grid-inner:after,
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-grid-inner:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-grid-inner:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-grid-inner:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-inner {
  padding: 20px;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-result
  a {
  color: #fff;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-team {
  flex-basis: 28%;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-team
  .qodef-e-team-logo-hover {
  opacity: 1 !important;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-team
  .qodef-e-team-logo-main {
  opacity: 0 !important;
}
.widget.widget_exon_core_esports_match_list
  .qodef-esports-match-list.qodef-item-layout--minimal
  .qodef-e-team-logo {
  max-width: 85px;
}
.qodef-esports-match-single-hero-wrapper {
  padding: 174px 78px 95px;
  margin-bottom: 112px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-single-hero-wrapper {
    padding: 174px 3px 95px;
    margin-bottom: 113px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-single-hero-wrapper {
    padding: 133px 0 60px;
  }
}
.qodef-esports-match-single-hero-wrapper .qodef-esports-match-single-hero {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  align-items: center;
  border: 1px solid #3e3d3d;
  display: flex;
  padding: 55px 110px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.qodef-esports-match-single-hero-wrapper .qodef-esports-match-single-hero:after,
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero:before {
  content: "";
  bottom: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero:after {
  content: "";
  top: calc(-24px / 2);
  right: calc(-24px / 2);
}
@media only screen and (max-width: 1440px) {
  .qodef-esports-match-single-hero-wrapper .qodef-esports-match-single-hero {
    padding: 80px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-single-hero-wrapper .qodef-esports-match-single-hero {
    padding: 70px 27px;
  }
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-e-title {
  display: none;
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  > :not(.qodef--background) {
  position: relative;
  width: calc(100% / 3);
  z-index: 1;
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-m-result {
  align-items: center;
  margin: 0;
  text-align: center;
  word-spacing: 30px;
  line-height: 1;
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-m-result
  svg {
  width: 159px;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg {
    width: 108px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg {
    width: 60px;
    margin-top: 6px;
  }
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-m-result
  svg
  text {
  font-size: 103px;
  fill: #fff;
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg
    text {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg
    text {
    font-size: 70px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-esports-match-single-hero-wrapper
    .qodef-esports-match-single-hero
    .qodef-m-result
    svg
    text {
    font-size: 40px;
  }
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-m-team-two
  .qodef-e-inner {
  flex-direction: row-reverse;
}
.qodef-esports-match-single-hero-wrapper
  .qodef-esports-match-single-hero
  .qodef-m-team-two
  .qodef-e-content {
  text-align: right;
}
#qodef-esports-match-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 86px;
}
#qodef-single-esports-match-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 45px;
}
#qodef-single-esports-match-navigation .qodef-m-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#qodef-single-esports-match-navigation .qodef-m-nav {
  align-items: center;
  display: flex;
  position: relative;
}
#qodef-single-esports-match-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-esports-match-navigation .qodef-m-nav .qodef-m-nav-icon {
  display: block;
  height: auto;
  width: 16px;
}
#qodef-single-esports-match-navigation
  .qodef-m-nav.qodef--prev
  .qodef-m-nav-icon {
  margin-right: 14px;
}
#qodef-single-esports-match-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}
#qodef-single-esports-match-navigation
  .qodef-m-nav.qodef--next
  .qodef-m-nav-icon {
  margin-left: 14px;
}
#qodef-single-esports-match-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-esports-match-navigation .qodef-m-nav-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
.qodef-esports-player-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-player-single .qodef-m-content-inner {
  padding-left: 50px;
  position: relative;
}
.qodef-esports-player-single .qodef-m-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}
.qodef-esports-player-single .qodef-m-tagline {
  margin: 0;
  width: 50%;
}
.qodef-esports-player-single .qodef-m-player-content {
  margin-top: 17px;
  width: 50%;
}
.qodef-esports-player-single .qodef-m-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 72px -30px 0 -30px;
}
.qodef-esports-player-single .qodef-m-meta-item {
  column-gap: 17px;
  display: flex;
  flex-direction: column;
  padding: 0 30px 60px 30px;
  row-gap: 17px;
  width: 20%;
}
.qodef-esports-player-single .qodef-m-meta-label {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1600px) {
  .qodef-esports-player-single .qodef-m-meta-label {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-player-single .qodef-m-meta-label {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.qodef-esports-player-single .qodef-m-meta-content {
  display: flex;
  flex-direction: column;
}
.qodef-esports-player-single .qodef-m-custom-field {
  display: flex;
  flex-wrap: wrap;
  margin: 117px -30px 0 -30px;
}
.qodef-esports-player-single .qodef-m-custom-field-item {
  column-gap: 25px;
  display: flex;
  flex-direction: column;
  padding: 0 30px 180px 30px;
  row-gap: 25px;
  width: 25%;
}
.qodef-esports-player-single .qodef-m-custom-field-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  text-transform: uppercase;
}
.qodef-esports-player-single .qodef-m-custom-field-content {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  line-height: 1.08333em;
  font-size: 60px;
}
@media only screen and (max-width: 1600px) {
  .qodef-esports-player-single .qodef-m-custom-field-content {
    font-size: 55px;
    line-height: 1.09091em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-esports-player-single .qodef-m-custom-field-content {
    font-size: 52px;
    line-height: 1.15385em;
  }
}
.qodef-esports-player-single .qodef-m-social-tabs {
  margin-top: 59px;
}
.qodef-esports-player-list .qodef-e-content,
.qodef-esports-player-list .qodef-e-image,
.qodef-esports-player-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-player-list .qodef-e-inner {
  position: relative;
  padding: 20px 20px 35px 20px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
}
.qodef-esports-player-list .qodef-e-inner:after,
.qodef-esports-player-list .qodef-e-inner:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-esports-player-list .qodef-e-inner:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-esports-player-list .qodef-e-media-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.qodef-esports-player-list .qodef-e-media-image a,
.qodef-esports-player-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-esports-player-list .qodef-e-title {
  margin: 38px 0 0 0;
}
.qodef-esports-player-list .qodef-e-team-role {
  display: inline-block;
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
.qodef-esports-player-list .qodef-e-social-icons {
  margin-top: 14px;
}
.qodef-esports-player-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-esports-player-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-esports-player-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-inner {
  border: 1px solid #3e3d3d;
  padding: 36px;
  text-align: center;
}
.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-team-role {
  margin-top: 0;
}
.qodef-esports-player-list.qodef-item-layout--compact .qodef-e-image {
  margin-top: 18px;
}
.qodef-esports-player-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-grid-inner {
  border-left: 1px solid #393939;
  border-top: 1px solid #393939;
}
.qodef-esports-player-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-e-inner {
  border-left: 0;
  border-top: 0;
}
.qodef-esports-player-list.qodef-item-layout--info-below .qodef-e-social-icons {
  position: absolute !important;
  right: 0;
  top: 0;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
  background: transparent linear-gradient(206deg, #2949f9 0, #15257d66 100%) 0 0
    no-repeat;
  padding: 0 15px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: 0.45s ease-out;
  overflow: hidden;
  max-height: 0;
}
.qodef-esports-player-list.qodef-item-layout--info-below
  .qodef-e-social-icons:after,
.qodef-esports-player-list.qodef-item-layout--info-below
  .qodef-e-social-icons:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-esports-player-list.qodef-item-layout--info-below
  .qodef-e-social-icons:after {
  content: "";
  bottom: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-esports-player-list.qodef-item-layout--info-below
  .qodef-e-image:hover
  .qodef-e-social-icons {
  max-height: 180px;
  padding: 11px 15px 15px;
}
#qodef-esports-player-single-hero {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #393939;
  height: 247px;
  margin-bottom: 155px;
  overflow: hidden;
  text-align: center;
}
#qodef-esports-player-single-hero .qodef-m-player-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  z-index: 2;
}
#qodef-esports-player-single-hero .qodef-m-player-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#qodef-esports-player-single-hero .qodef-m-player-image img {
  height: 247px;
  object-fit: cover;
}
#qodef-esports-player-single-hero .qodef-m-hero-image {
  z-index: 1;
}
#qodef-esports-player-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 155px;
}
.qodef-esports-team-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-team-single .qodef-m-content-inner {
  padding-left: 50px;
  position: relative;
}
.qodef-esports-team-single .qodef-m-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: top left;
}
.qodef-esports-team-single .qodef-m-tagline {
  margin: 0;
  width: 40%;
}
.qodef-esports-team-single .qodef-m-team-content {
  margin-top: 25px;
  width: 55%;
}
.qodef-esports-team-single .qodef-m-player-list {
  margin-top: 55px;
}
.qodef-esports-team-single .qodef-m-social-tabs {
  margin-top: 165px;
}
.qodef-esports-team-single .qodef-m-social-share {
  column-gap: 35px;
  display: flex;
  margin-top: 55px;
  row-gap: 35px;
}
.qodef-esports-team-single .qodef-m-social-share-label {
  margin: 0;
}
.qodef-esports-team-list .qodef-e-content,
.qodef-esports-team-list .qodef-e-image,
.qodef-esports-team-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-esports-team-list .qodef-e-inner {
  position: relative;
}
.qodef-esports-team-list .qodef-e-media-image {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.qodef-esports-team-list .qodef-e-media-image a,
.qodef-esports-team-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-esports-team-list .qodef-e-title {
  margin: 30px 0 0 0;
}
.qodef-esports-team-list .qodef-e-games {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  margin-top: 6px;
  text-transform: uppercase;
}
.qodef-esports-team-list .qodef-e-social-icons {
  margin-top: 15px;
}
.qodef-esports-team-list.qodef-items--fixed .qodef-e-image {
  height: 100%;
  overflow: hidden;
}
.qodef-esports-team-list.qodef-items--fixed .qodef-e-media-image {
  height: 100%;
}
.qodef-esports-team-list.qodef-items--fixed .qodef-e-media-image a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-inner {
  border: 1px solid #393939;
  padding: 36px;
  text-align: center;
}
.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-gamess {
  margin-top: 0;
}
.qodef-esports-team-list.qodef-item-layout--compact .qodef-e-image {
  margin-top: 18px;
}
.qodef-esports-team-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-grid-inner {
  border-left: 1px solid #393939;
  border-top: 1px solid #393939;
}
.qodef-esports-team-list.qodef-item-layout--compact.qodef-gutter--no
  .qodef-e-inner {
  border-left: 0;
  border-top: 0;
}
.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-inner {
  align-items: center;
  column-gap: 40px;
  display: flex;
  row-gap: 40px;
}
.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-image {
  flex-shrink: 0;
  width: auto;
}
@media only screen and (max-width: 1440px) {
  .qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-image {
    width: 86%;
  }
}
.qodef-esports-team-list.qodef-item-layout--minimal .qodef-e-title {
  margin: 0;
}
#qodef-esports-team-single-hero {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border: 1px solid #393939;
  margin-bottom: 155px;
  padding: 44px;
  text-align: center;
}
#qodef-esports-team-single-hero > :not(.qodef--background) {
  position: relative;
  z-index: 1;
}
#qodef-esports-team-single-hero .qodef-m-games {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  text-transform: uppercase;
}
#qodef-esports-team-single-hero .qodef-m-team-logo {
  margin-top: 21px;
}
#qodef-esports-team-single-hero .qodef-m-team-name {
  margin: 20px 0 0 0;
}
#qodef-esports-team-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 155px;
}
#qodef-single-esports-team-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 155px;
}
#qodef-single-esports-team-navigation .qodef-m-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#qodef-single-esports-team-navigation .qodef-m-nav {
  align-items: center;
  display: flex;
  position: relative;
}
#qodef-single-esports-team-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-esports-team-navigation .qodef-m-nav .qodef-m-nav-icon {
  display: block;
  height: auto;
  width: 16px;
}
#qodef-single-esports-team-navigation
  .qodef-m-nav.qodef--prev
  .qodef-m-nav-icon {
  margin-right: 14px;
}
#qodef-single-esports-team-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  margin-left: auto;
  text-align: right;
}
#qodef-single-esports-team-navigation
  .qodef-m-nav.qodef--next
  .qodef-m-nav-icon {
  margin-left: 14px;
}
#qodef-single-esports-team-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-esports-team-navigation .qodef-m-nav-label {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
.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.qodef-swiper-container
  #sb_instagram
  #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: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 600 !important;
  margin: 0 4px 0 0;
}
@media only screen and (max-width: 1600px) {
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.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 {
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 400;
  color: #d5d5d5;
  margin-right: 4px;
  margin-left: 0;
}
@media only screen and (max-width: 1600px) {
  .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 {
    font-size: 15px;
    line-height: 1.66667em;
  }
}
.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--very-tiny .ctf-tweets {
  --qode-columns-row-gap: 2px;
}
.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: 80px;
}
.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
  --qode-columns-col-gap: 0px;
}
.qodef-twitter-list.qodef-gutter--very-tiny .ctf-tweets {
  --qode-columns-col-gap: 2px;
}
.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: 80px;
}
.qodef-twitter-list.qodef-vertical-gutter--custom {
  --qode-vertical-gutter-custom: 30px;
  --qode-vertical-gutter-custom-1440: 30px;
  --qode-vertical-gutter-custom-1024: 30px;
  --qode-vertical-gutter-custom-680: 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-1440: 30px;
  --qode-gutter-custom-1024: 30px;
  --qode-gutter-custom-680: 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-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 {
  vertical-align: middle;
  border: 0;
  margin: 0 5px 0 0;
  display: inline-block;
  float: none;
  position: relative;
}
.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;
  min-width: auto;
  width: auto;
  height: auto;
  line-height: inherit;
}
.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-radius: 0;
  border: 1px solid #393939 !important;
  padding: 10px;
  color: #d5d5d5;
}
.qodef-yith-wccl--predefined
  .select_box
  .select_option
  .yith_wccl_tooltip.top
  span:after {
  top: 100%;
  bottom: auto;
}
.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
  border: 1px solid transparent;
  padding: 1px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option
  > span:not(.yith_wccl_tooltip) {
  width: 38px;
  height: 15px;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_colorpicker
  .select_option.selected {
  border-color: #fff;
}
.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) {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.qodef-yith-wccl--predefined
  .select_box.select_box_image
  .select_option.selected {
  border-color: #fff;
}
.qodef-yith-wccl--predefined .select_box.select_box_label > * {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
  transition: color 0.2s ease-out;
  margin: 0;
}
.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: 0 0 0 20px;
}
.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations {
  margin-bottom: 10px;
  text-align: right;
}
.qodef-yith-wccl--predefined
  li.product
  .variations_form.cart
  div.variations:last-child {
  margin-bottom: 0;
}
#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(255, 255, 255, 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
  figure {
  margin: 0 !important;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure
  img {
  object-fit: cover;
}
#yith-quick-view-modal
  #yith-quick-view-content.single-product
  .qodef-woo-single-image
  .woocommerce-product-gallery
  figure
  > .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
  figure
  > .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 {
  display: block;
  line-height: 25px;
  padding: 0 3px;
  position: relative;
  font-size: 18px;
  font-family: ElegantIcons;
  content: "\4d";
}
body:not([class*="exon-core"])
  #yith-quick-view-modal
  #yith-quick-view-close:after {
  content: "x";
  font-family: initial;
}
#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 {
  font-size: 100%;
}
.yith-wcwl-form .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
}
.yith-wcwl-form .shop_table td,
.yith-wcwl-form .shop_table th {
  padding: 15px 0 15px 15px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}
.yith-wcwl-form .shop_table td:first-child,
.yith-wcwl-form .shop_table th:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .yith-wcwl-form .shop_table td,
  .yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 0;
  }
}
.yith-wcwl-form .shop_table th {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  line-height: 1.26316em;
}
@media only screen and (max-width: 1600px) {
  .yith-wcwl-form .shop_table th {
    font-size: 18px;
    line-height: 1.27778em;
  }
}
.yith-wcwl-form .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}
.yith-wcwl-form .shop_table td ul li:last-child {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table td ul li label {
  margin-bottom: 0;
}
.yith-wcwl-form .shop_table p {
  margin: 0;
}
.yith-wcwl-form .shop_table .variation:after,
.yith-wcwl-form .shop_table .variation:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.yith-wcwl-form .shop_table .variation:after {
  clear: both;
}
.yith-wcwl-form .shop_table .variation dt {
  clear: left;
  float: left;
  font-weight: initial;
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dt {
    float: none;
    width: 100%;
  }
}
.yith-wcwl-form .shop_table .variation dd {
  clear: right;
  float: left;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table .variation dd {
    float: none;
    margin: 0;
    width: 100%;
  }
}
.yith-wcwl-form .wishlist_table.shop_table tr th {
  background: 0 0 !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
  width: auto !important;
}
.yith-wcwl-form .wishlist_table.shop_table tr td {
  background: 0 0 !important;
  color: #d5d5d5 !important;
  border-color: transparent !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
  font-family: Sora, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.66667em !important;
  font-weight: 500 !important;
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  border-radius: 0 !important;
  outline: 0 !important;
  transition: all 0.2s ease-out !important;
  padding: 14px 30px !important;
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid #9f9f9f !important;
  position: relative !important;
  overflow: hidden !important;
  background-position: 0 100% !important;
  -webkit-backdrop-filter: blur(31px) !important;
  backdrop-filter: blur(31px) !important;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  transition: color 0.25s ease-out, background-color 0.25s ease-out,
    border-color 0.25s ease-out, background-position 1s ease;
  background-image: linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color) 66%,
      #ffffff00 90%
    ),
    linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color-2) 66%,
      #ffffff00 90%
    );
  background-size: 300% 100%, 300% 100%;
  background-position: 136% 100%, 8% 100%;
  cursor: pointer !important;
  z-index: 3 !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
  content: "";
  top: calc(-14px / 2);
  left: calc(-14px / 2);
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:after,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:after {
  content: "";
  bottom: calc(-14px / 2);
  right: calc(-14px / 2);
}
.yith-wcwl-form
  .wishlist_table
  .product-add-to-cart
  .added_to_cart
  .qodef-m-icon,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: inherit !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover {
  color: #fff !important;
  border-color: #fff !important;
  background-position: 41% 100%, 132% 100%;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
  display: none !important;
}
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
  display: none !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  background-color: transparent !important;
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f004";
}
.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
  font-size: 22px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f004";
}
.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-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 {
  background-color: #fff;
  left: 50%;
  margin: 0;
  padding: 12px 41px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
  display: none;
}
.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
  height: 100%;
  width: 100%;
}
.widget_exon_core_woo_dropdown_cart,
.widget_shopping_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}
.widget_exon_core_woo_dropdown_cart:hover,
.widget_shopping_cart:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 1440px) {
  .widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-outer,
  .widget_shopping_cart .qodef-widget-dropdown-cart-outer {
    padding: 0;
  }
}
.widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner,
.widget_shopping_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-opener,
.widget_exon_core_woo_dropdown_cart > .widgettitle,
.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart > .widgettitle {
  position: relative;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-opener-count,
.widget_shopping_cart .qodef-m-opener-count {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  font-family: Oxanium, cursive;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #2949f9 0, #2949f969 100%) 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -20px;
  line-height: 20px;
}
.widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_exon_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
  border-width: 1px;
  border-style: solid;
  display: block;
  padding: 10px 0;
  text-align: left;
  transition: opacity 0.3s ease-in-out;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .qodef-blur-drop-down,
.widget_exon_core_woo_dropdown_cart
  .widget_shopping_cart_content
  .qodef-blur-drop-down,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .qodef-blur-drop-down,
.widget_shopping_cart .widget_shopping_cart_content .qodef-blur-drop-down {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.07);
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}
header .widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_exon_core_woo_dropdown_cart .widget_shopping_cart_content,
header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart .widget_shopping_cart_content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 103%;
  visibility: hidden !important;
  width: 310px;
  background-color: rgba(255, 255, 255, 0.07);
  border: none;
  z-index: 200;
}
.touchevents
  header
  .widget_exon_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content,
.touchevents
  header
  .widget_exon_core_woo_dropdown_cart
  .widget_shopping_cart_content,
.touchevents header .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_shopping_cart .widget_shopping_cart_content {
  display: none;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .qodef-m-posts-not-found,
.widget_exon_core_woo_dropdown_cart
  .widget_shopping_cart_content
  .qodef-m-posts-not-found,
.widget_shopping_cart
  .qodef-widget-dropdown-cart-content
  .qodef-m-posts-not-found,
.widget_shopping_cart .widget_shopping_cart_content .qodef-m-posts-not-found {
  padding: 0 45px !important;
}
.widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content > *,
.widget_exon_core_woo_dropdown_cart .widget_shopping_cart_content > *,
.widget_shopping_cart .qodef-widget-dropdown-cart-content > *,
.widget_shopping_cart .widget_shopping_cart_content > * {
  padding: 0 !important;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content
  .blockUI,
.widget_exon_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI,
.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI {
  display: none !important;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  margin: 0 0 20px 0;
  position: relative;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item:last-of-type,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item:last-of-type,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  img,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  img,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  margin: 0 15px 0 0;
  width: 83px;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: -7px;
  z-index: 5;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .variation,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .variation {
  display: none;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item img,
.widget_shopping_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2em;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
  .widget_shopping_cart .woocommerce-mini-cart-item a {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
  .widget_shopping_cart .woocommerce-mini-cart-item a {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item:after,
.widget_shopping_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: "";
  display: table;
}
.widget_exon_core_woo_dropdown_cart .qodef-woo-mini-cart,
.widget_shopping_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  display: flex;
  align-items: center;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #707070;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image {
  flex-shrink: 0;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-image
  a {
  display: block;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-content,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-content {
  padding: 0 20px 0 0;
  width: 100%;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-title,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-title {
  margin: 0;
  font-size: 15px;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-price,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-price {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 15px;
  color: #8d8d8d;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-quantity,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .qodef-e-quantity {
  margin: 0;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-order-details,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__total,
.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px !important;
  margin-bottom: 20px;
  margin-top: 7px;
  position: relative;
  z-index: 5;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  font-size: 15px;
  font-family: Oxanium, cursive;
  text-transform: uppercase;
  font-weight: 600;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-order-details .amount,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__total .amount,
.widget_shopping_cart .qodef-m-order-details .amount,
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  font-family: Sora, sans-serif;
  font-size: 15px;
  color: #8d8d8d;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px !important;
  position: relative;
  z-index: 5;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease-out;
  padding: 13px 27px;
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid #9f9f9f;
  position: relative;
  overflow: hidden;
  background-position: 0 100%;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  transition: color 0.25s ease-out, background-color 0.25s ease-out,
    border-color 0.25s ease-out, background-position 1s ease;
  background-image: linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color) 66%,
      #ffffff00 90%
    ),
    linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color-2) 66%,
      #ffffff00 90%
    );
  background-size: 300% 100%, 300% 100%;
  background-position: 136% 100%, 8% 100%;
  width: 100%;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a:after,
.widget_exon_core_woo_dropdown_cart .qodef-m-action a:before,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:before,
.widget_shopping_cart .qodef-m-action a:after,
.widget_shopping_cart .qodef-m-action a:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a:before,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:before,
.widget_shopping_cart .qodef-m-action a:before,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:before {
  content: "";
  top: calc(-14px / 2);
  left: calc(-14px / 2);
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a:after,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:after,
.widget_shopping_cart .qodef-m-action a:after,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:after {
  content: "";
  bottom: calc(-14px / 2);
  right: calc(-14px / 2);
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a .qodef-m-icon,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart__buttons
  a
  .qodef-m-icon,
.widget_shopping_cart .qodef-m-action a .qodef-m-icon,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: inherit;
}
.widget_exon_core_woo_dropdown_cart .qodef-m-action a:hover,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover,
.widget_shopping_cart .qodef-m-action a:hover,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  color: #fff;
  border-color: #fff;
  background-position: 41% 100%, 132% 100%;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons,
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  flex-direction: column;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 100% !important;
  justify-content: center;
}
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart__buttons
  a:last-child,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px;
}
header
  .widget_exon_core_woo_dropdown_cart:hover
  .qodef-widget-dropdown-cart-content,
header .widget_exon_core_woo_dropdown_cart:hover .widget_shopping_cart_content,
header .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_shopping_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important;
}
.widget_exon_core_woo_dropdown_cart,
.widget_shopping_cart {
  color: #d5d5d5;
}
.widget_exon_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_exon_core_woo_dropdown_cart .widget_shopping_cart_content,
.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content {
  background-color: #161616;
  border-color: #393939;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item a,
.widget_shopping_cart .woocommerce-mini-cart-item a {
  color: #fff;
}
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover,
.widget_shopping_cart .woocommerce-mini-cart-item a:hover {
  color: #d5d5d5;
}
.widget_exon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #fff;
}
.widget_exon_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: #d5d5d5;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #d5d5d5;
}
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
.widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: var(--qode-main-color);
}
.widget_exon_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_exon_core_woo_dropdown_cart .woocommerce-mini-cart__total strong,
.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  color: #fff;
}
#qodef-page-footer .widget_exon_core_woo_dropdown_cart,
#qodef-page-footer .widget_shopping_cart {
  color: #ccc;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-widget-dropdown-cart-content,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .widget_shopping_cart_content,
#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content {
  background-color: #000;
  border-color: #fff;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart-item
  a,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a {
  color: #ccc;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart-item
  a:hover,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a,
#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #ccc;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-e-title
  a:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove {
  color: #ccc;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .qodef-woo-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .qodef-woo-mini-cart-item
  .remove:hover,
#qodef-page-footer
  .widget_shopping_cart
  .woocommerce-mini-cart
  .woocommerce-mini-cart-item
  .remove:hover {
  color: #fff;
}
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .qodef-m-order-details
  strong,
#qodef-page-footer
  .widget_exon_core_woo_dropdown_cart
  .woocommerce-mini-cart__total
  strong,
#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong {
  color: #ccc;
}
.widget_exon_core_woo_side_area_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.widget_exon_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.widget_exon_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_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-widget-side-area-cart-content {
  position: fixed;
  top: 0;
  right: -360px;
  height: 100vh;
  width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 0 74px;
  background-color: #161616;
  border-left: 1px solid #393939;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.admin-bar
  .widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  font-size: 34px;
  z-index: 1000;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-posts-not-found {
  padding: 0 35px;
}
.widget_exon_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 35px !important;
}
.widget_exon_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: 20px;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-woo-side-area-cart-item:first-child {
  margin-top: 0;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image
  a,
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-image
  img {
  display: block;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-content {
  width: 100%;
  padding-right: 20px;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-title {
  margin: 0;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-price {
  margin: 3px 0 0;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-e-quantity {
  margin: 3px 0 0;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 1;
  z-index: 5;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-details {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  padding: 0 35px;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-order-details
  > * {
  margin: 0;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link {
  font-family: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease-out;
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid #9f9f9f;
  position: relative;
  overflow: hidden;
  background-position: 0 100%;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  transition: color 0.25s ease-out, background-color 0.25s ease-out,
    border-color 0.25s ease-out, background-position 1s ease;
  background-image: linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color) 66%,
      #ffffff00 90%
    ),
    linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color-2) 66%,
      #ffffff00 90%
    );
  background-size: 300% 100%, 300% 100%;
  background-position: 136% 100%, 8% 100%;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:after,
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:before {
  content: "";
  top: calc(-14px / 2);
  left: calc(-14px / 2);
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:after {
  content: "";
  bottom: calc(-14px / 2);
  right: calc(-14px / 2);
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link
  .qodef-m-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: inherit;
}
.widget_exon_core_woo_side_area_cart
  .qodef-widget-side-area-cart-inner
  .qodef-m-action-link:hover {
  color: #fff;
  border-color: #fff;
  background-position: 41% 100%, 132% 100%;
}
.widget_exon_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% - 360px);
  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-swiper-container .qodef-e {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.qodef-clients-list .qodef-e {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(37px);
  backdrop-filter: blur(37px);
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
}
.qodef-clients-list .qodef-e:after,
.qodef-clients-list .qodef-e:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-clients-list .qodef-e:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-clients-list .qodef-e .qodef-e-client-text {
  position: absolute;
  left: 10px;
  bottom: 9px;
  font-family: Oxanium, cursive;
  font-size: 13px;
  font-weight: 600;
  color: #7b7b7b;
  transition: all 0.3s ease-in-out;
}
.qodef-clients-list .qodef-e .qodef-e-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --qode-grad-color-1: #2949f9ab;
  --qode-grad-color-2: #2949f98f;
  background: radial-gradient(circle, var(--qode-grad-color-1) 0, #15257d00 39%),
    radial-gradient(circle, var(--qode-grad-color-2) 0, #15257d00 39%);
  background-size: 80% 80%, 120% 120%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: scale(0.1);
  opacity: 0;
  transition: opacity 0.35s ease-in-out,
    transform 0.8s cubic-bezier(0.48, 0.72, 0.13, 0.97);
  filter: blur(15px);
  z-index: -1;
}
.qodef-clients-list .qodef-e:hover .qodef-e-inner:before {
  transform: scale(0.9);
  opacity: 1;
}
.qodef-clients-list .qodef-e:hover .qodef-e-client-text {
  color: #fff;
}
.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-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-single .qodef-media iframe {
  max-height: calc(56.25vw);
}
.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 11px;
}
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-direction: row;
  gap: 12px;
}
.qodef-portfolio-single .qodef-portfolio-info > :last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e a {
  position: relative;
  color: #d5d5d5;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e a:hover {
  color: #fff;
}
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  margin: 0 0 5px 0;
}
.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
}
.qodef-portfolio-single
  .qodef-variations--small
  .qodef-grid-item.qodef-col--content {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .qodef-portfolio-single
    .qodef-variations--small
    .qodef-grid-item.qodef-col--content {
    padding-right: 0;
  }
}
.qodef-portfolio-single .qodef-variations--small .qodef-media {
  margin-right: 45px;
}
.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 67px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 60px;
}
.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: 41px;
}
.qodef-portfolio-single
  .qodef-variations--big
  .qodef-e-content
  .qodef-col--content {
  padding-right: 12%;
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single
    .qodef-variations--big
    .qodef-e-content
    .qodef-col--content {
    padding-right: 0;
  }
}
.qodef-portfolio-category-list .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-category-list .qodef-e-image img {
  display: block;
}
.qodef-portfolio-category-list .qodef-e-content a {
  position: relative;
  z-index: 1;
}
.qodef-portfolio-category-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-category-list .qodef-e-description {
  margin: 9px 0 0;
}
.qodef-portfolio-category-list .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 31px 40px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,
.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
  margin-top: 28px;
}
.qodef-portfolio-list .qodef-e-content,
.qodef-portfolio-list .qodef-e-inner,
.qodef-portfolio-list .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-portfolio-list .qodef-e-media iframe {
  display: block;
  height: 100%;
}
.qodef-portfolio-list .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.qodef-portfolio-list .qodef-e-media-image a,
.qodef-portfolio-list .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-portfolio-list .qodef-e-content {
  margin: 30px 0 0;
}
.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}
.qodef-portfolio-list .qodef-e-title a:hover {
  color: currentColor;
}
.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-top-holder {
  margin-bottom: 2px;
}
.qodef-portfolio-list .qodef-e-read-more {
  margin: 15px 0 0;
}
.qodef-portfolio-list .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
  width: auto;
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border: 1px solid #3e3d3d;
  border-top: 0;
  padding: 18px 25px 23px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content:after,
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e-media-image
  > a {
  position: relative;
  display: block;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e-media-image
  > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.qodef-item-layout--info-below.qodef-hover-animation--overlay
  .qodef-e:hover
  .qodef-e-media-image
  > a:after {
  opacity: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-inner {
  overflow: hidden;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-content {
  margin: 0;
  display: none;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-info
  > * {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-e-content-follow {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}
.qodef-e-content-follow.qodef-right {
  text-align: right;
  transform: translateX(-100%);
}
.qodef-e-content-follow .qodef-e-title {
  margin: 0;
  color: #fff;
}
.qodef-e-content-follow .qodef-e-title a {
  color: inherit;
}
.qodef-e-content-follow .qodef-e-info > * {
  color: #fff;
}
.qodef-e-content-follow .qodef-e-text,
.qodef-e-content-follow .qodef-e-top-holder {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: all 0.2s ease-out;
}
.qodef-e-content-follow .qodef-e-text > *,
.qodef-e-content-follow .qodef-e-top-holder > * {
  display: inline-block;
  background-color: var(--qode-main-color);
  z-index: 10;
}
.qodef-e-content-follow .qodef-e-top-holder {
  margin-bottom: 2px;
}
.qodef-e-content-follow .qodef-e-top-holder > * {
  padding: 0 5px;
}
.qodef-e-content-follow .qodef-e-text > * {
  padding: 3px 5px;
}
.qodef-e-content-follow.qodef-is-active {
  visibility: visible;
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text,
.qodef-e-content-follow.qodef-is-active .qodef-e-top-holder {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  transition-delay: 0.2s;
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-swiper-container
    article {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article {
  padding-bottom: 10px;
  padding-top: 10px;
  direction: ltr;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-1,
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-2,
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-3,
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-4 {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  --qode-x: 8px;
  --qode-y: 8px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.25s ease-out,
    transform 0.32s cubic-bezier(0.25, 0.03, 0.11, 1.11);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-1 {
  top: 0;
  left: -1px;
  border-width: 1px 0 0 1px;
  --qode-x: -8px;
  --qode-y: -8px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-2 {
  top: 0;
  right: -1px;
  border-width: 1px 1px 0 0;
  --qode-x: 8px;
  --qode-y: -8px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-3 {
  bottom: 0;
  right: -1px;
  border-width: 0 1px 1px 0;
  --qode-x: 8px;
  --qode-y: 8px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-cut-4 {
  bottom: -1px;
  left: -1px;
  border-width: 0 0 1px 1px;
  --qode-x: -8px;
  --qode-y: 8px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article:hover
  .qodef-cut-1,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article:hover
  .qodef-cut-2,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article:hover
  .qodef-cut-3,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article:hover
  .qodef-cut-4 {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner {
  padding-top: 1px;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content {
  margin: 0;
  position: absolute !important;
  width: calc(100% - 30px);
  bottom: 47px;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
    article
    .qodef-e-content {
    bottom: 27px !important;
    left: 27px !important;
  }
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-e-content-inner {
  padding: 27px 26px 29px 26px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-e-content-inner:after,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-e-content-inner:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-e-content-inner:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  a {
  position: relative;
  z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-left-line {
  display: inline-block;
  width: 4px;
  height: 90%;
  background-color: #fff;
  position: absolute !important;
  left: -4px;
  bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-left-line:after,
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-left-line:before {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content
  .qodef-left-line:after {
  content: "";
  top: calc(-5px / 2);
  left: calc(-5px / 2);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-info
  > * {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content {
  -webkit-clip-path: inset(0 100% 0 -6px);
  clip-path: inset(0 100% 0 -6px);
  transition: -webkit-clip-path 0.72s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transition: clip-path 0.72s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transition: clip-path 0.72s cubic-bezier(0.44, 1.1, 0.53, 0.99),
    -webkit-clip-path 0.72s cubic-bezier(0.44, 1.1, 0.53, 0.99);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content
  .qodef-left-line {
  transition: transform 0.5s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e-content
  .qodef-e-content-inner {
  opacity: 0;
  transition: opacity 1s;
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content {
  -webkit-clip-path: inset(0 0 0 -6px);
  clip-path: inset(0 0 0 -6px);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content
  .qodef-left-line {
  transform: scaleY(1);
}
.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in
  .qodef-e:hover
  .qodef-e-content
  .qodef-e-content-inner {
  opacity: 1;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-media {
  height: 100%;
  width: 100%;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 20px 40px 35px;
  background-color: rgba(255, 255, 255, 0.12);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-content
  a {
  position: relative;
  z-index: 3;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-title
  a {
  color: inherit;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-title
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-info
  > * {
  color: #fff;
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-info
  a:hover {
  color: var(--qode-main-color);
}
.qodef-portfolio-list.qodef-item-layout--info-on-image
  article
  .qodef-e-post-link {
  z-index: 2;
}
.qodef-portfolio-project-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.qodef-portfolio-project-info .qodef-e-label {
  margin: 0 0 5px 0;
}
.qodef-portfolio-project-info a,
.qodef-portfolio-project-info p {
  margin: 0;
}
#qodef-portfolio-single-related-items {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 130px;
}
@media only screen and (max-width: 1024px) {
  #qodef-portfolio-single-related-items {
    margin-top: 90px;
  }
}
#qodef-portfolio-single-related-items .qodef-related-portfolio-title {
  margin-bottom: 39px;
}
#qodef-portfolio-single-related-items
  .qodef-portfolio-list.qodef-item-layout--info-on-hover
  article
  .qodef-e-content {
  left: 25px;
  bottom: 25px;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 768px) {
  #qodef-portfolio-single-related-items
    .qodef-portfolio-list.qodef-grid
    .qodef-grid-inner {
    --qode-columns: 1;
  }
}
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 85px 0 3px;
}
#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#qodef-single-portfolio-navigation .qodef-m-nav {
  position: relative;
  display: flex;
  align-items: center;
}
#qodef-single-portfolio-navigation .qodef-m-nav > * {
  display: block;
  line-height: inherit;
}
#qodef-single-portfolio-navigation .qodef-m-nav:hover {
  color: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  --qode-x: 3px;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.24, 0.06, 0, 0.91),
    color 0.2s ease-out;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover svg,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover svg {
  transform: translateX(var(--qode-x));
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev svg {
  --qode-x: -3px;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
  margin-right: 15px;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--prev
  .qodef-m-nav-icon
  path {
  fill: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
    margin-left: 0;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 15px;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--next
  .qodef-m-nav-icon
  path {
  fill: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  .qodef-m-nav-icon {
  font-size: 32px;
}
@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
  overflow: visible;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  svg
  path:nth-of-type(1),
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  svg
  path:nth-of-type(4),
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  svg
  path:nth-of-type(6) {
  fill: transparent;
  transition: fill 0.25s ease-in-out;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  svg
  path:nth-of-type(6) {
  transition-delay: 0.07s;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link
  svg
  path:nth-of-type(4) {
  transition-delay: 0.14s;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link svg {
  color: #fff;
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
  color: #fff;
}
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(1),
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(4),
#qodef-single-portfolio-navigation
  .qodef-m-nav.qodef--back-link:hover
  svg
  path:nth-of-type(6) {
  fill: currentColor;
}
#qodef-single-portfolio-navigation .qodef-m-nav-icon {
  font-size: 30px;
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 40px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-big
  .qodef-media
  .qodef-grid-item:last-child {
  margin-bottom: 0;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item {
  display: block;
  margin-bottom: 40px;
  float: none;
}
.qodef-portfolio-single.qodef-layout--images-small
  .qodef-media
  .qodef-grid-item:last-child {
  margin-bottom: 0;
}
.qodef-team-list .qodef-e-role {
  margin: 0;
}
.qodef-team-list .qodef-e-title {
  margin: 37px 0 0;
}
.qodef-team-list .qodef-social-icons {
  margin: 0;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner {
  position: relative;
  padding: 20px 20px 35px 20px;
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:after,
.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-inner .qodef-e-image {
  position: relative;
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-inner
  .qodef-e-image
  .qodef-social-icon {
  position: absolute !important;
  right: 0;
  top: 0;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
  background: transparent linear-gradient(206deg, #2949f9 0, #15257d66 100%) 0 0
    no-repeat;
  padding: 0 15px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: 0.72s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  overflow: hidden;
  max-height: 0;
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-inner
  .qodef-e-image
  .qodef-social-icon:after,
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-inner
  .qodef-e-image
  .qodef-social-icon:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-inner
  .qodef-e-image
  .qodef-social-icon:after {
  content: "";
  bottom: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-team-list.qodef-item-layout--info-below
  .qodef-e-inner
  .qodef-e-image:hover
  .qodef-social-icon {
  max-height: 94px;
  padding: 11px 15px 15px;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content {
  margin: 14px 0 0;
}
.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-role {
  display: inline-block;
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
}
.qodef-team-list.qodef-item-layout--info-on-hover
  .qodef-e-inner:hover
  .qodef-e-content {
  opacity: 1;
  z-index: 1;
}
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: -1;
}
.qodef-testimonials-list .qodef-e-inner {
  padding: 25px 25px 37px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid #3e3d3d;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
  clip-path: polygon(
    0 0,
    calc(100% - 24px) 0,
    100% 24px,
    100% 100%,
    24px 100%,
    0 calc(100% - 24px)
  );
}
.qodef-testimonials-list .qodef-e-inner:after,
.qodef-testimonials-list .qodef-e-inner:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-testimonials-list .qodef-e-inner:before {
  content: "";
  bottom: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-testimonials-list .qodef-e-inner:after {
  content: "";
  top: calc(-24px / 2);
  right: calc(-24px / 2);
}
@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-inner {
    padding: 25px 20px 37px;
  }
}
.qodef-testimonials-list .qodef-e-content-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-content-top {
    gap: 20px;
  }
}
.qodef-testimonials-list .qodef-e-content-top .qodef-e-quote-top {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: transparent linear-gradient(233deg, #3b52d5fc 0, #1616168a 100%) 0
    0;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .qodef-testimonials-list .qodef-e-content-top .qodef-e-quote-top {
    top: -15px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-testimonials-list .qodef-e-content-top .qodef-e-quote-top {
    top: 0;
  }
}
.qodef-testimonials-list .qodef-e-content-top .qodef-e-quote-top svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.qodef-testimonials-list .qodef-e-content {
  border-top: 1px solid #707070;
  padding-top: 20px;
}
.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  max-width: 130px;
}
@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-media-image {
    max-width: 100px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-testimonials-list .qodef-e-media-image {
    max-width: 120px;
  }
}
.qodef-testimonials-list .qodef-e-media-image img {
  width: auto;
}
.qodef-testimonials-list .qodef-e-title {
  margin: 0 0 25px;
}
.qodef-testimonials-list .qodef-e-text {
  margin: 0 0 25px;
  color: #d5d5d5;
  font-size: 15px;
}
.qodef-testimonials-list .qodef-e-author {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
  font-family: Oxanium, cursive;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
    font-size: 17px;
  }
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
  position: relative;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  color: #d5d5d5;
  text-transform: none;
}
.qodef-testimonials-list .swiper-pagination-bullets {
  text-align: left;
  bottom: 0 !important;
}
.qodef-testimonials-list
  .swiper-pagination-bullets
  .swiper-pagination-bullet:before {
  background-color: var(--qode-main-color);
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author,
.qodef-testimonials-list.qodef-skin--light .qodef-e-text,
.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
  color: #fff;
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
  background-color: #fff;
}
.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: #fff;
}
.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
  color: #fff;
}
.qodef-review-rating
  .qodef-comments-ratings
  .qodef-m-star.qodef--initial
  svg
  path:first-child {
  display: none;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 0.1em;
  width: 18px;
  height: auto;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.qodef-review-rating .qodef-comments-ratings .qodef-m-star.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 70px;
}
.qodef-search-cover-form .qodef-m-form-field {
  padding: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--qode-main-color);
  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;
}
.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-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: #fff;
  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: #fff;
  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: #d5d5d5;
  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: #fff;
}
.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 > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.qodef-search-opener.qodef-source--icon-pack {
  font-size: 23px;
}
.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: 15px 0 0;
  padding: 31px 40px 28px 33px;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border: 1px solid #3e3d3d;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 14px, 14px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 14px, 14px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:after {
  content: "";
  top: calc(-14px / 2);
  left: calc(-14px / 2);
}
.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: relative;
  flex-shrink: 0;
  width: 20px;
  height: 18px;
  line-height: 1;
  text-align: center;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
  width: 26px;
  height: 22px;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span
  svg {
  width: 26px;
  height: 22px;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  border-bottom-color: transparent;
  padding-bottom: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: #fff;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--minus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--minus {
  opacity: 1;
}
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-active
  .qodef-accordion-mark
  span.qodef-icon--plus,
.qodef-accordion.qodef-layout--simple
  .qodef-accordion-title.ui-state-hover
  .qodef-accordion-mark
  span.qodef-icon--plus {
  opacity: 0;
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  padding: 11px 33px 32px;
  margin: 0;
  border: 1px solid #3e3d3d;
  border-top: 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%
  );
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content:after,
.qodef-accordion.qodef-layout--simple .qodef-accordion-content:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content:after {
  content: "";
  bottom: calc(-14px / 2);
  right: calc(-14px / 2);
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
  margin: 0;
}
.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-subtitle {
  font-family: Oxanium, cursive;
  margin: 0;
  opacity: 0.5;
  letter-spacing: 0;
}
.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-layout--link-button .qodef-m-content-inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 35px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
  margin: 10px 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-text {
  margin: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-button {
  margin: 10px 0 0;
}
.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: Sora, sans-serif;
  font-size: 15px;
  line-height: 1.66667em;
  font-weight: 500;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 0;
  outline: 0;
  transition: all 0.2s ease-out;
  padding: 14px 30px;
}
.qodef-button.qodef-size--small {
  padding: 13px 27px;
}
.qodef-button.qodef-size--large {
  padding: 16px 31px;
}
.qodef-button.qodef-size--full {
  width: 100%;
  padding: 14px 27px;
  justify-content: center;
  text-align: center;
}
.qodef-button.qodef-layout--filled {
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
}
.qodef-button.qodef-layout--filled.qodef-html--link {
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
  border: 1px solid #9f9f9f;
  position: relative;
  overflow: hidden;
  background-position: 0 100%;
  -webkit-backdrop-filter: blur(31px);
  backdrop-filter: blur(31px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  clip-path: polygon(
    14px 0,
    100% 0,
    100% calc(100% - 14px),
    calc(100% - 14px) 100%,
    0 100%,
    0 14px
  );
  transition: color 0.25s ease-out, background-color 0.25s ease-out,
    border-color 0.25s ease-out, background-position 1s ease;
  background-image: linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color) 66%,
      #ffffff00 90%
    ),
    linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color-2) 66%,
      #ffffff00 90%
    );
  background-size: 300% 100%, 300% 100%;
  background-position: 136% 100%, 8% 100%;
}
.qodef-button.qodef-layout--filled.qodef-html--link:after,
.qodef-button.qodef-layout--filled.qodef-html--link:before {
  position: absolute;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-button.qodef-layout--filled.qodef-html--link:before {
  content: "";
  top: calc(-14px / 2);
  left: calc(-14px / 2);
}
.qodef-button.qodef-layout--filled.qodef-html--link:after {
  content: "";
  bottom: calc(-14px / 2);
  right: calc(-14px / 2);
}
.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: inherit;
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  border-color: #fff;
  background-position: 41% 100%, 132% 100%;
}
.qodef-button.qodef-layout--textual {
  padding: 0 !important;
  color: #fff;
  background-color: transparent;
  border: 0;
}
.qodef-button.qodef-layout--textual .qodef-m-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  font-family: initial;
  font-size: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: background-position 0.8s cubic-bezier(0.24, 0.06, 0, 0.91);
  --qode-color-1: rgba(255, 255, 255, 0.14);
  --qode-color-2: rgba(255, 255, 255, 0.07);
  --qode-color-3: var(--qode-main-color);
  background: linear-gradient(
    222deg,
    var(--qode-color-3) 0,
    var(--qode-color-2) 42%,
    var(--qode-color-1) 62%,
    var(--qode-color-1) 100%
  );
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 0 0;
}
.qodef-button.qodef-layout--textual:hover .qodef-m-icon {
  background-position: 100% 100%;
}
.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-cards-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px 0;
}
.qodef-cards-gallery .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-cards-gallery img {
  position: relative;
  display: block;
  box-shadow: 3px 3px 15px 0 rgba(255, 255, 255, 0.5);
}
.qodef-cards-gallery .qodef-m-fake-card {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card {
  position: absolute;
  transition: all 0.15s ease;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings {
  transition: all 0.6s cubic-bezier(0, 0, 0, 1);
  pointer-events: none;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
  left: 0;
  will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
  transform: translateX(-100%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
  transform: scale(0.5) translateX(80%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
  transform: scale(0.6) translateX(54%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
  transform: scale(0.7) translateX(35%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
  transform: scale(0.8) translateX(21%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
  transform: scale(0.9) translateX(9.2%);
}
.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--left
  .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-left: 10px !important;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
  right: 0;
  will-change: transform;
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
  transform: translateX(100%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6) {
  transform: scale(0.5) translateX(-80%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5) {
  transform: scale(0.6) translateX(-54%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4) {
  transform: scale(0.7) translateX(-35%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3) {
  transform: scale(0.8) translateX(-21%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2) {
  transform: scale(0.9) translateX(-9.2%);
}
.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type) {
  cursor: pointer;
}
.qodef-cards-gallery.qodef-orientation--right
  .qodef-m-card:not(:last-of-type):not(.active):hover {
  margin-right: 10px !important;
}
.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img {
  visibility: hidden;
}
@keyframes qodefCardAppearFromRight {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  30% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  img {
  animation: qodefCardAppearFromRight 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(1)
  img:not(.qodef-animation-done) {
  animation-delay: 0.2s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(2)
  img:not(.qodef-animation-done) {
  animation-delay: 0.4s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(3)
  img:not(.qodef-animation-done) {
  animation-delay: 0.6s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(4)
  img:not(.qodef-animation-done) {
  animation-delay: 0.8s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(5)
  img:not(.qodef-animation-done) {
  animation-delay: 1s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(6)
  img:not(.qodef-animation-done) {
  animation-delay: 1.2s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(7)
  img:not(.qodef-animation-done) {
  animation-delay: 1.4s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared
  .qodef-m-card:nth-child(8)
  img:not(.qodef-animation-done) {
  animation-delay: 1.6s;
}
@keyframes qodefCardAppearFromLeft {
  0% {
    visibility: visible;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  30% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  img {
  animation: qodefCardAppearFromLeft 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(1)
  img:not(.qodef-animation-done) {
  animation-delay: 0.2s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(2)
  img:not(.qodef-animation-done) {
  animation-delay: 0.4s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(3)
  img:not(.qodef-animation-done) {
  animation-delay: 0.6s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(4)
  img:not(.qodef-animation-done) {
  animation-delay: 0.8s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(5)
  img:not(.qodef-animation-done) {
  animation-delay: 1s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(6)
  img:not(.qodef-animation-done) {
  animation-delay: 1.2s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(7)
  img:not(.qodef-animation-done) {
  animation-delay: 1.4s;
}
.no-touchevents
  .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared
  .qodef-m-card:nth-child(8)
  img:not(.qodef-animation-done) {
  animation-delay: 1.6s;
}
.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: Oxanium, cursive;
  font-size: 98px;
  line-height: 1em;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 70px;
  }
}
.qodef-countdown.qodef-layout--simple .qodef-label {
  font-family: Oxanium, cursive;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-top: 12px;
}
.qodef-counter.qodef-layout--simple {
  text-align: center;
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: Oxanium, cursive;
  font-size: 98px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 680px) {
  .qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-size: 70px;
  }
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
  margin: 12px 0 0 0;
  font-family: Oxanium, cursive;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
  margin: 0;
}
.widget.widget_exon_core_custom_font {
  margin-bottom: 0 !important;
}
.qodef-custom-font {
  position: relative;
  margin: 0;
}
.qodef-dropcaps {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-dropcaps .qodef-m-letter {
  position: relative;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  margin: 0 10px 5px 0;
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 50px;
  line-height: 1.1em;
}
@media only screen and (max-width: 1600px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 45px;
    line-height: 1.11111em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 42px;
    line-height: 1.19048em;
  }
}
.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 1.15625em;
  color: #fff;
  background-color: #fff;
}
@media only screen and (max-width: 1600px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 30px;
    line-height: 1.16667em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 29px;
    line-height: 1.2069em;
  }
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}
.qodef-frame-slider-holder {
  position: relative;
  margin-bottom: 106px;
}
.qodef-frame-slider-holder .qodef-frame-slider-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 100;
}
.qodef-frame-slider-holder .qodef-frame-slider-image img {
  width: 100%;
}
.qodef-frame-slider-holder .qodef-m-swiper {
  overflow: hidden;
}
.qodef-frame-slider-holder .qodef-m-item {
  height: 0;
  width: 0;
  margin: 0 5%;
  padding-left: 50%;
  padding-top: calc(50% * 563 / 829);
}
.qodef-frame-slider-holder .qodef-m-item img {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 4%;
  border-top-right-radius: 4%;
  object-fit: cover;
}
.qodef-frame-slider-holder .swiper-pagination-bullets {
  bottom: -106px !important;
}
.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: #fff;
}
.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: 15px;
}
.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_exon_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_exon_core_icon_list_item {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_exon_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-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}
.qodef-icon-holder.qodef-predefined-hover--yes {
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qodef-icon-holder.qodef-predefined-hover--yes a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.qodef-icon-holder.qodef-predefined-hover--yes a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(222deg, #2949f9 0, #2949f900 100%);
  border-radius: inherit;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.25s ease-in-out,
    transform 0.5s cubic-bezier(0.24, 0.06, 0, 0.91);
}
.qodef-icon-holder.qodef-predefined-hover--yes a span {
  position: relative;
  z-index: 2;
}
.qodef-icon-holder.qodef-predefined-hover--yes a:hover {
  cursor: pointer;
}
.qodef-icon-holder.qodef-predefined-hover--yes a:hover:before {
  opacity: 1;
  transform: scale(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: #fff;
}
.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_exon_core_icon {
  display: inline-block;
  line-height: 1;
}
#qodef-page-sidebar .widget.widget_exon_core_icon {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_exon_core_icon {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_exon_core_icon {
  margin-bottom: 0;
}
.qodef-image-gallery.qodef-enable-border-hover--yes
  .qodef-image-wrapper:hover
  .qodef-cut-1,
.qodef-image-gallery.qodef-enable-border-hover--yes
  .qodef-image-wrapper:hover
  .qodef-cut-2,
.qodef-image-gallery.qodef-enable-border-hover--yes
  .qodef-image-wrapper:hover
  .qodef-cut-3,
.qodef-image-gallery.qodef-enable-border-hover--yes
  .qodef-image-wrapper:hover
  .qodef-cut-4 {
  opacity: 1;
}
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-1,
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-2,
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-3,
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-4 {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-1 {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-2 {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-3 {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.qodef-image-gallery.qodef-enable-border-hover--yes .qodef-cut-4 {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.qodef-image-gallery .qodef-image-wrapper {
  overflow: hidden;
}
.qodef-image-gallery .qodef-image-wrapper.swiper-slide img {
  border: 1px solid #3e3d3d;
}
.qodef-image-gallery .qodef-image-wrapper .qodef-img-wrapper {
  display: block;
  position: absolute;
  left: 16%;
  bottom: -27%;
  width: 70%;
  transition: all 0.45s ease-in-out;
  padding-left: 5px;
}
.qodef-image-gallery .qodef-image-wrapper .qodef-img-wrapper .qodef-left-line {
  display: inline-block;
  width: 4px;
  height: 90%;
  background-color: #fff;
  position: absolute !important;
  left: 0;
  bottom: 0;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-left-line:after,
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-left-line:before {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-left-line:after {
  content: "";
  top: calc(-5px / 2);
  left: calc(-5px / 2);
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text {
  padding: 27px 75px 34px 22px;
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text:after,
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text
  .qodef-img-captions {
  font-family: Oxanium, cursive;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.qodef-image-gallery
  .qodef-image-wrapper
  .qodef-img-wrapper
  .qodef-img-info-text
  .qodef-img-description {
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.qodef-image-gallery .qodef-image-wrapper:hover a {
  color: currentColor !important;
}
.qodef-image-gallery .qodef-image-wrapper:hover .qodef-img-wrapper {
  bottom: 8%;
}
.qodef-image-gallery.qodef-enable-border--yes .qodef-image-wrapper img {
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
}
.qodef-image-gallery.qodef-enable-border--yes .qodef-image-wrapper img:after,
.qodef-image-gallery.qodef-enable-border--yes .qodef-image-wrapper img:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-image-gallery.qodef-enable-border--yes .qodef-image-wrapper img:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-image-gallery.qodef-enable-border--yes .qodef-image-wrapper img:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.qodef-image-marquee {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-marquee .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 auto;
  overflow: hidden;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile {
  display: none;
}
.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image {
  background-size: cover !important;
}
.qodef-image-marquee .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.qodef-image-marquee .qodef-m-image.qodef-image--copy {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
}
.qodef-image-marquee .qodef-m-image a {
  position: relative;
  display: block;
}
@keyframes qode-move-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes qode-move-marquee-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.qodef-image-with-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-image-inner-holder {
  position: relative;
  overflow: hidden;
  border: 1px solid #3e3d3d;
}
.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-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-image-with-text .qodef-m-video a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-image-with-text .qodef-m-title {
  position: relative;
  margin: 18px 0 0;
  white-space: normal;
  overflow: hidden;
  transition: padding 0.2s ease-out;
}
.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-image
  a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.qodef-image-with-text.qodef-image-action--scrolling-image
  .qodef-m-image-inner-holder
  .qodef-m-iwt-frame {
  vertical-align: middle;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical
  .qodef-m-image
  img {
  width: 100%;
}
.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal
  .qodef-m-image
  img {
  max-width: unset;
  height: 100%;
  width: auto;
}
.qodef-image-with-text.qodef--has-appear .qodef-m-content,
.qodef-image-with-text.qodef--has-appear .qodef-m-image-inner-holder {
  --qode-x: 0px;
  --qode-y: 120px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.35s ease-out,
    transform 0.42s cubic-bezier(0.25, 0.03, 0, 1.02);
  transition: opacity 0.5s ease-out,
    transform 0.8s cubic-bezier(0.25, 0.03, 0, 1.02);
}
.qodef-image-with-text.qodef--has-appear.qodef--appeared .qodef-m-content,
.qodef-image-with-text.qodef--has-appear.qodef--appeared
  .qodef-m-image-inner-holder {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.elementor-element.e-con:nth-of-type(even)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared
  .qodef-m-content,
.elementor-element.e-con:nth-of-type(even)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared
  .qodef-m-image-inner-holder {
  transition-delay: 0.2s, 0.2s;
}
.elementor-element.e-con:nth-of-type(even)
  .elementor-element.e-con:nth-of-type(even)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared
  .qodef-m-content,
.elementor-element.e-con:nth-of-type(even)
  .elementor-element.e-con:nth-of-type(even)
  .qodef-image-with-text.qodef--has-appear.qodef--appeared
  .qodef-m-image-inner-holder {
  transition-delay: 0.4s, 0.4s;
}
.qodef-image-with-text.qodef--has-hover .qodef-m-image-inner-holder {
  overflow: visible;
}
.qodef-image-with-text.qodef--has-hover .qodef-cut-1,
.qodef-image-with-text.qodef--has-hover .qodef-cut-2,
.qodef-image-with-text.qodef--has-hover .qodef-cut-3,
.qodef-image-with-text.qodef--has-hover .qodef-cut-4 {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 3;
  --qode-x: 8px;
  --qode-y: 8px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.25s ease-out,
    transform 0.32s cubic-bezier(0.25, 0.03, 0.11, 1.11);
}
.qodef-image-with-text.qodef--has-hover .qodef-cut-1 {
  top: 0;
  left: -1px;
  border-width: 1px 0 0 1px;
  --qode-x: -8px;
  --qode-y: -8px;
}
.qodef-image-with-text.qodef--has-hover .qodef-cut-2 {
  top: 0;
  right: -1px;
  border-width: 1px 1px 0 0;
  --qode-x: 8px;
  --qode-y: -8px;
}
.qodef-image-with-text.qodef--has-hover .qodef-cut-3 {
  bottom: 0;
  right: -1px;
  border-width: 0 1px 1px 0;
  --qode-x: 8px;
  --qode-y: 8px;
}
.qodef-image-with-text.qodef--has-hover .qodef-cut-4 {
  bottom: -1px;
  left: -1px;
  border-width: 0 0 1px 1px;
  --qode-x: -8px;
  --qode-y: 8px;
}
.qodef-image-with-text.qodef--has-hover:hover .qodef-cut-1,
.qodef-image-with-text.qodef--has-hover:hover .qodef-cut-2,
.qodef-image-with-text.qodef--has-hover:hover .qodef-cut-3,
.qodef-image-with-text.qodef--has-hover:hover .qodef-cut-4 {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.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 18px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-text {
  margin: 0;
}
.qodef-info-section.qodef-layout--background-text .qodef-button {
  margin-top: 6px;
}
.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
  position: absolute;
  display: inline-block;
  color: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-weight: 700;
  font-size: 250px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left
  .qodef-m-background-text {
  top: 0;
  left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right
  .qodef-m-background-text {
  top: 0;
  right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left
  .qodef-m-background-text {
  bottom: 0;
  left: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right
  .qodef-m-background-text {
  bottom: 0;
  right: -20px;
}
.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center
  .qodef-m-background-text {
  font-size: 450px;
  top: 34px;
  left: 0;
  right: 0;
  text-align: center;
}
.qodef-interactive-link-showcase {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100vh;
  visibility: hidden;
}
@media (min-width: 2560px) {
  .qodef-interactive-link-showcase {
    height: 70vh;
  }
}
.admin-bar .qodef-interactive-link-showcase {
  height: calc(100vh - 32px);
}
.qodef-interactive-link-showcase .qodef-m-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0s 0.45s;
}
.qodef-interactive-link-showcase .qodef-m-image.qodef--active {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-interactive-link-showcase .qodef-m-image img {
  display: none;
}
.qodef-interactive-link-showcase .qodef-m-items {
  display: flex;
  align-items: center;
  z-index: 10;
}
.qodef-interactive-link-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0 6px 5px;
  margin: 13px 0;
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.1em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 45px;
    line-height: 1.11111em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase .qodef-m-item {
    font-size: 42px;
    line-height: 1.19048em;
  }
}
.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title {
  position: relative;
  display: block;
  z-index: 2;
}
.qodef-interactive-link-showcase .qodef-m-item.qodef--active {
  color: #fff;
  background-color: #fff;
}
.qodef-interactive-link-showcase.qodef--init {
  visibility: visible;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item {
  color: #fff;
}
.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active {
  color: #fff;
  background-color: #fff;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items {
  position: relative;
  flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
  padding: 20px 0;
  margin: 0;
  color: #fff;
  background-color: transparent;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list
  .qodef-m-item.qodef--active
  .qodef-e-follow-content {
  display: block;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title {
  display: block;
  z-index: -2;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list
  .qodef-e-follow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  display: none;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list
  .qodef-e-follow-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  z-index: -1;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list
  .qodef-e-follow-image
  img {
  position: relative;
  display: block;
  width: auto;
  max-width: 60vw;
}
.qodef-interactive-link-showcase.qodef-layout--interactive-list
  .qodef-e-follow-title {
  position: absolute;
  top: calc(50% + 20px);
  left: 0;
  display: block;
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.1em;
  white-space: nowrap;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list
    .qodef-e-follow-title {
    font-size: 45px;
    line-height: 1.11111em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-layout--interactive-list
    .qodef-e-follow-title {
    font-size: 42px;
    line-height: 1.19048em;
  }
}
.qodef-interactive-link-showcase.qodef-layout--list {
  padding: 150px 0;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images {
  position: relative;
  display: block;
  margin-left: auto;
  width: 62%;
  height: 100%;
  overflow: hidden;
}
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 38%;
  justify-content: center;
  flex-direction: column;
}
.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item {
  height: auto;
  margin: 0 5%;
}
.qodef-item-showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  visibility: hidden;
}
.qodef-item-showcase .qodef-m-image {
  position: relative;
  flex-shrink: 0;
  margin: 0 60px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-image img {
  display: block;
}
.qodef-item-showcase .qodef-m-items {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.qodef-item-showcase .qodef-m-items.qodef--left {
  text-align: right;
}
.qodef-item-showcase .qodef-m-items.qodef--right {
  text-align: left;
}
.qodef-item-showcase .qodef-m-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-item-showcase .qodef-m-item:first-child {
  margin-top: 0;
}
.qodef-item-showcase .qodef-m-item:nth-child(1) {
  transition-delay: 0.2s;
}
.qodef-item-showcase .qodef-m-item:nth-child(2) {
  transition-delay: 0.4s;
}
.qodef-item-showcase .qodef-m-item:nth-child(3) {
  transition-delay: 0.6s;
}
.qodef-item-showcase .qodef-m-item:nth-child(4) {
  transition-delay: 0.8s;
}
.qodef-item-showcase .qodef-m-item:nth-child(5) {
  transition-delay: 1s;
}
.qodef-item-showcase .qodef-m-item:nth-child(6) {
  transition-delay: 1.2s;
}
.qodef-item-showcase .qodef-e-title {
  margin: 0;
}
.qodef-item-showcase .qodef-e-title-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.qodef-item-showcase .qodef-e-title-link:hover {
  color: var(--qode-main-color);
}
.qodef-item-showcase .qodef-e-text {
  margin: 20px 0 0;
}
.qodef-item-showcase.qodef--init {
  visibility: visible;
}
.qodef-item-showcase.qodef--init .qodef-m-image {
  opacity: 1;
  transform: translateY(0);
}
.qodef-item-showcase.qodef--init .qodef-m-item {
  opacity: 1;
  transform: translateY(0);
}
.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: #fff;
}
.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: #fff;
  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%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1600px) {
  .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.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-enable-cut-border-shape--yes .qodef-m-title {
  margin: 0;
  position: relative;
  padding: 5px 50px;
}
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-1,
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-2,
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-3,
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-4 {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #fff;
  border-style: solid;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-1 {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-2 {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0;
}
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-3 {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.qodef-section-title.qodef-enable-cut-border-shape--yes .qodef-cut-4 {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px;
}
.qodef-section-title .qodef-m-title {
  margin: 0;
}
.qodef-section-title .qodef-m-text {
  margin: 13px 0 0;
  text-align: justify;
}
.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-section-title.qodef--has-appear .qodef-m-title {
  display: inline-block;
  position: relative;
  --qode-x: 10px;
  --qode-y: -5px;
  --qode-repeat-count: 1;
}
.qodef-section-title.qodef--has-appear .qodef-m-title .qodef--original {
  display: inline-block;
}
.qodef-section-title.qodef--has-appear .qodef-m-title .qodef--copy {
  position: absolute;
  left: 0;
  width: 100%;
  transform-origin: 50%;
  display: inline-block;
  translate: -17px 12px;
  filter: blur(3px);
}
.qodef-section-title.qodef--has-appear.qodef--appeared
  .qodef-m-title
  .qodef--original {
  animation: qode-glitch 0.8s var(--qode-repeat-count) linear alternate-reverse
    forwards;
}
.qodef-section-title.qodef--has-appear.qodef--appeared
  .qodef-m-title
  .qodef--copy {
  animation: qode-glitch-2 0.8s var(--qode-repeat-count) linear alternate
    forwards;
}
.qodef-section-title.qodef--has-appear.qodef--appeared
  .qodef-m-title
  .qodef--copy-2 {
  animation: qode-glitch 0.8s var(--qode-repeat-count) linear alternate forwards
    0.4;
}
.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}
.qodef-separator.qodef-separator-predefined--yes {
  width: 100%;
}
.qodef-separator.qodef-separator-predefined--yes .qodef-m-line-predefined {
  margin: 10px 0;
}
.qodef-separator.qodef-separator-predefined--yes .qodef-m-line-predefined svg {
  width: 100%;
}
.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid #393939;
}
.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: 1440px) {
  .qodef-separator.qodef-show-1440--yes {
    display: block;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-separator.qodef-show-1440--no {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-separator.qodef-show-1366--yes {
    display: block;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-separator.qodef-show-1366--no {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-separator.qodef-show-1280--yes {
    display: block;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-separator.qodef-show-1280--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: 768px) {
  .qodef-separator.qodef-show-768--yes {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-separator.qodef-show-768--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;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-separator.qodef-show-480--yes {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-separator.qodef-show-480--no {
    display: none;
  }
}
#qodef-page-sidebar .widget.widget_exon_core_separator {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_exon_core_separator {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_exon_core_separator {
  margin-bottom: 0;
}
.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--has-appear:not(.qodef--appear-from-mask) img {
  --qode-x: 0px;
  --qode-y: 70px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.35s ease-out,
    transform 0.42s cubic-bezier(0.25, 0.03, 0, 1.02);
  transition: opacity 0.5s ease-out,
    transform 0.8s cubic-bezier(0.25, 0.03, 0, 1.02);
}
.qodef-single-image.qodef--has-appear:not(
    .qodef--appear-from-mask
  ).qodef--appeared
  img {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-mask {
  overflow: hidden;
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-mask img {
  --qode-x: 0px;
  --qode-y: 110%;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition: opacity 0.35s ease-out,
    transform 0.42s cubic-bezier(0.25, 0.03, 0, 1.02);
  transition: opacity 0.5s ease-out,
    transform 0.8s cubic-bezier(0.25, 0.03, 0, 1.02);
  transition: opacity 0.35s ease-out,
    transform 1.2s cubic-bezier(0.65, 0.05, 0.14, 0.95);
}
.qodef-single-image.qodef--has-appear.qodef--appear-from-mask.qodef--appeared
  img {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.qodef-stacked-images .qodef-m-images {
  position: relative;
  display: inline-block;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) {
  position: absolute;
}
.qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
  max-width: initial;
}
@media only screen and (max-width: 1024px) {
  .qodef-stacked-images .qodef-m-images .qodef-m-image:not(:first-child) img {
    width: 50%;
  }
}
.qodef-stacked-images.qodef--has-appear .qodef-m-image {
  opacity: 0;
  transition: 0.35s opacity ease-out;
}
.qodef-stacked-images.qodef--has-appear.qodef--appeared .qodef-m-image {
  opacity: 1;
}
.qodef-stacked-images.qodef--has-appear.qodef--appeared
  .qodef-m-image:nth-of-type(2) {
  transition-delay: 0.2s;
}
.qodef-stream-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  visibility: hidden;
}
.qodef-stream-tabs.qodef--init {
  visibility: visible;
}
.qodef-stream-tabs .qodef-tabs-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-stream-tabs .qodef-stream-tabs-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-stream-tabs .qodef-stream-tabs-content p {
  margin: 0;
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: -35px;
  right: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 6px, 6px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 6px, 6px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation:after,
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation:before {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation:after {
  content: "";
  top: calc(-6px / 2);
  left: calc(-6px / 2);
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative !important;
    margin-bottom: 20px;
    top: 0;
  }
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation li {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation li a {
  font-family: Oxanium, cursive;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 45px 5px 18px;
  display: block;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation li a {
    padding: 8px 20px 8px 18px;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  li:last-child {
  margin-right: 0;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  li
  a:hover,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  li.active
  a,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  li.ui-state-active
  a,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  li.ui-state-hover
  a {
  color: currentColor;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation li {
    --qodef-gradient-color: var(--qode-main-color);
    --qodef-gradient-color-2: #2949f94d;
    width: 100%;
    text-align: center;
  }
  .qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-navigation li a {
    transition: color 0.25s ease-out, background-color 0.25s ease-out,
      border-color 0.25s ease-out, background-position 1s ease;
    background-image: linear-gradient(
        90deg,
        #ffffff00 33%,
        var(--qodef-gradient-color) 66%,
        #ffffff00 90%
      ),
      linear-gradient(
        90deg,
        #ffffff00 33%,
        var(--qodef-gradient-color-2) 66%,
        #ffffff00 90%
      );
    background-size: 300% 100%, 300% 100%;
    background-position: 136% 100%, 8% 100%;
  }
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-navigation
    li.qodef--active
    a,
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-navigation
    li.ui-state-active
    a,
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-navigation
    li.ui-state-hover
    a {
    background-position: 41% 100%, 132% 100%;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  .qodef--tab-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
  background: linear-gradient(90deg, #2949f9 0, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    var(--qode-main-color) 20%,
    rgba(0, 0, 0, 0) 85%
  );
  pointer-events: none;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-navigation
  .qodef--tab-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  translate: -23% -37%;
  background-image: radial-gradient(
    var(--qode-main-color) 0,
    var(--qode-main-color) 20%,
    #43e0 50%
  );
  height: 320%;
  aspect-ratio: 1;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical
  .qodef-stream-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #393939;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li {
  width: 100%;
  margin-bottom: 26px;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li:last-child {
  margin-bottom: 0;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li
  a {
  display: inline-block;
  width: auto;
}
.qodef-stream-tabs.qodef-layout--minimal.qodef-orientation--vertical
  .qodef-stream-tabs-content {
  margin-top: 0;
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  transition: opacity 0.35s;
  opacity: 0;
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content:after,
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
.qodef-stream-tabs.qodef-layout--minimal .qodef-stream-tabs-content img {
  width: 100%;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content[aria-hidden="false"] {
  opacity: 1;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content[aria-hidden="false"]
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear.qodef--appeared
  .qodef-left-line {
  transform: scaleY(1);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content[aria-hidden="false"]
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear.qodef--appeared
  .qodef-stream-tabs-content-bottom {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  ) !important;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  ) !important;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content[aria-hidden="false"]
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear.qodef--appeared
  .qodef-m-stream-subtitle,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content[aria-hidden="false"]
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear.qodef--appeared
  .qodef-m-stream-title {
  opacity: 1;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper {
  position: absolute !important;
  display: block;
  margin: 0;
  bottom: 30px;
  left: 35px;
  max-width: 413px;
  padding-left: 5px;
}
@media only screen and (max-width: 1024px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom-wrapper {
    bottom: 27px;
    left: 27px;
    max-width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom-wrapper {
    bottom: 17px;
    left: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom-wrapper {
    display: none;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #656565;
  padding: 29px 30px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%
  );
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom:after,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
@media only screen and (max-width: 768px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom-wrapper
    .qodef-stream-tabs-content-bottom {
    padding: 21px 17px;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom
  .qodef-m-stream-subtitle {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 13px;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-stream-tabs-content-bottom
  .qodef-m-stream-title {
  margin: 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom-wrapper
    .qodef-stream-tabs-content-bottom
    .qodef-m-stream-title {
    font-size: 18px;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-left-line {
  display: inline-block;
  width: 4px;
  height: 85%;
  background-color: #fff;
  position: absolute !important;
  left: 1px;
  bottom: 8px;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 5px, 5px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-left-line:after,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-left-line:before {
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper
  .qodef-left-line:after {
  content: "";
  top: calc(-5px / 2);
  left: calc(-5px / 2);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear
  .qodef-left-line {
  transition: transform 1s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear
  .qodef-stream-tabs-content-bottom {
  --q-0: 0%;
  -webkit-clip-path: polygon(
    0 0,
    0 0,
    0 calc(100% - 12px),
    calc(var(--q-0) - 12px) 100%,
    0 100%
  ) !important;
  clip-path: polygon(
    0 0,
    0 0,
    0 calc(100% - 12px),
    calc(var(--q-0) - 12px) 100%,
    0 100%
  ) !important;
  transition: -webkit-clip-path 1s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transition: clip-path 1s cubic-bezier(0.44, 1.1, 0.53, 0.99);
  transition: clip-path 1s cubic-bezier(0.44, 1.1, 0.53, 0.99),
    -webkit-clip-path 1s cubic-bezier(0.44, 1.1, 0.53, 0.99);
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear
  .qodef-m-stream-subtitle,
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom-wrapper.qodef--has-appear
  .qodef-m-stream-title {
  opacity: 0;
  transition: opacity 1s;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .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: #fff;
  font-size: 106px;
  line-height: 1;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-position 0.8s cubic-bezier(0.24, 0.06, 0, 0.91);
  --qode-color-1: rgba(255, 255, 255, 0.09);
  --qode-color-2: #2949f91f;
  --qode-color-3: var(--qode-main-color);
  background: linear-gradient(
    222deg,
    var(--qode-color-3) 0,
    var(--qode-color-2) 42%,
    var(--qode-color-1) 62%,
    var(--qode-color-1) 100%
  );
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 0 0;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner:hover {
  background-position: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-m-play
    .qodef-m-play-inner {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-m-play
    .qodef-m-play-inner {
    position: absolute;
    right: 3%;
    bottom: 9%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--minimal
    .qodef-stream-tabs-content
    .qodef-m-play
    .qodef-m-play-inner {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
  }
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner
  .qodef-svg--play {
  margin-left: 10px;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-m-play
  span {
  display: block;
  line-height: inherit;
}
.qodef-stream-tabs.qodef-layout--minimal
  .qodef-stream-tabs-content
  .qodef-m-play
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: -35px;
  right: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(0 6px, 6px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 6px, 6px 0, 100% 0, 100% 100%, 0 100%);
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation:after,
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation:before {
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation:after {
  content: "";
  top: calc(-6px / 2);
  left: calc(-6px / 2);
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative !important;
    margin-bottom: 20px;
    top: 0;
  }
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation li {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation li a {
  font-family: Oxanium, cursive;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 45px 5px 18px;
  display: block;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation li a {
    padding: 8px 20px 8px 18px;
  }
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  li:last-child {
  margin-right: 0;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  li
  a:hover,
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  li.active
  a,
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  li.ui-state-active
  a,
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  li.ui-state-hover
  a {
  color: currentColor;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation li {
    --qodef-gradient-color: var(--qode-main-color);
    --qodef-gradient-color-2: #2949f94d;
    width: 100%;
    text-align: center;
  }
  .qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-navigation li a {
    transition: color 0.25s ease-out, background-color 0.25s ease-out,
      border-color 0.25s ease-out, background-position 1s ease;
    background-image: linear-gradient(
        90deg,
        #ffffff00 33%,
        var(--qodef-gradient-color) 66%,
        #ffffff00 90%
      ),
      linear-gradient(
        90deg,
        #ffffff00 33%,
        var(--qodef-gradient-color-2) 66%,
        #ffffff00 90%
      );
    background-size: 300% 100%, 300% 100%;
    background-position: 136% 100%, 8% 100%;
  }
  .qodef-stream-tabs.qodef-layout--simple
    .qodef-stream-tabs-navigation
    li.qodef--active
    a,
  .qodef-stream-tabs.qodef-layout--simple
    .qodef-stream-tabs-navigation
    li.ui-state-active
    a,
  .qodef-stream-tabs.qodef-layout--simple
    .qodef-stream-tabs-navigation
    li.ui-state-hover
    a {
    background-position: 41% 100%, 132% 100%;
  }
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  .qodef--tab-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 100%;
  transition: width 0.4s, left 0.6s cubic-bezier(0.25, 0.1, 0.11, 0.99);
  background: linear-gradient(90deg, #2949f9 0, rgba(0, 0, 0, 0) 85%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0,
    var(--qode-main-color) 20%,
    rgba(0, 0, 0, 0) 85%
  );
  pointer-events: none;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-navigation
  .qodef--tab-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  translate: -23% -37%;
  background-image: radial-gradient(
    var(--qode-main-color) 0,
    var(--qode-main-color) 20%,
    #43e0 50%
  );
  height: 320%;
  aspect-ratio: 1;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-stream-tabs-navigation {
  flex-shrink: 0;
  display: block;
  padding-right: 26px;
  margin-right: 26px;
  border-right: 1px solid #393939;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li {
  width: 100%;
  margin-bottom: 26px;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li:last-child {
  margin-bottom: 0;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-stream-tabs-navigation
  li
  a {
  display: inline-block;
  width: auto;
}
.qodef-stream-tabs.qodef-layout--simple.qodef-orientation--vertical
  .qodef-stream-tabs-content {
  margin-top: 0;
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content {
  position: relative;
  margin: 0;
  padding: 47px 37px;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  border: 1px solid #3e3d3d;
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content:after,
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple .qodef-stream-tabs-content {
    padding: 27px;
  }
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-top {
  display: block;
  position: relative;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom {
  display: block;
  position: relative;
  margin-top: 38px;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple
    .qodef-stream-tabs-content
    .qodef-stream-tabs-content-bottom {
    margin-top: 17px;
  }
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom
  .qodef-m-stream-subtitle {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 13px;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-stream-tabs-content-bottom
  .qodef-m-stream-title {
  margin: 5px 0 0;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .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: #fff;
  font-size: 106px;
  line-height: 1;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-position 0.8s cubic-bezier(0.24, 0.06, 0, 0.91);
  --qode-color-1: rgba(41, 73, 249, 0);
  --qode-color-2: rgba(41, 73, 249, 0);
  --qode-color-3: var(--qode-main-color);
  background: linear-gradient(
    222deg,
    var(--qode-color-3) 0,
    var(--qode-color-2) 42%,
    var(--qode-color-1) 62%,
    var(--qode-color-1) 100%
  );
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 0 0;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner:hover {
  background-position: 88% 100%;
}
@media only screen and (max-width: 680px) {
  .qodef-stream-tabs.qodef-layout--simple
    .qodef-stream-tabs-content
    .qodef-m-play
    .qodef-m-play-inner {
    width: 70px;
    height: 70px;
  }
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-m-play
  .qodef-m-play-inner
  svg {
  margin-left: 10px;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-m-play
  span {
  display: block;
  line-height: inherit;
}
.qodef-stream-tabs.qodef-layout--simple
  .qodef-stream-tabs-content
  .qodef-m-play
  span:before {
  display: block;
  line-height: inherit;
}
.qodef-swapping-image-gallery {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}
.qodef-swapping-image-gallery .qodef-m-info {
  flex-grow: 1;
  flex-basis: 0;
}
.qodef-swapping-image-gallery .qodef-m-image-holder {
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
  box-shadow: 0 0 10.53px 2.47px rgba(2, 2, 2, 0.04);
}
.qodef-swapping-image-gallery .qodef-m-info {
  padding-top: 60px;
}
.qodef-swapping-image-gallery .qodef-m-headline {
  margin: 0 0 60px;
}
.qodef-swapping-image-gallery .qodef-m-title {
  margin: 0 0 24px;
}
.qodef-swapping-image-gallery .qodef-m-description {
  margin: 0;
}
.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .swiper-pagination-custom {
  width: auto;
}
.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail {
  font-size: 0;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.3s ease-out;
}
.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .qodef-m-thumbnail
  img {
  display: block;
}
.qodef-swapping-image-gallery
  .qodef-m-thumbnails-holder
  .qodef-m-thumbnail.qodef--active {
  opacity: 1;
}
.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
  padding-left: 120px;
}
.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
  padding-right: 120px;
}
.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 15px 0 0;
  padding: 0;
}
@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 0 15px 0;
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 1.26316em;
  padding: 13px 22px;
  display: block;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  --qodef-gradient-color: var(--qode-main-color);
  --qodef-gradient-color-2: #2949f94d;
  transition: color 0.25s ease-out, background-color 0.25s ease-out,
    border-color 0.25s ease-out, background-position 1.3s ease;
  background-image: linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color) 66%,
      #ffffff00 90%
    ),
    linear-gradient(
      90deg,
      #ffffff00 33%,
      var(--qodef-gradient-color-2) 66%,
      #ffffff00 90%
    );
  background-size: 300% 100%, 300% 100%;
  background-position: 136% 100%, 8% 100%;
}
@media only screen and (max-width: 1600px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-size: 18px;
    line-height: 1.27778em;
  }
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
.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-position: 41% 100%, 132% 100%;
}
@media only screen and (max-width: 680px) {
  .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 15px 0 !important;
    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 #393939;
}
.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: 12px 0 0;
  padding: 26px 22px 30px;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  clip-path: polygon(
    12px 0,
    100% 0,
    100% calc(100% - 12px),
    calc(100% - 12px) 100%,
    0 100%,
    0 12px
  );
  border: 1px solid #3e3d3d;
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content:after,
.qodef-tabs.qodef-layout--simple .qodef-tabs-content:before {
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content:before {
  content: "";
  top: calc(-12px / 2);
  left: calc(-12px / 2);
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-content:after {
  content: "";
  bottom: calc(-12px / 2);
  right: calc(-12px / 2);
}
@keyframes qode-text-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes qode-text-marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.qodef-text-marquee.qodef-enable-left-icon--yes .qodef-m-content {
  padding-top: 59px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee.qodef-enable-left-icon--yes .qodef-m-content {
    padding-top: 82px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee.qodef-enable-left-icon--yes .qodef-m-content span {
    top: -22px;
  }
}
.qodef-text-marquee.qodef-predefined-separator-yes .qodef-m-content {
  padding-top: 32px;
  padding-bottom: 42px;
}
@media only screen and (max-width: 1440px) {
  .qodef-text-marquee.qodef-predefined-separator-yes .qodef-m-content {
    padding-top: 12px;
    padding-bottom: 28px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee.qodef-predefined-separator-yes .qodef-m-content {
    padding-top: 22px;
    padding-bottom: 10px;
  }
}
.qodef-text-marquee .qodef-m-content {
  position: relative;
  display: flex;
  font-family: Oxanium, cursive;
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 89px;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 56px;
  padding-bottom: 41px;
  border-top: 1px solid #3e3d3d;
  border-bottom: 1px solid #3e3d3d;
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee .qodef-m-content {
    padding-bottom: 36px;
    padding-top: 40px;
  }
}
.qodef-text-marquee .qodef-m-content .qodef-m-content-left-box {
  width: 190px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-right: 1px solid #3e3d3d;
  border-left: 1px solid #3e3d3d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee .qodef-m-content .qodef-m-content-left-box {
    display: none;
  }
}
.qodef-text-marquee .qodef-m-content .qodef-m-content-left-box svg {
  fill: none;
}
.qodef-text-marquee .qodef-m-content span {
  text-stroke: 1px #4b4b4b;
  -webkit-text-stroke: 1px #4b4b4b;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 680px) {
  .qodef-text-marquee .qodef-m-content span {
    position: relative;
  }
}
.qodef-text-marquee .qodef-m-content .qodef-svg--marquee-separator {
  position: relative;
  top: 10px;
}
.qodef-text-marquee .qodef-m-content-inner {
  padding-right: 25px;
}
.qodef--init.qodef-direction--left.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-left var(--qode-marquee-duration, 25s) linear
    infinite;
}
.qodef--init.qodef-direction--right.qodef-text-marquee .qodef-m-content-inner {
  animation: qode-text-marquee-right var(--qode-marquee-duration, 25s) linear
    infinite;
}
.qodef-text-marquee .qodef-m-text-1 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-2 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-text-3 {
  color: var(--qode-main-color);
}
.qodef-text-marquee .qodef-m-separator {
  color: var(--qode-main-color);
  position: relative;
}
.qodef-vertical-split-slider--init {
  height: 100vh !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.admin-bar.qodef-vertical-split-slider--init {
  margin-top: 32px;
  height: calc(100vh - 32px) !important;
}
.qodef-vertical-split-slider--init .qodef-vertical-split-slider {
  visibility: visible;
}
.qodef-vertical-split-slider {
  height: 100vh;
  position: relative;
  visibility: hidden;
}
.admin-bar .qodef-vertical-split-slider {
  height: calc(100vh - 32px);
}
.qodef-vertical-split-slider .ms-right {
  right: 0 !important;
}
.qodef-vertical-split-slider .ms-tableCell {
  height: calc(100vh - (2 * 10%)) !important;
}
.admin-bar .qodef-vertical-split-slider .ms-tableCell {
  height: calc(100vh - (2 * 10%) - 32px) !important;
}
.qodef-vertical-split-slider + .qodef-vertical-split-slider-responsive {
  display: none;
}
.qodef-vertical-split-slider .qodef-m-slide-image,
.qodef-vertical-split-slider-responsive .qodef-m-slide-image {
  background-position: center;
  background-size: cover;
  position: relative;
}
.qodef-vertical-split-slider .qodef-m-slide-content,
.qodef-vertical-split-slider-responsive .qodef-m-slide-content {
  padding: 10% 24%;
  position: relative;
}
.qodef-vertical-split-slider
  .qodef-m-slide-content
  > div
  > :not(.qodef-m-image),
.qodef-vertical-split-slider-responsive
  .qodef-m-slide-content
  > div
  > :not(.qodef-m-image) {
  position: relative;
  z-index: 1;
}
.qodef-vertical-split-slider .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive .qodef-m-label-holder {
  bottom: 0;
  display: block;
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 200px;
}
.qodef-vertical-split-slider .qodef-m-label,
.qodef-vertical-split-slider-responsive .qodef-m-label {
  background-color: #161616;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 30px 80px 40px 40px;
  width: 100%;
}
.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-counter {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  line-height: 1.11905em;
}
@media only screen and (max-width: 1600px) {
  .qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
  .qodef-vertical-split-slider-responsive
    .qodef-m-label
    .qodef-m-label-counter {
    font-size: 38px;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-vertical-split-slider .qodef-m-label .qodef-m-label-counter,
  .qodef-vertical-split-slider-responsive
    .qodef-m-label
    .qodef-m-label-counter {
    font-size: 35px;
    line-height: 1.22857em;
  }
}
.qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
.qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1600px) {
  .qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
  .qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-vertical-split-slider .qodef-m-label .qodef-m-label-text,
  .qodef-vertical-split-slider-responsive .qodef-m-label .qodef-m-label-text {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.qodef-vertical-split-slider .qodef-m-image,
.qodef-vertical-split-slider-responsive .qodef-m-image {
  bottom: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: 0;
}
.qodef-vertical-split-slider .qodef-m-image img,
.qodef-vertical-split-slider-responsive .qodef-m-image img {
  height: 200px;
  object-fit: cover;
  width: 200px;
}
.qodef-vertical-split-slider
  .qodef-slide-layout--image-left
  .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive
  .qodef-slide-layout--image-left
  .qodef-m-label-holder {
  right: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-left .qodef-m-image,
.qodef-vertical-split-slider-responsive
  .qodef-slide-layout--image-left
  .qodef-m-image {
  left: 0;
}
.qodef-vertical-split-slider
  .qodef-slide-layout--image-right
  .qodef-m-label-holder,
.qodef-vertical-split-slider-responsive
  .qodef-slide-layout--image-right
  .qodef-m-label-holder {
  left: 0;
}
.qodef-vertical-split-slider .qodef-slide-layout--image-right .qodef-m-image,
.qodef-vertical-split-slider-responsive
  .qodef-slide-layout--image-right
  .qodef-m-image {
  right: 0;
}
#multiscroll-nav {
  display: none;
}
#multiscroll-nav li {
  height: 12px !important;
  margin: 32px 0 !important;
  width: 12px !important;
}
#multiscroll-nav li a span {
  background-color: #fff;
  border: none;
  height: 12px;
  left: 0;
  top: 0;
  width: 12px;
}
#multiscroll-nav li a.active span {
  background-color: var(--qode-main-color);
}
#multiscroll-nav.right {
  right: 34px !important;
}
.qodef-vertical-split-slider--init #multiscroll-nav {
  display: block;
}
.qodef-vertical-split-slider--init
  #multiscroll-nav.qodef-skin--light
  a:not(.active)
  span {
  background-color: #fff;
}
.qodef-vertical-split-slider--init
  #multiscroll-nav.qodef-skin--dark
  a:not(.active)
  span {
  background-color: #000;
}
.qodef-fullscreen-menu--opened #multiscroll-nav {
  z-index: 98;
}
html.elementor-html #multiscroll-nav {
  display: none !important;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-title,
.qodef-vertical-split-slider-responsive
  .qodef-content-layout--type-1
  .qodef-m-title {
  margin: 0 0 35px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-1 .qodef-m-text,
.qodef-vertical-split-slider-responsive
  .qodef-content-layout--type-1
  .qodef-m-text {
  margin: 0 0 50px 0;
}
.qodef-vertical-split-slider .qodef-content-layout--type-2 .qodef-m-title,
.qodef-vertical-split-slider-responsive
  .qodef-content-layout--type-2
  .qodef-m-title {
  margin: 0 0 35px 0;
}
.qodef-vertical-split-slider
  .qodef-content-layout--type-2
  .qodef-icon-list-item:first-of-type,
.qodef-vertical-split-slider-responsive
  .qodef-content-layout--type-2
  .qodef-icon-list-item:first-of-type {
  margin: 0 0 20px 0;
}
.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
  clip-path: polygon(
    24px 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%,
    0 24px
  );
}
.qodef-video-button:after,
.qodef-video-button:before {
  position: absolute;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: inherit;
  box-sizing: border-box;
  transform: scale(1.41) rotate(45deg);
}
.qodef-video-button:before {
  content: "";
  top: calc(-24px / 2);
  left: calc(-24px / 2);
}
.qodef-video-button:after {
  content: "";
  bottom: calc(-24px / 2);
  right: calc(-24px / 2);
}
.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: #fff;
  font-size: 106px;
  line-height: 1;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(44px);
  backdrop-filter: blur(44px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-position 0.8s cubic-bezier(0.24, 0.06, 0, 0.91);
  --qode-color-1: rgba(255, 255, 255, 0.09);
  --qode-color-2: #2949f91f;
  --qode-color-3: var(--qode-main-color);
  background: linear-gradient(
    222deg,
    var(--qode-color-3) 0,
    var(--qode-color-2) 42%,
    var(--qode-color-1) 62%,
    var(--qode-color-1) 100%
  );
  background-repeat: no-repeat;
  background-size: 300% 100%;
  background-position: 0 0;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover {
  background-position: 100% 100%;
}
.qodef-video-button .qodef-m-play .qodef-m-play-inner .qodef-svg--play {
  margin-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    position: absolute;
    right: 11%;
    bottom: 18%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-m-play-inner {
    position: relative;
    right: auto;
    bottom: auto;
    width: 70px;
    height: 70px;
  }
}
.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: 127px;
  right: -450px;
  width: 450px;
  height: calc(100% - 107px);
  min-height: 100%;
  padding: 120px 95px 35px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.qodef-side-area--opened #qodef-side-area {
  right: 77px;
  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 .qodef-single-image img {
  margin: auto;
}
#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: 98;
}
.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1600px) {
  .qodef-social-share .qodef-social-title {
    font-size: 24px;
    line-height: 1.20833em;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-social-share .qodef-social-title {
    font-size: 23px;
    line-height: 1.26087em;
  }
}
.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 {
  font-size: 20px;
}
.qodef-social-share li.qodef-facebook-share a:hover {
  color: #3b5998;
}
.qodef-social-share li.qodef-twitter-share a:hover {
  color: #00aced;
}
.qodef-social-share li.qodef-linkedin-share a:hover {
  color: #007bb5;
}
.qodef-social-share li.qodef-tumblr-share a:hover {
  color: #32506d;
}
.qodef-social-share li.qodef-pinterest-share a:hover {
  color: #cb2027;
}
.qodef-social-share li.qodef-vk-share a:hover {
  color: #45668e;
}
.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 #393939;
}
.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: #d5d5d5;
  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 li {
  margin-right: 15px;
}
.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: #fff;
  background-color: #161616;
}
#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 {
  --qode-bg-color: #161616;
}
#qodef-page-spinner.qodef-layout--predefined .qodef--gradient-stop-1 {
  stop-color: var(--qode-main-color);
}
#qodef-page-spinner.qodef-layout--predefined .qodef--gradient-stop-2 {
  stop-color: var(--qode-bg-color);
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3vw;
  position: relative;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-svg
  .qodef-svg--spinner-predefined-bg {
  display: block;
  position: absolute;
  transform-origin: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  overflow: visible;
  max-width: 85vw;
  width: 320px;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-svg
  .qodef-svg--spinner-predefined-bg
  .qodef-circle {
  animation: qode-rotate 7s infinite linear;
  transform-origin: center;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-svg
  .qodef-svg--spinner-predefined-icon {
  fill: currentColor;
  display: block;
  position: relative;
  z-index: 2;
  width: 86px;
}
#qodef-page-spinner.qodef-layout--predefined
  .qodef-m-spinner-svg
  .qodef-m-spinner-svg-inner {
  position: relative;
  display: block;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
  margin: 0;
  line-height: 1;
  text-align: right;
  position: relative;
  -webkit-clip-path: inset(0 -10em);
  clip-path: inset(0 -10em);
  padding-top: 20px;
}
#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number:after {
  content: "%";
}
#qodef-page-spinner.qodef-layout--predefined h5 {
  color: inherit;
}
#qodef-page-spinner.qodef-layout--predefined.qodef--finished
  .qodef-m-spinner-svg
  svg {
  animation-play-state: paused;
}
#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: Oxanium, cursive;
  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-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 78px;
}
@media only screen and (max-width: 1024px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 7%;
  }
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-size: 13px;
  color: #d5d5d5;
}
.qodef-page-title .qodef-breadcrumbs a span {
  transition: inherit;
}
.qodef-page-title .qodef-breadcrumbs a span:hover {
  color: #fff;
}
.qodef-page-title .qodef-breadcrumbs a:hover {
  color: #fff;
}
.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: 21px;
  display: inline-block;
}
.widget.qodef-author-info .qodef-author-info-name {
  margin: 0 0 21px;
}
.widget.qodef-author-info .qodef-author-info-description {
  margin: 0;
}
.widget .qodef-contact-info-widget {
  margin: 0;
}
#qodef-top-area .widget .qodef-contact-info-widget a {
  font-size: 16px;
}
.widget_exon_core_sticky_sidebar {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.widget_exon_core_svg_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}
.widget_exon_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center;
}
.widget_exon_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;
  overflow: visible;
}
.widget_exon_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.widget_exon_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_exon_core_svg_icon .qodef-svg-icon-widget:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color);
}
.widget_exon_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_exon_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
  color: var(--text-hover-color);
}
.widget_exon_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
}
.widget_exon_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_exon_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_exon_core_svg_icon .qodef-m-text {
  font-family: Oxanium, cursive;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 19px;
  line-height: 1.26316em;
}
@media only screen and (max-width: 1600px) {
  #qodef-page-header .widget_exon_core_svg_icon .qodef-m-text {
    font-size: 18px;
    line-height: 1.27778em;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-background-text .qodef-m-background-text {
    font-size: 135px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-background-text .qodef-m-background-text {
    display: none !important;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }
  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical-sliding #qodef-page-footer,
  .qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }
  .qodef-header--vertical #qodef-page-footer,
  .qodef-header--vertical #qodef-page-outer {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-top-area {
    display: none;
  }
}
@media (max-width: 1440px) {
  .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) {
  .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: 1024px) {
  .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: 768px) {
  .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: 680px) {
  .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: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1440px) and (min-width: 1367px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 768px) and (min-width: 681px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 680px) and (min-width: 481px) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 1;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 2;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 3;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 4;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 5;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 6;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 7;
  }
}
@media (max-width: 480px) and (min-width: 0) {
  .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns
    .ctf-tweets {
    --qode-columns: 8;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
    --qode-columns-row-gap: 40px;
  }
  .qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
    --qode-columns-col-gap: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1440, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1440, 30px);
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-1024, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-1024, 30px);
  }
}
@media only screen and (max-width: 680px) {
  .qodef-twitter-list.qodef-vertical-gutter--custom .ctf-tweets {
    --qode-columns-row-gap: var(--qode-vertical-gutter-custom-680, 30px);
  }
  .qodef-twitter-list.qodef-gutter--custom .ctf-tweets {
    --qode-columns-col-gap: var(--qode-gutter-custom-680, 30px);
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .qodef-woo-single-image {
    max-height: 30vh;
  }
}
@media only screen and (max-width: 680px) {
  #yith-quick-view-modal
    #yith-quick-view-content.single-product
    .woocommerce-product-details__short-description {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 12px;
  }
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 680px) {
  .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: 768px) {
  .qodef-cards-gallery .qodef-m-fake-card {
    transform: scale(0.8);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform: scale(0.8);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transform: translateX(-100%);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6) {
    transform: scale(0.3) translateX(84%);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5) {
    transform: scale(0.4) translateX(60%);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4) {
    transform: scale(0.5) translateX(39%);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3) {
    transform: scale(0.6) translateX(25%);
  }
  .qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2) {
    transform: scale(0.7) translateX(11.2%);
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform: scale(0.8);
  }
  .qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transform: translateX(100%);
  }
  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(6) {
    transform: scale(0.3) translateX(-84%);
  }
  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(5) {
    transform: scale(0.4) translateX(-60%);
  }
  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(4) {
    transform: scale(0.5) translateX(-39%);
  }
  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(3) {
    transform: scale(0.6) translateX(-25%);
  }
  .qodef-cards-gallery.qodef-orientation--right
    .qodef-m-card:nth-last-child(2) {
    transform: scale(0.7) translateX(-11.2%);
  }
}
@media only screen and (max-width: 768px) {
  .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%;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-frame-slider-holder {
    margin-bottom: 96px;
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -96px !important;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-frame-slider-holder {
    margin-bottom: 86px;
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -86px !important;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-frame-slider-holder {
    margin-bottom: 76px;
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -76px !important;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-frame-slider-holder {
    margin-bottom: 46px;
  }
  .qodef-frame-slider-holder .swiper-pagination-bullets {
    bottom: -46px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-image-marquee .qodef-m-content.qodef--desktop {
    display: none;
  }
  .qodef-image-marquee .qodef-m-content.qodef--mobile {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 100px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 60%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 60px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images {
    width: 80%;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    width: 100%;
    padding-left: 60px;
    align-items: flex-start;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 42px;
    line-height: 1.11905em;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1600px) {
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 38px;
    line-height: 1.13158em;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item {
    font-size: 35px;
    line-height: 1.22857em;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-interactive-link-showcase.qodef-type--standard {
    padding: 30px 0;
  }
  .qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-item-showcase {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .qodef-item-showcase .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    padding-right: 40px;
    margin: 0 !important;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 40%;
    width: calc(100% - 40%);
  }
  .qodef-item-showcase .qodef-m-items .qodef-m-item {
    transition-delay: 0s;
  }
  .qodef-item-showcase .qodef-m-items.qodef--left {
    text-align: left;
  }
  .qodef-item-showcase .qodef-m-items.qodef--right .qodef-m-item:first-child {
    margin-top: 40px;
  }
  .qodef-item-showcase .qodef-m-item {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-item-showcase .qodef-m-image {
    display: none;
  }
  .qodef-item-showcase .qodef-m-items {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .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: 680px) {
  .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: 1024px) {
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 60px;
  }
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 60px;
  }
  .qodef-swapping-image-gallery .qodef-m-info {
    padding-top: 30px;
  }
  .qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline {
    margin: 0 0 30px;
  }
  .qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-swapping-image-gallery {
    display: block;
  }
  .qodef-swapping-image-gallery .qodef-m-image-holder,
  .qodef-swapping-image-gallery .qodef-m-info {
    flex-basis: auto;
  }
  .qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info {
    padding-left: 0;
  }
  .qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info {
    padding-right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .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: 1024px) {
  .qodef-vertical-split-slider.qodef-disable-below--1024 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-image {
    min-height: 50vh;
  }
  .qodef-vertical-split-slider.qodef-disable-below--1024
    + .qodef-vertical-split-slider-responsive
    .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-vertical-split-slider.qodef-disable-below--768 {
    display: none;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive {
    display: block;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-content {
    padding: 10% 10% 10% 40px;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-slide-image {
    min-height: 50vh;
  }
  .qodef-vertical-split-slider.qodef-disable-below--768
    + .qodef-vertical-split-slider-responsive
    .qodef-m-label-holder {
    left: 0;
    right: auto;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-vertical-split-slider .qodef-m-label-holder,
  .qodef-vertical-split-slider-responsive .qodef-m-label-holder {
    height: 140px;
    width: 140px;
  }
  .qodef-vertical-split-slider .qodef-m-image,
  .qodef-vertical-split-slider-responsive .qodef-m-image {
    height: 140px;
    width: 140px;
  }
  .qodef-vertical-split-slider .qodef-m-image img,
  .qodef-vertical-split-slider-responsive .qodef-m-image img {
    height: 140px;
    width: 140px;
  }
}
@media only screen and (max-width: 680px) {
  .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: 1024px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}
