.sonora-core-page-inline-style {
  position: absolute !important;
  width: 0;
  height: 0;
  line-height: 1;
  display: none;
}

.elementor-widget-container {
  border-color: var(--qode-border-color);
}

.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;
  right: 44px;
  bottom: 26px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transform: translateX(100%);
  filter: invert(1);
  mix-blend-mode: difference;
}

@media only screen and (max-width: 680px) {
  #qodef-back-to-top {
    right: 30px;
  }
}

#qodef-back-to-top .qodef-back-to-top-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  transform-origin: 0;
  transform: rotate(-90deg);
}

#qodef-back-to-top .qodef-back-to-top-icon * {
  display: block;
  line-height: inherit;
}

#qodef-back-to-top svg {
  display: block;
  height: auto;
  transition: transform 0.35s cubic-bezier(0.44, 0.73, 0.35, 0.97);
  transform: translateX(0);
}

#qodef-back-to-top:hover .qodef-back-to-top-icon svg {
  transform: translateX(4px);
}

#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-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(var(--qode-main-color), 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--minimal article .qodef-e-content {
  margin: 0;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-top-holder {
  margin-bottom: 2px;
}

.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;
}

.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;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-media-image {
  width: 100%;
  overflow: hidden;
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e-media-image img {
  transform: scale(1.06) translateX(0);
  transition: transform 0.5s cubic-bezier(0.35, 0.79, 0.46, 0.95);
}

.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.06) translateX(4px);
}

.qodef-blog.qodef-item-layout--standard .qodef-e-content .qodef-e-text {
  margin-top: var(--margin-top, 0);
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 7px;
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important;
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a {
  color: var(--qode-main-color);
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 13px;
}

.widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 7px;
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important;
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a {
  color: var(--qode-main-color);
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 13px;
}

#qodef-top-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 7px;
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important;
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a {
  color: var(--qode-main-color);
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 17px;
}

#qodef-page-footer .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
  margin-bottom: 10px;
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
  margin-top: 7px;
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
  margin-right: 20px;
  width: 80px !important;
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a {
  color: var(--qode-main-color);
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
  margin: 0 0 13px;
}

#qodef-side-area .widget.widget_sonora_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

body[class*="qodef-blog"] #qodef-media {
  background-size: cover;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-media-video {
  height: 100%;
}

body[class*="qodef-blog"] #qodef-media .qodef-e-media-video video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.qodef-blog--info-below-image #qodef-page-inner {
  padding: 0 0 150px;
}

.qodef-blog--info-below-image .qodef-e-text p:first-of-type {
  margin: 15px 0 10px;
}

.qodef-blog--info-below-image .qodef-wide-blog-holder {
  max-width: 100%;
  margin: 0;
  padding: 0 40px;
}

@media only screen and (max-width: 1200px) {
  .qodef-blog--info-below-image .qodef-wide-blog-holder {
    padding: 0 7%;
  }
}

.qodef-blog--info-below-image #qodef-media {
  height: 634px;
  margin-top: 62px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog--info-below-image #qodef-media {
    margin-top: 22px;
  }
}

#qodef-author-info {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 78px;
}

#qodef-author-info .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}

#qodef-author-info .qodef-m-inner .qodef-top-left-line-cap {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 37px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-top-left-line-cap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
  width: 1px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-top-right-line-cap {
  position: absolute;
  right: 0;
  top: 0;
  height: 1px;
  width: 37px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-top-right-line-cap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 37px;
  width: 1px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-bottom-right-line-cap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 37px;
  width: 1px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-bottom-right-line-cap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 37px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-bottom-left-line-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 37px;
  width: 1px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-inner .qodef-bottom-left-line-cap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 37px;
  display: inline-block;
  background: var(--qode-main-color);
}

#qodef-author-info .qodef-m-image {
  flex-shrink: 0;
  margin-right: 30px;
}

#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: 5px 0 0;
  padding-right: 70px;
}

#qodef-author-info .qodef-m-social-icons {
  margin-top: 14px;
  margin-left: -5px;
}

#qodef-author-info .qodef-m-social-icons a {
  position: relative;
  vertical-align: top;
  margin-right: 5px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}

#qodef-author-info .qodef-m-social-icons a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

#qodef-author-info .qodef-m-social-icons a:last-child {
  margin-right: 0;
}

#qodef-author-info .qodef-m-social-icons a:hover:after {
  opacity: 1;
}

#qodef-related-posts {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 76px;
}

#qodef-related-posts h3 {
  margin: 0 0 26px;
}

#qodef-related-posts .qodef-blog .qodef-e-content {
  margin: 22px 0 0;
}

#qodef-related-posts .qodef-blog .qodef-e-content .qodef-e-excerpt {
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 0;
}

#qodef-related-posts .qodef-blog .qodef-e-content .qodef-e-text {
  margin: 5px 0 0;
}

#qodef-related-posts .qodef-blog .format-gallery .qodef-swiper-container .swiper-button-prev {
  top: 50%;
  bottom: unset;
  right: unset;
  left: 20px !important;
}

#qodef-related-posts .qodef-blog .format-gallery .qodef-swiper-container .swiper-button-next {
  top: 50%;
  bottom: unset;
  right: 20px !important;
}

#qodef-single-post-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 88px 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: -2px;
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
  stroke: none;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
  left: 0;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-pagination-icon {
  margin-right: 4px;
}

#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: 4px;
}

#qodef-single-post-navigation .qodef-m-nav-label {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
}

.qodef--drag-cursor * {
  cursor: inherit;
}

.qodef--drag-cursor .swiper-wrapper {
  min-width: 1000%;
}

.qodef-svg--custom-cursor {
  min-width: 180px;
  height: auto;
  color: #fff;
}

.qodef-svg--custom-cursor text {
  color: inherit;
}

.qodef-m-custom-cursor {
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  translate: 20px 0;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
  visibility: hidden;
  height: 121px;
  z-index: 2;
  overflow: visible;
}

.qodef-m-custom-cursor svg {
  overflow: visible;
  display: block;
}

.qodef-m-custom-cursor.qodef--show {
  opacity: 1;
  visibility: visible;
}

.qodef-m-custom-cursor.qodef--hide {
  opacity: 0;
  visibility: hidden;
}

.qodef-m-custom-cursor .qodef--drag,
.qodef-m-custom-cursor .qodef--play,
.qodef-m-custom-cursor .qodef--view {
  opacity: 0;
  transition: opacity 0.2s ease-out;
  fill: currentColor;
  mix-blend-mode: difference;
  isolation: isolate;
}

.qodef-m-custom-cursor.qodef--drag-cursor .qodef--drag {
  opacity: 1;
}

.qodef-m-custom-cursor.qodef--view-cursor .qodef--view {
  opacity: 1;
}

.qodef-m-custom-cursor.qodef--play-cursor .qodef--play {
  opacity: 1;
}

#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: 881px) {
  #qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
    text-align: right;
  }
}

.qodef-page-footer--uncover #qodef-page-outer {
  z-index: 90;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
}

#qodef-fullscreen-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--qode-background-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden !important;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

@media (max-height: 620px) {
  #qodef-fullscreen-area {
    overflow-x: auto !important;
  }
}

#qodef-fullscreen-area .qodef-content-grid {
  height: 100%;
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
  width: 100%;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
  animation: qode-fade-in 0.25s linear both;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li {
  opacity: 1;
  transform: translateY(0);
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(1) {
  transition-delay: 0.32s, 0.32s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(2) {
  transition-delay: 0.44s, 0.44s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(3) {
  transition-delay: 0.56s, 0.56s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(4) {
  transition-delay: 0.68s, 0.68s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(5) {
  transition-delay: 0.8s, 0.8s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(6) {
  transition-delay: 0.92s, 0.92s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(7) {
  transition-delay: 1.04s, 1.04s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(8) {
  transition-delay: 1.16s, 1.16s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(9) {
  transition-delay: 1.28s, 1.28s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(10) {
  transition-delay: 1.4s, 1.4s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(11) {
  transition-delay: 1.52s, 1.52s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(12) {
  transition-delay: 1.64s, 1.64s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(13) {
  transition-delay: 1.76s, 1.76s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(14) {
  transition-delay: 1.88s, 1.88s;
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu>ul>li:nth-child(15) {
  transition-delay: 2s, 2s;
}

.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area {
  animation: qode-fade-out 0.25s linear both;
}

#qodef-fullscreen-area .qodef-fullscreen-menu>ul>li {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.35s,
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#qodef-fullscreen-area-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-height: 620px) {
  #qodef-fullscreen-area-inner {
    padding-top: 70px;
    justify-content: flex-start;
  }
}

.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 {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  align-items: flex-end;
}

.qodef-fullscreen-menu>ul>li {
  margin-top: 44px;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1680px) {
  .qodef-fullscreen-menu>ul>li {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu>ul>li {
    margin-top: 30px;
  }
}

.qodef-fullscreen-menu>ul>li:first-child {
  margin: 0;
}

.qodef-fullscreen-menu>ul>li>a {
  font-family: Inter, sans-serif;
  font-size: 90px;
  line-height: 1.0777777778em;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  display: flex;
  padding-right: 45px;
}

@media only screen and (max-width: 1512px) {
  .qodef-fullscreen-menu>ul>li>a {
    font-size: 70px;
    line-height: 1.0857142857em;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-fullscreen-menu>ul>li>a {
    font-size: 60px;
    line-height: 1.1em;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-fullscreen-menu>ul>li>a {
    font-size: 50px;
    line-height: 1.1em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fullscreen-menu>ul>li>a {
    font-size: 38px;
    line-height: 1.1842105263em;
  }
}

.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-text {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 2px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  padding-top: 0;
}

@media only screen and (max-width: 1680px) {
  .qodef-fullscreen-menu>ul>li>a {
    font-size: 70px;
  }
}

.qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
  background-size: 100% 100%;
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
  background-size: 100% 100%;
}

.qodef-fullscreen-menu .qodef-drop-down-second {
  position: absolute;
  left: 100%;
  width: max-content;
  max-width: 30vw;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
  padding: 7px 0 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul {
  padding-left: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li {
  margin-top: 11px;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li:first-child {
  margin: 0;
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
  font-size: 19px;
  color: var(--qode-main-color);
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 1px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
  background-size: 100% 100%;
}

.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 {
  background-size: 100% 100%;
}

.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 {
  --qode-border-bottom-color: var(--qode-main-color);
}

#qodef-page-header .qodef-widget-holder {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 36px;
}

#qodef-page-header .qodef-widget-holder .widget {
  margin: 0 18px;
}

#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 var(--qode-border-bottom-color);
}

#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: Inter, sans-serif;
  font-size: 43px;
  line-height: 1.2325581395em;
  color: var(--qode-main-color);
  font-weight: 600;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 1512px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 37px;
    line-height: 1.2162162162em;
  }
}

@media only screen and (max-width: 880px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 32px;
    line-height: 1.15625em;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-header .qodef-header-logo-link.qodef-source--textual {
    font-size: 30px;
    line-height: 1.2em;
  }
}

#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,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .qodef-header-logo-link img.qodef--dark,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .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,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .qodef-header-logo-link.qodef-source--svg-path,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .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,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .qodef-header-logo-link.qodef-source--svg-path:hover,
.qodef-skin--light #qodef-page-header-inner:not(.qodef-skin--dark) .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,
#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,
#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,
#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,
#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 #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: auto;
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
  margin-right: 30px;
}

.qodef-header-minimal--center #qodef-page-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
}

.qodef-header-minimal--center #qodef-page-header-inner .qodef-widget-holder {
  grid-column: 3;
  justify-content: flex-end;
  margin-right: 0;
}

.qodef-header-minimal--center #qodef-page-header-inner>.qodef-fullscreen-menu-opener {
  grid-column: 2;
  grid-row: 1;
}

#qodef-page-header-inner {
  --qode-header-side-padding: 40px;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
  margin-left: auto;
  margin-right: 0;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link {
  margin-right: 0;
}

.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: 54px;
}

.qodef-header--standard #qodef-page-header .qodef-menu-item--wide .qodef-drop-down-second:after {
  content: "";
  width: calc(100% - var(--qode-header-side-padding) * 2);
  height: 1px;
  background-color: var(--qode-border-bottom-color);
  position: absolute;
  top: 0;
  left: var(--qode-header-side-padding);
}

@media only screen and (min-width: 1369px) and (max-width: 1680px) {

  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {

  .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1680px) {

  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {

  .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1512px) {

  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 1100px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {

  .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1368px) {

  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1200px) {

  .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid,
  .qodef-header--vertical-sliding section.qodef-elementor-content-grid>.elementor-container {
    width: 800px;
  }
}

.qodef-header--vertical-sliding #qodef-page-header {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 90px;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
  grid-column: 1;
  margin: 27px 0 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  max-height: initial;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img {
  margin: 0;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder {
  height: auto;
  margin: 0;
  gap: 24px;
  justify-content: flex-end;
  grid-column: 3;
  padding-bottom: 44px;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-widget-holder>.widget {
  margin: 0 !important;
  transform: rotate(180deg);
  transform-origin: center center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
  padding: 0;
}

.qodef-header--vertical-sliding #qodef-page-header-inner.qodef-skin--light .qodef-vertical-sliding-area.qodef--dynamic {
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.16);
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto) minmax(0, 1fr);
  width: 100%;
  background-color: var(--qode-background-color);
}

.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;
  grid-row: 1;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-opener-icon {
  grid-column: 2;
  grid-row: 1;
}

.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic {
  background-color: var(--qode-background-color);
  left: -1026px;
  padding-left: 90px;
  position: fixed;
  top: 0;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 936px;
  z-index: -1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.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: 0;
  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;
}

@media (min-width: 1201px) {
  .qodef-header--vertical-sliding .qodef-portfolio-list--full-height {
    --qode-subtract-header-height: 0px;
    --qode-subtract-from-height-optional: 0px;
  }
}

.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 68px;
  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 .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-top: 31px;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li:first-child {
  margin-top: 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
  font-family: Inter, sans-serif;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 500;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 7px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover {
  background-size: 100% 100%;
}

@media only screen and (max-width: 1680px) {
  .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-size: 70px;
  }
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul {
  padding: 25px 0 6px;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
  position: relative;
  white-space: normal;
  margin: 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 2px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  font-size: 19px;
  margin: 6px 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a {
  background-size: 100% 100%;
}

.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 {
  background-size: 100% 100%;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second {
  display: none;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second {
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul {
  background-color: #fff;
  left: calc(100% + 40px);
  margin-left: 50px;
  opacity: 0;
  padding: 25px 20px;
  position: absolute;
  top: -23px;
  transition: all 0.2s ease-out;
  visibility: hidden;
  width: 254px;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 900;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul {
  left: calc(100% + 20px);
  top: -25px;
  transition: all 0.2s ease;
  visibility: hidden;
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-arrow {
  display: none;
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid {
    width: 800px;
  }

  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid {
    width: 800px;
  }

  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid {
    width: 800px;
  }

  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid {
    width: 800px;
  }

  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 800px;
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 800px;
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 800px;
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1512px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 960px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid>.elementor-container {
    width: 800px;
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1400.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1300.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1513px) 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: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1200.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
    padding-right: calc((100% - 800px) / 2);
  }
}

@media only screen and (min-width: 1369px) and (max-width: 1512px) {
  .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: 1201px) and (max-width: 1368px) {
  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
    padding-left: calc((100% - 800px) / 2);
  }

  .qodef-content-grid-1100.qodef-header--vertical section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
    padding-right: calc((100% - 800px) / 2);
  }
}

.qodef-header--vertical #qodef-page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 312px;
  height: 100%;
}

.qodef-header--vertical #qodef-page-header .qodef-header-logo-link.qodef-height--not-set {
  height: auto;
}

.qodef-header--vertical #qodef-page-header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px 35px;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-widget-holder {
  display: block;
  height: auto;
  margin: 0;
}

.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 #qodef-page-header-inner .qodef-header-logo-link img {
  max-height: none;
}

.qodef-header--vertical #qodef-page-header-inner .qodef-header-logo-link.qodef-height--set img {
  max-height: 100%;
}

.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: 312px;
}

.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;
}

.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 {
  display: none;
}

.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 {
  margin-top: 15px;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li:first-child {
  margin-top: 0;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a {
  font-size: 16px;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  font-weight: 600;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a .qodef-menu-item-text {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 2px;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  padding-top: 2px;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover .qodef-menu-item-text {
  background-size: 100% 100%;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul {
  padding: 12px 0 0;
  margin-bottom: -1px;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
  font-size: 16px;
  position: relative;
  white-space: normal;
  margin: 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 3px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

.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.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 {
  background-size: 100% 100%;
}

.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
  background-size: 100% 100%;
}

.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--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: 100px;
  width: 100%;
  background-color: var(--qode-background-color);
  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 .qodef-header-navigation ul li .qodef-drop-down-second {
  top: calc(100% + 1px);
}

.qodef-header-sticky-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 40px;
  border-bottom: 1px solid var(--qode-main-color);
}

.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-widget-holder {
  margin-left: auto !important;
}

.qodef-skin--light #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--dark,
.qodef-skin--light #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

.qodef-skin--light #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--light {
  opacity: 1;
}

.qodef-skin--dark #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--light,
.qodef-skin--dark #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--main {
  opacity: 0;
}

.qodef-skin--dark #qodef-page-header .qodef-header-sticky-inner .qodef-header-logo-link img.qodef--dark {
  opacity: 1;
}

#qodef-top-area {
  position: relative;
  background-color: var(--qode-background-color);
  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 40px;
  position: relative;
  border-bottom: 0 solid transparent;
}

#qodef-top-area-inner.qodef-content-grid {
  padding: 0 !important;
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
  margin: 0 auto;
}

#qodef-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: var(--qode-additional-background-color);
}

.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 var(--qode-border-color);
  border-radius: 4px;
  box-shadow: 3px 3px 15px 0 rgba(var(--qode-main-color), 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 var(--qode-border-color);
  border-left: 1px solid var(--qode-border-color);
  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: Inter, 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: var(--qode-main-color);
}

.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 var(--qode-border-color);
  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: var(--qode-background-color);
}

#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 {
  color: var(--qode-main-color);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
  color: var(--qode-main-color);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
  visibility: hidden;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-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-page-mobile-header-inner.qodef-mobile-border-enabled {
  border-bottom: 1px solid var(--qode-border-color);
}

.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: Inter, sans-serif;
  font-size: 43px;
  line-height: 1.2325581395em;
  color: var(--qode-main-color);
  font-weight: 600;
  transition: color 0.2s ease-out;
}

@media only screen and (max-width: 1512px) {
  #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 37px;
    line-height: 1.2162162162em;
  }
}

@media only screen and (max-width: 880px) {
  #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 32px;
    line-height: 1.15625em;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
    font-size: 30px;
    line-height: 1.2em;
  }
}

.qodef-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 0;
}

.qodef-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
  opacity: 1;
}

.qodef-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
  opacity: 0;
}

.qodef-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
  opacity: 1;
}

.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--main {
  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--light {
  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: var(--qode-background-color);
  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;
  white-space: normal;
  margin: 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 3px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  color: #fff;
  font-size: 16px;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
  flex-shrink: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-ancestor>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li.current-menu-item>a,
#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li:hover>a {
  background-size: 100% 100%;
}

#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-size: 16px;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  font-weight: 600;
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a .qodef-menu-item-text {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 2px;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  padding-top: 2px;
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover .qodef-menu-item-text {
  background-size: 100% 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
  background-size: 100% 100%;
}

#qodef-side-area-mobile-header .qodef-widget-holder {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: calc(100% - 2 * 60px);
  height: auto;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
  margin: 0;
}

.admin-bar #qodef-side-area-mobile-header {
  top: 32px;
  height: calc(100vh - 32px);
}

#qodef-side-area-mobile-header.qodef--opened {
  right: 0;
  visibility: visible;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
  justify-content: flex-end;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-right: auto;
}

.qodef-header-navigation .qodef-menu-item-icon {
  display: block;
  margin-right: 5px;
  line-height: inherit;
}

.qodef-header-navigation .qodef-menu-item-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: auto;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 10;
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 20;
  transition: opacity 0.2s ease-out;
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
  display: none;
  white-space: normal;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second {
  top: calc(100% + 1px);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
  left: auto;
  right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
  position: relative;
  top: auto;
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
  display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  background-color: var(--qode-dd-menu-background-color);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

body.qodef-skin--light .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
  border: 1px solid #262626;
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
  padding: 0 40px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
  display: flex;
  justify-content: space-between;
  padding: 62px 0 59px;
  margin: 0 -15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
  width: 100%;
  padding: 0 15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
  font-family: Inter, sans-serif;
  color: var(--qode-main-color);
  font-weight: 600;
  font-size: 23px;
  line-height: 1.23256em;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text {
  background-size: 100% 100%;
}

.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: 14px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li {
  margin-top: 1px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:first-child {
  margin-top: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
  position: relative;
  white-space: normal;
  margin: 4px 0;
  overflow: hidden;
  transition: padding 0.2s ease-out;
  display: inline-flex;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 3px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  color: var(--qode-dd-menu-text-color);
  font-size: 16px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
  flex-shrink: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
  background-size: 100% 100%;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text {
  background-size: 100% 100%;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text {
  background-size: 100% 100%;
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
  padding: 0 40px;
}

.qodef-opener-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.qodef-opener-icon .qodef-m-icon {
  position: relative;
  visibility: visible;
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack {
  font-size: 35px;
}

.qodef-opener-icon.qodef-source--icon-pack * {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack :before {
  display: inline-block;
  line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-opener-icon.qodef-source--svg-path span {
  position: relative;
}

.qodef-opener-icon.qodef-source--svg-path span>* {
  vertical-align: middle;
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
  fill: currentColor;
  stroke: currentColor;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
  visibility: hidden;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
  visibility: visible;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
  position: relative;
  display: block;
  width: 39px;
  height: 17px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
  position: absolute;
  height: 1px;
  width: 32px;
  background-color: var(--qode-main-color);
  transition:
    top 0.15s ease,
    transform 0.3s ease;
  right: 0;
}

.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: 8px;
  transform: translateX(-7px);
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
  bottom: 0;
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--1 {
  top: 0;
  transform: translateX(-7px);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--2 {
  top: 8px;
  transform: translateX(0);
}

.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-line.qodef--3 {
  bottom: 0;
  transform: translateX(-7px);
}

.qodef-opener-icon.qodef--with-label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}

.qodef-opener-icon.qodef--with-label .qodef-opener-label {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  letter-spacing: -0.01em;
}

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-contact-form-7 br,
.rs-layer br {
  display: none;
}

.qodef-contact-form-7 .ajax-loader,
.rs-layer .ajax-loader {
  display: none;
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,
.rs-layer .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.rs-layer .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}

.qodef-contact-form-7 .wpcf7-response-output,
.rs-layer .wpcf7-response-output {
  border-width: 1px !important;
  margin: 2em 0 0 0 !important;
  padding: 1em 1.5em !important;
}

.qodef-contact-form-7 .wpcf7-form,
.rs-layer .wpcf7-form {
  position: relative;
}

.qodef-contact-form-7 .wpcf7-form:before,
.rs-layer .wpcf7-form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
  visibility: hidden;
  z-index: 98;
}

.qodef-contact-form-7 .wpcf7-form:after,
.rs-layer .wpcf7-form:after {
  animation: qode-rotate 2s linear infinite;
  background-color: transparent;
  border: 2px solid var(--qode-additional-background-color);
  border-radius: 50%;
  border-top: 2px solid var(--qode-main-color);
  content: "";
  height: 24px;
  left: calc(50% - 12px);
  opacity: 1;
  position: absolute;
  top: calc(50% - 12px);
  visibility: hidden;
  width: 24px;
  z-index: 99;
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,
.rs-layer .wpcf7-form.submitting>* {
  opacity: 0.3;
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,
.qodef-contact-form-7 .wpcf7-form.submitting:before,
.rs-layer .wpcf7-form.submitting:after,
.rs-layer .wpcf7-form.submitting:before {
  visibility: visible;
}

.qodef-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"],
.rs-layer .wpcf7-form .wpcf7-form-control-wrap[data-name="your-message"] {
  margin: 0 0 37px;
}

.qodef-contact-form-7 .wpcf7-form .wpcf7-textarea.qodef-custom-form-field,
.rs-layer .wpcf7-form .wpcf7-textarea.qodef-custom-form-field {
  max-height: 128px;
}

.qodef-contact-form-7 .wpcf7-form textarea,
.rs-layer .wpcf7-form textarea {
  max-height: 128px;
}

.qodef-contact-form-7 .wpcf7-form .qodef-button,
.rs-layer .wpcf7-form .qodef-button {
  padding: 3px 18px;
  font-family: Inter, sans-serif;
}

.qodef-contact-form-7 .qodef-cf7-newsletter,
.rs-layer .qodef-cf7-newsletter {
  position: relative;
}

.qodef-contact-form-7 .qodef-cf7-newsletter input[type="email"],
.rs-layer .qodef-cf7-newsletter input[type="email"] {
  display: inline-block;
  font-weight: 500;
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button {
  display: inline-block;
  padding: 0;
  border: 0;
  position: absolute;
  top: 17px;
  right: 0;
  --qode-hover-move: 12px;
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button svg,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button svg {
  fill: var(--qode-main-color);
  stroke: none;
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button span,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button span {
  transition: transform 0.45s cubic-bezier(0.44, 0.73, 0.35, 0.97);
  transform: translateX(0);
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button svg,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button svg {
  overflow: visible;
  transition: clip-path 0.45s cubic-bezier(0.44, 0.73, 0.35, 0.97);
  clip-path: inset(0 0 0 0);
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button:hover span,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button:hover span {
  transform: translateX(var(--qode-hover-move));
}

.qodef-contact-form-7 .qodef-cf7-newsletter .qodef-icon-button:hover svg,
.rs-layer .qodef-cf7-newsletter .qodef-icon-button:hover svg {
  clip-path: inset(0 0 0 var(--qode-hover-move));
}

.qodef-contact-form-7 .qodef-cf7-newsletter>.wpcf7-form-control-wrap,
.rs-layer .qodef-cf7-newsletter>.wpcf7-form-control-wrap {
  margin: 0;
}

.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-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 var(--qode-border-color) !important;
  padding: 10px;
  color: var(--qode-main-color);
}

.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: var(--qode-main-color);
}

.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: var(--qode-main-color);
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
  display: inline-flex;
  flex-wrap: wrap;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
}

.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(var(--qode-main-color), 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: "M";
}

body:not([class*="sonora-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;
}

.yith-wcwl-form .shop_table th {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
}

@media only screen and (max-width: 1512px) {
  .yith-wcwl-form .shop_table th {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .yith-wcwl-form .shop_table th {
    font-size: 17px;
  }
}

.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: 880px) {
  .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: 880px) {
  .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: var(--qode-main-color) !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-size: 16px !important;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 20px;
  position: relative !important;
  display: inline-flex !important;
  vertical-align: middle !important;
  width: auto !important;
  margin: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  outline: 0 !important;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out !important;
  padding: 4px 18px !important;
  font-family: Inter, sans-serif !important;
  cursor: pointer !important;
  z-index: 3 !important;
  color: var(--qode-main-color) !important;
  background-color: transparent !important;
  border: 1px solid var(--qode-main-color) !important;
  border-radius: 14px;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  clip-path: inset(0.12em 0);
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text-duplicate,
.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text-initial,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text-duplicate,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text-initial {
  transition:
    transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91),
    opacity 0.35s;
  display: inline-block;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text-duplicate,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text-duplicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  opacity: 0;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text-initial,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text-initial {
  opacity: 0;
  transform: translate(0, -100%);
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text-duplicate,
.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text-duplicate {
  opacity: 1;
  transform: translate(0, 0);
}

.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-list.qodef-item-layout--info-on-image li .qodef-e-media {
  height: 100%;
  width: 100%;
}

.widget_shopping_cart,
.widget_sonora_core_woo_dropdown_cart {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.widget_shopping_cart .qodef-widget-dropdown-cart-inner,
.widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.widget_shopping_cart .qodef-m-opener,
.widget_sonora_core_woo_dropdown_cart .qodef-m-opener {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 20px;
  text-transform: uppercase;
}

.widget_shopping_cart .qodef-m-opener,
.widget_shopping_cart>.widgettitle,
.widget_sonora_core_woo_dropdown_cart .qodef-m-opener,
.widget_sonora_core_woo_dropdown_cart>.widgettitle {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content {
  display: block;
  padding: 40px 0;
  text-align: left;
  transition:
    opacity 0.2s ease-out,
    visibility 0.2s ease-out;
  box-shadow: 0 0 4px rgba(99, 99, 99, 0.15);
  z-index: -1;
}

#qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_sonora_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,
header .widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
header .widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content {
  left: auto;
  opacity: 0 !important;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden !important;
  width: 303px;
}

.touchevents #qodef-top-area .widget_shopping_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_shopping_cart .widget_shopping_cart_content,
.touchevents #qodef-top-area .widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents #qodef-top-area .widget_sonora_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,
.touchevents header .widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.touchevents header .widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content {
  display: none;
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content>*,
.widget_shopping_cart .widget_shopping_cart_content>*,
.widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content>*,
.widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content>* {
  padding: 0 40px !important;
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_shopping_cart .widget_shopping_cart_content .blockUI,
.widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content .blockUI,
.widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content .blockUI {
  display: none !important;
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  margin: 0 0 20px 0;
  position: relative;
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item:last-of-type,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item:last-of-type,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin: 0;
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item img,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item img,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item img,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  margin: 0 12px 0 0;
  width: 50px;
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -5px;
  z-index: 5;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove svg,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove svg,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove svg {
  width: 15px;
  height: auto;
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .variation,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .variation,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
  display: none;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_shopping_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-quantity,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .qodef-e-quantity,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .qodef-e-quantity {
  display: none;
}

.widget_shopping_cart .woocommerce-mini-cart-item img,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item img {
  float: left;
  vertical-align: top;
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.01em;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1512px) {

  .widget_shopping_cart .woocommerce-mini-cart-item a,
  .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    font-size: 27px;
    line-height: 1.3703703704em;
  }
}

@media only screen and (max-width: 680px) {

  .widget_shopping_cart .woocommerce-mini-cart-item a,
  .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
    font-size: 25px;
    line-height: 1.28em;
  }
}

.widget_shopping_cart .woocommerce-mini-cart-item:after,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item:after {
  clear: both;
  content: "";
  display: table;
}

.widget_shopping_cart .qodef-woo-mini-cart,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart {
  max-height: 50vh;
  overflow: hidden;
  position: relative;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item {
  display: flex;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image {
  flex-shrink: 0;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-image a {
  display: block;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-content {
  padding: 0 20px 0 0;
  width: 100%;
  margin-top: -6px;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-title {
  margin: 0;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-price {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .qodef-e-quantity {
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.widget_shopping_cart .qodef-m-order-details,
.widget_shopping_cart .woocommerce-mini-cart__total,
.widget_sonora_core_woo_dropdown_cart .qodef-m-order-details,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 20px;
}

.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_sonora_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  font-weight: 400;
}

.widget_shopping_cart .qodef-m-action,
.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.widget_shopping_cart .qodef-m-action a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  width: 100%;
  padding: 4px 18px;
  justify-content: center;
  text-align: center;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-radius: 14px;
}

.widget_shopping_cart .qodef-m-action a .qodef-m-text,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  clip-path: inset(0.12em 0);
}

.widget_shopping_cart .qodef-m-action a .qodef-m-text-duplicate,
.widget_shopping_cart .qodef-m-action a .qodef-m-text-initial,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text-duplicate,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text-initial,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text-initial,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text-initial {
  transition:
    transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91),
    opacity 0.35s;
  display: inline-block;
}

.widget_shopping_cart .qodef-m-action a .qodef-m-text-duplicate,
.widget_shopping_cart .woocommerce-mini-cart__buttons a .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a .qodef-m-text-duplicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  opacity: 0;
}

.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text-initial,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text-initial,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text-initial,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text-initial {
  opacity: 0;
  transform: translate(0, -100%);
}

.widget_shopping_cart .qodef-m-action a:hover .qodef-m-text-duplicate,
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .qodef-m-action a:hover .qodef-m-text-duplicate,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:hover .qodef-m-text-duplicate {
  opacity: 1;
  transform: translate(0, 0);
}

.widget_shopping_cart .woocommerce-mini-cart__buttons,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons {
  flex-direction: column;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a {
  width: 100% !important;
  justify-content: center;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:last-child,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-top: 5px;
}

#qodef-top-area .widget_shopping_cart:hover .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_shopping_cart:hover .widget_shopping_cart_content,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
#qodef-top-area .widget_sonora_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,
header .widget_sonora_core_woo_dropdown_cart:hover .qodef-widget-dropdown-cart-content,
header .widget_sonora_core_woo_dropdown_cart:hover .widget_shopping_cart_content {
  opacity: 1 !important;
  visibility: visible !important;
}

.widget_shopping_cart,
.widget_sonora_core_woo_dropdown_cart {
  color: var(--qode-main-color);
}

.widget_shopping_cart .qodef-widget-dropdown-cart-content,
.widget_shopping_cart .widget_shopping_cart_content,
.widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
.widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: var(--qode-background-color);
  color: var(--qode-main-color);
  border-color: var(--qode-border-color);
}

.widget_shopping_cart .woocommerce-mini-cart-item a,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: var(--qode-main-color);
}

.widget_shopping_cart .woocommerce-mini-cart-item a:hover,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-widget-title-hover-color);
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: var(--qode-main-color);
}

.widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  color: var(--qode-main-color);
}

.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,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  color: var(--qode-main-color);
}

.widget_shopping_cart .qodef-m-order-details strong,
.widget_shopping_cart .woocommerce-mini-cart__total strong,
.widget_sonora_core_woo_dropdown_cart .qodef-m-order-details strong,
.widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: var(--qode-main-color);
}

#qodef-top-area .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: var(--qode-main-color);
}

#qodef-top-area .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: var(--qode-main-color);
}

#qodef-top-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-top-area .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-page-footer .widget_shopping_cart,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart {
  color: #ccc;
}

#qodef-page-footer .widget_shopping_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_shopping_cart .widget_shopping_cart_content,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-widget-dropdown-cart-content,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .widget_shopping_cart_content {
  background-color: var(--qode-background-color);
  color: #ccc;
  border-color: #fff;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: #ccc;
}

#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: #fff;
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: #ccc;
}

#qodef-page-footer .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: #fff;
}

#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,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  color: #ccc;
}

#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,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .woocommerce-mini-cart-item .remove:hover,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .qodef-woo-mini-cart-item .remove:hover,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart .woocommerce-mini-cart-item .remove:hover {
  color: #fff;
}

#qodef-page-footer .widget_shopping_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_shopping_cart .woocommerce-mini-cart__total strong,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .qodef-m-order-details strong,
#qodef-page-footer .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart__total strong {
  color: #ccc;
}

#qodef-side-area .widget_shopping_cart,
#qodef-side-area .widget_sonora_core_woo_dropdown_cart {
  color: var(--qode-main-color);
}

#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a,
#qodef-side-area .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a {
  color: var(--qode-main-color);
}

#qodef-side-area .widget_shopping_cart .woocommerce-mini-cart-item a:hover,
#qodef-side-area .widget_sonora_core_woo_dropdown_cart .woocommerce-mini-cart-item a:hover {
  color: var(--qode-widget-title-hover-color);
}

#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a,
#qodef-side-area .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a {
  color: var(--qode-main-color);
}

#qodef-side-area .widget_shopping_cart .qodef-woo-mini-cart .qodef-e-title a:hover,
#qodef-side-area .widget_sonora_core_woo_dropdown_cart .qodef-woo-mini-cart .qodef-e-title a:hover {
  color: var(--qode-widget-title-hover-color);
}

.widget_sonora_core_woo_side_area_cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.widget_sonora_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_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.widget_sonora_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: var(--qode-background-color);
  border-left: 1px solid var(--qode-border-color);
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.admin-bar .widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
  top: 32px;
  height: calc(100vh - 32px);
}

.widget_sonora_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_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
  padding: 0 35px;
}

.widget_sonora_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_sonora_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_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
  margin-top: 0;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,
.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
  display: block;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
  width: 100%;
  padding-right: 20px;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
  margin: 0;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
  margin: 3px 0 0;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
  margin: 3px 0 0;
}

.widget_sonora_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_sonora_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_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
  margin: 0;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid transparent;
}

.widget_sonora_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}

.widget_sonora_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-portfolio-single {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-single .qodef-media iframe {
  max-height: 56.25vw;
}

.qodef-portfolio-single .qodef-portfolio-title {
  margin: 0 0 13px;
}

.qodef-portfolio-single .qodef-portfolio-info>* {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  flex-direction: column;
}

.qodef-portfolio-single .qodef-portfolio-info> :last-child {
  margin-bottom: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
  margin: 0 0 2px;
}

.qodef-portfolio-single .qodef-portfolio-info .entry-date,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
}

@media only screen and (max-width: 1512px) {

  .qodef-portfolio-single .qodef-portfolio-info .entry-date,
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {

  .qodef-portfolio-single .qodef-portfolio-info .entry-date,
  .qodef-portfolio-single .qodef-portfolio-info .qodef-e-info-item {
    font-size: 17px;
  }
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title {
  font-size: 17px;
  line-height: 1.4705882353em;
  display: block;
  margin: 0 0 2px;
  font-weight: 400;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share ul {
  margin: -5px -6px;
}

.qodef-portfolio-single .qodef-portfolio-info a,
.qodef-portfolio-single .qodef-portfolio-info p {
  margin: 0;
}

.qodef-portfolio-single .qodef-variations--small .qodef-grid {
  --qode-columns-col-gap: 30px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-media .qodef-grid {
  --qode-columns-col-gap: 20px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-e-content {
  margin-bottom: 150px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-col--content {
  padding-top: 18px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-col--sidebar {
  max-width: 610px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
  margin-top: 34px;
}

.qodef-portfolio-single .qodef-variations--big {
  padding-top: 18px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-grid-inner {
  --qode-columns-col-gap: 30px;
  grid-gap: 20px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
  margin-top: 52px;
  margin-bottom: 134px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-grid-inner {
  --qode-columns-col-gap: 60px;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-e-content .qodef-grid-inner {
    --qode-columns-row-gap: 30px;
  }
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
  margin-top: 122px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    grid-template-columns: 1fr;
  }
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next,
.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
  top: unset;
  bottom: 20px;
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next .swiper-nav-label,
.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev .swiper-nav-label {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 20px;
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev {
  left: unset !important;
  right: 150px;
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-prev .swiper-nav-label {
  margin-left: 10px;
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next {
  right: 30px !important;
}

.qodef-portfolio-single .qodef-swiper-container .swiper-button-next .swiper-nav-label {
  margin-right: 10px;
}

@media (min-width: 1201px) {
  body.single-portfolio-item #qodef-page-inner.qodef-content-full-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  body.single-portfolio-item #qodef-page-inner.qodef-content-full-width {
    padding-inline: 7%;
  }

  body.single-portfolio-item #qodef-page-inner.qodef-content-full-width .qodef-content-grid {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  body.single-portfolio-item #qodef-page-inner.qodef-content-grid {
    width: 100%;
  }
}

.qodef-fixed-project-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.5s 0.1s;
}

/* 2026.05 */
/* @media only screen and (min-width: 1025px) {
  .qodef-fixed-project-slider {
    height: calc(100svh - 90px) !important;
  }
} */
@media only screen and (min-width: 1025px) {
  .qodef-fixed-project-slider {
    height: calc(100svh - 180px) !important;
  }
}

.qodef-fixed-project-slider.qodef--visible {
  opacity: 1;
}

.qodef-fixed-project-slider .qodef-m-holder {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  background-color: #191a1b;
}

.qodef-fixed-project-slider .qodef-swiper-container {
  max-height: 100%;
  max-width: 100%;
}

.qodef-fixed-project-slider .qodef-m-items-holder {
  position: absolute;
  top: -1px;
  left: 55.6666666667%;
  height: calc(100% + 2px) !important;
  width: 25.4%;
  display: flex;
  align-items: center;
  background-color: var(--qode-background-color);
  z-index: 10;
  padding: 0 30px;
}

.qodef-fixed-project-slider .qodef-m-items-holder .qodef-swiper-nav {
  right: auto;
  height: auto !important;
}

.qodef-fixed-project-slider .qodef-m-items-slider {
  width: 100%;
  height: 100%;
}

.qodef-fixed-project-slider .qodef-e-item-textual {
  position: relative;
  color: var(--qode-main-color);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.qodef-fixed-project-slider .qodef-e-item-textual * {
  height: auto !important;
  line-height: 1em;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-inner {
  position: absolute;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-title {
  position: relative;
  color: var(--qode-main-color);
  margin-bottom: 0 !important;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-title .qodef-e-title-inner {
  transform: translateY(10px);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-info {
  margin-top: 3px;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-info .qodef-e-info-inner {
  transform: translateY(10px);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-info .qodef-e-info-inner a {
  overflow: hidden;
  position: relative;
  padding-bottom: 2px;
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-info .qodef-e-info-inner a:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

.qodef-fixed-project-slider .qodef-e-item-textual .qodef-e-info .qodef-e-info-inner a:hover:after {
  transform: translateX(0);
}

.qodef-fixed-project-slider .qodef-e-item-textual.swiper-slide-active {
  pointer-events: none;
}

.qodef-fixed-project-slider .qodef-e-item-textual.swiper-slide-active a {
  pointer-events: all;
}

.qodef-fixed-project-slider .qodef-e-item-textual.swiper-slide-active .qodef-e-title .qodef-e-title-inner {
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91) 0.2s,
    opacity 0.35s 0.2s;
}

.qodef-fixed-project-slider .qodef-e-item-textual.swiper-slide-active .qodef-e-info .qodef-e-info-inner {
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91) 0.3s,
    opacity 0.35s 0.3s;
}

.qodef-fixed-project-slider .qodef-e-item-image .qodef-e-images-holder {
  overflow: hidden;
}

.qodef-fixed-project-slider .qodef-e-item-image img {
  transform: scale(1.16);
  animation: qode-image-zoom-in 1s cubic-bezier(0.55, 0.3, 0, 0.93) forwards;
}

.qodef-fixed-project-slider .qodef-e-item-image.swiper-slide-active img {
  animation: qode-image-zoom-out 1.2s cubic-bezier(0.55, 0.3, 0, 0.93) 0.1s forwards;
}

.qodef-fixed-project-slider .qodef-swiper-container+.qodef-swiper-together-nav {
  width: 100%;
}

@media (min-width: 1025px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height {
    --qode-subtract-from-height: 100px;
    --qode-subtract-from-height-optional: 100px;
    --qode-subtract-from-height-optional-1368: 0px;
    --qode-fullscreen-height: calc(100vh - var(--qode-subtract-from-height) - var(--qode-subtract-from-height-optional));
    height: var(--qode-fullscreen-height);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height {
    --qode-subtract-from-height: 70px;
  }
}

@media (min-width: 1025px) {
  .admin-bar .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height {
    --qode-subtract-from-height: 132px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .admin-bar .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height {
    --qode-subtract-from-height: 102px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1368px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height {
    --qode-fullscreen-height: calc(100vh - var(--qode-subtract-from-height) - var(--qode-subtract-from-height-optional-1368));
  }
}

@media (min-width: 1025px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height * {
    height: 100%;
    background-color: #191a1b;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider--full-height .swiper-slide img {
    width: 100%;
    object-fit: cover;
  }
}

.qodef-fixed-project-slider.qodef-info-position--top .qodef-e-item-textual .qodef-e-inner {
  top: 10vh;
}

.qodef-fixed-project-slider.qodef-info-position--bottom .qodef-e-item-textual .qodef-e-inner {
  bottom: 10vh;
}

.qodef-interactive-project-scroll {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.qodef-interactive-project-scroll .swiper-wrapper {
  mix-blend-mode: difference;
}

.qodef-interactive-project-scroll .qodef-e {
  display: flex;
  width: auto;
  filter: invert(1);
}

.qodef-skin--light .qodef-interactive-project-scroll .qodef-e {
  filter: invert(0);
}

.qodef-interactive-project-scroll .qodef-e-inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 110px;
}

.qodef-interactive-project-scroll .qodef-e-media-image {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-19%, 0);
  max-height: 50vh;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  overflow: hidden;
}

.qodef-interactive-project-scroll .qodef-e-media-image a {
  display: flex;
  height: 100%;
}

.qodef-interactive-project-scroll .qodef-e-media-image img {
  transition: transform 1.1s cubic-bezier(0.43, 0.16, 0.05, 0.85);
  transform: translateX(105%);
  height: 100%;
  width: auto;
  max-width: initial;
  max-height: 50vh;
}

.qodef-interactive-project-scroll .qodef-e-media-image span {
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.1s 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-interactive-project-scroll .qodef-e-media-image.qodef--active {
  opacity: 1;
  transition-delay: 0s;
}

.qodef-interactive-project-scroll .qodef-e-media-image.qodef--active img {
  transform: translateX(0);
  transition-duration: 0s;
  transition-delay: 0s;
}

.qodef-interactive-project-scroll .qodef-e-media-image.qodef--active span {
  transition-duration: 1.1s;
  transition-delay: 0.3s;
  clip-path: inset(0 0 0 0);
}

.qodef-interactive-project-scroll .qodef-e-media-image-second,
.qodef-interactive-project-scroll .qodef-e-media-image-third {
  position: absolute;
  right: 50%;
  top: 0;
  max-width: 25vmax;
  transform: translate(-77%, 0);
  opacity: 0;
  transition: opacity 0.5s;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {

  .qodef-interactive-project-scroll .qodef-e-media-image-second,
  .qodef-interactive-project-scroll .qodef-e-media-image-third {
    top: 70px;
  }
}

.qodef-interactive-project-scroll .qodef-e-media-image-second img,
.qodef-interactive-project-scroll .qodef-e-media-image-third img {
  transition: transform 1s cubic-bezier(0.43, 0.16, 0.05, 0.85);
  transform: translateX(105%);
}

.qodef-interactive-project-scroll .qodef-e-media-image-second span,
.qodef-interactive-project-scroll .qodef-e-media-image-third span {
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.1s 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.qodef-interactive-project-scroll .qodef-e-media-image-second.qodef--active,
.qodef-interactive-project-scroll .qodef-e-media-image-third.qodef--active {
  opacity: 1;
  transition-delay: 0s;
}

.qodef-interactive-project-scroll .qodef-e-media-image-second.qodef--active img,
.qodef-interactive-project-scroll .qodef-e-media-image-third.qodef--active img {
  transform: translateX(0);
  transition-duration: 0s;
  transition-delay: 0s;
}

.qodef-interactive-project-scroll .qodef-e-media-image-second.qodef--active span,
.qodef-interactive-project-scroll .qodef-e-media-image-third.qodef--active span {
  transition-duration: 0.9s;
  transition-delay: 0.5s;
  clip-path: inset(0 0 0 0);
}

@media only screen and (max-width: 880px) {

  .qodef-interactive-project-scroll .qodef-e-media-image-second,
  .qodef-interactive-project-scroll .qodef-e-media-image-third {
    max-width: 25vmax;
    transform: translate(5%, 0);
  }
}

.qodef-interactive-project-scroll .qodef-e-media-image-third {
  right: 0;
  top: 15.5%;
  transform: none;
  max-width: 12vmax;
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-project-scroll .qodef-e-media-image-third {
    max-width: 16vmax;
  }
}

.qodef-interactive-project-scroll .qodef-e-content {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  padding-bottom: 0.25em;
}

.qodef-interactive-project-scroll .qodef-e-title {
  text-align: center;
  position: relative;
}

.qodef-interactive-project-scroll .qodef-e-title .qodef-e-number {
  position: absolute;
  bottom: 1.1em;
  left: 0;
  transform: translateX(-100%);
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: inline;
}

.qodef-interactive-project-scroll .qodef-e-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1512px) {
  .qodef-interactive-project-scroll .qodef-e-content {
    font-size: 110px;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-interactive-project-scroll .qodef-e-inner {
    padding: 0 65px;
  }

  .qodef-interactive-project-scroll .qodef-e-content {
    font-size: 80px;
  }

  .qodef-interactive-project-scroll .qodef-e-content .qodef-e-number {
    font-size: 20px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-interactive-project-scroll .qodef-e-inner {
    padding: 0 55px;
  }

  .qodef-interactive-project-scroll .qodef-e-content {
    font-size: 60px;
  }

  .qodef-interactive-project-scroll .qodef-e-content .qodef-e-number {
    font-size: 16px;
  }
}

@media (min-width: 881px) {
  .qodef-portfolio-list.qodef-left-border-enabled article {
    border-left: 1px solid var(--qode-border-color);
    padding-left: 20px;
  }
}

.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%;
}

.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: 21px 0 0;
}

.qodef-portfolio-list .qodef-e-title {
  margin: 0;
}

.qodef-portfolio-list span.qodef-e-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
}

.qodef-portfolio-list .qodef-e-excerpt {
  margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-info a {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 1.2307692308em;
  overflow: hidden;
  position: relative;
}

.qodef-portfolio-list .qodef-e-info a:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

.qodef-portfolio-list .qodef-e-info a:hover:after {
  transform: translateX(0);
}

.qodef-portfolio-list .qodef-e-info .qodef-info-separator-single:after {
  content: "/";
  margin: 0 3px 3px;
  position: relative;
  top: 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-filter-position--right {
  padding-right: 67px;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-filter-position--right {
    padding-right: 56px;
  }
}

.qodef-portfolio-list.qodef-filter-position--right .qodef-m-filter {
  position: fixed;
  width: 100vh;
  left: calc(100% - 27px);
  transform: rotateZ(90deg);
  transform-origin: 0 0;
}

.qodef-portfolio-list.qodef-filter-position--right .qodef-m-filter .qodef-m-filter-items {
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-filter-position--right .qodef-m-filter {
    margin-top: 25px;
  }

  .qodef-portfolio-list.qodef-filter-position--right .qodef-m-filter .qodef-m-filter-items {
    justify-content: flex-start;
  }
}

@media (max-height: 520px) {
  .qodef-portfolio-list.qodef-filter-position--right .qodef-m-filter {
    position: absolute;
    left: calc(100% - 17px);
  }
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 98;
  pointer-events: none;
  opacity: 0;
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-helper-1,
.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-helper-2 {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-helper-1 {
  transform: translate3D(0, 100%, 0);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-helper-1 {
  transform: translate3D(0, -100%, 0);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item {
  position: absolute;
  left: -2.2em;
  bottom: 30vh;
  overflow: hidden;
  opacity: 0;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item.qodef--active {
  z-index: 99;
  opacity: 1;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item.qodef--visible {
  opacity: 1;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item {
    left: 2em;
    bottom: 25vh;
  }
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1) .qodef--word {
  clip-path: inset(-0.15em -0.1em);
  display: inline-flex;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1) .qodef--word .qode--char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1) .qodef-pli-counter:after {
  clip-path: inset(0 0 0 130%);
  transition: clip-path 1s 0.2s;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1) .qodef-e-info {
  --qode-x: 0px;
  --qode-y: 10px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
  transition-delay: 0.3s, 0.3s;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1).qodef--appeared .qodef-pli-counter .qode--char {
  transition-delay: calc(var(--qode-i) * 0.014s);
  transform: translateY(0);
  opacity: 1;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1).qodef--appeared .qodef-e-title .qode--char {
  transform: translateY(0);
  opacity: 1;
  transition-delay: calc(var(--qode-i) * 0.04s + 0.5s);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1).qodef--appeared .qodef-e-info {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-parallax-text-item:nth-of-type(1).qodef--appeared .qodef-pli-counter:after {
  clip-path: inset(0 -0.1em 0 -0.1em);
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-helper-2 {
  display: flex;
  align-items: center;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-counter {
  position: relative;
  margin-right: 0.535em;
  font-family: "Cormorant Garamond", serif;
  font-size: 300px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  min-width: 1.3em;
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-counter:after {
  content: "/";
  position: absolute;
  right: -0.293em;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-counter {
    display: none;
  }
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-right {
  padding-top: 2.3em;
  max-width: 46em;
}

@media only screen and (max-width: 1512px) {
  .qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-right {
    max-width: 40em;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-right {
    max-width: 30em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-right {
    max-width: 20em;
  }
}

.qodef-portfolio-list.qodef-layout--parallax .qodef-portfolio-list-texts .qodef-pli-right .qodef-e-info {
  margin-bottom: 10px;
}

.qodef-portfolio-list.qodef-layout--parallax article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 80vh;
  background-size: cover;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list.qodef-layout--parallax article {
    background-position: center;
  }
}

.no-touchevents .qodef-portfolio-list.qodef-layout--parallax article {
  background-attachment: fixed;
}

.qodef-portfolio-list.qodef-layout--parallax article .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-portfolio-list.qodef-layout--parallax article .qodef-pli-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list.qodef-layout--parallax.init .qodef-portfolio-list-texts {
  opacity: 1;
  transition: opacity 0.6s;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list .qodef-e-inner {
    margin: 0 !important;
  }
}

.qodef-portfolio-list .qodef-e.qodef--has-appear .qodef-e-inner {
  transition: clip-path 0.9s cubic-bezier(0.51, 0.09, 0.07, 1.07);
  clip-path: inset(100% 0 0 0);
}

.qodef-portfolio-list .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-inner {
  clip-path: inset(0 0 0 0);
}

.qodef-portfolio-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(2n + 2) .qodef-e-inner {
  transition-delay: 0.2s;
}

.qodef-portfolio-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(3n + 3) .qodef-e-inner {
  transition-delay: 0.4s;
}

.qodef-portfolio-list .qodef-e.qodef--has-appear.qodef--appeared:nth-of-type(8n + 8) .qodef-e-inner {
  transition-delay: 0.6s;
}

.qodef-portfolio-list--full-height {
  --qode-subtract-header-height: 104px;
  --qode-subtract-from-height-optional: 0px;
  --qode-subtract-from-height-optional-1200: 0px;
  display: grid;
  --qode-fullscreen-height: calc(100vh - var(--qode-subtract-header-height) - var(--qode-subtract-from-height-optional));
  height: var(--qode-fullscreen-height);
  --qode-portfolio-fh-content-height: 104px;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list--full-height {
    --qode-subtract-header-height: 70px;
  }
}

.admin-bar .qodef-portfolio-list--full-height {
  --qode-subtract-header-height: 32px;
}

@media only screen and (max-width: 1200px) {
  .admin-bar .qodef-portfolio-list--full-height {
    --qode-subtract-header-height: 102px;
  }
}

@media (max-width: 782px) {
  .admin-bar .qodef-portfolio-list--full-height {
    --qode-subtract-header-height: 116px;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list--full-height {
    --qode-fullscreen-height: calc(100vh - var(--qode-subtract-header-height) - var(--qode-subtract-from-height-optional-1200));
  }
}

.qodef-portfolio-list--full-height * {
  height: 100% !important;
  max-height: var(--qode-fullscreen-height);
}

.qodef-portfolio-list--full-height .swiper-slide .qodef-e-media-image {
  width: 100%;
  overflow: hidden;
}

.qodef-portfolio-list--full-height .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.qodef-portfolio-list--full-height .swiper-notification {
  display: none;
}

.qodef-portfolio-list--full-height .qodef-e-inner {
  position: relative;
}

.qodef-portfolio-list--full-height .qodef-e-inner .qodef-e-content {
  height: var(--qode-portfolio-fh-content-height) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qodef-portfolio-list--full-height .qodef-e-inner .qodef-e-content * {
  height: auto !important;
  line-height: 1em;
}

.qodef-portfolio-list--full-height .qodef-swiper-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  height: var(--qode-portfolio-fh-content-height) !important;
  z-index: 111;
}

.qodef-portfolio-list--full-height .qodef-swiper-nav * {
  height: 12px !important;
}

.qodef-portfolio-list--full-height .qodef-swiper-nav .swiper-button-next,
.qodef-portfolio-list--full-height .qodef-swiper-nav .swiper-button-prev {
  transform: translateY(-50%);
}

.qodef-portfolio-list--full-height .qodef-swiper-nav .swiper-nav-label {
  height: initial !important;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list--full-height .qodef-swiper-nav {
    right: 50%;
    bottom: 20px;
    height: auto !important;
    transform: translateX(50%);
  }
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
  display: flex;
  justify-content: space-between;
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-right-holder {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1512px) {
  .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-right-holder {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content .qodef-e-right-holder {
    font-size: 17px;
  }
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image {
  overflow: hidden;
  width: 100%;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e-media-image img {
  transform: scale(1.032);
  transition: transform 0.65s cubic-bezier(0.28, 0.72, 0.38, 0.97);
  transform-origin: 45% 45%;
}

.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: transparent;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.qodef-item-layout--info-below.qodef-hover-animation--overlay .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.01);
}

.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-cover .qodef-e-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .swiper-slide-active .qodef-e-content {
  opacity: 1;
  transition-delay: 0.35s;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-media-image {
  display: block;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-media-image img {
    min-height: 65vh;
    object-fit: cover;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-content {
  position: absolute;
  top: 50%;
  right: 13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 40.988vw;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-out;
  z-index: 2;
  pointer-events: none;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-content a {
  position: relative;
  z-index: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-content {
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 80vw;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-content {
    max-width: 100vw;
    padding: 0 20px;
  }
}

@media (max-height: 480px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-content {
    top: 0;
    transform: translateX(50%);
  }
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-description,
.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-title {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-title {
  margin: 0;
  position: relative;
  left: -0.05em;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-description {
  margin: 9px 0 0;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-e-read-more {
  margin-top: 30px;
  width: max-content;
}

.qodef-portfolio-list.qodef-item-layout--info-cover .swiper-pagination {
  position: absolute !important;
  bottom: 51px;
  left: 37px;
  width: auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .swiper-pagination {
    display: none;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-cover .qodef-swiper-nav {
  bottom: 10px;
  right: 42px;
  z-index: 111;
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-list.qodef-item-layout--info-cover .qodef-swiper-nav {
    right: auto;
    left: 5vw;
    bottom: -10px;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1.qodef--backwards .qodef-e.swiper-slide-next {
  opacity: 0.999 !important;
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1.qodef--backwards .qodef-e.swiper-slide-next .qodef-e-media .qodef-e-media-image {
  animation: qodef-transform-image 1.3s forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1:not(.qodef--backwards) .qodef-e.swiper-slide-prev {
  z-index: 1;
  opacity: 0.999 !important;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-e-media-image img {
  animation: qodef-transform-image 1.5s forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-media {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-title .qodef--word {
  clip-path: inset(-0.15em -0.1em);
  display: inline-flex;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-title .qodef--word .qode--char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-read-more {
  --qode-x: 0px;
  --qode-y: 20px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active {
  z-index: 2;
  opacity: 1;
  transition-duration: 0s !important;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active .qodef-e-media-image img {
  animation: qodef-clip-transform-image 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active .qodef-e-read-more {
  opacity: 1;
  transform: translateX(0) translateY(0);
  transition-delay: 0.8s, 0.8s;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active .qodef-e-title .qode--char {
  transition-delay: calc(var(--qode-i) * 0.014s);
  transform: translateY(0);
  opacity: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-container-horizontal.qodef-swiper--show-pagination .swiper-button-prev,
.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-next,
.qodef-portfolio-list.qodef-item-layout--info-cover.swiper-horizontal.qodef-swiper--show-pagination .swiper-button-prev {
  transform: translateY(-26px) !important;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--clip .qodef-e-media {
  transition: 1s cubic-bezier(0.09, 0.76, 0.21, 0.97);
  clip-path: inset(0 0 0 0);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--clip img {
  transform: scale(1.01);
  transition: transform 0.65s cubic-bezier(0.28, 0.72, 0.38, 0.97);
  transform-origin: 45% 45%;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--clip article:hover .qodef-e-media {
  clip-path: inset(30px 30px 30px 30px);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--clip article:hover img {
  transform: scale(1.04);
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--overlay .qodef-e-media {
  position: relative;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--overlay .qodef-e-media:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-drops.gif);
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  background-size: cover;
  mix-blend-mode: overlay;
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-image-hover--overlay article:hover .qodef-e-media:after {
  opacity: 0.5;
}

.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: 0;
  left: 0;
  translate: 20px 0;
  z-index: 9999;
  pointer-events: none;
  color: #fff;
  mix-blend-mode: difference;
  white-space: nowrap;
  opacity: 0;
  transition:
    opacity 0.2s,
    visibility 0.2s;
  --qode-x-px: calc(var(--qode-x) * 1px);
  --qode-y-px: calc(var(--qode-y) * 1px);
}

.qodef-e-content-follow .qodef-e-dot {
  position: absolute;
  top: -7px;
  left: -17px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: currentColor;
  display: block;
}

.qodef-e-content-follow .qodef-e-title {
  margin: 0;
}

.qodef-e-content-follow .qodef-e-title a {
  color: #fff;
}

.qodef-e-content-follow span.qodef-e-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 0.8em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-bottom: 0.2em;
}

@media only screen and (max-width: 880px) {
  .qodef-e-content-follow span.qodef-e-title {
    font-size: 50px;
  }
}

.qodef-e-content-follow .qodef-e-info {
  margin-top: -5px;
  margin-left: 7px;
}

.qodef-e-content-follow .qodef-e-info>* {
  color: #fff;
  margin: 0 5px;
}

.qodef-e-content-follow .qodef-e-info .qodef-info-separator-end,
.qodef-e-content-follow .qodef-e-info .qodef-info-separator-single {
  display: none;
}

.qodef-e-content-follow .qodef-e-info a {
  overflow: hidden;
  position: relative;
}

.qodef-e-content-follow .qodef-e-info a:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

.qodef-e-content-follow .qodef-e-info a:hover:after {
  transform: translateX(0);
}

.qodef-e-content-follow .qodef-e-text-holder {
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.qodef-e-content-follow .qodef-e-info,
.qodef-e-content-follow .qodef-e-text {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease;
  display: inline-flex;
  margin-right: auto;
}

.qodef-e-content-follow .qodef-e-info>*,
.qodef-e-content-follow .qodef-e-text>* {
  display: inline-block;
  z-index: 10;
}

.qodef-e-content-follow .qodef-e-text>* {
  padding: 3px 5px;
}

.qodef-e-content-follow.qodef-is-active {
  visibility: visible;
  opacity: 1;
}

.qodef-e-content-follow.qodef-is-active .qodef-e-info,
.qodef-e-content-follow.qodef-is-active .qodef-e-text {
  clip-path: inset(0 0 0 0);
}

.qodef-e-content-follow.qodef-is-active .qodef-e-info {
  transition-delay: 0.1s;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-inner {
  overflow: hidden;
}

.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 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 20px 0 35px;
  background-color: var(--qode-background-color);
  display: flex;
  justify-content: space-between;
}

.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-e-right-holder {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1512px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-right-holder {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content .qodef-e-right-holder {
    font-size: 17px;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
  color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info>* {
  color: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-info a:hover {
  color: inherit;
}

.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 {
  opacity: 0;
  will-change: transform;
  transform: translateY(100%);
  transition:
    opacity 0.25s 0.7s,
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 2;
  pointer-events: none;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content a {
  pointer-events: all;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-media-image img {
  --qodef-y: 1.8%;
  transform: scale(1.1) translateY(var(--qodef-y));
  transition: transform 0.7s cubic-bezier(0.3, 0.61, 0.3, 0.97);
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content {
  opacity: 1;
  transform: translateY(1%);
  transition-delay: 0s, 0s;
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-media-image img {
  transform: scale(1.1) translateY(calc(-1 * var(--qodef-y)));
}

.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 {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc(100% + 2px);
  margin: 0;
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: var(--qode-background-color);
}

.qodef-portfolio-list--full-height .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
  padding-inline: 0;
}

.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 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--qode-main-color);
}

.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: var(--qode-main-color);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a {
  overflow: hidden;
  position: relative;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

.qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-info a:hover:after {
  transform: translateX(0);
}

.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;
}

@media only screen and (max-width: 880px) {
  .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    height: auto !important;
    padding: 20px 0 55px;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
  }

  .qodef-portfolio-list--full-height .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-content {
    align-items: center;
  }

  .qodef-portfolio-list.qodef-item-layout--info-on-image article .qodef-e-title {
    position: relative;
    top: -9px;
    left: 0;
    transform: none;
  }
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1.qodef--backwards .qodef-e.swiper-slide-next {
  opacity: 0.999 !important;
  z-index: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1.qodef--backwards .qodef-e.swiper-slide-next .qodef-e-media .qodef-e-media-image {
  animation: qodef-transform-image 1.3s forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1:not(.qodef--backwards) .qodef-e.swiper-slide-prev {
  z-index: 1;
  opacity: 0.999 !important;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-e-media .qodef-e-media-image {
  animation: qodef-transform-image 1.5s forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-media {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-title {
  overflow: hidden;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e .qodef-e-title a {
  display: block;
  animation: 1s qodef-title-out forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active {
  z-index: 2;
  opacity: 1;
  transition-duration: 0s !important;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active .qodef-e-media .qodef-e-media-image {
  animation: qodef-clip-transform-image 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.qodef-portfolio-list.qodef-item-layout--info-on-image.swiper-container-fade.qodef-col-num--1 .qodef-e.swiper-slide-active .qodef-e-title a {
  animation: 1s qodef-title-in forwards;
}

.qodef-portfolio-project-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.qodef-portfolio-project-info .qodef-project-info-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 18px;
  column-gap: 56px;
}

@media only screen and (max-width: 680px) {
  .qodef-portfolio-project-info .qodef-project-info-items {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.qodef-portfolio-project-info .qodef-e-label {
  margin: 0 0 2px;
}

.qodef-portfolio-project-info .entry-date,
.qodef-portfolio-project-info .qodef-e-info-item {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
}

@media only screen and (max-width: 1512px) {

  .qodef-portfolio-project-info .entry-date,
  .qodef-portfolio-project-info .qodef-e-info-item {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {

  .qodef-portfolio-project-info .entry-date,
  .qodef-portfolio-project-info .qodef-e-info-item {
    font-size: 17px;
  }
}

.qodef-portfolio-project-info .qodef-social-share .qodef-social-title {
  font-size: 17px;
  display: block;
  margin: 0 0 2px;
}

.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: 86px;
}

/* 2026.05 */
#qodef-single-portfolio-navigation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  border-top: 1px solid var(--qode-border-color);
  /* padding-top: 41px; */
  padding-top: 80px;
  /* padding-bottom: 150px; */
  padding-bottom: 100px;
}

#qodef-single-portfolio-navigation .qodef-m-inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  flex-flow: wrap;
}

#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.qodef--next {
  flex-direction: row-reverse;
  text-align: right;
  margin-left: auto;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
  margin-left: 21px;
  fill: #fff;
}

#qodef-single-portfolio-navigation .qodef-m-nav-left {
  padding-left: 8px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-left svg {
  overflow: visible;
  clip-path: inset(0 -13px 0 0);
}

#qodef-single-portfolio-navigation .qodef-m-nav-left svg path {
  transition: transform 0.45s cubic-bezier(0.44, 0.73, 0.35, 0.97);
  transform: translateX(0);
}

#qodef-single-portfolio-navigation .qodef-m-nav-left svg>path {
  transform-origin: calc(100% + 12px);
  transform: translateX(0) scaleX(1);
}

#qodef-single-portfolio-navigation .qodef-m-nav-left a:hover svg path {
  transform: translateX(12px);
}

#qodef-single-portfolio-navigation .qodef-m-nav-left a:hover svg>path {
  transform: scaleX(1.2) translateX(12px);
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 680px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-size: 38px;
  }
}

#qodef-single-portfolio-navigation .qodef-m-nav-right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: wrap;
  column-gap: 50px;
  row-gap: 20px;
  text-align: right;
  margin-top: 19px;
}

@media only screen and (max-width: 1200px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-right {
    width: 100%;
  }
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-m-nav-right-inner {
  max-width: 230px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-m-nav-post-title {
  margin-top: -8px;
  margin-bottom: 14px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-e-info a {
  overflow: hidden;
  position: relative;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-e-info a:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-e-info a:hover:after {
  transform: translateX(0);
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-e-info .qodef-info-separator-single {
  color: inherit;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-e-info .qodef-info-separator-single:after {
  content: "/";
  margin: 0 3px 3px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-m-nav-thumbnail {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  #qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-m-nav-thumbnail {
    max-width: 210px;
  }
}

#qodef-single-portfolio-navigation .qodef-m-nav-right .qodef-m-nav-thumbnail img {
  transform: scale(1.032);
  transition: transform 0.65s cubic-bezier(0.28, 0.72, 0.38, 0.97);
  transform-origin: 45% 45%;
}

#qodef-single-portfolio-navigation .qodef-m-nav-right:hover .qodef-m-nav-thumbnail img {
  transform: scale(1.01);
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
  display: block;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
  display: block;
  margin-bottom: 30px;
  float: none;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
  margin-bottom: 0;
}

.qodef-proofing-gallery-single .qodef-meta-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3vh;
}

.qodef-proofing-gallery-single .qodef-meta-holder .qodef-e-meta-item {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
  margin: 0 10px;
}

@media only screen and (max-width: 1512px) {
  .qodef-proofing-gallery-single .qodef-meta-holder .qodef-e-meta-item {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-proofing-gallery-single .qodef-meta-holder .qodef-e-meta-item {
    font-size: 17px;
  }
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image a[data-type="image"] {
  overflow: hidden;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image img {
  transform: scale(1.032);
  transition: transform 0.65s cubic-bezier(0.28, 0.72, 0.38, 0.97);
  transform-origin: 45% 45%;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image:hover img {
  transform: scale(1.01);
}

.qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 38px;
}

.qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery .qodef-m-filter-item {
  margin: 0 32px 0 0;
}

.qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery .qodef-m-filter-items {
  margin: 0;
}

.qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery .qodef-e-download-btn {
  position: relative;
  bottom: 2px;
}

.qodef-proofing-gallery-single .qodef-e-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Inter, sans-serif !important;
  font-size: 15px !important;
  text-transform: uppercase;
  color: var(--qode-main-color);
  padding: 22px 0 32px;
}

.qodef-proofing-gallery-single .qodef-e-info .qodef-e-image-id {
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.4705882353em;
  font-weight: 400;
  color: var(--qode-main-color);
  letter-spacing: -0.01em;
}

.qodef-proofing-gallery-single .qodef-e-info .qodef-e-icon {
  color: var(--qode-main-color);
}

.qodef-proofing-gallery-single .qodef-e-info .qodef-e-icons-holder {
  gap: 14px;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image>a {
  display: block;
  position: relative;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image .qodef-approve-reject {
  position: relative;
  cursor: pointer;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image .qodef-approve-reject .qodef-e-approve,
.qodef-proofing-gallery-single .qodef-e-proofing-item-image .qodef-approve-reject .qodef-e-reject {
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image .qodef-approve-reject .qodef-e-reject {
  opacity: 1;
  position: absolute;
  bottom: 2px;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image.qodef--approved .qodef-approve-reject .qodef-e-approve {
  opacity: 1;
}

.qodef-proofing-gallery-single .qodef-e-proofing-item-image.qodef--approved .qodef-approve-reject .qodef-e-reject {
  opacity: 0;
}

.qodef-password-protected-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.qodef-password-protected-holder form {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
  .qodef-password-protected-holder form {
    padding-left: 7%;
    padding-right: 7%;
  }
}

.qodef-password-protected-holder .qodef-m-title {
  margin: 0;
  color: var(--qode-main-color);
  margin-left: -3px;
}

.qodef-password-protected-holder .qodef-m-title .qodef-highlight-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.222em;
  font-weight: 300;
  font-style: italic;
  text-transform: capitalize;
}

.qodef-password-protected-holder .qodef-m-subtitle {
  margin: 7px 0 0;
  font-size: 17px;
  color: var(--qode-main-color);
}

@media only screen and (max-width: 680px) {
  .qodef-password-protected-holder .qodef-m-inner {
    width: 86%;
  }
}

.qodef-password-protected-holder .qodef-m-fields {
  position: relative;
  width: 602px;
  margin: 33px 0 0;
  max-width: 100%;
}

.qodef-password-protected-holder .qodef-m-fields input[type="password"] {
  margin: 0;
  font-size: 19px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid var(--qode-border-color);
  color: var(--qode-main-color);
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 680px) {
  .qodef-password-protected-holder .qodef-m-fields {
    width: 100%;
  }
}

.qodef-password-protected-holder .qodef-m-fields input:-ms-input-placeholder {
  color: var(--qode-main-color);
  text-align: left;
}

.qodef-password-protected-holder .qodef-m-fields input::placeholder {
  color: var(--qode-main-color);
  text-align: left;
}

.qodef-password-protected-holder .qodef-m-submit {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.qodef-password-protected-holder .qodef-m-submit button {
  border: 0;
  padding: 0;
}

.single-proofing-gallery #qodef-page-inner {
  padding-inline: 40px;
}

@media only screen and (max-width: 1200px) {
  .single-proofing-gallery #qodef-page-inner {
    padding-inline: 7%;
  }
}

.single-proofing-gallery.qodef-page--protected #qodef-page-inner {
  padding: 0;
}

.qodef-interactive-team-reveal {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.qodef-interactive-team-reveal .qodef-team-item {
  position: relative;
  margin: 0 10px;
}

.qodef-interactive-team-reveal .qodef-team-item:first-child {
  margin-left: 0;
}

.qodef-interactive-team-reveal .qodef-team-item:last-child {
  margin-right: 0;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.qodef-interactive-team-reveal .qodef-team-item.active .qodef-e-media-image img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.qodef-interactive-team-reveal .qodef-team-item.active .qodef-overlay {
  opacity: 0.35;
}

.qodef-interactive-team-reveal .qodef-team-item.active .qodef-e-content .qodef-e-bottom-holder,
.qodef-interactive-team-reveal .qodef-team-item.active .qodef-e-content .qodef-e-text {
  transform: translateY(0);
  opacity: 1;
  transition:
    transform 0.4s cubic-bezier(0.61, 1, 0.88, 1),
    opacity 0.3s ease-out;
  transition-delay: 0.3s;
}

.qodef-interactive-team-reveal .qodef-team-item.active .qodef-e-content .qodef-e-text {
  transition-delay: 0.38s;
}

.qodef-interactive-team-reveal .qodef-team-item.active .qodef-e-content .qodef-e-bottom-holder {
  transition-delay: 0.46s;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content {
  padding: 33px 11% 33px 35px;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-info .qodef-info-separator-single:after {
  content: " ";
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-text {
  min-width: 100%;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-text .qodef-team-member-role {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  color: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 9px);
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-text .qodef-e-title {
  margin: 0;
  color: #fff;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-text .qodef-e-title .qodef-e-title-link {
  color: inherit;
}

.qodef-interactive-team-reveal .qodef-team-item .qodef-e-content .qodef-e-text .qodef-e-title .qodef-e-title-link:hover {
  color: inherit;
}

.qodef-interactive-team-reveal .qodef-e-media-image {
  display: block;
  width: 100%;
  overflow: hidden;
}

.qodef-interactive-team-reveal .qodef-e-media-image>a {
  cursor: pointer;
}

.qodef-interactive-team-reveal .qodef-e-media-image img {
  display: block;
  object-fit: cover;
  max-width: initial;
  object-position: 100% 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.qodef-interactive-team-reveal .qodef-e-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder,
.qodef-interactive-team-reveal .qodef-e-content .qodef-e-text {
  transform: translateY(20px);
  opacity: 0;
  transition: 0s;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder {
  margin: 11px 0 0;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons {
  margin-left: -5px;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  color: #fff !important;
  margin-right: 13px;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon:last-of-type {
  margin-right: 0;
}

.qodef-interactive-team-reveal .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon:hover:after {
  opacity: 1;
}

.qodef-interactive-team-reveal .qodef-e-team-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.qodef-interactive-team-reveal.qodef-col-num--5 .qodef-team-item {
  width: calc(16.19% + 1px);
  transition: width 0.4s ease;
}

.qodef-interactive-team-reveal.qodef-col-num--5 .qodef-team-item.active {
  width: 33%;
}

.qodef-interactive-team-reveal.qodef-col-num--4 .qodef-team-item {
  width: calc(16.65% + 1px);
  transition: width 0.4s ease;
}

.qodef-interactive-team-reveal.qodef-col-num--4 .qodef-team-item.active {
  width: 48%;
}

.qodef-interactive-team-reveal.qodef-col-num--3 .qodef-team-item {
  width: calc(23.3% + 2px);
  transition: width 0.4s ease;
}

.qodef-interactive-team-reveal.qodef-col-num--3 .qodef-team-item.active {
  width: 52%;
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-team-reveal {
    display: none !important;
  }
}

@media only screen and (min-width: 1921px) {
  .qodef-interactive-team-reveal.qodef-wide-screens .qodef-e-media-image img {
    width: 100%;
    height: 620px;
    object-position: 100%;
  }
}

.interactive-team-reveal--responsive {
  display: none;
}

.qodef-team-list .qodef-e-role {
  margin: 0;
}

.qodef-team-list .qodef-e-title {
  margin: 0 0 10px;
}

.qodef-team-list .qodef-social-icons {
  margin: 0;
}

.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-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 9px);
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-social-icon {
  margin-left: -5px;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.qodef-team-list.qodef-item-layout--info-below .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon:hover:after {
  opacity: 1;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-media-image img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-media-image:after {
  opacity: 1;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-e-title,
.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-social-icon {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content .qodef-social-icon {
  transition-delay: 0.2s, 0.2s;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image {
  position: relative;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image img {
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 1s;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-media-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.271) 39.3%);
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 31px 10% 31px 42px;
  --qode-x: 0px;
  --qode-y: 10px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-role {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  color: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 9px);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .entry-title {
  color: #fff;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-title {
  --qode-x: 0px;
  --qode-y: 10px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-social-icon {
  margin-left: -5px;
  --qode-x: 0px;
  --qode-y: 10px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-social-icon .qodef-team-member-social-icon:hover:after {
  opacity: 1;
}

.qodef-testimonials-list .qodef-e-inner {
  padding-bottom: 40px;
}

.qodef-testimonials-list .qodef-e-media-image {
  line-height: 0;
  margin-bottom: 25px;
}

.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-holder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.qodef-testimonials-list .qodef-e-text-holder .qodef-e-text {
  margin: 0;
  padding-right: 7%;
}

.qodef-testimonials-list .qodef-e-text-holder .qodef-e-quote-icon {
  position: relative;
  top: 6px;
  display: inline-block;
  color: var(--qode-main-color);
  margin-right: 27px;
}

.qodef-testimonials-list .qodef-e-text-holder .qodef-e-quote-icon svg g {
  fill: currentColor;
  stroke: none;
}

.qodef-testimonials-list .qodef-e-author {
  position: relative;
  left: 60px;
  margin: 30px 0 0;
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 8px);
}

.qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
  margin: 0;
  text-transform: none;
}

.qodef-testimonials-list.qodef-swiper-container {
  height: 100%;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-next,
.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev {
  transform: none;
  top: unset;
  bottom: 0;
  height: auto;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-next .swiper-nav-label,
.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev .swiper-nav-label {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 20px;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-next,
.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev {
  color: var(--qode-main-color);
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev {
  left: 0 !important;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-prev .swiper-nav-label {
  margin-left: 10px;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-next {
  right: unset !important;
  left: 121px;
}

.qodef-testimonials-list.qodef-swiper-container .swiper-button-next .swiper-nav-label {
  margin-right: 10px;
}

.qodef-testimonials-list .swiper-pagination-bullets {
  position: absolute !important;
  text-align: left;
  bottom: 0 !important;
  justify-content: flex-end;
}

.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-testimonials-slider-fit-to-section {
  height: 100%;
}

.qodef-testimonials-slider-fit-to-section .elementor-widget-container,
.qodef-testimonials-slider-fit-to-section .qodef-testimonials-list {
  height: 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: var(--qode-main-color);
  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: var(--qode-main-color);
  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: var(--qode-main-color);
  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: var(--qode-main-color);
}

.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: 0;
  padding: 31px 10px 53px 50px;
  border-top: 1px solid var(--qode-main-color);
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    padding 0.2s ease-out;
  cursor: pointer;
  counter-increment: count;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:before {
  content: "0" counter(count);
  position: absolute;
  left: 0;
  color: var(--qode-main-color);
  font-size: 20px;
  font-family: Inter, sans-serif;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
  margin-top: 0;
  border-top: 1px solid transparent;
}

.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;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-out;
}

.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 {
  padding: 31px 10px 13px 50px;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
  color: var(--qode-main-color);
  background-color: transparent;
}

.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: 0 50px 53px 50px;
  margin: 0;
}

.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-button.qodef-html--link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 20px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 4px 18px;
}

.qodef-button.qodef-size--small {
  padding: 3px 16px;
}

.qodef-button.qodef-size--large {
  padding: 12px 32px;
}

.qodef-button.qodef-size--full {
  width: 100%;
  padding: 4px 18px;
  justify-content: center;
  text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
  color: #fff;
  background-color: var(--qode-main-color);
  border: 1px solid transparent;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
  color: #fff;
  background-color: var(--qode-main-color);
}

.qodef-skin--light .qodef-button.qodef-layout--filled.qodef-html--link {
  color: #000 !important;
}

.qodef-button.qodef-layout--outlined {
  color: var(--qode-main-color);
  background-color: transparent;
  border: 1px solid var(--qode-main-color);
  border-radius: 14px;
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  clip-path: inset(0.12em 0);
}

.qodef-button.qodef-layout--outlined .qodef-m-text-duplicate,
.qodef-button.qodef-layout--outlined .qodef-m-text-initial {
  transition:
    transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91),
    opacity 0.35s;
  display: inline-block;
}

.qodef-button.qodef-layout--outlined .qodef-m-text-duplicate {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 100%);
  opacity: 0;
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text-initial {
  opacity: 0;
  transform: translate(0, -100%);
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text-duplicate {
  opacity: 1;
  transform: translate(0, 0);
}

.qodef-button.qodef-layout--textual {
  padding: 0 0 1px;
  color: var(--qode-main-color);
  background-color: transparent;
  border: 0;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}

.qodef-button.qodef-layout--textual .qodef-m-text {
  display: inline-block;
}

.qodef-button.qodef-layout--textual:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg,
      currentColor 0,
      currentColor 33%,
      transparent 33%,
      transparent 66%,
      currentColor 66%,
      currentColor 100%);
  transform: translateX(-66%);
  transition: transform 1.2s cubic-bezier(0.53, 0.95, 0.28, 1.03);
}

.qodef-button.qodef-layout--textual:hover:after {
  transform: translateX(0);
}

.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;
  color: var(--qode-main-color);
}

.qodef-countdown .qodef-label {
  display: inline-block;
}

.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.3333333333%;
}

.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.6666666667%;
}

.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: Inter, sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-left: -5px;
}

@media only screen and (max-width: 1512px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 70px;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 60px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-countdown.qodef-layout--simple .qodef-digit {
    font-size: 42px;
  }
}

.qodef-countdown.qodef-layout--simple .qodef-label {
  display: inline-block;
}

.widget.widget_sonora_core_custom_font {
  margin-bottom: 0 !important;
}

.qodef-custom-font {
  position: relative;
  margin: 0;
}

.qodef-custom-font.qodef--fluid-typography {
  font-size: clamp(var(--qode-fs-min, 0.103rem),
      var(--qode-fs-val, calc(-0.132rem + 25.455vw)),
      var(--qode-fs-max, 1.538rem));
  line-height: 1;
}

.qodef-custom-font.qodef--has-appear .qodef--word {
  clip-path: inset(-0.15em -0.1em);
  display: inline-flex;
}

.qodef-custom-font.qodef--has-appear .qodef--word .qode--char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char {
  transition-delay: calc(var(--qode-i) * 0.014s);
  transform: translateY(0);
  opacity: 1;
}

.qodef--slow .qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char,
rs-layer .qodef-custom-font.qodef--has-appear.qodef--appeared .qode--char {
  transition-duration: 0.35s, 1.2s;
  transition-delay: calc(var(--qode-i) * 0.08s);
}

.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: Inter, sans-serif;
  font-size: 90px;
  line-height: 1.0777777778em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 1512px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 70px;
    line-height: 1.0857142857em;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 60px;
    line-height: 1.1em;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 50px;
    line-height: 1.1em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps .qodef-m-letter {
    font-size: 38px;
    line-height: 1.1842105263em;
  }
}

.qodef-dropcaps .qodef-m-text {
  display: inline;
  margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
  width: 40px;
  height: 40px;
  font-size: 43px;
  line-height: 1.2325581395em;
  color: #fff;
  background-color: var(--qode-main-color);
}

@media only screen and (max-width: 1512px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 37px;
    line-height: 1.2162162162em;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 32px;
    line-height: 1.15625em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    font-size: 30px;
    line-height: 1.2em;
  }
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
  border-radius: 100%;
}

.qodef-flow-holder-outer {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.qodef-flow-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}

.qodef-flow-holder-outer.loaded .qodef-flow-holder {
  animation: qode-fade-in 0.3s 0.2s forwards;
}

.qodef-flow-holder .qodef-flow-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item {
  width: 43vw;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-item-inner {
  position: absolute;
  top: 50%;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translateY(-31%);
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title .qodef-flow-label {
  --qode-x: 0px;
  --qode-y: 10px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

html.no-touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title .qodef--word {
  clip-path: inset(-0.15em -0.1em);
  display: inline-flex;
}

html.no-touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title .qodef--word .qode--char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.56s cubic-bezier(0.26, -0.14, 0, 1.01);
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label {
  color: var(--qode-main-color);
  margin-bottom: 0;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-title {
  margin-top: 2px;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-image {
  display: block;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
  min-width: 29em;
}

@media only screen and (max-width: 880px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
    min-width: auto;
    max-width: 80vw;
  }
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item {
  z-index: 3;
  right: 39.3%;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-item-inner {
  transform: translate(30%, -75%);
}

@media (min-width: 1201px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-item-inner img {
    max-width: 33.2vw;
  }
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-label-title {
  right: 69%;
}

@media only screen and (max-width: 1512px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-label-title {
    right: 48%;
  }
}

@media only screen and (max-width: 1368px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-label-title {
    right: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item .qodef-flow-label-title {
    right: auto;
    left: 0;
  }
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item:hover+.qodef-flow-right-item .qodef-flow-label-title {
  opacity: 1;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item:hover+.qodef-flow-right-item .qodef-flow-label-title .qodef-flow-label {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

html.no-touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item:hover+.qodef-flow-right-item .qodef-flow-label-title .qode--char {
  transition-delay: calc(var(--qode-i) * 0.014s);
  transform: translateY(0);
  opacity: 1;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item {
  z-index: 4;
  left: 50%;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-item-inner {
  transform: translate(-2.5%, -35%);
}

@media (min-width: 1201px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-item-inner img {
    max-width: 23vw;
  }
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-label-title {
  left: 69%;
}

@media only screen and (max-width: 1512px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-label-title {
    left: 48%;
  }
}

@media only screen and (max-width: 1368px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-label-title {
    left: 25%;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item .qodef-flow-label-title {
    left: auto;
    right: 0;
  }
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item:hover .qodef-flow-label-title {
  opacity: 1;
}

.qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item:hover .qodef-flow-label-title .qodef-flow-label {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

html.no-touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item:hover .qodef-flow-label-title .qode--char {
  transition-delay: calc(var(--qode-i) * 0.014s);
  transform: translateY(0);
  opacity: 1;
}

.touchevents .qodef-flow-holder-outer {
  height: auto;
}

.touchevents .qodef-flow-holder {
  position: relative;
  height: auto;
  max-width: 90%;
  margin: 0 auto;
  opacity: 1;
  padding: 4vh 0;
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner {
  position: relative;
  height: auto;
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item {
  position: relative;
  margin: 4vh auto;
  width: 50%;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item {
    width: 100%;
  }
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-right-item {
  left: auto;
  float: right;
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item {
  right: auto;
  float: left;
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label {
  opacity: 1;
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
    position: relative;
    order: 2;
    opacity: 1;
    transform: none;
  }

  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title .qodef-flow-title {
    margin-top: 8px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 1024px) {
  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 880px) {
  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-label-title {
    font-size: 30px;
  }
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-item-inner {
  position: relative;
  top: 0;
  max-width: 95%;
  max-height: 100%;
  margin: 0 auto;
  transform: none !important;
}

@media only screen and (max-width: 1200px) {
  .touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-item-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.touchevents .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item .qodef-flow-image {
  max-height: 100%;
  height: auto;
  width: 100%;
  max-width: initial !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: var(--qode-main-color);
}

.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: 17px;
}

.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_sonora_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_sonora_core_icon_list_item {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_sonora_core_icon_list_item {
  margin-bottom: 0;
}

.qodef-icon-with-text .qodef-m-title {
  margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
  display: block;
}

.qodef-icon-with-text .qodef-m-text {
  margin: 8px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
  line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
  float: none;
}

.qodef-icon-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
  display: block;
}

.qodef-icon-with-text.qodef-layout--before-content {
  display: flex;
  align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 15px;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
  line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
  display: flex;
  align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
  flex-shrink: 0;
  margin-right: 5px;
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
  max-width: 50%;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 21px;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
  text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
  text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
  text-align: right;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
  max-width: 50%;
  margin: 0 auto;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--left img {
  margin-left: 0;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina.qodef-alignment--right img {
  margin-right: 0;
}

.qodef-icon-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 1;
}

.qodef-icon-holder a {
  display: block;
}

.qodef-icon-holder .qodef-icon {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder .qodef-icon:before {
  display: block;
  line-height: inherit;
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--qode-main-color);
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
  color: inherit;
  transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
  background-color: var(--qode-main-color);
}

.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_sonora_core_icon {
  display: inline-block;
  line-height: 1;
}

#qodef-page-sidebar .widget.widget_sonora_core_icon {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_sonora_core_icon {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_sonora_core_icon {
  margin-bottom: 0;
}

.qodef-image-gallery.qodef-image-border img {
  border-style: solid;
  border-color: var(--qodef-image-border-color, var(--qode-border-color));
  border-width: 1px;
}

.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 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
  display: block;
}

.qodef-image-with-text .qodef-m-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
  margin: 21px 0 0;
}

.qodef-image-with-text p.qodef-m-title {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 1.2307692308em;
}

.qodef-image-with-text .qodef-m-text {
  margin: 15px 0 0;
}

.qodef-image-with-text.qodef-image-border .qodef-m-image {
  color: var(--qode-border-color);
}

.qodef-image-with-text.qodef-image-border .qodef-m-image a {
  color: inherit;
}

.qodef-image-with-text.qodef-image-border .qodef-m-image img {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
}

.qodef-image-with-text.qodef-custom-cursor--launch .qodef-m-content {
  --qode-x: 10px;
  --qode-y: 0px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
}

.qodef-image-with-text.qodef-custom-cursor--launch:hover .qodef-m-content {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.qodef-svg--image-cursor {
  color: #fff;
  width: auto;
  height: 121px;
}

.qodef-svg--image-cursor text {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: inherit;
}

.qodef-m-image-cursor {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  position: fixed;
  top: 50%;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
  visibility: hidden;
  width: auto;
  height: 121px;
  z-index: 2;
}

.qodef-m-image-cursor-inner {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-m-image-cursor.qodef--show {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
}

.qodef-m-image-cursor.qodef--hide {
  opacity: 0;
  visibility: hidden;
}

.qodef-m.qodef--has-appear .qodef-m-image {
  --qode-x: 0px;
  --qode-y: 50px;
  opacity: 0;
  transform: translateX(var(--qode-x)) translateY(var(--qode-y));
  transition:
    opacity 0.37s ease-out,
    transform 0.5s cubic-bezier(0.18, 0.79, 0.29, 0.93);
  transition-duration: 0.45s, 0.95s;
}

.elementor-element.e-con:nth-of-type(even) .elementor-element.e-con:nth-of-type(even) .qodef-m.qodef--has-appear .qodef-m-image {
  --qode-y: -50px;
  transition-delay: 0.2s, 0.2s;
}

.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(odd) .qodef-m.qodef--has-appear .qodef-m-image {
  --qode-y: -50px;
  transition-delay: 0.15s, 0.15s;
}

.elementor-element.e-con:nth-of-type(odd) .elementor-element.e-con:nth-of-type(even) .qodef-m.qodef--has-appear .qodef-m-image {
  transition-delay: 0.25s, 0.25s;
}

.qodef-m.qodef--has-appear.qodef--appeared .qodef-m-image {
  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-info p {
  color: var(--qode-main-color);
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info p a {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 1px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info p a:hover {
  background-size: 100% 100%;
}

.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(var(--qode-main-color), 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-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: 37px 0 81px;
  display: grid;
  grid-template-columns: minmax(0, 22.6%) minmax(0, 1fr) minmax(0, auto);
}

.qodef-pricing-table .qodef-m-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  text-align: left;
  column-gap: 10px;
}

.qodef-pricing-table .qodef-m-title h5 {
  margin: 0;
}

.qodef-pricing-table .qodef-m-subtitle {
  width: 100%;
}

.qodef-pricing-table .qodef-m-subtitle p {
  margin: 0;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  text-decoration: underline;
}

.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
  display: flex;
  margin: 0;
  justify-content: center;
}

.qodef-pricing-table .qodef-m-content {
  margin: 0 0 -8px 13px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(var(--qode-pricing-table-rows, 4),
      minmax(0, auto));
  column-gap: var(--qode-pricing-table-gap, 168px);
  justify-content: center;
  text-align: left;
}

.qodef-pricing-table .qodef-m-content p {
  margin: 6px 0 8px;
}

.qodef-pricing-table .qodef-m-content ul {
  list-style: none;
  margin: 0;
}

.qodef-pricing-table .qodef-m-content ul li {
  color: var(--qode-main-color);
  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: 13px 0 0;
}

.qodef-section-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-section-title .qodef-m-title {
  display: inline-block;
  margin: 0;
  letter-spacing: -0.01em;
}

.qodef-section-title .qodef-m-text {
  margin: 12px 0 0;
}

.qodef-section-title .qodef-m-number {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
  margin-right: 17px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 1512px) {
  .qodef-section-title .qodef-m-number {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-section-title .qodef-m-number {
    font-size: 17px;
  }
}

.qodef-section-title.qodef-alignment--center {
  text-align: center;
}

.qodef-section-title.qodef-alignment--left {
  text-align: left;
}

.qodef-section-title.qodef-alignment--right {
  text-align: right;
}

.qodef-separator {
  font-size: 0;
  height: auto;
  line-height: 1;
  position: relative;
}

.qodef-separator .qodef-m-line {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-bottom: 1px solid var(--qode-border-color);
}

.qodef-separator.qodef-position--center {
  text-align: center;
}

.qodef-separator.qodef-position--left {
  text-align: left;
}

.qodef-separator.qodef-position--right {
  text-align: right;
}

.qodef-separator.qodef-show--yes {
  display: block;
}

.qodef-separator.qodef-show--no {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--yes {
    display: block;
  }
}

@media only screen and (max-width: 1600px) {
  .qodef-separator.qodef-show-1600--no {
    display: none;
  }
}

@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--yes {
    display: block;
  }
}

@media only screen and (max-width: 1512px) {
  .qodef-separator.qodef-show-1512--no {
    display: none;
  }
}

@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--yes {
    display: block;
  }
}

@media only screen and (max-width: 1368px) {
  .qodef-separator.qodef-show-1368--no {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--yes {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-separator.qodef-show-1200--no {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--yes {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-separator.qodef-show-1024--no {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--yes {
    display: block;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-separator.qodef-show-880--no {
    display: none;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--yes {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-separator.qodef-show-680--no {
    display: none;
  }
}

#qodef-page-sidebar .widget.widget_sonora_core_separator {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_sonora_core_separator {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_sonora_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-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-following-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--qode-main-color);
  z-index: 2;
}

.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:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #bbb;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    width: auto;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    min-width: 55%;
  }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  font-weight: 600;
  display: block;
  padding: 14px 0;
  transition:
    color 0.2s ease-out,
    background-color 0.2s ease-out;
}

@media only screen and (max-width: 1512px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    padding-right: 77px;
  }
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
  margin-right: 0;
}

@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;
    padding: 0;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-of-type {
    margin-bottom: 7px;
  }
}

.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 #bbb;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  width: 100%;
}

.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;
  padding: 0;
  line-height: 2.2em;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
  margin-top: 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-following-border {
  height: 100%;
  width: 1px;
  right: -1px;
  left: auto;
  bottom: auto;
  top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
  margin: 26px 0 0;
}

.qodef-video-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.qodef-video-button .qodef-m-image img {
  object-fit: cover;
}

.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;
  line-height: 1;
}

.qodef-video-button .qodef-m-play span {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play span:before {
  display: block;
  line-height: inherit;
}

.qodef-video-button .qodef-m-play .qodef-svg--play {
  color: inherit;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 680px) {
  .qodef-video-button .qodef-m-play .qodef-svg--play {
    width: 200px;
    height: auto;
  }
}

.qodef-video-button .qodef-m-play .qodef-svg--play text {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: currentColor;
}

.qodef-video-button.qodef--play-cursor {
  cursor: none;
}

.qodef-video-button.qodef--play-cursor * {
  cursor: inherit;
}

.qodef-video-button:hover .qodef-m-play {
  opacity: 0;
}

.qodef-m-play-cursor {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  position: fixed;
  top: 50%;
  transition:
    opacity 0.3s ease-out,
    visibility 0.3s ease-out;
  visibility: hidden;
  height: 386px;
  width: 121px;
  z-index: 2;
}

.qodef-m-play-cursor-inner {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.qodef-m-play-cursor .qodef-svg--play {
  color: #fff;
}

.qodef-m-play-cursor .qodef-svg--play text {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  color: inherit;
}

@media only screen and (max-width: 680px) {
  .qodef-m-play-cursor .qodef-svg--play text {
    font-size: 60px;
  }
}

.qodef-m-play-cursor.qodef--show {
  opacity: 1;
  visibility: visible;
}

.qodef-m-play-cursor.qodef--hide {
  opacity: 0;
  visibility: hidden;
}

#qodef-side-area {
  position: fixed;
  top: 0;
  right: -575px;
  width: 575px;
  height: 100%;
  min-height: 100%;
  padding: 158px 60px;
  background-color: var(--qode-background-color);
  overflow: hidden;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 4px rgba(99, 99, 99, 0.14);
}

@media only screen and (max-width: 1512px) {
  #qodef-side-area {
    padding: 50px 60px;
    display: flex;
    align-items: center;
  }
}

body.qodef-skin--light #qodef-side-area {
  border-left: 1px solid #262626;
}

.qodef-side-area--opened #qodef-side-area {
  right: 0;
  visibility: visible;
}

#qodef-side-area.qodef-alignment--center {
  text-align: center;
}

#qodef-side-area.qodef-alignment--right {
  text-align: right;
}

#qodef-side-area.qodef-alignment--left {
  text-align: left;
}

#qodef-side-area .widget_text a {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 calc(100% - 2px);
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

#qodef-side-area .widget_text a:hover {
  background-size: 100% 100%;
}

#qodef-side-area-close {
  position: absolute;
  top: 33px;
  right: 40px;
  display: block;
  z-index: 1000;
  color: var(--qode-main-color);
}

.admin-bar #qodef-side-area-close {
  top: 65px;
}

.qodef-side-area-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 0;
  transition:
    opacity 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
  opacity: 1;
  z-index: 1002;
}

.qodef-social-share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-social-share .qodef-social-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.35em;
  letter-spacing: -0.01em;
  color: var(--qode-main-color);
  font-weight: 600;
  line-height: 30px;
}

@media only screen and (max-width: 1512px) {
  .qodef-social-share .qodef-social-title {
    font-size: 19px;
    line-height: 1.3157894737em;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-social-share .qodef-social-title {
    font-size: 17px;
  }
}

.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 var(--qode-border-color);
}

.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: var(--qode-main-color);
  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: 11px;
}

.qodef-social-share.qodef-layout--text li a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}

.qodef-social-share.qodef-layout--text li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.qodef-social-share.qodef-layout--text li a:hover {
  color: inherit;
}

.qodef-social-share.qodef-layout--text li a:hover:after {
  opacity: 1;
}

.qodef-social-share.qodef-layout--text li a:last-child {
  margin-right: 0;
}

.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: #000;
}

#qodef-page-spinner .qodef-m-spinner {
  position: relative;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
  position: relative;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  z-index: 1;
  animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
  animation: qode-atom-zindex 1.5s 0.75s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
  transform: rotate(0);
  animation:
    qode-atom-postion 1.5s infinite ease,
    qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
  transform: rotate(120deg);
  animation: qode-atom-zindex 1.5s -0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
  animation:
    qode-atom-postion 1.5s -1s infinite ease,
    qode-atom-size 1.5s -0.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
  transform: rotate(240deg);
  animation: qode-atom-zindex 1.5s 0.25s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
  animation:
    qode-atom-postion 1.5s -0.5s infinite ease,
    qode-atom-size 1.5s -125ms infinite ease;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
  position: absolute;
  height: 50px;
  width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
  content: "";
  position: absolute;
  height: 18.31501832px;
  width: 18.31501832px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
  transform: rotate(-135deg);
  animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
  transform: rotate(-90deg);
  animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
  transform: rotate(-45deg);
  animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
  animation: qode-clock-4 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: currentColor;
  animation: qode-cube 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0.6;
  animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
  animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
  position: relative;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
  position: absolute;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
  transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
  transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
  animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
  animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
  animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
  animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
  top: 0;
  left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
  top: 0;
  right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
  right: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
  left: 0;
  bottom: 0;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
  position: relative;
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
  top: 0;
  left: 50%;
  animation: qode-fussion-ball-1 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
  top: 50%;
  left: 100%;
  animation: qode-fussion-ball-2 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
  top: 100%;
  left: 50%;
  animation: qode-fussion-ball-3 1s 0s ease infinite;
  z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
  top: 50%;
  left: 0;
  animation: qode-fussion-ball-4 1s 0s ease infinite;
  z-index: 2;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
  position: absolute;
  width: 60px;
  height: 4px;
  margin-left: 10px;
  background-color: currentColor;
  animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
  position: relative;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  animation: qode-mitosis-invert 2s infinite steps(2, end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
  animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
  animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
  animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
  animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--predefined {
  --qodef-clip: 0;
  clip-path: inset(0 calc(var(--qodef-clip) * 1%) 0 0);
}

#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;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5vw 2vw 2vw;
  position: relative;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2);
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-background-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-drops.gif);
  opacity: 0.2;
  pointer-events: none;
  background-size: cover;
  mix-blend-mode: overlay;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-content {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number {
  font-size: 16vw;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  position: relative;
  color: inherit;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number:after {
  content: "%";
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number-holder {
  clip-path: inset(0 -10em);
  margin-top: -1.5%;
  text-align: right;
  padding-right: 3vw;
  flex-basis: 67%;
  transform: translateY(50%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text {
  position: relative;
  font-size: 3vw;
  text-transform: uppercase;
  flex-basis: 50%;
  margin: 0;
  color: inherit;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qodef--word {
  clip-path: inset(-0.15em -0.1em);
  display: inline-flex;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text .qodef--word .qode--char {
  display: inline-flex;
  transform: translateY(120%);
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.9s cubic-bezier(0.26, -0.14, 0, 1.01);
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-number-holder {
  opacity: 1;
  transform: translateY(0);
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-text .qode--char {
  transition-delay: calc(var(--qode-i) * 0.018s);
  transform: translateY(0);
  opacity: 1;
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-number-holder {
  opacity: 0;
  transform: translateY(-100%);
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-text .qode--char {
  transition-delay: calc(0.1s + var(--qode-i) * 0.01s);
  transform: translateY(-110%);
  opacity: 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-number-holder {
    flex-basis: 7em;
  }

  #qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text {
    font-size: 4vw;
  }
}

#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: Inter, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
  display: inline-block;
  opacity: 0;
  will-change: opacity;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
  white-space: pre;
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
  opacity: 1;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
  position: relative;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
  position: absolute;
  top: 0;
  width: 60%;
  height: 60%;
  display: inline-block;
  background-color: currentColor;
  border-radius: 100%;
  transform-origin: center bottom;
  animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
  float: left;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background: currentColor;
  border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
  animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
  animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
  animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
  margin-right: 0;
  animation: qode-wave-wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
  width: 72px;
  margin: -9px 0 0 -36px;
  text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 3px 0 0;
  background-color: currentColor;
  border-radius: 100%;
  animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
  animation-delay: -0.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
  animation-delay: -0.16s;
}

.qodef-page-title {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--qode-main-color);
}

.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 {
  margin: 0 40px;
  width: calc(100% - 80px);
}

@media only screen and (max-width: 1200px) {
  .qodef-page-title .qodef-m-content.qodef-content-full-width {
    margin: 0 7%;
    width: calc(100% - 2 * 7%);
  }
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: -0.01em;
}

.qodef-page-title .qodef-breadcrumbs a {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 0;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
}

.qodef-page-title .qodef-breadcrumbs a:hover {
  background-size: 100% 100%;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
  margin: 0 4px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
  content: "/";
}

.qodef-page-title.qodef-title--breadcrumbs {
  height: 86px;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs {
  height: 196px;
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
  margin-bottom: 1px;
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
  margin: 4px 0 0;
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor {
  margin-bottom: 0 !important;
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element {
  z-index: 1;
}

.qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element:last-child {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 0;
}

html.elementor-html .qodef-uncovering-section .qodef-page-content-section>.elementor>.elementor-element:last-child {
  bottom: initial;
  left: initial;
  position: initial;
  width: initial;
}

.qodef-social-links-group {
  margin-left: -6px;
}

.qodef-social-links-group .qodef-link-holder {
  margin-right: 7px;
}

.qodef-social-links-group .qodef-link-holder a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--qode-main-color);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
}

.qodef-social-links-group .qodef-link-holder a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.qodef-social-links-group .qodef-link-holder a:hover:after {
  opacity: 1;
}

.qodef-social-links-group .qodef-link-holder:last-child {
  margin-right: 0;
}

.widget_sonora_core_svg_icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}

.widget_sonora_core_svg_icon .qodef-m-holder {
  display: flex;
  align-items: center;
}

.widget_sonora_core_svg_icon .qodef-svg-icon-widget svg {
  display: block;
  fill: var(--fill-color);
  stroke: var(--stroke-color);
  max-width: 100%;
  max-height: 100%;
  transition: all 0.25s ease-out;
}

.widget_sonora_core_svg_icon .qodef-svg-icon-widget a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.widget_sonora_core_svg_icon .qodef-svg-icon-widget a:hover svg,
.widget_sonora_core_svg_icon .qodef-svg-icon-widget:hover svg {
  fill: var(--fill-hover-color);
  stroke: var(--stroke-hover-color);
}

.widget_sonora_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,
.widget_sonora_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
  color: var(--text-hover-color);
}

.widget_sonora_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
  background-color: var(--background-hover-color);
}

.widget_sonora_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_sonora_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_sonora_core_svg_icon .qodef-m-text {
  font-size: 16px;
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  font-weight: 600;
}

#qodef-page-header .widget_sonora_core_svg_icon .qodef-m-text .qodef-menu-item-text {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
  padding-bottom: 2px;
  background-position: 0 100%;
  background-size: 0 100%;
  transition: 0.4s cubic-bezier(0.33, 0.52, 0.05, 0.96);
  padding-top: 2px;
}

.widget.qodef-switcher .switch {
  position: relative;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.widget.qodef-switcher .switch .switch__input {
  display: none;
}

.widget.qodef-switcher .switch .switch__label {
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
}

.widget.qodef-switcher .switch .switch__label .qodef-switcher-box {
  flex-shrink: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--qode-main-color);
}

body .widget.qodef-switcher .switch .switch__label .qodef-switcher-box.qodef-current-skin,
body.qodef-skin--dark .widget.qodef-switcher .switch .switch__label .qodef-switcher-box.qodef-current-skin {
  background-color: var(--qode-main-color);
}

body .widget.qodef-switcher .switch .switch__label .qodef-switcher-box:not(.qodef-current-skin),
body.qodef-skin--dark .widget.qodef-switcher .switch .switch__label .qodef-switcher-box:not(.qodef-current-skin) {
  background-color: transparent;
}

body.qodef-skin--light .widget.qodef-switcher .switch .switch__label .qodef-switcher-box.qodef-current-skin {
  background-color: transparent;
}

body.qodef-skin--light .widget.qodef-switcher .switch .switch__label .qodef-switcher-box:not(.qodef-current-skin) {
  background-color: var(--qode-main-color);
}

.widget.qodef-switcher .qodef-switcher-label {
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--qode-main-color);
  line-height: 2.5384615385em;
  letter-spacing: -0.01em;
  flex-shrink: 0;
  margin-right: 4px;
}

.qodef-header--vertical #qodef-page-header-inner .widget.qodef-switcher .qodef-switcher-label {
  order: 1;
  margin: 0 0 0 3px;
}

.qodef-header--vertical-sliding #qodef-page-header-inner .widget.qodef-switcher .qodef-switcher-label {
  order: 1;
  margin: 3px 0 0;
}

@media only screen and (max-width: 1512px) {
  .qodef-blog--info-below-image #qodef-media {
    height: 600px;
  }
}

@media only screen and (max-width: 1368px) {
  .qodef-blog--info-below-image #qodef-media {
    height: 477px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-blog--info-below-image #qodef-media {
    height: 460px;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-blog--info-below-image #qodef-media {
    height: 400px;
  }
}

@media only screen and (max-width: 880px) {
  #qodef-author-info .qodef-m-inner {
    flex-wrap: wrap;
  }

  #qodef-author-info .qodef-m-content {
    margin-top: 23px;
  }

  #qodef-author-info .qodef-m-description {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-fullscreen-menu>ul {
    width: 100%;
    align-items: flex-start;
  }

  .qodef-fullscreen-menu>ul>li {
    flex-direction: column;
  }

  .qodef-fullscreen-menu>ul>li:first-child {
    margin: 0;
  }

  .qodef-fullscreen-menu>ul>li>a {
    font-size: 40px;
  }

  .qodef-fullscreen-menu>ul>li>a:hover .qodef-menu-item-text {
    background-size: 100% 100%;
  }

  .qodef-fullscreen-menu>ul>li.current-menu-ancestor>a .qodef-menu-item-text,
  .qodef-fullscreen-menu>ul>li.current-menu-item>a .qodef-menu-item-text {
    background-size: 100% 100%;
  }

  .qodef-fullscreen-menu .qodef-drop-down-second {
    position: relative;
    left: 0;
    width: initial;
    max-width: initial;
  }

  .qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding-top: 14px;
  }
}

@media (max-height: 620px) {
  .qodef-fullscreen-menu>ul>li {
    margin-top: 25px;
  }

  .qodef-fullscreen-menu>ul>li>a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) #qodef-page-outer {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-header--vertical-sliding #qodef-page-header-inner {
    display: none;
  }

  .qodef-header--vertical-sliding #qodef-page-outer,
  .qodef-header--vertical-sliding footer {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-header--vertical #qodef-page-header-inner {
    display: none;
  }

  .qodef-header--vertical #qodef-page-footer,
  .qodef-header--vertical #qodef-page-outer {
    padding-left: 0;
  }
}

/* 2026.05 */

/* @media only screen and (max-width: 1200px) {
  #qodef-top-area {
    display: none;
  }
} */

@media only screen and (max-width: 1025px) {
  #qodef-top-area {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 880px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
    max-height: 30vh;
  }
}

@media only screen and (max-width: 880px) {
  #yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-portfolio-single .qodef-variations--small .qodef-media {
    margin: 0 0 20px;
  }

  .qodef-portfolio-single .qodef-variations--small .qodef-col--sidebar {
    max-width: initial;
  }

  .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--1024 .qodef-m-items-holder {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--1024 .qodef-m-items-holder .qodef-m-items-slider {
    padding-bottom: 50px;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--1024 .qodef-e-item-textual .qodef-e-inner {
    position: relative;
    top: 0 !important;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--768 .qodef-m-items-holder {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--768 .qodef-m-items-holder .qodef-m-items-slider {
    padding-bottom: 50px;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--768 .qodef-e-item-textual .qodef-e-inner {
    position: relative;
    top: 0 !important;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--680 .qodef-m-items-holder {
    position: relative;
    left: 0 !important;
    width: 100% !important;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--680 .qodef-m-items-holder .qodef-m-items-slider {
    padding-bottom: 50px;
  }

  .qodef-fixed-project-slider.qodef-fixed-project-slider-responsive--680 .qodef-e-item-textual .qodef-e-inner {
    position: relative;
    top: 0 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-proofing-gallery-single .qodef-m-filter .qodef-m-filter-items {
    flex-direction: row;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-proofing-gallery-single .qodef-grid.qodef-responsive--predefined.qodef-col-num--4>.qodef-grid-inner {
    --qode-columns: 2;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-proofing-gallery-single .qodef-meta-holder {
    flex-direction: column;
  }

  .qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery {
    margin: 0 0 45px;
  }

  .qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery .qodef-m-filter-items {
    width: 100%;
    flex-direction: row;
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 680px) and (max-width: 880px) {
  .qodef-proofing-gallery-single .qodef-m-filter.qodef--proofing-gallery {
    flex-direction: column;
    align-items: flex-start;
  }
}

.interactive-team-reveal--responsive .qodef-team-item {
  position: relative;
}

.interactive-team-reveal--responsive .qodef-team-item .qodef-image-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .interactive-team-reveal--responsive {
    overflow: hidden;
    display: block !important;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper {
    width: 100%;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item {
    position: relative;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content * {
    color: #fff;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content {
    color: #fff;
    padding: 33px 11% 33px 35px;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-info .qodef-info-separator-single:after {
    content: " ";
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-text {
    min-width: 100%;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-text .qodef-team-member-role {
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--qode-main-color);
    line-height: 2.5384615385em;
    color: #fff;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),
        currentColor 1px);
    background-size: 100% 100%;
    padding-bottom: 0;
    background-position: 0 calc(100% - 9px);
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-text .qodef-e-title {
    margin: 0;
    color: #fff;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-text .qodef-e-title .qodef-e-title-link {
    color: inherit;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-text .qodef-e-title .qodef-e-title-link:hover {
    color: inherit;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-bottom-holder {
    margin: 11px 0 0;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons {
    margin-left: -5px;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: var(--qode-main-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    position: relative;
    color: #fff !important;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-m-item .qodef-e-content .qodef-e-bottom-holder .qodef-social-icons .qodef-social-icon:hover:after {
    opacity: 1;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-e-media-image {
    overflow: hidden;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-e-media-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
  }

  .interactive-team-reveal--responsive .qodef-m-swiper .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .interactive-team-reveal--responsive .swiper-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: center;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-testimonials-list.qodef-swiper-container.qodef-swiper--show-navigation-combo .swiper-pagination-bullets {
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {

  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
    width: 33.3333333333%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .qodef-countdown.qodef-show--4 .qodef-digit-wrapper:last-of-type,
  .qodef-countdown.qodef-show--5 .qodef-digit-wrapper:last-of-type,
  .qodef-countdown.qodef-show--6 .qodef-digit-wrapper:last-of-type {
    margin-bottom: 0;
  }

  .qodef-countdown.qodef-show--4 .qodef-digit,
  .qodef-countdown.qodef-show--5 .qodef-digit,
  .qodef-countdown.qodef-show--6 .qodef-digit {
    margin-left: 0;
  }
}

@media only screen and (max-width: 680px) {

  .qodef-countdown.qodef-show--4 .qodef-digit,
  .qodef-countdown.qodef-show--5 .qodef-digit,
  .qodef-countdown.qodef-show--6 .qodef-digit {
    font-size: 55px;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-flow-holder .qodef-flow-holder-inner .qodef-flow-item.qodef-flow-left-item {
    right: 62%;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 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: 1200px) {
  .qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-pricing-table .qodef-m-inner {
    grid-template-columns: minmax(0, 35%) minmax(0, 1fr) minmax(0, auto);
  }

  .qodef-pricing-table .qodef-m-content {
    column-gap: var(--qode-pricing-table-gap-1024,
        var(--qode-pricing-table-gap, 60px));
    grid-template-rows: repeat(var(--qode-pricing-table-rows-1024, var(--qode-pricing-table-rows, 4)),
        minmax(0, auto));
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-pricing-table .qodef-m-inner {
    grid-template-columns: minmax(0, 45%) minmax(0, 1fr) minmax(0, auto);
  }

  .qodef-pricing-table .qodef-m-content {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-pricing-table .qodef-m-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    text-align: left;
  }

  .qodef-pricing-table .qodef-m-content {
    justify-content: start;
    margin: 0 0 -8px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    display: block;
  }

  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
    margin-top: 26px;
  }

  .qodef-tabs.qodef-layout--simple .qodef-tabs-content {
    margin: 26px 0 0;
  }
}

@media only screen and (max-width: 880px) {
  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 1px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 46px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 91px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 136px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 181px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 226px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 271px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    left: auto;
    right: 0;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: auto;
    left: 1px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: auto;
    left: 46px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: auto;
    left: 91px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: auto;
    left: 136px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: auto;
    left: 181px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: auto;
    left: 226px;
  }

  .qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: auto;
    left: 271px;
  }
}

@media only screen and (max-width: 1200px) {
  body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-sidebar .qodef-social-links-group {
    justify-content: flex-start;
  }
}