@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* header 1st level */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Menu mixins - begin
   ========================================================================== */
/* ==========================================================================
   Menu mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* apply to input[type="checkbox"] */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - begin
   ========================================================================== */
/* ==========================================================================
   Pagination mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - start
   ========================================================================== */
/* ==========================================================================
   Tabs mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - start
   ========================================================================== */
/* ==========================================================================
   Shortcodes mixins - end
   ========================================================================== */
/* ==========================================================================
   Keyframes settings
   ========================================================================== */
@-webkit-keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes qode-fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes qode-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@keyframes qode-ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
            transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
            transform: translateY(145%);
  }
}

@-webkit-keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes qode-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-double-pulse {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes qode-cube {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-rotating-cubes {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
            transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
            transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
            transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
            transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes qode-stretch-delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@-webkit-keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes qode-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-rotate-circles {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@keyframes qode-atom-position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-webkit-keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes qode-atom-size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@keyframes qode-atom-zindex {
  100% {
    z-index: 10;
  }
}

@-webkit-keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes qode-atom-shrink {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-clock {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@keyframes qode-clock-1 {
  0% {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
            transform: rotate(-450deg);
  }
}

@-webkit-keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@keyframes qode-clock-2 {
  5% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg);
  }
}

@-webkit-keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes qode-clock-3 {
  10% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

@-webkit-keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes qode-mitosis-invert {
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-1 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
            transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
            transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-2 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
            transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
            transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
            transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
            transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-3 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
            transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
            transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@keyframes qode-mitosis-ball-4 {
  12% {
    -webkit-transform: none;
            transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
            transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
            transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
            transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
            transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}

@-webkit-keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes qode-lines-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@keyframes qode-fussion-ball-3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@-webkit-keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@keyframes qode-fussion-ball-4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-1 {
  12% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  24%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-2 {
  12% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  36%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@keyframes qode-wave-jump-3 {
  24% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  48%, 100% {
    -webkit-transform: translate(40px, 0);
            transform: translate(40px, 0);
  }
}

@-webkit-keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@keyframes qode-wave-wipe {
  48%, 100% {
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
}

@-webkit-keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes qode-pulse-circles-pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

@-webkit-keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes qode-bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes qode-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes qodef-btn-simple-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@keyframes qodef-btn-simple-animation {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@-webkit-keyframes qodef-animate-line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes qodef-animate-line {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  51% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

/* ==========================================================================
   Theme - Table of contents
   
 * 1.0 Reset styles
 * 2.0 Accessibility styles
 * 3.0 Alignments styles
 * 4.0 Clearings styles
 * 5.0 Typography styles
 * 6.0 Input Fields styles
 * 7.0 Grid styles
 * 8.0 Content styles
 * 9.0 Plugins styles
 * 10.0 Modules styles (Header, Footer, Title etc.)
 * 11.0 Responsive styles
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */

body {
    --kandelaber-cl-primary: #679436;
    --kandelaber-cl-secondary: #A5BE00;
    --kandelaber-cl-normal: #064789;
    --kandelaber-cl-1: #427AA1;
    --kandelaber-cl-2: #EBF2FA;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fafafa;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #646464;
}

code {
  background-color: #fafafa;
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #646464;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #e1e1e1;
}

table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #e1e1e1;
}

table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #e1e1e1;
}

table td br {
  display: none;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

body:not([class*="lucent-core"]) hr {
  clear: both;
}

ul, ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}

ul.wp-block, ol.wp-block {
  margin-bottom: 1.5em;
}

ul:not(.wp-block), ol:not(.wp-block) {
  margin: 0 0 1.5em;
}

li > ul:not(.wp-block),
li > ol:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img, .wp-caption {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

input[type='submit'] {
  -webkit-appearance: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  margin: 7px auto 0;
  font-size: 13px !important;
  line-height: 1em !important;
  color: #646464;
  text-align: center;
  opacity: 1;
}

figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}

.wp-caption .wp-caption-text {
  opacity: 1;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #646464;
}

::selection {
  color: #fff;
  background: #646464;
}

::-moz-selection {
  color: #fff;
  background: #646464;
}

/* ==========================================================================
   2.0 Accessibility styles
   ========================================================================== */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow: hidden;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  color: #21759b;
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
  float: left;
  text-align: left;
  margin: 1rem 2rem 1rem 0 !important;
  clear: left;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  text-align: right;
  margin: 1rem 0 1rem 2rem !important;
  clear: right;
}

body:not([class*="lucent-core"]) .alignright {
  clear: right;
}

.qodef-content-alignment-left {
  text-align: left;
}

.qodef-content-alignment-center {
  text-align: center;
}

.qodef-content-alignment-right {
  text-align: right;
}

/* ==========================================================================
   4.0 Clearings styles
   ========================================================================== */
.clear:before, .clear:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-content:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== */
body {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  color: #646464;
  letter-spacing: -0.01em;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 62px;
  line-height: 1.194em;
  letter-spacing: -0.01em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media only screen and (max-width: 680px) {
  h1,
  .qodef-h1 {
    font-size: 42px;
  }
}

h1 a,
.qodef-h1 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h1 a:hover,
.qodef-h1 a:hover {
  color: #646464;
}

h2,
.qodef-h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 52px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h2 a,
.qodef-h2 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h2 a:hover,
.qodef-h2 a:hover {
  color: #646464;
}

h3,
.qodef-h3 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h3 a,
.qodef-h3 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h3 a:hover,
.qodef-h3 a:hover {
  color: #646464;
}

h4,
.qodef-h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h4 a,
.qodef-h4 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h4 a:hover,
.qodef-h4 a:hover {
  color: #646464;
}

h5,
.qodef-h5 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h5 a,
.qodef-h5 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h5 a:hover,
.qodef-h5 a:hover {
  color: #646464;
}

h6,
.qodef-h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: -0.01em;
  font-weight: 600;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h6 a,
.qodef-h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}

h6 a:hover,
.qodef-h6 a:hover {
  color: #646464;
}

a,
p a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

a:hover,
p a:hover {
  color: #646464;
}

p {
  margin: 10px 0;
  line-height: 1.5em;
}

p.has-background {
  padding: 20px 30px;
}

blockquote,
.wp-block-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 18px 10% 20px 0;
  border: none;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  quotes: none;
  z-index: 1;
}

blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large,
.wp-block-quote.wp-block-quote.is-large,
.wp-block-quote.wp-block-quote.is-style-large {
  margin: 0;
  padding: 18px 10% 20px 0;
}

blockquote.wp-block-pullquote,
.wp-block-quote.wp-block-pullquote {
  padding: 25px !important;
  text-align: center;
}

blockquote.wp-block-pullquote.alignleft,
.wp-block-quote.wp-block-pullquote.alignleft {
  max-width: 290px;
}

blockquote.wp-block-pullquote.alignright,
.wp-block-quote.wp-block-pullquote.alignright {
  max-width: 290px;
}

blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}

blockquote:before,
.wp-block-quote:before {
  content: '“';
  position: absolute;
  top: 50%;
  right: 14%;
  height: 246px;
  font-size: 400px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #f5f5f5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

blockquote > *,
.wp-block-quote > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  margin: 0;
}

blockquote p,
.wp-block-quote p {
  margin: 0 !important;
}

blockquote:after,
.wp-block-quote:after {
  content: '';
}

blockquote cite,
blockquote .wp-block-quote__citation,
blockquote .wp-block-pullquote__citation,
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote .wp-block-pullquote__citation {
  display: block;
  margin: 10px 0 0;
  font-style: normal;
  font-weight: 400 !important;
  text-align: inherit !important;
  text-transform: uppercase !important;
}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 19px;
  padding: 7px 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: inherit;
  color: #646464;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer input[type="text"], #qodef-page-footer
input[type="email"], #qodef-page-footer
input[type="url"], #qodef-page-footer
input[type="password"], #qodef-page-footer
input[type="number"], #qodef-page-footer
input[type="tel"], #qodef-page-footer
input[type="search"], #qodef-page-footer
textarea {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}

#qodef-page-footer input[type="text"]:focus, #qodef-page-footer
input[type="email"]:focus, #qodef-page-footer
input[type="url"]:focus, #qodef-page-footer
input[type="password"]:focus, #qodef-page-footer
input[type="number"]:focus, #qodef-page-footer
input[type="tel"]:focus, #qodef-page-footer
input[type="search"]:focus, #qodef-page-footer
textarea:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #cccccc;
}

#qodef-page-footer input[type="text"]::-webkit-input-placeholder, #qodef-page-footer
input[type="email"]::-webkit-input-placeholder, #qodef-page-footer
input[type="url"]::-webkit-input-placeholder, #qodef-page-footer
input[type="password"]::-webkit-input-placeholder, #qodef-page-footer
input[type="number"]::-webkit-input-placeholder, #qodef-page-footer
input[type="tel"]::-webkit-input-placeholder, #qodef-page-footer
input[type="search"]::-webkit-input-placeholder, #qodef-page-footer
textarea::-webkit-input-placeholder {
  margin: 10px 0 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-footer input[type="text"]::-moz-placeholder, #qodef-page-footer
input[type="email"]::-moz-placeholder, #qodef-page-footer
input[type="url"]::-moz-placeholder, #qodef-page-footer
input[type="password"]::-moz-placeholder, #qodef-page-footer
input[type="number"]::-moz-placeholder, #qodef-page-footer
input[type="tel"]::-moz-placeholder, #qodef-page-footer
input[type="search"]::-moz-placeholder, #qodef-page-footer
textarea::-moz-placeholder {
  margin: 10px 0 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-footer input[type="text"]:-ms-input-placeholder, #qodef-page-footer
input[type="email"]:-ms-input-placeholder, #qodef-page-footer
input[type="url"]:-ms-input-placeholder, #qodef-page-footer
input[type="password"]:-ms-input-placeholder, #qodef-page-footer
input[type="number"]:-ms-input-placeholder, #qodef-page-footer
input[type="tel"]:-ms-input-placeholder, #qodef-page-footer
input[type="search"]:-ms-input-placeholder, #qodef-page-footer
textarea:-ms-input-placeholder {
  margin: 10px 0 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-footer input[type="text"]::-ms-input-placeholder, #qodef-page-footer
input[type="email"]::-ms-input-placeholder, #qodef-page-footer
input[type="url"]::-ms-input-placeholder, #qodef-page-footer
input[type="password"]::-ms-input-placeholder, #qodef-page-footer
input[type="number"]::-ms-input-placeholder, #qodef-page-footer
input[type="tel"]::-ms-input-placeholder, #qodef-page-footer
input[type="search"]::-ms-input-placeholder, #qodef-page-footer
textarea::-ms-input-placeholder {
  margin: 10px 0 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-footer input[type="text"]::placeholder, #qodef-page-footer
input[type="email"]::placeholder, #qodef-page-footer
input[type="url"]::placeholder, #qodef-page-footer
input[type="password"]::placeholder, #qodef-page-footer
input[type="number"]::placeholder, #qodef-page-footer
input[type="tel"]::placeholder, #qodef-page-footer
input[type="search"]::placeholder, #qodef-page-footer
textarea::placeholder {
  margin: 10px 0 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #646464;
}

textarea {
  border: 1px solid #ccc;
  padding: 15px 18px;
}

.post-password-form input[type="password"] {
  margin-top: 0.5em;
}

@media only screen and (min-width: 769px) {
  .post-password-form input[type="password"] {
    display: block;
    max-width: 50%;
  }
}

input[type="submit"],
button[type="submit"],
.qodef-theme-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 6px 39px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  cursor: pointer;
}

input[type="submit"]:not(.qodef-layout--textual-with-arrow):hover,
button[type="submit"]:not(.qodef-layout--textual-with-arrow):hover,
.qodef-theme-button:not(.qodef-layout--textual-with-arrow):hover {
  color: #fff;
  background-color: #646464;
}

button[type="submit"] span,
.qodef-theme-button span {
  display: block;
  line-height: inherit;
}

button[type="submit"] span:before,
.qodef-theme-button span:before {
  display: block;
  line-height: inherit;
}

body:not([class*="lucent-core"]) {
  /* blog list fallback */
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow {
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow .qodef-m-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow .qodef-m-text:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow:hover {
  color: #000;
  background-color: transparent;
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow:hover .qodef-m-text:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow:hover .qodef-m-text:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body:not([class*="lucent-core"]) button[type="submit"].qodef-layout--textual-with-arrow.qodef-skin--light .qodef-m-text:after {
  background: url("../img/arrow-up-right-light.svg") center center no-repeat;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-arrow-only {
  position: relative;
  padding: 0;
  color: #000;
  background-color: transparent;
  border: 0;
  height: 38px;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-arrow-only:before {
  content: "";
  display: inline-block;
  background: url("../img/arrow-right.svg") center center no-repeat;
  width: 13px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-arrow-only:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateY(50%) scaleX(0);
      -ms-transform: translateY(50%) scaleX(0);
          transform: translateY(50%) scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  will-change: transform;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-arrow-only:hover {
  color: #000;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow {
  width: auto !important;
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
  margin-top: 9px;
  margin-bottom: -4px;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow .qodef-m-text:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow .qodef-m-text:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow:hover {
  color: #000;
  background-color: transparent;
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow:hover .qodef-m-text:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

body:not([class*="lucent-core"]) .qodef-theme-button.qodef-textual-with-arrow:hover .qodef-m-text:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.qodef-e-read-more {
  height: 38px;
}

body:not([class*="lucent-core"]) .qodef-e-read-more {
  height: auto;
}

.qodef-e-read-more:hover .qodef-theme-button.qodef-arrow-only:before {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-e-read-more:hover .qodef-theme-button.qodef-arrow-only:after {
  -webkit-transform: translateY(50%) scaleX(1);
      -ms-transform: translateY(50%) scaleX(1);
          transform: translateY(50%) scaleX(1);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

select {
  position: relative;
  display: block;
  height: 34px;
  padding: 7px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #646464;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

select:disabled {
  color: inherit;
  border-color: inherit;
  background-color: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

/* ==========================================================================
   Select 2 Script styles (Version: 4.0.6 ) - begin
   ========================================================================== */
body .select2-container--default {
  /* just to make sure that this code overwrite styles from others plugin */
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: 0 0 19px;
}

body .select2-container--default .select2-selection--single {
  position: relative;
  display: block;
  height: 47px;
  padding: 13.5px 20px;
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #646464;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: -.01em;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #000;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: block;
  line-height: inherit;
  font-style: normal;
  content: '\33';
  font-family: 'ElegantIcons';
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 34px;
  padding: 7px 20px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #646464;
  background-color: #fafafa;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  display: block;
  padding: 0;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
  padding: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  float: right;
  margin: 0;
  font-weight: inherit;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 5px 5px 0 0;
  padding: 0 10px;
  float: left;
  color: #ffffff;
  background-color: #000;
  border: 0;
  border-radius: 0;
  cursor: default;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  font-weight: 700;
  color: inherit;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  cursor: pointer;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

body .select2-container--default .select2-search--inline {
  float: left;
}

body .select2-container--default .select2-search--inline .select2-search__field {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none !important;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--inline .select2-search__field:focus {
  border-color: #000;
}

body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
          box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
  border-radius: 0;
  z-index: 99999;
}

body .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

body .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  padding: 4px 8px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  font-weight: inherit;
  color: #646464;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #000;
  background-color: #ffffff;
  border-color: #000;
}

body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

body .select2-container--default .select2-results {
  display: block;
}

body .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

body .select2-container--default .select2-results__options {
  position: relative;
  margin: 5px 0;
  padding: 2px 15px;
  list-style: none;
}

body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

body .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

body .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

body .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #000;
}

body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #000;
  background: none;
}

body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: auto;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

body .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

body .select2-container--default.select2-container--disabled .select2-selection--single,
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #fafafa;
  cursor: default;
}

body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear {
  display: none;
}

body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

body .select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default.select2-container--open .select2-selection--multiple {
  color: #000;
}

body .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

body:not([class*="lucent-core"]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: '';
  background-image: url("../img/arrow_carrot-down.svg");
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  border: 0;
  opacity: 0;
  z-index: 99;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
  height: 0 !important;
  padding: 0 !important;
  line-height: 1;
  border: 0 !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

/* ==========================================================================
   Search appearance tweak begin
   ========================================================================== */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]::-ms-clear,
input[type="text"]::-ms-clear {
  display: none;
}

/* ==========================================================================
   Autocomplete appearance tweak begin
   ========================================================================== */
@-webkit-keyframes qodefAutofillFix {
  0%, 100% {
    background-color: transparent;
    color: #000;
  }
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: qodefAutofillFix;
}

/* ==========================================================================
   7.0 Grid styles
   ========================================================================== */
.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}

.qodef--boxed .qodef-content-grid {
  width: 1160px;
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
  .qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
  .qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
  .qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
  .qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px;
  }
}

@media only screen and (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
  .qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px;
  }
}

.qodef-grid {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-grid > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
}

.qodef-grid .qodef-grid-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  min-height: 1px;
  float: left;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--12 {
    width: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--12 {
    left: 100%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--12 {
    right: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--11 {
    width: 9.09091%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
    left: 9.09091%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
    right: 9.09091%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--10 {
    width: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--9 {
    width: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--9 {
    left: 75%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--9 {
    right: 75%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--8 {
    width: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--7 {
    width: 14.28571%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
    left: 14.28571%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
    right: 14.28571%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--6 {
    width: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--6 {
    left: 50%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--6 {
    right: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--5 {
    width: 20%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
    left: 20%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
    right: 20%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--4 {
    width: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--3 {
    width: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--3 {
    left: 25%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--3 {
    right: 25%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--2 {
    width: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%;
  }
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col--1 {
    width: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--columns.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

@media only screen and (min-width: 681px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

@media only screen and (min-width: 769px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

@media only screen and (min-width: 1025px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--columns.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

@media only screen and (min-width: 1367px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 1441px) {
  .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
  height: 100%;
  overflow: hidden;
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  width: 100%;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
  visibility: hidden;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
  visibility: visible;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
  width: 0;
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 > .qodef-grid-inner > .qodef-grid-item {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-grid-item {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 100%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-grid-item {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 66.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item {
  width: 25%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 50%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-grid-item {
  width: 20%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 40%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-grid-item {
  width: 16.66667%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 33.33333%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-grid-item {
  width: 14.28571%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 28.57143%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-grid-item {
  width: 12.5%;
}

.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--landscape,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 > .qodef-grid-inner > .qodef-item--huge-square {
  width: 25%;
}

.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
  margin-bottom: 0;
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner {
  margin: 0;
}

.qodef-grid.qodef-gutter--no > .qodef-grid-inner > .qodef-grid-item {
  padding: 0;
  margin: 0;
}

.qodef-grid.qodef-gutter--extra-tiny.qodef--no-bottom-space {
  margin-bottom: -4px;
}

.qodef-grid.qodef-gutter--extra-tiny > .qodef-grid-inner {
  margin: 0 -2px;
}

.qodef-grid.qodef-gutter--extra-tiny > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 2px;
  margin: 0 0 4px;
}

.qodef-grid.qodef-gutter--discreet.qodef--no-bottom-space {
  margin-bottom: -6px;
}

.qodef-grid.qodef-gutter--discreet > .qodef-grid-inner {
  margin: 0 -3px;
}

.qodef-grid.qodef-gutter--discreet > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 3px;
  margin: 0 0 6px;
}

.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
  margin-bottom: -10px;
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner {
  margin: 0 -5px;
}

.qodef-grid.qodef-gutter--tiny > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
  margin-bottom: -20px;
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner {
  margin: 0 -10px;
}

.qodef-grid.qodef-gutter--small > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-grid.qodef-gutter--ordinary.qodef--no-bottom-space {
  margin-bottom: -26px;
}

.qodef-grid.qodef-gutter--ordinary > .qodef-grid-inner {
  margin: 0 -13px;
}

.qodef-grid.qodef-gutter--ordinary > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 13px;
  margin: 0 0 26px;
}

.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
  margin-bottom: -30px;
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner {
  margin: 0 -15px;
}

.qodef-grid.qodef-gutter--normal > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
  margin-bottom: -40px;
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner {
  margin: 0 -20px;
}

.qodef-grid.qodef-gutter--medium > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
  margin-bottom: -50px;
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner {
  margin: 0 -25px;
}

.qodef-grid.qodef-gutter--large > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-grid.qodef-gutter--great.qodef--no-bottom-space {
  margin-bottom: -70px;
}

.qodef-grid.qodef-gutter--great > .qodef-grid-inner {
  margin: 0 -35px;
}

.qodef-grid.qodef-gutter--great > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 35px;
  margin: 0 0 70px;
}

.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
  margin-bottom: -80px;
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
  margin: 0 -40px;
}

.qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-grid.qodef-gutter--extensive.qodef--no-bottom-space {
  margin-bottom: -90px;
}

.qodef-grid.qodef-gutter--extensive > .qodef-grid-inner {
  margin: 0 -45px;
}

.qodef-grid.qodef-gutter--extensive > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 45px;
  margin: 0 0 90px;
}

.qodef-grid.qodef-gutter--colossal.qodef--no-bottom-space {
  margin-bottom: -150px;
}

.qodef-grid.qodef-gutter--colossal > .qodef-grid-inner {
  margin: 0 -75px;
}

.qodef-grid.qodef-gutter--colossal > .qodef-grid-inner > .qodef-grid-item {
  padding: 0 75px;
  margin: 0 0 150px;
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-gutter--great > .qodef-grid-inner > .qodef-grid-item,
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item,
  .qodef-grid.qodef-gutter--extensive > .qodef-grid-inner > .qodef-grid-item,
  .qodef-grid.qodef-gutter--colossal > .qodef-grid-inner > .qodef-grid-item {
    margin: 0 0 30px;
  }
}

/* ==========================================================================
   8.0 Content styles
   ========================================================================== */
#qodef-page-wrapper {
  position: relative;
  overflow: hidden;
}

#qodef-page-outer {
  position: relative;
}

#qodef-page-inner {
  position: relative;
  padding: 113px 0 130px;
}

#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
  margin-bottom: 0;
}

.qodef--boxed {
  background-color: #fafafa;
}

.qodef--boxed #qodef-page-wrapper {
  display: block;
  background-color: #fff;
}

.qodef--boxed #qodef-page-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.qodef--passepartout #qodef-page-wrapper {
  background-color: #fff;
}

/* ==========================================================================
   9.0 Magnific Popup styles
   ========================================================================== */
button.mfp-arrow {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

button.mfp-arrow:hover {
  opacity: 0.6;
}

button.mfp-arrow:before, button.mfp-arrow:after {
  border: 0;
  color: #fff;
  font-size: 45px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

button.mfp-arrow-left:after {
  content: "\f104";
}

button.mfp-arrow-right:after {
  content: "\f105";
}

button.mfp-close {
  text-indent: -1000px;
  overflow: hidden;
  text-align: left !important;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

button.mfp-close:hover {
  opacity: 0.6;
}

button.mfp-close:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  position: absolute;
  right: 4px;
  bottom: 0;
  text-indent: 0;
  font-size: 17px;
  font-weight: 900;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

/* ==========================================================================
   9.0 Swiper carousel styles
   ========================================================================== */
.qodef-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}

.qodef-swiper-container .swiper-slide a {
  display: block;
}

.qodef-swiper-container .swiper-slide img {
  width: 100%;
}

.qodef-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}

.swiper-pagination-bullets {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 85px;
  /* numbered pagination */
}

@media only screen and (max-width: 680px) {
  .swiper-pagination-bullets {
    margin-top: 15px;
  }
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 35px;
  height: 12px;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: '';
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  height: 4px;
  background-color: #000;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  width: 60px;
  background-color: transparent;
}

.swiper-pagination-bullets .qodef-m-number {
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 1;
  cursor: pointer;
}

.swiper-pagination-bullets .qodef-m-number > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  vertical-align: bottom;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.swiper-pagination-bullets .qodef-m-number.swiper-pagination-bullet-active > span {
  font-weight: 500;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.qodef-swiper-container.qodef-slides-variable-width .swiper-slide {
  width: 34%;
}

.qodef-swiper-container.qodef-slides-variable-width .swiper-slide:nth-child(2n) {
  width: 66%;
}

.qodef-swiper-container.qodef-slides-variable-width .swiper-slide img {
  height: 84.21vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 680px) {
  .qodef-swiper-container.qodef-slides-variable-width .swiper-slide {
    width: 100%;
  }
  .qodef-swiper-container.qodef-slides-variable-width .swiper-slide:nth-child(2n) {
    width: 100%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  text-align: center;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.swiper-button-prev svg line,
.swiper-button-next svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  -o-transition: transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
  transition: transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s, -webkit-transform 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.1s;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  font-weight: 900;
}

.swiper-button-prev {
  left: 33px !important;
}

@media only screen and (max-width: 680px) {
  .swiper-button-prev {
    left: 14px !important;
  }
}

.swiper-button-prev:after {
  content: '';
}

.swiper-button-prev svg line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.swiper-button-prev:hover svg {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

.swiper-button-prev:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.swiper-button-next {
  right: 33px !important;
}

@media only screen and (max-width: 680px) {
  .swiper-button-next {
    right: 14px !important;
  }
}

.swiper-button-next:after {
  content: '';
}

.swiper-button-next svg line {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.swiper-button-next:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.swiper-button-next:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
}

.swiper-button-prev.swiper-button-outside,
.swiper-button-next.swiper-button-outside {
  color: #000;
}

.swiper-button-prev.swiper-button-outside,
.swiper-container-rtl .swiper-button-next.swiper-button-outside {
  -webkit-transform: translateX(-300%);
      -ms-transform: translateX(-300%);
          transform: translateX(-300%);
}

.swiper-button-next.swiper-button-outside,
.swiper-container-rtl .swiper-button-prev.swiper-button-outside {
  -webkit-transform: translateX(300%);
      -ms-transform: translateX(300%);
          transform: translateX(300%);
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
.widget_icl_lang_sel_widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  position: relative;
  top: -1px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown {
  padding: 0;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '\33';
  font-family: 'ElegantIcons';
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}

body:not([class*="lucent-core"]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, body:not([class*="lucent-core"])
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
  content: '';
  background-image: url("../img/arrow_carrot-down.svg");
  width: 21px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  border-top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  -o-transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
  transition: visibility 0s linear 0.25s, opacity 0.25s ease-in-out;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-color: transparent;
  padding: 7px 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  /* Important is because of widget default css */
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  padding: 0;
  display: block;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  display: block;
  margin: 0;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  padding: 0;
  display: block;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 200px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #646464;
  background-color: #fff;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #646464;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #646464;
  font-size: 14px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #646464;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #646464;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #646464;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #646464;
}

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #646464;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #646464;
  font-size: 14px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #646464;
}

#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #646464;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 175px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 8px 20px;
  height: 40px;
  line-height: 24px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #000;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #fff;
  font-size: 14px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #646464;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #646464;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #646464;
  font-size: 14px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #646464;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #646464;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #646464;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #646464;
}

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #646464;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #646464;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #646464;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #646464;
  font-size: 14px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #646464;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
  width: 100%;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #646464;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
  color: #646464;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  margin: 0;
  padding: 0 20px;
  background-color: #fafafa;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #646464;
  font-size: 14px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
  color: #646464;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 10px !important;
  /* Important is because of widget default css */
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
  margin-bottom: 10px;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
  color: #fff;
}

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
  color: #fff;
}

/* ==========================================================================
   WPML style start
   ========================================================================== */
/* ==========================================================================
   404 page styles
   ========================================================================== */
.error404 #qodef-page-inner {
  padding: 0;
}

#qodef-404-page {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 160px 10% 250px;
  text-align: center;
}

#qodef-404-page .qodef-404-title {
  margin: 0;
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 14px auto 0;
}

@media only screen and (min-width: 1025px) {
  #qodef-404-page .qodef-404-text {
    max-width: 50%;
  }
}

#qodef-404-page .qodef-404-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 52px;
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
.home.blog:not([class*="lucent-core"]) #qodef-page-inner {
  padding: 113px 0 110px;
}

.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-blog .qodef-blog-item {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 30px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item {
    margin: 0 0 27px;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-inner,
.qodef-blog .qodef-blog-item .qodef-e-media,
.qodef-blog .qodef-blog-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image a, .qodef-blog .qodef-blog-item .qodef-e-media-image img {
  display: block;
  width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}

.qodef-blog .qodef-blog-item .qodef-e-media {
  display: block;
  margin-bottom: 32px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-media {
    margin-bottom: 17px;
  }
}

.qodef-blog .qodef-blog-item .qodef-e-media iframe {
  display: block;
  height: 100%;
}

.qodef-blog .qodef-blog-item:not(.has-post-thumbnail) .qodef-e-media {
  margin-bottom: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-title {
  margin: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-title-link:hover {
  color: currentColor;
}

.qodef-blog .qodef-blog-item .qodef-e-excerpt {
  margin: 15px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more {
  margin: 15px 0 0;
  display: inline-block;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more a {
  width: 24px;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more a.qodef-button.qodef-layout--textual-with-arrow {
  width: auto;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more a.qodef-button.qodef-layout--textual-with-arrow:before {
  content: none;
}

.qodef-blog .qodef-blog-item .qodef-e-read-more .qodef-button:before {
  content: "";
  display: inline-block;
  background: url("../img/arrow-right.svg") center center no-repeat;
  width: 13px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  line-height: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-blog .qodef-blog-item .qodef-e-read-more .qodef-button.qodef-layout--arrow:before {
  display: none;
}

.qodef-blog .qodef-blog-item .qodef-e-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (min-width: 681px) {
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,
body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
  width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 21px 0 0;
  color: currentColor;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
  padding: 0 9px 0 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-social-share {
  padding: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-social-share .qodef-social-title {
  display: none;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-social-share svg {
  stroke: #000;
  position: relative;
  top: 6px;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-author .qodef-e-info-author-label {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  font-family: "Lexend", sans-serif;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:before {
  content: '';
  position: absolute;
  bottom: 9px;
  left: -10px;
  background-color: #000;
  width: 2px;
  height: 9px;
  display: inline-block;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:before {
  position: relative;
  bottom: initial;
  left: initial;
  margin-right: 4px;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  font-family: "Lexend", sans-serif;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
  color: #646464;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:first-child:before {
  display: none;
}

.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category {
  max-width: 70%;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item.qodef-e-info-category {
  max-width: 100%;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 1px;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 11px;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 11px;
}

body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info-tags a {
  margin-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
  margin-right: 0;
}

.qodef-blog .qodef-blog-item .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
  position: relative;
  text-decoration: underline;
}

.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
  content: '*';
  position: absolute;
  bottom: 0;
  right: -0.5em;
  font-size: 1.5em;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.qodef-blog .qodef-blog-item.format-link {
  margin: 0 0 107px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-link {
    margin: 0 0 27px;
  }
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-info.qodef-info--top {
  margin-top: 34px;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7.5% 18% 9.5%;
  background-color: #d5ccc2;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    padding: 48px 18% 42px;
  }
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
  position: relative;
  margin: 0;
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-icon {
  color: #000;
  display: inline-block;
  margin-bottom: 8px;
}

.qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
  position: absolute;
  top: 50%;
  right: 15%;
  font-size: 170px;
  line-height: 1;
  color: #282828;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-blog .qodef-blog-item.format-quote {
  margin: 0 0 107px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-quote {
    margin: 0 0 27px;
  }
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-info.qodef-info--top {
  margin-top: 34px;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-icon {
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 7% 18% 6.7%;
  background-color: #154c4a;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    padding: 47px 18% 41px;
  }
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0;
  color: #fff;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
  position: relative;
  display: block;
  margin: 10px 0 0;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
}

.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.qodef-blog.qodef-items--fixed article .qodef-e-media,
.qodef-blog.qodef-items--fixed article .qodef-e-media-image {
  height: 100%;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more {
  margin-top: 0;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a {
  margin-right: 4px;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:after {
  display: inline-block;
  content: ',';
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:last-child {
  margin-right: 0;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:last-child:after {
  content: none;
}

/* ==========================================================================
   Blog Single styles
   ========================================================================== */
.single-post:not([class*="lucent-core"]) #qodef-page-inner {
  padding: 113px 0 112px;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
  margin-bottom: 22px;
}

body:not([class*="lucent-core"]) .qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
  margin-bottom: 32px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
    margin-bottom: 15px;
  }
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text p {
  font-family: "Lexend", sans-serif;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
  margin-bottom: 34px;
}

@media only screen and (max-width: 680px) {
  .qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
    margin-bottom: 17px;
  }
}

.qodef-blog.qodef--single .qodef-blog-item:not(.has-post-thumbnail) .qodef-e-media {
  display: block;
  margin-bottom: 0;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
  margin-bottom: 10px;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
  margin-top: 32px;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:hover {
  color: #646464;
}

.qodef-blog.qodef--single .qodef-left-boredered-text {
  border-left: 2px solid #000;
  padding-left: 34px;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #000;
  font-family: "Lexend", sans-serif;
}

/* ==========================================================================
   Comments styles
   ========================================================================== */
#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 89px;
}

#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0;
}

body:not([class*="lucent-core"]) #qodef-page-comments {
  margin-top: 3px;
}

#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 57px;
}

#qodef-page-comments-list .qodef-m-title {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  margin: 0 0 38px;
}

#qodef-page-comments-list .qodef-m-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item:first-child {
  margin-top: 0;
}

#qodef-page-comments-list .qodef-comment-item {
  margin: 62px 0 0;
  padding: 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item {
    margin: 50px 0 0;
  }
}

#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 102px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 37px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  display: block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 3px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: -12px 0 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-top: 3px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  color: #646464;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: #000;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 10px 0 0;
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 30px 0 0;
  }
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 26px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
  margin-top: 5px;
  margin-bottom: 5px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 0;
  /* vertical separator */
  /* hide vertical separatory when only one lement */
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    width: 100%;
    top: 5px;
    margin: 10px 0;
  }
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:last-child {
  margin-right: 0;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link, #qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:after {
  content: '';
  display: inline-block;
  background: url("../img/reply.svg") center center no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-edit-link:after {
  content: '';
  display: inline-block;
  background: url("../img/edit.svg") center center no-repeat;
  width: 17px;
  height: 17px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .qodef-e-date {
  padding: 0 11px 0 0;
  position: relative;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links .qodef-e-date a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links div:first-child:after {
  content: '';
  position: absolute;
  bottom: 9px;
  right: 0;
  background-color: #000;
  width: 2px;
  height: 9px;
  display: block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-links div:only-child:after {
  content: none;
}

#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px;
}

#qodef-page-comments-list #cancel-comment-reply-link {
  margin-left: 10px;
  float: right;
}

#qodef-page-comments-form, #respond {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-comments-form .comment-reply-title, #respond .comment-reply-title {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form p, #respond .qodef-comment-form p {
  margin: 10px 0 0;
}

body.logged-in #qodef-page-comments-form .qodef-comment-form p.form-submit, body.logged-in #respond .qodef-comment-form p.form-submit {
  margin-top: 33px;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-comments-form .qodef-comment-form p.form-submit, #respond .qodef-comment-form p.form-submit {
    margin: 10px 0 20px;
  }
}

#qodef-page-comments-form .qodef-comment-form .comment-notes,
#qodef-page-comments-form .qodef-comment-form .logged-in-as, #respond .qodef-comment-form .comment-notes,
#respond .qodef-comment-form .logged-in-as {
  margin: 22px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent, #respond .qodef-comment-form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  margin-bottom: 49px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #646464;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent > *, #respond .qodef-comment-form .comment-form-cookies-consent > * {
  margin: 0;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"], #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
  visibility: hidden;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:after, #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:before, #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:before {
  content: '';
  display: block;
  background: url("../img/check.svg") center center no-repeat;
  background-size: 20px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] + label, #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"] + label {
  margin: 0;
  padding-left: 8px;
  line-height: 1;
  cursor: pointer;
}

#qodef-page-comments-form .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:before, #respond .qodef-comment-form .comment-form-cookies-consent input[type="checkbox"]:checked:before {
  visibility: visible;
  opacity: 1;
}

#qodef-page-comments-form button[type=submit]:hover, #respond button[type=submit]:hover {
  background: transparent;
}

#respond {
  margin-top: 47px;
}

/* ==========================================================================
   Filter styles
   ========================================================================== */
.qodef-filter--on .qodef-hidden-filter-items {
  position: absolute !important;
  display: none !important;
  height: 0 !important;
  line-height: 1 !important;
}

.qodef-filter--on .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
  bottom: calc(50% - 16px) !important;
}

.qodef-m-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 40px;
}

.qodef-m-filter .qodef-m-filter-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 14px;
  padding: 0 2px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: -.02em;
}

.qodef-m-filter .qodef-m-filter-item:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: -3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-m-filter .qodef-m-filter-item:hover, .qodef-m-filter .qodef-m-filter-item.qodef--active {
  color: #000;
}

.qodef-m-filter .qodef-m-filter-item:hover:after, .qodef-m-filter .qodef-m-filter-item.qodef--active:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 14px;
}

#qodef-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer p {
  font-size: 14px;
}

#qodef-page-footer p.qodef-copy-text {
  font-size: 12px;
}

body:not([class*="lucent-core"]) #qodef-page-footer .select2-container--default .select2-selection--single {
  background-color: #fff;
  margin: 0;
}

#qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) > div {
  padding-left: 19.8%;
}

#qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) > div {
  margin-left: -2.8% !important;
}

@media only screen and (max-width: 1680px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) > div {
    padding-left: 18.8%;
  }
}

@media only screen and (max-width: 1440px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(5) > div {
    padding-left: 24.8%;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(4) > div {
    padding-left: 33.5%;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) > div {
    padding-left: 0;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) > div {
    margin-left: -4.2% !important;
  }
}

@media only screen and (max-width: 1366px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(4) > div {
    padding-left: 38.5%;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
    padding: 0 0 0 18px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) > div {
    margin-left: -2.2% !important;
  }
}

@media only screen and (max-width: 1280px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(4) > div {
    padding-left: 36.5%;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
    padding: 0 0 0 4px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) > div {
    margin-left: -12.8% !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(5) > div {
    padding-left: 0;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(4) > div {
    padding-left: 0;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) > div {
    padding-left: 0;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) > div {
    margin-left: 0 !important;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
    padding: 0 15px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item {
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:first-child {
    padding-bottom: 42px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:last-child {
    padding-bottom: 1px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(2) {
    padding-bottom: 38px;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-copy-text {
    max-width: 70%;
  }
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-grid-item:nth-child(3) {
    padding: 0 15px 41px;
  }
}

@media only screen and (max-width: 320px) {
  #qodef-page-footer.qodef-footer-columns-spacing .qodef-grid > .qodef-grid-inner .qodef-copy-text {
    max-width: 85%;
  }
}

#qodef-page-footer-top-area {
  padding: 115px 0 23px;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid transparent;
}

body:not([class*="lucent-core"]) #qodef-page-footer-top-area {
  padding: 115px 0 115px;
}

#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0 6%;
}

.qodef--boxed #qodef-page-footer-top-area {
  padding-left: 30px;
  padding-right: 30px;
}

#qodef-page-footer-bottom-area {
  padding: 24px 0;
  background-color: #f4f4f4;
  border-top: 1px solid transparent;
}

#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 0 6%;
}

.qodef--boxed #qodef-page-footer-bottom-area {
  padding-left: 30px;
  padding-right: 30px;
}

.wp-block-button {
  float: none;
  margin: 1em 0;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 6px 39px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  border-radius: 28px;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #646464;
}

.wp-block-button.is-style-outline {
  border: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #646464;
  background-color: transparent;
  border: 2px solid #646464;
  border-width: 1px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.wp-block-button.alignleft {
  text-align: left;
  margin-top: 0;
  margin-right: 2rem;
}

.wp-block-button.alignright {
  text-align: right;
  margin-top: 0;
  margin-left: 2rem;
}

.wp-block-image .alignleft {
  margin: 1rem 2rem 1rem 0 !important;
}

.wp-block-image .alignright {
  margin: 1rem 0 1rem 2rem !important;
}

.wp-block-image .aligncenter {
  clear: both;
}

.wp-block-image figcaption {
  margin: 7px 0 0;
}

.wp-block-cover-image {
  float: none !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.wp-block-cover-image p, .wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover-image p a, .wp-block-cover-image h1 a, .wp-block-cover-image h2 a, .wp-block-cover-image h3 a, .wp-block-cover-image h4 a, .wp-block-cover-image h5 a, .wp-block-cover-image h6 a {
  color: #fff !important;
}

.wp-block-cover-image p a:hover, .wp-block-cover-image h1 a:hover, .wp-block-cover-image h2 a:hover, .wp-block-cover-image h3 a:hover, .wp-block-cover-image h4 a:hover, .wp-block-cover-image h5 a:hover, .wp-block-cover-image h6 a:hover {
  color: var(--qode-main-color) !important;
}

.wp-block-cover-image *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-cover {
  margin-bottom: 1rem;
}

.wp-block-cover.alignleft {
  margin-right: 2em;
}

.wp-block-cover.alignright {
  margin-left: 2em;
}

.wp-block-cover .wp-block-cover__inner-container {
  width: 100% !important;
}

.wp-block-cover p, .wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6 {
  z-index: 1 !important;
  margin: 0 auto !important;
  max-width: 580px !important;
  padding: 14px !important;
  text-align: center;
  line-height: 1em !important;
}

.wp-block-cover p a, .wp-block-cover h1 a, .wp-block-cover h2 a, .wp-block-cover h3 a, .wp-block-cover h4 a, .wp-block-cover h5 a, .wp-block-cover h6 a {
  color: #fff !important;
}

.wp-block-cover p a:hover, .wp-block-cover h1 a:hover, .wp-block-cover h2 a:hover, .wp-block-cover h3 a:hover, .wp-block-cover h4 a:hover, .wp-block-cover h5 a:hover, .wp-block-cover h6 a:hover {
  color: var(--qode-main-color) !important;
}

.wp-block-cover *:not(.has-text-color):not(.has-inline-color):not(a) {
  color: #fff !important;
  font-size: 30px !important;
}

.wp-block-gallery {
  margin-bottom: 2rem;
}

.wp-block-gallery ul.blocks-gallery-grid {
  margin: 0;
}

.wp-block-gallery ul.blocks-gallery-grid figcaption {
  margin: 0;
  overflow-x: hidden;
}

.wp-block-gallery ul.blocks-gallery-grid + figcaption {
  margin-top: 0;
}

.wp-block-pullquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center !important;
  width: 100% !important;
  position: relative;
  z-index: -2;
}

.wp-block-pullquote blockquote {
  padding: 25px !important;
}

.has-drop-cap:after {
  content: '';
  display: table;
  table-layout: fixed;
  clear: both;
}

.wp-block-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
}

.wp-block-file:hover {
  color: #646464;
}

.wp-block-group.has-background {
  padding: 20px 30px;
}

.gallery-item img {
  border: 0 !important;
}

.wp-block-search .wp-block-search__input {
  margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title {
  display: inline-block;
  vertical-align: top;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #fff;
  z-index: 100;
}

#qodef-page-header .qodef-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 81px;
  max-height: 100%;
}

#qodef-page-header .qodef-header-logo-link img {
  display: block;
  margin: auto 0;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
  max-height: 18px;
}

#qodef-page-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 40px;
}

/* ==========================================================================
   Justified Gallery styles
   ========================================================================== */
.qodef-layout--justified-gallery {
  height: auto !important;
  visibility: hidden;
}

.qodef-layout--justified-gallery.qodef--justified-gallery-init {
  visibility: visible;
}

.qodef-layout--justified-gallery .qodef-grid-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item {
  position: absolute;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.qodef-layout--justified-gallery .qodef-grid-item img {
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
}

.qodef-layout--justified-gallery > .jg-filtered {
  display: none;
}

/* ==========================================================================
   Mobile Header styles
   ========================================================================== */
#qodef-page-mobile-header {
  position: relative;
  display: none;
  height: 70px;
  z-index: 100;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 18px;
  max-height: 100%;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#qodef-page-mobile-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 35px;
}

body:not([class*="lucent-core"]) #qodef-page-mobile-header-inner {
  padding: 0 0 0 35px;
}

@media only screen and (max-width: 320px) {
  #qodef-page-mobile-header-inner {
    padding: 0 30px;
  }
  body:not([class*="lucent-core"]) #qodef-page-mobile-header-inner {
    padding: 0 0 0 30px;
  }
}

.qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
  position: relative;
  /* mobile opener same without core */
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener svg.qodef--initial {
  display: block;
  width: 70px;
  height: auto;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener svg.qodef--initial > *,
body:not([class*="lucent-core"]) .qodef-mobile-header-opener svg.qodef--initial path {
  fill: #000;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener svg.qodef--initial circle {
  fill: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: all 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener svg.qodef-close--initial {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener:hover svg.qodef--initial circle {
  fill: #f6edb8;
  stroke: #f6edb8;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener:hover svg.qodef-close--initial line {
  stroke-dashoffset: 34;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener.qodef--opened svg.qodef--initial {
  visibility: hidden;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-opener.qodef--opened svg.qodef-close--initial {
  visibility: visible;
}

.qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  z-index: 10;
  /* default menu without core plugin */
}

.qodef-mobile-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-mobile-header-navigation ul li {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.qodef-mobile-header-navigation ul li ul {
  display: none;
}

.qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  font-family: 'ElegantIcons';
  content: '\35';
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  content: '';
  background-image: url("../img/menu-arrow_carrot-right.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened > a:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.qodef-mobile-header-navigation > ul {
  margin: 0 auto;
  padding: 34px 0;
}

.qodef-mobile-header-navigation > ul > li > a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}

.qodef-mobile-header-navigation > ul > li > a:hover {
  color: #000;
}

.qodef-mobile-header-navigation > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a, .qodef-mobile-header-navigation > ul > li.current-menu-item > a {
  color: #000;
}

.qodef-mobile-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-mobile-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu {
  margin: 0;
  padding: 3px 0 0 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu ul.sub-menu {
  margin: 0 0 0 1.5em;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  padding-right: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  letter-spacing: 0.02em;
  margin: 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: -11px;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a:hover {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a:hover:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li > a:hover:before {
  left: 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-ancestor > a, body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-item > a {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-ancestor > a:before, body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-ancestor > a:before, body:not([class*="lucent-core"]) .qodef-mobile-header-navigation ul.sub-menu li.current-menu-item > a:before {
  left: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner > ul {
  margin: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  padding-right: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  letter-spacing: 0.02em;
  margin: 2px 0;
}

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

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: -11px;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li > a:hover:before {
  left: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor > a:before, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item > a:before {
  left: 0;
}

/* ==========================================================================
   Navigation Menu styles
   ========================================================================== */
.qodef-header-navigation {
  height: 100%;
}

.qodef-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qodef-header-navigation ul li {
  position: relative;
  margin: 0;
  padding: 0;
}

.qodef-header-navigation ul li.qodef--hide-link > a {
  cursor: default;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  margin: 0;
  padding: 21px 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
          box-shadow: 1px 5px 10px 0px rgba(43, 43, 43, 0.06);
}

body:not([class*="lucent-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  width: 310px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 0 37px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'ElegantIcons';
  content: '\35';
}

body:not([class*="lucent-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  content: '';
  background-image: url("../img/menu-arrow_carrot-right.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: calc(-21px - 10px);
  left: 100%;
}

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

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  left: 0;
  right: auto;
  content: '\34';
}

body:not([class*="lucent-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  content: '';
  background-image: url("../img/menu-arrow_carrot-left.svg");
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
  left: -100%;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-header-navigation > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
}

.qodef-header-navigation > ul > li {
  height: 100%;
  margin: 0 20px;
}

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

.qodef-header-navigation > ul > li:last-child {
  margin-right: 0;
}

.qodef-header-navigation > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  /*&.active {
        &:after {
            transform: scaleX(1);
            transform-origin: 0% 50%;
            transition: transform .4s $hidden-line-animation;
        }
    }*/
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text {
  position: relative;
}

.qodef-header-navigation > ul > li > a .qodef-menu-item-text:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: currentColor;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.3s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-header-navigation > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-header-navigation > ul > li > a:hover {
  color: #000;
}

.qodef-header-navigation > ul > li > a:hover .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.current-menu-item > a {
  color: #000;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a .qodef-menu-item-text:after, .qodef-header-navigation > ul > li.current-menu-item > a .qodef-menu-item-text:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1), -webkit-transform 0.4s cubic-bezier(0.85, 0.26, 0.17, 1);
}

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

.qodef-header-navigation > ul > li.qodef-menu-item--narrow .qodef-drop-down-second:not(.qodef-drop-down--right) {
  left: -37px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul {
  /* LEFT --- STANDARD MENU LEVEL TWO AND THREE */
  /* RIGHT --- STANDARD MENU LEVEL TWO AND THREE */
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul li > a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  letter-spacing: 0.02em;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li {
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  padding-right: 11px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: -11px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item {
  padding-left: 37px;
  padding-right: 26px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a {
  color: #000;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item > a:before {
  left: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li {
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 11px;
  padding-right: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a .qodef-menu-item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li > a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  bottom: 2px;
  -webkit-transform: translateY(-50%) scaleY(0);
      -ms-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  background: #646464;
  -webkit-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: left 0.2s ease-out 0.05s, right 0.2s ease-out 0.05s, background-color 0.2s ease-out 0.05s, transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  left: auto;
  right: -11px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item {
  padding-left: 26px;
  padding-right: 37px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a {
  color: #000;
  padding-left: 0;
  padding-right: 11px;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a:before {
  background-color: #000;
  -webkit-transform: translateY(-50%) scaleY(1);
      -ms-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  -o-transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
  transition: transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s, -webkit-transform 0.2s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

.qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor > a:before, .qodef-header-navigation > ul > li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item > a:before {
  left: auto;
  right: 0;
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 5px 0 0;
}

.qodef-m-pagination.qodef--wp .nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 9px;
  padding: 0 3px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #000;
}

.qodef-m-pagination.qodef--wp .page-numbers * {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination.qodef--wp .page-numbers:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev, .qodef-m-pagination.qodef--wp .page-numbers.next {
  font-size: 30px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg, .qodef-m-pagination.qodef--wp .page-numbers.next svg {
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg line, .qodef-m-pagination.qodef--wp .page-numbers.next svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

body:not([class*="lucent-core"]) .qodef-m-pagination.qodef--wp .page-numbers.prev, body:not([class*="lucent-core"]) .qodef-m-pagination.qodef--wp .page-numbers.next {
  font-size: 17px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 24px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev svg line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 24px;
}

.qodef-m-pagination.qodef--wp .page-numbers.next svg line {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.qodef-m-pagination.qodef--wp .page-numbers:hover, .qodef-m-pagination.qodef--wp .page-numbers.current {
  text-shadow: 0 0 1px #000;
  color: #000;
}

body:not([class*="lucent-core"]) .qodef-m-pagination.qodef--wp {
  margin-top: 65px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 9px;
  padding: 0 3px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #000;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item * {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  font-size: 30px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg {
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg line, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

body:not([class*="lucent-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, body:not([class*="lucent-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  font-size: 17px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 24px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 24px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg line {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active {
  text-shadow: 0 0 1px #000;
  color: #000;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  display: inline-block !important;
  width: 100%;
  text-align: center;
  margin-top: 75px;
}

@media only screen and (max-width: 1440px) {
  .qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    margin-top: 75px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    margin-top: 75px;
    margin-bottom: 41px;
  }
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  padding: 0 7px;
  display: inline-block;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
  line-height: 54px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a {
  font-size: 18px;
  font-weight: 600;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  display: inline-block;
  position: relative;
  top: 6px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qoodef--prev {
  margin-right: 22px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qoodef--next {
  margin-left: 10px;
}

.qodef-m-pagination.qodef--load-more {
  text-align: center;
  margin: 0;
}

.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button {
  opacity: 1;
}

.qodef-m-pagination.qodef--load-more .qodef-load-more-button.qodef-layout--textual-with-arrow .qodef-m-text:after {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.qodef-m-pagination.qodef--infinite-scroll {
  text-align: center;
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  line-height: 1;
  color: #646464;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before {
  display: block;
  line-height: inherit;
}

.qodef-m-pagination .page-numbers {
  line-height: 54px;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.qodef-m-pagination .page-numbers.current {
  font-size: 18px;
  font-weight: 600;
}

.qodef-m-pagination .nav-links {
  display: inline-block !important;
  width: 100%;
  text-align: center;
}

.qodef-m-pagination .nav-links .prev {
  display: inline-block;
  position: relative;
  top: 6px;
}

.qodef-m-pagination .nav-links .next {
  display: inline-block;
  position: relative;
  top: 6px;
}

.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 16px);
  font-size: 32px;
  line-height: 1;
  color: #646464;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
  display: block;
  line-height: inherit;
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
  opacity: 1;
  z-index: 1;
}

.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
  opacity: 0;
}

.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
  opacity: 1;
  z-index: 1;
}

.qodef-single-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: 15px 0;
}

.qodef-single-links .qodef-m-single-links-title {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  margin-right: 10px;
}

.qodef-single-links a,
.qodef-single-links > span:not(.qodef-m-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.qodef-single-links a:last-child,
.qodef-single-links > span:not(.qodef-m-single-links-title):last-child {
  margin-right: 0;
}

.qodef-single-links a:hover {
  text-shadow: 0 0 1px #000;
}

.qodef-single-links > span:not(.qodef-m-single-links-title) {
  color: #000;
  text-shadow: 0 0 1px #000;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

.qodef-search .qodef-e-search-heading-title {
  margin: 0 0 20px;
}

.qodef-search .qodef-e-search-heading-label {
  margin: 8px 0 0;
}

.qodef-search .qodef-search-form .qodef-search-form-field {
  padding-right: 50px;
  margin: 0;
}

.qodef-search .qodef-search-form .qodef-search-form-button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

.qodef-search .qodef-search-form .qodef-search-form-button:hover {
  color: #646464;
  background: transparent;
}

.qodef-search .qodef-search-form .qodef-search-form-button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.qodef-search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-search article {
  margin-bottom: 30px;
}

.qodef-search article:last-child {
  margin-bottom: 0;
}

.qodef-search article .qodef-e-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.qodef-search article .qodef-e-inner > * {
  width: 100%;
}

.qodef-search article .qodef-e-inner .qodef-e-image {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  padding-right: 30px;
}

.qodef-search article .qodef-e-inner .qodef-e-title {
  margin: 0;
}

.qodef-search article .qodef-e-inner .qodef-e-excerpt {
  margin: 15px 0 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 240px;
  background-color: #f4f4f4;
}

.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-page-title .qodef-m-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.qodef-page-title .qodef-m-title {
  margin: 0;
}

/* ==========================================================================
   Widgets styles
   ========================================================================== */
.widget {
  margin: 0 0 35px;
}

.widget:last-child {
  margin-bottom: 0 !important;
}

.widget .qodef-widget-title {
  margin: 0 0 23px;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget .qodef-widget-title a:hover {
  color: #646464;
}

.widget a {
  color: #646464;
}

.widget a:hover {
  color: #646464;
}

.widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 1em;
}

.widget.widget_lucent_core_instagram_list .qodef-widget-title {
  margin: 0 0 33px;
}

.widget.widget_categories, .widget.widget_archive, .widget.widget_pages, .widget.widget_meta, .widget.widget_nav_menu {
  margin: 0 0 61px;
}

.widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_pages ul, .widget.widget_meta ul, .widget.widget_nav_menu ul {
  overflow: hidden;
}

.widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li {
  font-size: 11px;
  margin: 0 0 9px;
  line-height: 1;
}

.widget.widget_categories ul li .children, .widget.widget_archive ul li .children, .widget.widget_pages ul li .children, .widget.widget_meta ul li .children, .widget.widget_nav_menu ul li .children {
  margin-left: 20px;
}

.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_nav_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.widget.widget_categories ul li a:before, .widget.widget_archive ul li a:before, .widget.widget_pages ul li a:before, .widget.widget_meta ul li a:before, .widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
  width: 2px;
  height: 11px;
  display: inline-block;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_nav_menu ul li a:hover {
  color: #000;
  padding-left: 14px;
}

.widget.widget_categories ul li a:hover:before, .widget.widget_archive ul li a:hover:before, .widget.widget_pages ul li a:hover:before, .widget.widget_meta ul li a:hover:before, .widget.widget_nav_menu ul li a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.widget.widget_recent_comments {
  margin: 0 0 61px;
}

.widget.widget_recent_comments ul {
  overflow: hidden;
}

.widget.widget_recent_comments ul li {
  margin: 0 0 9px;
  line-height: 1;
}

.widget.widget_recent_comments ul li .children {
  margin-left: 20px;
}

.widget.widget_recent_comments ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
}

.widget.widget_recent_comments ul li a:hover {
  color: #000;
}

.widget.widget_instagram-feed-widget .qodef-widget-title {
  margin: 0 0 22px;
}

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

.widget.widget_archive .select2, .widget.widget_categories .select2, .widget.widget_text .select2 {
  margin-bottom: 0;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_calendar table {
  table-layout: fixed;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
  text-align: center;
}

.widget.widget_calendar caption {
  margin-bottom: 5px;
}

.widget.widget_calendar #today {
  color: #fff;
  background-color: #646464;
}

.widget.widget_calendar #today a {
  color: inherit;
}

.widget.widget_calendar tfoot tr,
.widget.widget_calendar tfoot td {
  border: 0;
}

.widget.widget_calendar tfoot a {
  color: #646464;
}

.widget.widget_calendar tfoot a:hover {
  color: #646464;
}

.widget.widget_text img {
  display: block;
}

.widget.widget_rss ul li {
  margin-bottom: 35px;
}

.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

.widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

.widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

.widget.widget_search .qodef-widget-title {
  margin-bottom: 32px;
}

.widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_search input {
  padding-right: 50px;
  margin: 0;
}

.widget.widget_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

.widget.widget_search button:hover {
  color: #646464;
  background: transparent;
}

.widget.widget_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.widget.widget_lucent_core_blog_list {
  margin: 0 0 56px;
}

.widget.widget_lucent_core_blog_list .qodef-widget-title {
  margin: 0 0 22px;
}

.widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #000;
}

.widget.widget_search {
  margin: 0 0 70px;
}

.widget.widget_search button {
  left: 0;
  right: auto;
  top: 0;
}

.widget.widget_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

.widget.widget_search .qodef-search-form-field {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_search .qodef-search-form-field::-moz-placeholder {
  line-height: 28px;
}

.widget.widget_search .qodef-search-form-field:focus {
  border-bottom: 1px solid #000;
}

.widget.widget_lucent_core_social_icons_group .qodef-widget-title {
  margin: 0 0 32px;
}

.widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
  margin-left: 17px;
}

.widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

.widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

.widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .widget.widget_tag_cloud .tagcloud a:after {
      bottom: -4px;
    }
  }
}

.widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

.widget.widget_media_image {
  margin-bottom: 0;
}

.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 32px;
}

.widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

.widget.widget_media_image img {
  display: block;
}

#qodef-top-area .widget {
  margin: 0 0 0px;
  color: #979797;
}

#qodef-top-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 23px;
  color: #979797;
}

#qodef-top-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #646464;
}

#qodef-top-area .widget a {
  color: #979797;
}

#qodef-top-area .widget a:hover {
  color: #646464;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 1em;
}

#qodef-top-area .widget.widget_lucent_core_instagram_list .qodef-widget-title {
  margin: 0 0 33px;
}

#qodef-top-area .widget.widget_categories, #qodef-top-area .widget.widget_archive, #qodef-top-area .widget.widget_pages, #qodef-top-area .widget.widget_meta, #qodef-top-area .widget.widget_nav_menu {
  margin: 0 0 61px;
}

#qodef-top-area .widget.widget_categories ul, #qodef-top-area .widget.widget_archive ul, #qodef-top-area .widget.widget_pages ul, #qodef-top-area .widget.widget_meta ul, #qodef-top-area .widget.widget_nav_menu ul {
  overflow: hidden;
}

#qodef-top-area .widget.widget_categories ul li, #qodef-top-area .widget.widget_archive ul li, #qodef-top-area .widget.widget_pages ul li, #qodef-top-area .widget.widget_meta ul li, #qodef-top-area .widget.widget_nav_menu ul li {
  font-size: 11px;
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-top-area .widget.widget_categories ul li .children, #qodef-top-area .widget.widget_archive ul li .children, #qodef-top-area .widget.widget_pages ul li .children, #qodef-top-area .widget.widget_meta ul li .children, #qodef-top-area .widget.widget_nav_menu ul li .children {
  margin-left: 20px;
}

#qodef-top-area .widget.widget_categories ul li a, #qodef-top-area .widget.widget_archive ul li a, #qodef-top-area .widget.widget_pages ul li a, #qodef-top-area .widget.widget_meta ul li a, #qodef-top-area .widget.widget_nav_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

#qodef-top-area .widget.widget_categories ul li a:before, #qodef-top-area .widget.widget_archive ul li a:before, #qodef-top-area .widget.widget_pages ul li a:before, #qodef-top-area .widget.widget_meta ul li a:before, #qodef-top-area .widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
  width: 2px;
  height: 11px;
  display: inline-block;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#qodef-top-area .widget.widget_categories ul li a:hover, #qodef-top-area .widget.widget_archive ul li a:hover, #qodef-top-area .widget.widget_pages ul li a:hover, #qodef-top-area .widget.widget_meta ul li a:hover, #qodef-top-area .widget.widget_nav_menu ul li a:hover {
  color: #000;
  padding-left: 14px;
}

#qodef-top-area .widget.widget_categories ul li a:hover:before, #qodef-top-area .widget.widget_archive ul li a:hover:before, #qodef-top-area .widget.widget_pages ul li a:hover:before, #qodef-top-area .widget.widget_meta ul li a:hover:before, #qodef-top-area .widget.widget_nav_menu ul li a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#qodef-top-area .widget.widget_recent_comments {
  margin: 0 0 61px;
}

#qodef-top-area .widget.widget_recent_comments ul {
  overflow: hidden;
}

#qodef-top-area .widget.widget_recent_comments ul li {
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-top-area .widget.widget_recent_comments ul li .children {
  margin-left: 20px;
}

#qodef-top-area .widget.widget_recent_comments ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
}

#qodef-top-area .widget.widget_recent_comments ul li a:hover {
  color: #000;
}

#qodef-top-area .widget.widget_instagram-feed-widget .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-top-area .widget.widget_archive select, #qodef-top-area .widget.widget_categories select, #qodef-top-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

#qodef-top-area .widget.widget_archive .select2, #qodef-top-area .widget.widget_categories .select2, #qodef-top-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-top-area .widget.widget_calendar {
  width: 100%;
}

#qodef-top-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-top-area .widget.widget_calendar table th,
#qodef-top-area .widget.widget_calendar table td {
  text-align: center;
}

#qodef-top-area .widget.widget_calendar caption {
  margin-bottom: 5px;
}

#qodef-top-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #646464;
}

#qodef-top-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-top-area .widget.widget_calendar tfoot tr,
#qodef-top-area .widget.widget_calendar tfoot td {
  border: 0;
}

#qodef-top-area .widget.widget_calendar tfoot a {
  color: #979797;
}

#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #646464;
}

#qodef-top-area .widget.widget_text img {
  display: block;
}

#qodef-top-area .widget.widget_rss ul li {
  margin-bottom: 35px;
}

#qodef-top-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-top-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

#qodef-top-area .widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

#qodef-top-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

#qodef-top-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 32px;
}

#qodef-top-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-top-area .widget.widget_search input {
  padding-right: 50px;
  margin: 0;
}

#qodef-top-area .widget.widget_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

#qodef-top-area .widget.widget_search button:hover {
  color: #646464;
  background: transparent;
}

#qodef-top-area .widget.widget_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-top-area .widget.widget_lucent_core_blog_list {
  margin: 0 0 56px;
}

#qodef-top-area .widget.widget_lucent_core_blog_list .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-top-area .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date {
  font-size: 16px;
  letter-spacing: -0.01em;
}

#qodef-top-area .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #000;
}

#qodef-top-area .widget.widget_search {
  margin: 0 0 70px;
}

#qodef-top-area .widget.widget_search button {
  left: 0;
  right: auto;
  top: 0;
}

#qodef-top-area .widget.widget_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  line-height: 28px;
}

#qodef-top-area .widget.widget_search .qodef-search-form-field:focus {
  border-bottom: 1px solid #000;
}

#qodef-top-area .widget.widget_lucent_core_social_icons_group .qodef-widget-title {
  margin: 0 0 32px;
}

#qodef-top-area .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
  margin-left: 17px;
}

#qodef-top-area .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
      bottom: -4px;
    }
  }
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

#qodef-top-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 32px;
}

#qodef-top-area .widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

#qodef-top-area .widget.widget_media_image img {
  display: block;
}

#qodef-page-footer .widget {
  margin: 0 0 35px;
  color: #646464;
}

#qodef-page-footer .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 18px;
}

#qodef-page-footer .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #000;
}

#qodef-page-footer .widget a {
  color: #646464;
}

#qodef-page-footer .widget a:hover {
  color: #000;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 1em;
}

#qodef-page-footer .widget.widget_lucent_core_instagram_list .qodef-widget-title {
  margin: 0 0 33px;
}

#qodef-page-footer .widget.widget_categories, #qodef-page-footer .widget.widget_archive, #qodef-page-footer .widget.widget_pages, #qodef-page-footer .widget.widget_meta, #qodef-page-footer .widget.widget_nav_menu {
  margin: 0 0 61px;
}

#qodef-page-footer .widget.widget_categories ul, #qodef-page-footer .widget.widget_archive ul, #qodef-page-footer .widget.widget_pages ul, #qodef-page-footer .widget.widget_meta ul, #qodef-page-footer .widget.widget_nav_menu ul {
  overflow: hidden;
}

#qodef-page-footer .widget.widget_categories ul li, #qodef-page-footer .widget.widget_archive ul li, #qodef-page-footer .widget.widget_pages ul li, #qodef-page-footer .widget.widget_meta ul li, #qodef-page-footer .widget.widget_nav_menu ul li {
  font-size: 11px;
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-page-footer .widget.widget_categories ul li .children, #qodef-page-footer .widget.widget_archive ul li .children, #qodef-page-footer .widget.widget_pages ul li .children, #qodef-page-footer .widget.widget_meta ul li .children, #qodef-page-footer .widget.widget_nav_menu ul li .children {
  margin-left: 20px;
}

#qodef-page-footer .widget.widget_categories ul li a, #qodef-page-footer .widget.widget_archive ul li a, #qodef-page-footer .widget.widget_pages ul li a, #qodef-page-footer .widget.widget_meta ul li a, #qodef-page-footer .widget.widget_nav_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

#qodef-page-footer .widget.widget_categories ul li a:before, #qodef-page-footer .widget.widget_archive ul li a:before, #qodef-page-footer .widget.widget_pages ul li a:before, #qodef-page-footer .widget.widget_meta ul li a:before, #qodef-page-footer .widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
  width: 2px;
  height: 11px;
  display: inline-block;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#qodef-page-footer .widget.widget_categories ul li a:hover, #qodef-page-footer .widget.widget_archive ul li a:hover, #qodef-page-footer .widget.widget_pages ul li a:hover, #qodef-page-footer .widget.widget_meta ul li a:hover, #qodef-page-footer .widget.widget_nav_menu ul li a:hover {
  color: #000;
  padding-left: 14px;
}

#qodef-page-footer .widget.widget_categories ul li a:hover:before, #qodef-page-footer .widget.widget_archive ul li a:hover:before, #qodef-page-footer .widget.widget_pages ul li a:hover:before, #qodef-page-footer .widget.widget_meta ul li a:hover:before, #qodef-page-footer .widget.widget_nav_menu ul li a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#qodef-page-footer .widget.widget_recent_comments {
  margin: 0 0 61px;
}

#qodef-page-footer .widget.widget_recent_comments ul {
  overflow: hidden;
}

#qodef-page-footer .widget.widget_recent_comments ul li {
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-page-footer .widget.widget_recent_comments ul li .children {
  margin-left: 20px;
}

#qodef-page-footer .widget.widget_recent_comments ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
}

#qodef-page-footer .widget.widget_recent_comments ul li a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_instagram-feed-widget .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-page-footer .widget.widget_archive select, #qodef-page-footer .widget.widget_categories select, #qodef-page-footer .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

#qodef-page-footer .widget.widget_archive .select2, #qodef-page-footer .widget.widget_categories .select2, #qodef-page-footer .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_calendar {
  width: 100%;
}

#qodef-page-footer .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-page-footer .widget.widget_calendar table th,
#qodef-page-footer .widget.widget_calendar table td {
  text-align: center;
}

#qodef-page-footer .widget.widget_calendar caption {
  margin-bottom: 5px;
}

#qodef-page-footer .widget.widget_calendar #today {
  color: #fff;
  background-color: #000;
}

#qodef-page-footer .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-page-footer .widget.widget_calendar tfoot tr,
#qodef-page-footer .widget.widget_calendar tfoot td {
  border: 0;
}

#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #646464;
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_text img {
  display: block;
}

#qodef-page-footer .widget.widget_rss ul li {
  margin-bottom: 35px;
}

#qodef-page-footer .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

#qodef-page-footer .widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
  margin-bottom: 27px;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_search input {
  padding-right: 50px;
  margin: 0;
}

#qodef-page-footer .widget.widget_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

#qodef-page-footer .widget.widget_search button:hover {
  color: #646464;
  background: transparent;
}

#qodef-page-footer .widget.widget_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-page-footer .widget.widget_lucent_core_blog_list {
  margin: 0 0 56px;
}

#qodef-page-footer .widget.widget_lucent_core_blog_list .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-page-footer .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date {
  font-size: 16px;
  letter-spacing: -0.01em;
}

#qodef-page-footer .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #000;
}

#qodef-page-footer .widget.widget_search {
  margin: 0 0 70px;
}

#qodef-page-footer .widget.widget_search button {
  left: 0;
  right: auto;
  top: 0;
}

#qodef-page-footer .widget.widget_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  line-height: 28px;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-field:focus {
  border-bottom: 1px solid #000;
}

#qodef-page-footer .widget.widget_lucent_core_social_icons_group .qodef-widget-title {
  margin: 0 0 32px;
}

#qodef-page-footer .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
  margin-left: 17px;
}

#qodef-page-footer .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
      bottom: -4px;
    }
  }
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 27px;
}

#qodef-page-footer .widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_media_image img {
  display: block;
}

#qodef-side-area .widget {
  margin: 0 0 35px;
  color: #000;
}

#qodef-side-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 23px;
  color: #000;
}

#qodef-side-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #646464;
}

#qodef-side-area .widget a {
  color: #000;
}

#qodef-side-area .widget a:hover {
  color: #646464;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 1em;
}

#qodef-side-area .widget.widget_lucent_core_instagram_list .qodef-widget-title {
  margin: 0 0 33px;
}

#qodef-side-area .widget.widget_categories, #qodef-side-area .widget.widget_archive, #qodef-side-area .widget.widget_pages, #qodef-side-area .widget.widget_meta, #qodef-side-area .widget.widget_nav_menu {
  margin: 0 0 61px;
}

#qodef-side-area .widget.widget_categories ul, #qodef-side-area .widget.widget_archive ul, #qodef-side-area .widget.widget_pages ul, #qodef-side-area .widget.widget_meta ul, #qodef-side-area .widget.widget_nav_menu ul {
  overflow: hidden;
}

#qodef-side-area .widget.widget_categories ul li, #qodef-side-area .widget.widget_archive ul li, #qodef-side-area .widget.widget_pages ul li, #qodef-side-area .widget.widget_meta ul li, #qodef-side-area .widget.widget_nav_menu ul li {
  font-size: 11px;
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-side-area .widget.widget_categories ul li .children, #qodef-side-area .widget.widget_archive ul li .children, #qodef-side-area .widget.widget_pages ul li .children, #qodef-side-area .widget.widget_meta ul li .children, #qodef-side-area .widget.widget_nav_menu ul li .children {
  margin-left: 20px;
}

#qodef-side-area .widget.widget_categories ul li a, #qodef-side-area .widget.widget_archive ul li a, #qodef-side-area .widget.widget_pages ul li a, #qodef-side-area .widget.widget_meta ul li a, #qodef-side-area .widget.widget_nav_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

#qodef-side-area .widget.widget_categories ul li a:before, #qodef-side-area .widget.widget_archive ul li a:before, #qodef-side-area .widget.widget_pages ul li a:before, #qodef-side-area .widget.widget_meta ul li a:before, #qodef-side-area .widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
  width: 2px;
  height: 11px;
  display: inline-block;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

#qodef-side-area .widget.widget_categories ul li a:hover, #qodef-side-area .widget.widget_archive ul li a:hover, #qodef-side-area .widget.widget_pages ul li a:hover, #qodef-side-area .widget.widget_meta ul li a:hover, #qodef-side-area .widget.widget_nav_menu ul li a:hover {
  color: #000;
  padding-left: 14px;
}

#qodef-side-area .widget.widget_categories ul li a:hover:before, #qodef-side-area .widget.widget_archive ul li a:hover:before, #qodef-side-area .widget.widget_pages ul li a:hover:before, #qodef-side-area .widget.widget_meta ul li a:hover:before, #qodef-side-area .widget.widget_nav_menu ul li a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#qodef-side-area .widget.widget_recent_comments {
  margin: 0 0 61px;
}

#qodef-side-area .widget.widget_recent_comments ul {
  overflow: hidden;
}

#qodef-side-area .widget.widget_recent_comments ul li {
  margin: 0 0 9px;
  line-height: 1;
}

#qodef-side-area .widget.widget_recent_comments ul li .children {
  margin-left: 20px;
}

#qodef-side-area .widget.widget_recent_comments ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
}

#qodef-side-area .widget.widget_recent_comments ul li a:hover {
  color: #000;
}

#qodef-side-area .widget.widget_instagram-feed-widget .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-side-area .widget.widget_archive select, #qodef-side-area .widget.widget_categories select, #qodef-side-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

#qodef-side-area .widget.widget_archive .select2, #qodef-side-area .widget.widget_categories .select2, #qodef-side-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_calendar {
  width: 100%;
}

#qodef-side-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-side-area .widget.widget_calendar table th,
#qodef-side-area .widget.widget_calendar table td {
  text-align: center;
}

#qodef-side-area .widget.widget_calendar caption {
  margin-bottom: 5px;
}

#qodef-side-area .widget.widget_calendar #today {
  color: #fff;
  background-color: #646464;
}

#qodef-side-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-side-area .widget.widget_calendar tfoot tr,
#qodef-side-area .widget.widget_calendar tfoot td {
  border: 0;
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #000;
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #646464;
}

#qodef-side-area .widget.widget_text img {
  display: block;
}

#qodef-side-area .widget.widget_rss ul li {
  margin-bottom: 35px;
}

#qodef-side-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

#qodef-side-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 32px;
}

#qodef-side-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-side-area .widget.widget_search input {
  padding-right: 50px;
  margin: 0;
}

#qodef-side-area .widget.widget_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

#qodef-side-area .widget.widget_search button:hover {
  color: #646464;
  background: transparent;
}

#qodef-side-area .widget.widget_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-side-area .widget.widget_lucent_core_blog_list {
  margin: 0 0 56px;
}

#qodef-side-area .widget.widget_lucent_core_blog_list .qodef-widget-title {
  margin: 0 0 22px;
}

#qodef-side-area .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date {
  font-size: 16px;
  letter-spacing: -0.01em;
}

#qodef-side-area .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #000;
}

#qodef-side-area .widget.widget_search {
  margin: 0 0 70px;
}

#qodef-side-area .widget.widget_search button {
  left: 0;
  right: auto;
  top: 0;
}

#qodef-side-area .widget.widget_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  line-height: 28px;
}

#qodef-side-area .widget.widget_search .qodef-search-form-field:focus {
  border-bottom: 1px solid #000;
}

#qodef-side-area .widget.widget_lucent_core_social_icons_group .qodef-widget-title {
  margin: 0 0 32px;
}

#qodef-side-area .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
  margin-left: 17px;
}

#qodef-side-area .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
      bottom: -4px;
    }
  }
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

#qodef-side-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 32px;
}

#qodef-side-area .widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

#qodef-side-area .widget.widget_media_image img {
  display: block;
}

.qodef-mega-menu-widget-holder .widget {
  margin: 0 0 0px;
  color: #000;
}

.qodef-mega-menu-widget-holder .widget:last-child {
  margin-bottom: 0 !important;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title {
  margin: 0 0 23px;
  color: #000;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a {
  color: inherit;
}

.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover {
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget a {
  color: #000;
}

.qodef-mega-menu-widget-holder .widget a:hover {
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 1em;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_instagram_list .qodef-widget-title {
  margin: 0 0 33px;
}

.qodef-mega-menu-widget-holder .widget.widget_categories, .qodef-mega-menu-widget-holder .widget.widget_archive, .qodef-mega-menu-widget-holder .widget.widget_pages, .qodef-mega-menu-widget-holder .widget.widget_meta, .qodef-mega-menu-widget-holder .widget.widget_nav_menu {
  margin: 0 0 61px;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul, .qodef-mega-menu-widget-holder .widget.widget_archive ul, .qodef-mega-menu-widget-holder .widget.widget_pages ul, .qodef-mega-menu-widget-holder .widget.widget_meta ul, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul {
  overflow: hidden;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li, .qodef-mega-menu-widget-holder .widget.widget_archive ul li, .qodef-mega-menu-widget-holder .widget.widget_pages ul li, .qodef-mega-menu-widget-holder .widget.widget_meta ul li, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li {
  font-size: 11px;
  margin: 0 0 9px;
  line-height: 1;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li .children, .qodef-mega-menu-widget-holder .widget.widget_archive ul li .children, .qodef-mega-menu-widget-holder .widget.widget_pages ul li .children, .qodef-mega-menu-widget-holder .widget.widget_meta ul li .children, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li .children {
  margin-left: 20px;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li a, .qodef-mega-menu-widget-holder .widget.widget_archive ul li a, .qodef-mega-menu-widget-holder .widget.widget_pages ul li a, .qodef-mega-menu-widget-holder .widget.widget_meta ul li a, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
  -webkit-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:before, .qodef-mega-menu-widget-holder .widget.widget_archive ul li a:before, .qodef-mega-menu-widget-holder .widget.widget_pages ul li a:before, .qodef-mega-menu-widget-holder .widget.widget_meta ul li a:before, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #000;
  width: 2px;
  height: 11px;
  display: inline-block;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:hover, .qodef-mega-menu-widget-holder .widget.widget_archive ul li a:hover, .qodef-mega-menu-widget-holder .widget.widget_pages ul li a:hover, .qodef-mega-menu-widget-holder .widget.widget_meta ul li a:hover, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:hover {
  color: #000;
  padding-left: 14px;
}

.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:hover:before, .qodef-mega-menu-widget-holder .widget.widget_archive ul li a:hover:before, .qodef-mega-menu-widget-holder .widget.widget_pages ul li a:hover:before, .qodef-mega-menu-widget-holder .widget.widget_meta ul li a:hover:before, .qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:hover:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments {
  margin: 0 0 61px;
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul {
  overflow: hidden;
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li {
  margin: 0 0 9px;
  line-height: 1;
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li .children {
  margin-left: 20px;
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: -0.01em;
  color: #646464;
  position: relative;
  padding-left: 0;
  padding-right: 2px;
  vertical-align: middle;
}

.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a:hover {
  color: #000;
}

.qodef-mega-menu-widget-holder .widget.widget_instagram-feed-widget .qodef-widget-title {
  margin: 0 0 22px;
}

.qodef-mega-menu-widget-holder .widget.widget_archive select, .qodef-mega-menu-widget-holder .widget.widget_categories select, .qodef-mega-menu-widget-holder .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

.qodef-mega-menu-widget-holder .widget.widget_archive .select2, .qodef-mega-menu-widget-holder .widget.widget_categories .select2, .qodef-mega-menu-widget-holder .widget.widget_text .select2 {
  margin-bottom: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar {
  width: 100%;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar table {
  table-layout: fixed;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar table th,
.qodef-mega-menu-widget-holder .widget.widget_calendar table td {
  text-align: center;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar caption {
  margin-bottom: 5px;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today {
  color: #fff;
  background-color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar #today a {
  color: inherit;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr,
.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td {
  border: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a {
  color: #000;
}

.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover {
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_text img {
  display: block;
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul li {
  margin-bottom: 35px;
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary {
  margin-top: 15px;
}

.qodef-mega-menu-widget-holder .widget.widget_rss ul cite {
  display: block;
  margin-top: 8px;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title {
  margin-bottom: 32px;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-mega-menu-widget-holder .widget.widget_search input {
  padding-right: 50px;
  margin: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_search button:hover {
  color: #646464;
  background: transparent;
}

.qodef-mega-menu-widget-holder .widget.widget_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_blog_list {
  margin: 0 0 56px;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_blog_list .qodef-widget-title {
  margin: 0 0 22px;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-info-date {
  font-size: 16px;
  letter-spacing: -0.01em;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_blog_list .qodef-blog.qodef-item-layout--minimal article .qodef-e-title a {
  color: #000;
}

.qodef-mega-menu-widget-holder .widget.widget_search {
  margin: 0 0 70px;
}

.qodef-mega-menu-widget-holder .widget.widget_search button {
  left: 0;
  right: auto;
  top: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field::-moz-placeholder {
  line-height: 28px;
}

.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-field:focus {
  border-bottom: 1px solid #000;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_social_icons_group .qodef-widget-title {
  margin: 0 0 32px;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder {
  margin-left: 17px;
}

.qodef-mega-menu-widget-holder .widget.widget_lucent_core_social_icons_group .qodef-social-icons-group .qodef-icon-holder:first-child {
  margin-left: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 16px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after {
      bottom: -4px;
    }
  }
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover {
  color: #000;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image {
  margin-bottom: 0;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 32px;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image a {
  display: inline-block;
  vertical-align: top;
}

.qodef-mega-menu-widget-holder .widget.widget_media_image img {
  display: block;
}

.widget.widget_block.widget_search .wp-block-search__button-outside input[type="search"] {
  padding-left: 0 !important;
}

.widget.widget_block.widget_search .qodef-search-form .qodef-search-form-label {
  display: block;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 1.263em;
  letter-spacing: -.025em;
  margin: 0 0 23px;
  color: #646464;
  font-weight: 700;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"] {
  border: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"]:-moz-placeholder {
  color: #6a6a6a;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"]::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"]:-ms-input-placeholder {
  color: #6a6a6a;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"]::-webkit-input-placeholder {
  color: #6a6a6a;
}

.widget.widget_block.widget_search .qodef-search-form input[type="search"]::-webkit-search-decoration, .widget.widget_block.widget_search .qodef-search-form input[type="search"]::-webkit-search-cancel-button, .widget.widget_block.widget_search .qodef-search-form input[type="search"]::-webkit-search-results-button, .widget.widget_block.widget_search .qodef-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.widget.widget_block.widget_search .qodef-search-form-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
}

.widget.widget_block.widget_search .qodef-search-form-field {
  margin: 0;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--has-icon {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
  color: #000;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--has-icon:hover {
  color: #646464;
  background: transparent;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--has-icon svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--has-icon svg {
  fill: none;
  stroke: currentColor;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

.widget.widget_block.widget_search .qodef-search-form-button:not(.qodef--has-icon) {
  position: relative;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-outside {
  margin-left: 0;
  height: 42px;
  line-height: 42px;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-outside.qodef--has-icon {
  position: relative;
  bottom: 0;
  width: 50px;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-inside {
  height: auto;
  position: absolute !important;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-inside:not(.qodef--has-icon) {
  left: initial;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-inside.qodef--has-icon {
  height: 42px;
  width: 42px;
  right: 0;
  background-color: transparent;
  color: #000;
}

.widget.widget_block.widget_search .qodef-search-form-button.qodef--button-inside.qodef--has-icon:hover {
  color: #000;
}

/* ==========================================================================
   WooCommerce global styles
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - start
   ========================================================================== */
/* ==========================================================================
   Ratings mixins - end
   ========================================================================== */
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 0;
  padding: 6px 7px 7px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  z-index: 5;
}

#qodef-woo-page .qodef-woo-product-mark.qodef-new,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-new {
  left: 0;
}

#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale, #qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale,
.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock {
  right: 0;
}

#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0;
}

#qodef-woo-page .qodef-woo-ratings,
.qodef-woo-shortcode .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-inner,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
  color: #a7a7a7;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 7px;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star svg:last-child,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active svg,
.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

#qodef-woo-page .price,
.qodef-woo-shortcode .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin: 8px 0 0;
  color: #4e4e4e;
}

#qodef-woo-page .price .woocommerce-Price-currencySymbol,
.qodef-woo-shortcode .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  margin-right: 11px;
  color: #a7a7a7;
}

#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none;
}

#qodef-woo-page .price .qodef-price-text,
.qodef-woo-shortcode .price .qodef-price-text {
  display: none;
}

#qodef-woo-page .button,
#qodef-woo-page .added_to_cart,
.qodef-woo-shortcode .button,
.qodef-woo-shortcode .added_to_cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

#qodef-woo-page .button:before,
#qodef-woo-page .added_to_cart:before,
.qodef-woo-shortcode .button:before,
.qodef-woo-shortcode .added_to_cart:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-woo-page .button:after,
#qodef-woo-page .added_to_cart:after,
.qodef-woo-shortcode .button:after,
.qodef-woo-shortcode .added_to_cart:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

#qodef-woo-page .button:hover:before,
#qodef-woo-page .added_to_cart:hover:before,
.qodef-woo-shortcode .button:hover:before,
.qodef-woo-shortcode .added_to_cart:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

#qodef-woo-page .button:hover:after,
#qodef-woo-page .added_to_cart:hover:after,
.qodef-woo-shortcode .button:hover:after,
.qodef-woo-shortcode .added_to_cart:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#qodef-woo-page .button.added,
#qodef-woo-page .added_to_cart.added,
.qodef-woo-shortcode .button.added,
.qodef-woo-shortcode .added_to_cart.added {
  display: none;
}

.qodef-woo-shortcode.qodef-woo-product-list .qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
  text-align: right;
}

#qodef-woo-page .quantity {
  white-space: nowrap;
}

#qodef-woo-page .quantity input[type="number"] {
  width: 60px;
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.woocommerce-page div.woocommerce .woocommerce-message,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

.woocommerce-page div.woocommerce .shop_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce-page div.woocommerce .shop_table th, .woocommerce-page div.woocommerce .shop_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

.woocommerce-page div.woocommerce .shop_table th:first-child, .woocommerce-page div.woocommerce .shop_table td:first-child {
  padding-left: 0;
}

.woocommerce-page div.woocommerce .shop_table th {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.woocommerce-page div.woocommerce .shop_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table td ul li label {
  margin-bottom: 0;
}

.woocommerce-page div.woocommerce .shop_table p {
  margin: 0;
}

.woocommerce-page div.woocommerce .col2-set {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}

.woocommerce-page div.woocommerce .col2-set > * {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.woocommerce-page div.woocommerce address {
  font-style: normal;
}

.woocommerce-page div.woocommerce address p {
  margin: 0;
}

.woocommerce-page div.woocommerce form p {
  margin: 0;
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close,
.woocommerce-page .pswp__button.pswp__button--zoom,
.woocommerce-page .pswp__button.pswp__button--fs {
  background: none !important;
}

.woocommerce-page .pswp__button--arrow--left:before,
.woocommerce-page .pswp__button--arrow--right:before,
.woocommerce-page .pswp__button.pswp__button--close:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before,
.woocommerce-page .pswp__button.pswp__button--fs:before {
  border: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}

.woocommerce-page .pswp__button--arrow--left:before {
  font-size: 45px;
  content: "\f104";
}

.woocommerce-page .pswp__button--arrow--right:before {
  font-size: 45px;
  content: "\f105";
}

.woocommerce-page .pswp__button.pswp__button--close:before {
  font-size: 17px;
  content: "\f00d";
}

.woocommerce-page .pswp__button.pswp__button--zoom:before {
  font-size: 17px;
  content: "\f00e";
}

.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
  font-size: 17px;
  content: "\f010";
}

.woocommerce-page .pswp__button.pswp__button--fs:before {
  font-size: 17px;
  content: "\f0b2";
}

.woocommerce-page .pswp__counter,
.woocommerce-page .pswp__caption__center {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.post-type-archive-product .woocommerce-products-header .page-description > * {
  margin: -60px 0 70px 0;
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
#qodef-woo-page.qodef--cart .shop_table tr {
  display: table-row;
}

#qodef-woo-page.qodef--cart .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  line-height: 15px;
}

#qodef-woo-page.qodef--cart .select2-container--default {
  margin: 0 0 3px;
}

#qodef-woo-page.qodef--cart #calc_shipping_city_field {
  margin: 22px 0 0;
}

#qodef-woo-page.qodef--cart .woocommerce-message a {
  margin-top: 0;
}

#qodef-woo-page.qodef--cart .qodef-quantity-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-woo-page.qodef--cart .button {
  margin-top: 10px;
}

#qodef-woo-page.qodef--cart #calc_shipping_postcode_field {
  margin-bottom: 26px;
}

#qodef-woo-page.qodef--cart .woocommerce-error {
  margin-bottom: 64px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove {
  width: 30px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
  font-size: 20px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
  width: 72px;
  padding-right: 10px;
}

#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name {
  text-align: left;
}

#qodef-woo-page.qodef--cart .shop_table td.product-name a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-label {
  display: none;
}

#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type="number"] {
  margin: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions {
  padding: 45px 0 5px;
  text-align: initial;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  float: left;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon #coupon_code {
  border: 1px solid #ccc;
  padding-left: 15px;
}

#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--cart .shop_table td.actions label {
  display: none;
}

#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
  width: auto;
  margin-right: 20px;
  margin-top: 9px;
}

#qodef-woo-page.qodef--cart .shop_table td.actions > .button {
  float: right;
}

#qodef-woo-page.qodef--cart .shop_table.cart tbody > tr:last-child {
  border-bottom: 0;
}

#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
  width: 20%;
}

#qodef-woo-page.qodef--cart .cross-sells,
#qodef-woo-page.qodef--cart .cart_totals {
  margin-top: 52px;
}

#qodef-woo-page.qodef--cart .cross-sells .shop_table .order-total strong,
#qodef-woo-page.qodef--cart .cart_totals .shop_table .order-total strong {
  color: #000;
}

#qodef-woo-page.qodef--cart .cross-sells .shop_table .cart-subtotal th, #qodef-woo-page.qodef--cart .cross-sells .shop_table .order-total th,
#qodef-woo-page.qodef--cart .cart_totals .shop_table .cart-subtotal th,
#qodef-woo-page.qodef--cart .cart_totals .shop_table .order-total th {
  padding: 29px 0 33px 5px;
}

#qodef-woo-page.qodef--cart .cross-sells .shop_table .woocommerce-shipping-totals th,
#qodef-woo-page.qodef--cart .cart_totals .shop_table .woocommerce-shipping-totals th {
  padding: 15px 0 19px 5px;
}

#qodef-woo-page.qodef--cart .cross-sells .shop_table .woocommerce-shipping-totals td,
#qodef-woo-page.qodef--cart .cart_totals .shop_table .woocommerce-shipping-totals td {
  padding: 14px 0 14px 5px;
}

#qodef-woo-page.qodef--cart .cross-sells > h2,
#qodef-woo-page.qodef--cart .cart_totals > h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 24px;
}

#qodef-woo-page.qodef--cart #shipping_method li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

#qodef-woo-page.qodef--cart #shipping_method li input {
  margin: 0;
}

#qodef-woo-page.qodef--cart .shipping-calculator-form {
  margin-top: 21px;
  margin-bottom: 17px;
}

#qodef-woo-page.qodef--cart .shipping-calculator-form select {
  width: auto;
  min-width: 100%;
  margin: 0;
}

#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
  margin-top: 45px;
}

.woocommerce-page div.woocommerce > .cart-empty {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 6% 30px;
}

@media only screen and (max-width: 680px) {
  .woocommerce-page div.woocommerce > .cart-empty {
    padding: 6% 0;
  }
}

.woocommerce-page div.woocommerce > .return-to-shop {
  margin: -26px 0 0;
  text-align: center;
  padding-bottom: 46px;
}

@media only screen and (max-width: 680px) {
  .woocommerce-page div.woocommerce > .return-to-shop {
    text-align: left;
    margin: 25px 0 0;
  }
}

.woocommerce-page div.woocommerce > .return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

.woocommerce-page div.woocommerce > .return-to-shop a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.woocommerce-page div.woocommerce > .return-to-shop a:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.woocommerce-page div.woocommerce > .return-to-shop a:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

.woocommerce-page div.woocommerce > .return-to-shop a:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ==========================================================================
   WooCommerce checkout styles
   ========================================================================== */
#qodef-woo-page.qodef--checkout .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  line-height: 15px;
}

#qodef-woo-page.qodef--checkout .button {
  margin-top: 10px;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: block;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 20px 30px 96px;
  }
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  margin-top: 0px;
  float: right;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
  margin-bottom: 10px;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p:first-child {
  margin-bottom: 19px;
}

#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p button {
  margin-top: 26px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 70px;
}

#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 38px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--checkout #customer_details h3 {
    font-size: 32px;
  }
}

#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: 21px 0 25px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 34px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 33px;
}

#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 37px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding-left: 25px;
  padding-right: 25px;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 22px;
  left: 0;
  margin: 0;
}

#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  margin: 0;
  cursor: pointer;
}

#qodef-woo-page.qodef--checkout .woocommerce-Price-amount, #qodef-woo-page.qodef--checkout .product-quantity {
  color: #000;
}

#qodef-woo-page.qodef--checkout .shop_table th, #qodef-woo-page.qodef--checkout .shop_table td {
  padding: 27px 0 31px 5px;
}

#qodef-woo-page.qodef--checkout .shop_table td.product-name {
  padding: 28px 0 32px 5px;
}

#qodef-woo-page.qodef--checkout .shop_table th.product-name {
  padding: 28px 0 33px 5px;
}

/* ==========================================================================
   WooCommerce my account styles
   ========================================================================== */
.woocommerce-account .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  line-height: 15px;
}

.woocommerce-account #shipping_country_field label {
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 52px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  float: left;
  padding-right: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #646464;
}

.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
  margin: 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin: 48px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .order-again {
  margin: 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info.woocommerce-message {
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info.woocommerce-message a.button {
  float: right;
  display: inline-block;
  margin-top: -1px;
}

.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

.woocommerce-account .button:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.woocommerce-account .button:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.woocommerce-account .button:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

.woocommerce-account .button:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.woocommerce-account .woocommerce-form-login {
  max-width: 50%;
  margin-top: 35px;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-account .woocommerce-form-login {
    max-width: 100%;
  }
}

.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 47px;
  display: inline;
  float: right;
}

@media only screen and (max-width: 680px) {
  .woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    float: left;
    margin-top: 19px;
  }
}

.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a {
  font-weight: 400;
  color: #646464;
  letter-spacing: -.01em;
  font-size: 16px;
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) {
  display: inline-block;
  margin-top: 37px;
  margin-bottom: 7px;
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form__label {
  float: right;
  margin-top: 10px;
  margin-left: 30px;
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-form__label > span {
  font-size: 16px;
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button {
  margin: 0 15px 0 0;
}

.woocommerce-account .woocommerce-form-login .form-row:not(.woocommerce-form-row) .woocommerce-button:hover {
  color: #000;
  background-color: transparent;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}

.woocommerce-account .woocommerce-EditAccountForm .button {
  margin-top: 26px;
}

.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info {
  display: block;
}

.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info a.button {
  margin-top: -1px;
  float: right;
}

.woocommerce-account #billing_email_field, .woocommerce-account #shipping_postcode_field {
  margin: 0 0 25px;
}

/* ==========================================================================
   WooCommerce order received styles
   ========================================================================== */
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
  position: relative;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
  margin: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-order-received .woocommerce-order h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}

/* ==========================================================================
   WooCommerce pagination styles
   ========================================================================== */
#qodef-woo-page .woocommerce-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 80px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 9px;
  padding: 0 3px;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #000;
}

#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
  margin-left: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev, #qodef-woo-page .woocommerce-pagination .page-numbers.next {
  font-size: 30px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg, #qodef-woo-page .woocommerce-pagination .page-numbers.next svg {
  overflow: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.5s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg line, #qodef-woo-page .woocommerce-pagination .page-numbers.next svg line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  -o-transition: transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
}

body:not([class*="lucent-core"]) #qodef-woo-page .woocommerce-pagination .page-numbers.prev, body:not([class*="lucent-core"]) #qodef-woo-page .woocommerce-pagination .page-numbers.next {
  font-size: 17px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 24px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg line {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 24px;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next svg line {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg {
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
}

#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg line {
  -webkit-transform: scaleX(1.5);
      -ms-transform: scaleX(1.5);
          transform: scaleX(1.5);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  -o-transition: transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}

#qodef-woo-page .woocommerce-pagination .page-numbers:hover, #qodef-woo-page .woocommerce-pagination .page-numbers.current {
  text-shadow: 0 0 1px #000;
  color: #000;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
  margin: 0 7px;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page .woocommerce-pagination {
    margin-bottom: 92px;
  }
}

/* ==========================================================================
   WooCommerce product list styles
   ========================================================================== */
.qodef-woo-product-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.qodef-woo-product-list ul.products {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  clear: both;
}

.qodef-woo-product-list ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list ul.products.columns-1 > .product {
  width: 100%;
}

.qodef-woo-product-list ul.products.columns-2 > .product {
  width: 50%;
}

.qodef-woo-product-list ul.products.columns-3 > .product {
  width: 33.33333%;
}

.qodef-woo-product-list ul.products.columns-4 > .product {
  width: 25%;
}

.qodef-woo-product-list ul.products.columns-5 > .product {
  width: 20%;
}

.qodef-woo-product-list ul.products.columns-6 > .product {
  width: 16.66667%;
}

.qodef-woo-product-list ul.products.columns-7 > .product {
  width: 14.28571%;
}

.qodef-woo-product-list ul.products.columns-8 > .product {
  width: 12.5%;
}

.qodef-woo-product-list.qodef-gutter--no ul.products {
  margin: 0 -0px;
}

.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
  padding: 0 0px;
  margin: 0 0 0px;
}

.qodef-woo-product-list.qodef-gutter--extra-tiny ul.products {
  margin: 0 -2px;
}

.qodef-woo-product-list.qodef-gutter--extra-tiny ul.products > .product {
  padding: 0 2px;
  margin: 0 0 4px;
}

.qodef-woo-product-list.qodef-gutter--discreet ul.products {
  margin: 0 -3px;
}

.qodef-woo-product-list.qodef-gutter--discreet ul.products > .product {
  padding: 0 3px;
  margin: 0 0 6px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products {
  margin: 0 -5px;
}

.qodef-woo-product-list.qodef-gutter--tiny ul.products > .product {
  padding: 0 5px;
  margin: 0 0 10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products {
  margin: 0 -10px;
}

.qodef-woo-product-list.qodef-gutter--small ul.products > .product {
  padding: 0 10px;
  margin: 0 0 20px;
}

.qodef-woo-product-list.qodef-gutter--ordinary ul.products {
  margin: 0 -13px;
}

.qodef-woo-product-list.qodef-gutter--ordinary ul.products > .product {
  padding: 0 13px;
  margin: 0 0 26px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products {
  margin: 0 -15px;
}

.qodef-woo-product-list.qodef-gutter--normal ul.products > .product {
  padding: 0 15px;
  margin: 0 0 30px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products {
  margin: 0 -20px;
}

.qodef-woo-product-list.qodef-gutter--medium ul.products > .product {
  padding: 0 20px;
  margin: 0 0 40px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products {
  margin: 0 -25px;
}

.qodef-woo-product-list.qodef-gutter--large ul.products > .product {
  padding: 0 25px;
  margin: 0 0 50px;
}

.qodef-woo-product-list.qodef-gutter--great ul.products {
  margin: 0 -35px;
}

.qodef-woo-product-list.qodef-gutter--great ul.products > .product {
  padding: 0 35px;
  margin: 0 0 70px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products {
  margin: 0 -40px;
}

.qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
  padding: 0 40px;
  margin: 0 0 80px;
}

.qodef-woo-product-list.qodef-gutter--extensive ul.products {
  margin: 0 -45px;
}

.qodef-woo-product-list.qodef-gutter--extensive ul.products > .product {
  padding: 0 45px;
  margin: 0 0 90px;
}

.qodef-woo-product-list.qodef-gutter--colossal ul.products {
  margin: 0 -75px;
}

.qodef-woo-product-list.qodef-gutter--colossal ul.products > .product {
  padding: 0 75px;
  margin: 0 0 150px;
}

.qodef-woo-product-list .qodef-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
  cursor: pointer;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
  opacity: 1;
}

.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
  color: #000;
}

.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-list .qodef-woo-product-image {
    width: 100%;
  }
}

.qodef-woo-product-list .qodef-woo-product-image img {
  display: block;
  width: 100%;
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 13px 0 30px;
}

.qodef-woo-product-list .qodef-woo-product-title {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.qodef-woo-product-list .qodef-woo-product-categories {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 1px;
}

.qodef-woo-product-list .qodef-woo-product-categories a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
  color: #4e4e4e;
  z-index: 3;
}

.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: #000;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  font-size: 12px;
}

.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after {
  content: '/';
}

.qodef-woo-product-list .qodef-woo-ratings {
  margin-top: 9px;
}

.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   WooCommerce quantity input styles
   ========================================================================== */
#qodef-woo-page .qodef-quantity-label {
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 2.5em;
  margin-right: 20px;
}

#qodef-woo-page .qodef-quantity-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  vertical-align: middle;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 40px;
  width: 95px;
  padding: 0;
  margin: 0;
  font-family: inherit;
  line-height: 40px;
  outline: 0;
  color: #000;
  border: 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    width: 43px;
    margin-right: 5px;
  }
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  position: relative;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  cursor: pointer;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  color: #231f20;
  border: 1px solid #ccc;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
  top: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border-right: 0;
}

#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
  bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
.qodef-woo-results {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}

.qodef-woo-results .woocommerce-result-count {
  color: #646464;
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 1;
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: auto;
}

.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 170px;
  margin: 0;
}

.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0;
}

body .qodef-woo-results .select2-container--default .select2-selection--single {
  margin: 0 0 -1px;
}

body .qodef-woo-results .select2-selection--single {
  padding: 5px 0 5px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .qodef-woo-results .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: 20px;
  font-size: 22px;
  margin-left: 10px;
}

body .select2-results__options[id^="select2-orderby-"] {
  text-align: right;
  padding: 2px 31px 2px 15px;
}

@media only screen and (max-width: 680px) {
  body .select2-results__options[id^="select2-orderby-"] {
    text-align: left;
  }
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
#qodef-woo-page.qodef--single {
  /* standard product layout */
  /* wide gallery product styling */
}

#qodef-woo-page.qodef--single .woocommerce-message,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
}

#qodef-woo-page.qodef--single .woocommerce-message {
  display: block;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#qodef-woo-page.qodef--single .woocommerce-message a {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-message a {
    margin-top: 47px;
  }
}

#qodef-woo-page.qodef--single > .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 16px 0 -6px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -26px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 26px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
  -webkit-transform: translateX(-26px);
      -ms-transform: translateX(-26px);
          transform: translateX(-26px);
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark.qodef-new {
  left: 52px;
}

#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
  cursor: crosshair;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
  position: relative;
  margin: 0 -9px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
  position: relative;
  width: calc(100% - 18px) !important;
  margin: 0 9px;
  overflow: hidden;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 9px;
  margin-top: 18px;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
  width: 50%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
  width: 33.33333%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
  width: 25%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
  width: 20%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
  width: 16.66667%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
  width: 14.28571%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
  width: 12.5%;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
  left: calc(27% + 10px);
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
  width: calc(100% - 27%) !important;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
  width: 27%;
}

@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure > .qodef-woo-thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single .entry-summary {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 78%;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .entry-summary {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-top: 26px;
}

#qodef-woo-page.qodef--single .entry-summary .price .qodef-price-text {
  color: #646464;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1;
  margin-right: 11px;
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  top: -1px;
  margin-bottom: 8px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  margin-right: 23px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
    margin-right: 10px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
  color: #646464;
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 3px;
}

#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #000;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1.65em;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 60px;
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
  margin-top: 38px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart {
    margin-top: 46px;
  }
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form),
#qodef-woo-page.qodef--single form.cart .variations_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity,
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
  margin-right: 18px;
}

body:not([class*="lucent-core"]) #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity, body:not([class*="lucent-core"])
#qodef-woo-page.qodef--single form.cart .variations_button .quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart:not(.variations_form),
  #qodef-woo-page.qodef--single form.cart .variations_button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qodef-woo-page.qodef--single form.cart:not(.variations_form) .button,
  #qodef-woo-page.qodef--single form.cart .variations_button .button {
    margin-top: 44px;
  }
}

#qodef-woo-page.qodef--single form.cart.grouped_form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-label {
    display: none;
  }
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons .qodef-quantity-input {
  width: 70px;
}

@media only screen and (max-width: 1440px) {
  #qodef-woo-page.qodef--single form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons .qodef-quantity-input {
    width: 50px;
  }
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table td {
  padding: 20px 0 23px;
  vertical-align: middle;
  text-align: left;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
  margin-left: auto;
}

#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 55px;
}

#qodef-woo-page.qodef--single form.cart .group_table tr {
  border-left: none;
  border-right: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-woo-page.qodef--single form.cart .group_table th, #qodef-woo-page.qodef--single form.cart .group_table td {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th:first-child, #qodef-woo-page.qodef--single form.cart .group_table td:first-child {
  padding-left: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table th {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li {
  margin: 0 0 10px;
  padding: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single form.cart .group_table p {
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations {
  margin-top: 1px;
  margin-bottom: 8px;
}

#qodef-woo-page.qodef--single form.cart .variations tr {
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  border: 0;
}

#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 170px;
  margin: 0;
}

#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
  margin: 5px 0 6px;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
    width: 160px !important;
  }
}

#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1;
  margin: 20px 0 0 15px;
}

@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}

#qodef-woo-page.qodef--single form.cart .single_variation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -6px;
  margin-bottom: 31px;
}

#qodef-woo-page.qodef--single form.cart .single_variation .woocommerce-variation-availability p {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  color: #000;
  font-weight: 600;
}

#qodef-woo-page.qodef--single form.cart .single_variation .price {
  margin: 0;
}

#qodef-woo-page.qodef--single .out-of-stock {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  margin: 28px 0 0;
  color: #000;
  font-weight: 600;
}

#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 53px;
}

#qodef-woo-page.qodef--single .product_meta > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}

#qodef-woo-page.qodef--single .product_meta > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 3px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  line-height: inherit !important;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  line-height: inherit !important;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  color: #646464;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-author .qodef-woo-meta-value a {
  color: #000;
}

#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 6px;
}

#qodef-woo-page.qodef--single .qodef-social-share ul {
  vertical-align: middle;
  margin-top: 1px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 19px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0;
  padding: 0 69px 0 0;
  position: relative;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 0;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  color: #a7a7a7;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child a {
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
  color: #000;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
  background-color: #000;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 0 26px 0;
    padding: 0;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  padding-right: 0;
  margin-right: 55px;
  width: 172px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs,
  #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation {
    width: 100%;
    margin: 0 0 45px 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #cccccc;
  top: 0;
  position: absolute;
  right: 0;
  bottom: initial;
  left: initial;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li {
  width: 100%;
  margin-bottom: 45px;
  padding: 0 0 4px 0;
  position: relative;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li,
  #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li {
    margin-bottom: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:after {
  content: "";
  display: block;
  width: 2px;
  height: 81px;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
  bottom: initial;
  left: initial;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:after,
  #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:after {
    height: 100%;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:last-child:after {
  top: -32px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child:after,
  #qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:last-child:after {
    top: 0;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li a {
  display: block;
  width: auto;
  padding: 0 10px 0 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li a:after {
  content: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active:last-child:before,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.active:last-child:before {
  content: "";
  width: 2px;
  height: 10000%;
  background-color: #000;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 50;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active:after, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active:after, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:hover:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.ui-state-active:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li.active:after,
#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-navigation li:hover:after {
  background-color: #000;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .qodef-tabs-content,
#qodef-woo-page.qodef--single .woocommerce-tabs .woocommerce-tabs .wc-tab {
  margin-top: 0;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  width: 100%;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
  position: relative;
  top: -6px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
  position: relative;
  top: -6px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
  position: relative;
  top: -9px;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-Reviews-title {
    display: block;
    width: 100%;
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 680px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews #reviews #comments .woocommerce-Reviews-title {
    margin-bottom: 7px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews #reviews #comments .commentlist {
    width: 100%;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews #reviews #review_form_wrapper {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -.01em;
  font-family: "Lexend", sans-serif;
}

#qodef-woo-page.qodef--single .shop_attributes tr {
  border: 0;
}

#qodef-woo-page.qodef--single .shop_attributes th, #qodef-woo-page.qodef--single .shop_attributes td {
  padding: 0 0 20px 0;
  vertical-align: middle;
  text-align: left;
  border: 0;
  font-size: 16px;
}

#qodef-woo-page.qodef--single .shop_attributes th.woocommerce-product-attributes-item__label, #qodef-woo-page.qodef--single .shop_attributes th.woocommerce-product-attributes-item__value, #qodef-woo-page.qodef--single .shop_attributes td.woocommerce-product-attributes-item__label, #qodef-woo-page.qodef--single .shop_attributes td.woocommerce-product-attributes-item__value {
  padding: 0 0 4px 0;
}

#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
  width: 150px;
}

@media only screen and (max-width: 320px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    width: 107px;
  }
}

#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > * {
  margin: 0 0 30px;
  padding: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist > *:last-child {
  margin-bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 52px;
}

@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container .comment-text {
    margin-top: 35px;
  }
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 91px;
  margin-right: 36px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: static;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .qodef-woo-rating-text {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .qodef-woo-ratings {
  position: absolute;
  left: 0;
  top: -52px;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  position: relative;
  top: -3px;
  margin-bottom: 11px !important;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta strong {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  line-height: 1;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta .woocommerce-review__dash {
  display: none;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .meta .woocommerce-review__published-date {
  position: absolute;
  right: 0;
  bottom: 0;
}

#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 36px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form {
    margin-top: 41px;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 11px;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-reply-title {
    margin-bottom: 7px;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 19px;
  line-height: 1.6em;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single #review_form .comment-form-rating label {
    margin-top: 9px;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating label .required {
  display: none;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  display: none;
  line-height: 1;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
  line-height: inherit;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected svg {
  fill: currentColor;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating .qodef-comment-form-ratings.selected .active ~ * svg {
  fill: none;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
  font-size: 0;
  color: transparent;
  color: #a7a7a7;
}

#qodef-woo-page.qodef--single #review_form .comment-form-rating a svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment {
  margin-top: 17px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-comment textarea {
  margin-bottom: 25px;
  height: 141px;
}

#qodef-woo-page.qodef--single #review_form .form-submit {
  margin-top: 5px;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 11px 0 48px 0;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
    margin: 4px 0 45px 0;
  }
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  position: relative;
  visibility: hidden;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: visible;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"]:before {
  content: '';
  display: block;
  background: url("../img/check.svg") center center no-repeat;
  background-size: 20px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"] + label {
  margin: 0;
  padding-left: 8px;
  line-height: 1;
  cursor: pointer;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent input[type="checkbox"]:checked:before {
  visibility: visible;
  opacity: 1;
}

#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent label {
  position: relative;
  top: 1px;
  line-height: 26px !important;
}

#qodef-woo-page.qodef--single .upsells {
  margin-top: 92px;
}

#qodef-woo-page.qodef--single .upsells > h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 47px;
}

#qodef-woo-page.qodef--single .related {
  margin-top: 92px;
}

#qodef-woo-page.qodef--single .related > h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 45px;
  line-height: 1.222em;
  letter-spacing: -0.01em;
  margin: 0 0 47px;
}

#qodef-woo-page.qodef--single .upsells + .related {
  margin-top: 44px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--standard .qodef-woo-single-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--standard:not(.product-type-grouped) .entry-summary .cart .qodef-quantity-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--standard:not(.product-type-grouped) .entry-summary .cart .single_add_to_cart_button {
  margin-top: 4px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--standard:not(.product-type-grouped) .entry-summary .cart .single_add_to_cart_button {
    margin-top: 53px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery:not(.product-type-grouped) .entry-summary .cart .qodef-quantity-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery:not(.product-type-grouped) .entry-summary .cart .single_add_to_cart_button {
  margin-top: 4px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery:not(.product-type-grouped) .entry-summary .cart .single_add_to_cart_button {
    margin-top: 53px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .qodef-woo-single-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary {
  width: 100%;
  margin-top: 42px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary:before, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary:after {
  content: '';
  display: table;
  table-layout: fixed;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary:after {
  clear: both;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary > * {
  width: 63%;
  float: right;
}

@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary > * {
    width: 100%;
    float: none;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .cart {
  margin-top: 17px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary > .qodef-woo-product-title,
#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary > .qodef-sku-and-author-wrapper {
  width: 100%;
  float: none;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper {
  color: #646464;
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 1;
  margin-top: 15px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span {
  position: relative;
  margin-right: 16px;
  padding-right: 14px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span:after {
  content: '';
  display: block;
  width: 2px;
  height: 9px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 4px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span:last-child {
  margin: 0;
  padding: 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span:last-child:after {
  content: none;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span {
    width: 100%;
    display: block;
  }
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span:last-child {
    margin-top: 15px;
  }
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper > span:after {
    content: none;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .qodef-sku-and-author-wrapper .qodef-woo-author .qodef-woo-meta-label {
  margin-right: 3px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .price {
  margin-top: 30px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .price {
    margin-top: 36px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .price .qodef-price-text {
  display: inline-block;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .woocommerce-variation-price .price {
  margin-top: -3px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .entry-summary .woocommerce-variation-price .price .qodef-price-text {
  display: none;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .product_meta {
  margin-top: 15px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating {
  margin-top: 31px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating {
    display: block;
  }
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating .qodef-woo-rating-text {
    display: inline-block;
  }
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating .qodef-woo-ratings {
    display: inline-block;
    margin-top: 7px;
  }
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating .woocommerce-review-link {
    display: block;
    margin-top: 16px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-rating .qodef-woo-rating-text {
  color: #646464;
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1;
  margin-bottom: 3px;
  margin-right: 9px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-details__short-description {
  margin-top: 24px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 69px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tabs {
  display: none;
  width: auto;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tabs li a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab {
  display: block !important;
  padding: 57px 0 58px 0;
  top: 0 !important;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:before, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:after {
  content: '';
  display: table;
  table-layout: fixed;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:after {
  clear: both;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .elementor-section.elementor-section-boxed > .elementor-container {
    display: inline-block;
    margin-top: 20px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:before, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:before {
  content: none;
  top: 0;
  left: 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab:after {
  bottom: 0;
  left: 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description:before {
  content: '';
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
  padding: 55px 0 35px 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
  padding: 55px 0 62px 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > h2 {
  display: block;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  margin: 0;
  width: 37%;
  float: left;
  padding-right: 30px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > h2 {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > p {
  margin-top: 15px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > .woocommerce-product-attributes {
  margin-top: 9px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > .woocommerce-product-attributes {
    margin-top: 19px;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > p,
#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > .woocommerce-product-attributes {
  display: block;
  width: 63%;
  float: left;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > p,
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab > .woocommerce-product-attributes {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews-title {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.267em;
  letter-spacing: -0.02em;
  width: 37%;
  padding-right: 30px;
  float: left;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews-title {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews:before, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews:after {
  content: '';
  display: table;
  table-layout: fixed;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews:after {
  clear: both;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews #comments:before, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews #comments:after {
  content: '';
  display: table;
  table-layout: fixed;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews #comments:after {
  clear: both;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews .commentlist {
  width: 63%;
  float: left;
  margin-top: 16px;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews .commentlist {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper {
  width: 63%;
  float: right;
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-tabs .wc-tab .woocommerce-Reviews #review_form_wrapper {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery figure {
  position: relative;
  margin: 0 -16px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery figure img {
  display: block;
  width: 100%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery figure > .woocommerce-product-gallery__image {
  position: relative;
  width: calc(100% - 32px) !important;
  margin: 0 16px;
  overflow: hidden;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 16px;
  margin-top: 32px;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
  width: 100%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
  width: 50%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
  width: 33.33333%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
  width: 25%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
  width: 20%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
  width: 16.66667%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
  width: 14.28571%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
  width: 12.5%;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
  left: calc(27% + 10px);
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure a, #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
  width: calc(100% - 27%) !important;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
  width: 27%;
}

@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100%;
  }
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
  margin-top: 0;
}

#qodef-woo-page.qodef--single > .product.qodef-layout--wide-gallery .woocommerce-product-gallery.qodef-position--below figure > .qodef-woo-thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#qodef-woo-page.qodef--single > .product.product-type-variable form.cart .variations td.label {
  top: -1px;
  position: relative;
}

body.single-product .select2-selection--single {
  padding: 5px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

body.single-product .select2-selection--single .select2-selection__arrow {
  position: relative;
  width: 20px;
  font-size: 22px;
}

/* ==========================================================================
   WooCommerce widget styles
   ========================================================================== */
.widget.woocommerce .qodef-woo-product-title {
  margin: 0 0 4px;
  line-height: 1;
}

.widget.woocommerce .qodef-woo-ratings {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  line-height: 1;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
  color: #a7a7a7;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg {
  display: inline-block;
  margin-right: 7px;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star svg:last-child {
  margin-right: 0;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active svg {
  fill: currentColor;
}

.widget.woocommerce .price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin: 8px 0 0;
  color: #4e4e4e;
  color: #646464;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 0;
}

.widget.woocommerce .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.widget.woocommerce .price del {
  margin-right: 11px;
  color: #a7a7a7;
}

.widget.woocommerce .price ins {
  text-decoration: none;
}

.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  color: #646464;
  background-color: transparent;
  border: 2px solid #646464;
}

.widget.woocommerce .button:hover {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.widget.woocommerce .qodef-m-star {
  color: #a7a7a7 !important;
}

.widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}

.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  line-height: 25px;
  font-size: 18px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

body:not([class*="lucent-core"]) .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  content: 'x';
  font-family: initial;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 21px 0 0;
}

.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  padding: 5px 24px;
  font-size: 16px;
}

.widget.widget_layered_nav ul li.chosen a {
  color: #646464;
}

.widget.widget_price_filter {
  margin: 11px 0 35px;
}

.widget.widget_price_filter .price_slider_wrapper {
  margin-top: 38px;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #a7a7a7;
  border-radius: 0;
  cursor: pointer;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -6px;
  height: 14px;
  width: 2px;
  background-color: #000;
  border-radius: 0;
  outline: none;
  z-index: 2;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .widget.widget_price_filter .price_slider_wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .widget.widget_price_filter .price_slider_wrapper {
    width: 100%;
  }
}

.widget.widget_price_filter .price_slider_amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 17px 0 0;
}

.widget.widget_price_filter .price_slider_amount .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

.widget.widget_price_filter .price_slider_amount .button:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget.widget_price_filter .price_slider_amount .button:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.widget.widget_price_filter .price_slider_amount .button:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

.widget.widget_price_filter .price_slider_amount .button:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.widget.widget_price_filter .price_slider_amount .button:before {
  content: none;
}

.widget.widget_price_filter .price_slider_amount .button:after {
  background: url("../img/arrow-right.svg") center center no-repeat;
}

.widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1;
  margin-top: 14px;
}

.widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget.widget_product_categories .qodef-widget-title {
  margin: 0 0 26px;
}

.widget.widget_product_categories ul li {
  line-height: 1.3;
}

.widget.widget_product_categories ul li a {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  -webkit-transition: padding .2s ease-out;
  -o-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
  padding-left: 0;
  overflow: hidden;
  font-size: 16px;
}

.widget.widget_product_categories ul li a:before {
  content: '';
  display: block;
  width: 2px;
  height: 11px;
  background-color: #000;
  position: absolute;
  left: -11px;
  bottom: 4px;
  -webkit-transition: left .2s ease-out,right .2s ease-out;
  -o-transition: left .2s ease-out,right .2s ease-out;
  transition: left .2s ease-out,right .2s ease-out;
}

.widget.widget_product_categories ul li a:hover {
  color: #000;
  padding-left: 11px;
}

.widget.widget_product_categories ul li a:hover:before {
  left: 0;
}

.widget.widget_product_categories ul li a .qodef-count-link {
  margin-right: 3px;
}

.widget.widget_product_categories ul li.current-cat a {
  color: #000;
  padding-left: 11px;
}

.widget.widget_product_categories ul li.current-cat a:before {
  left: 0;
}

.widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

.widget.widget_product_categories .select2 {
  margin-bottom: 0;
}

.widget.widget_product_search .qodef-widget-title {
  margin-bottom: 30px;
}

.widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_product_search input {
  border: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

.widget.widget_product_search input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_product_search input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_product_search input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_product_search input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_product_search input::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

.widget.widget_product_search input::-moz-placeholder {
  line-height: 28px;
}

.widget.widget_product_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
  left: 0;
  right: auto;
  top: 0;
}

.widget.widget_product_search button:hover {
  color: #646464;
  background: transparent;
}

.widget.widget_product_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

.widget.widget_product_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

.widget.widget_product_search button:hover {
  color: #646464;
  background: 0 0;
}

.widget.widget_product_tag_cloud .qodef-widget-title, .widget.widget_block.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 20px;
}

.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a, .widget.widget_block.widget_tag_cloud .tagcloud a,
.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 1.7em;
  font-weight: 500 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

.widget.widget_product_tag_cloud .tagcloud a:after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:after, .widget.widget_block.widget_tag_cloud .tagcloud a:after,
.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .widget.widget_product_tag_cloud .tagcloud a:after,
    .widget.widget_product_tag_cloud .wp-block-tag-cloud a:after, .widget.widget_block.widget_tag_cloud .tagcloud a:after,
    .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:after {
      bottom: -4px;
    }
  }
}

.widget.widget_product_tag_cloud .tagcloud a:hover:after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover:after, .widget.widget_block.widget_tag_cloud .tagcloud a:hover:after,
.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover, .widget.widget_block.widget_tag_cloud .tagcloud a:hover,
.widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:hover {
  color: #000;
}

.widget.widget_products .qodef-widget-title {
  margin: 0 0 33px;
}

.widget.widget_products .qodef-woo-ratings {
  display: none;
}

.widget.widget_products ul li, .widget.widget_recently_viewed_products ul li, .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.widget.widget_products ul li:last-child, .widget.widget_recently_viewed_products ul li:last-child, .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_products .qodef-woo-product-image, .widget.widget_recently_viewed_products .qodef-woo-product-image, .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 22px;
}

.widget.widget_products .qodef-woo-product-image a, .widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image a, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image a, .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}

.widget.widget_products .qodef-woo-product-image img, .widget.widget_recently_viewed_products .qodef-woo-product-image img, .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 93px;
}

.widget.widget_products .qodef-woo-product-content, .widget.widget_recently_viewed_products .qodef-woo-product-content, .widget.widget_top_rated_products .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget.widget_products .qodef-woo-product-title a, .widget.widget_recently_viewed_products .qodef-woo-product-title a, .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit;
}

.widget.widget_products .qodef-woo-product-title a:hover, .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #646464;
}

.widget.widget_products .qodef-woo-ratings, .widget.widget_recently_viewed_products .qodef-woo-ratings, .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px;
}

.widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}

.widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

.widget.widget_recent_reviews ul li > * {
  display: block;
  padding-left: 100px;
}

.widget.widget_recent_reviews a {
  position: relative;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.widget.widget_recent_reviews a:hover {
  color: #646464;
}

.widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li {
  position: relative;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img {
  width: 80px;
  margin-right: 20px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  line-height: 25px;
  font-size: 18px;
  font-family: 'ElegantIcons';
  content: "\4d";
}

body:not([class*="lucent-core"]) #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
  content: 'x';
  font-family: initial;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
  margin: 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
  display: block;
  margin-top: 10px;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 13px 0 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 21px 0 0;
}

#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  padding: 5px 24px;
  font-size: 16px;
}

#qodef-page-footer .widget.widget_layered_nav ul li.chosen a {
  color: #646464;
}

#qodef-page-footer .widget.widget_price_filter {
  margin: 11px 0 35px;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper {
  margin-top: 38px;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 2px;
  background-color: #a7a7a7;
  border-radius: 0;
  cursor: pointer;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -6px;
  height: 14px;
  width: 2px;
  background-color: #000;
  border-radius: 0;
  outline: none;
  z-index: 2;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  position: absolute;
  display: block;
  height: 100%;
  background-color: #000;
  border-radius: 0;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper {
    width: 100%;
  }
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 17px 0 0;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before {
  content: none;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after {
  background: url("../img/arrow-right.svg") center center no-repeat;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 1;
  margin-top: 14px;
}

#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}

#qodef-page-footer .widget.widget_product_categories .qodef-widget-title {
  margin: 0 0 26px;
}

#qodef-page-footer .widget.widget_product_categories ul li {
  line-height: 1.3;
}

#qodef-page-footer .widget.widget_product_categories ul li a {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  -webkit-transition: padding .2s ease-out;
  -o-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
  padding-left: 0;
  overflow: hidden;
  font-size: 16px;
}

#qodef-page-footer .widget.widget_product_categories ul li a:before {
  content: '';
  display: block;
  width: 2px;
  height: 11px;
  background-color: #000;
  position: absolute;
  left: -11px;
  bottom: 4px;
  -webkit-transition: left .2s ease-out,right .2s ease-out;
  -o-transition: left .2s ease-out,right .2s ease-out;
  transition: left .2s ease-out,right .2s ease-out;
}

#qodef-page-footer .widget.widget_product_categories ul li a:hover {
  color: #000;
  padding-left: 11px;
}

#qodef-page-footer .widget.widget_product_categories ul li a:hover:before {
  left: 0;
}

#qodef-page-footer .widget.widget_product_categories ul li a .qodef-count-link {
  margin-right: 3px;
}

#qodef-page-footer .widget.widget_product_categories ul li.current-cat a {
  color: #000;
  padding-left: 11px;
}

#qodef-page-footer .widget.widget_product_categories ul li.current-cat a:before {
  left: 0;
}

#qodef-page-footer .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  margin: 9px 0 0;
}

#qodef-page-footer .widget.widget_product_categories .select2 {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_product_search .qodef-widget-title {
  margin-bottom: 30px;
}

#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_product_search input {
  border: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 7px;
  padding-left: 39px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input::-webkit-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 54px;
  color: #646464;
}

#qodef-page-footer .widget.widget_product_search input::-moz-placeholder {
  line-height: 28px;
}

#qodef-page-footer .widget.widget_product_search button {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 15px;
  color: #000;
  background-color: transparent;
  border: 0;
  left: 0;
  right: auto;
  top: 0;
}

#qodef-page-footer .widget.widget_product_search button:hover {
  color: #646464;
  background: transparent;
}

#qodef-page-footer .widget.widget_product_search button svg {
  display: block;
  width: 15px;
  height: auto;
  fill: none;
  stroke: currentColor;
}

#qodef-page-footer .widget.widget_product_search button svg {
  width: 25px;
  height: 25px;
  position: absolute;
  left: -1px;
  top: 8px;
}

#qodef-page-footer .widget.widget_product_search button:hover {
  color: #646464;
  background: 0 0;
}

#qodef-page-footer .widget.widget_product_tag_cloud .qodef-widget-title, #qodef-page-footer .widget.widget_block.widget_tag_cloud .qodef-widget-title {
  margin: 0 0 20px;
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a,
#qodef-page-footer .widget.widget_product_tag_cloud .wp-block-tag-cloud a, #qodef-page-footer .widget.widget_block.widget_tag_cloud .tagcloud a,
#qodef-page-footer .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: inherit;
  font-size: 19px !important;
  line-height: 1.7em;
  font-weight: 500 !important;
  letter-spacing: inherit;
  text-transform: capitalize;
  color: #000;
  position: relative;
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after,
#qodef-page-footer .widget.widget_product_tag_cloud .wp-block-tag-cloud a:after, #qodef-page-footer .widget.widget_block.widget_tag_cloud .tagcloud a:after,
#qodef-page-footer .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background-color: currentColor;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (-o-min-device-pixel-ratio: 0/1), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after,
    #qodef-page-footer .widget.widget_product_tag_cloud .wp-block-tag-cloud a:after, #qodef-page-footer .widget.widget_block.widget_tag_cloud .tagcloud a:after,
    #qodef-page-footer .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:after {
      bottom: -4px;
    }
  }
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover:after,
#qodef-page-footer .widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover:after, #qodef-page-footer .widget.widget_block.widget_tag_cloud .tagcloud a:hover:after,
#qodef-page-footer .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:hover:after {
  -webkit-animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
          animation: qodef-btn-simple-animation 1s cubic-bezier(0.54, 0.32, 0.05, 0.96) forwards;
}

#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover,
#qodef-page-footer .widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover, #qodef-page-footer .widget.widget_block.widget_tag_cloud .tagcloud a:hover,
#qodef-page-footer .widget.widget_block.widget_tag_cloud .wp-block-tag-cloud a:hover {
  color: #000;
}

#qodef-page-footer .widget.widget_products .qodef-widget-title {
  margin: 0 0 33px;
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings {
  display: none;
}

#qodef-page-footer .widget.widget_products ul li, #qodef-page-footer .widget.widget_recently_viewed_products ul li, #qodef-page-footer .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#qodef-page-footer .widget.widget_products ul li:last-child, #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child, #qodef-page-footer .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 22px;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  position: relative;
  display: block;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img {
  width: 93px;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-content, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-content, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a {
  color: inherit;
}

#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover {
  color: #646464;
}

#qodef-page-footer .widget.widget_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px;
}

#qodef-page-footer .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}

#qodef-page-footer .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_recent_reviews ul li > * {
  display: block;
  padding-left: 100px;
}

#qodef-page-footer .widget.widget_recent_reviews a {
  position: relative;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  color: #000;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

#qodef-page-footer .widget.widget_recent_reviews a:hover {
  color: #646464;
}

#qodef-page-footer .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  cursor: pointer;
  height: 2px;
  position: relative;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
  background-image: none;
  background-color: #000;
  border: none;
  border-radius: 100%;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  top: -6px;
  width: 2px;
  position: absolute;
  z-index: 2;
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:hover {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
  /*transform: translateX(-14px);*/
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
  border-radius: 0;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.widget.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 8.5px;
  margin: 17px 0 0 0;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}

.widget .wc-blocks-filter-wrapper .wp-block-heading {
  margin: 0 0 31px;
}

.widget .wc-block-components-price-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
  background: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 2px;
  margin: calc((14px / 2)) 0;
  width: 100%;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before {
  opacity: 0;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
  height: 2px;
  --range-color: #000;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-image: none;
  background-color: #000;
  border: none;
  border-radius: 100%;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  top: -6px;
  width: 2px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-image: none;
  background-color: #000;
  border: none;
  border-radius: 100%;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  top: -6px;
  width: 2px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
  background-image: none;
  background-color: #000;
  border: none;
  border-radius: 100%;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  top: -6px;
  width: 2px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
  -ms-transform: scale(1);
      transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
  -ms-transform: scale(1);
      transform: scale(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
  margin: 9px auto 0 0;
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  max-width: 60px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
  content: '—';
  margin: 0 4px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
  margin: 10px 0 0;
  gap: 8px;
  -webkit-box-ordinal-group: 126;
  -ms-flex-order: 125;
  order: 125;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 2em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding: 5px 34px;
  cursor: pointer;
  z-index: 3;
  /*textual with arrow style*/
  padding: 0 !important;
  color: #000;
  background-color: transparent;
  border: 0;
  line-height: 2.3em;
  font-size: 19px !important;
  line-height: 2.3em !important;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:after {
  content: '';
  display: inline-block;
  background: url("../img/arrow-up-right.svg") center center no-repeat;
  width: 11px;
  height: 11px;
  margin-left: 9px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -o-transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  will-change: transform;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover:before {
  -webkit-animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
          animation: qodef-animate-line 0.6s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button span {
  display: inline-block;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:before {
  content: none;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:after {
  background: url("../img/arrow-right.svg") center center no-repeat;
}

.widget .wc-block-product-categories {
  margin: 0;
}

.widget .wc-block-product-categories-list--has-images {
  margin: 0;
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item a {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #000;
  color: #646464;
}

.widget .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
  vertical-align: top;
}

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .qodef-content-grid {
    width: 960px;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(960px + 60px);
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    width: 768px;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(768px + 60px);
  }
}

@media only screen and (max-width: 800px) {
  .qodef-content-grid {
    width: 86%;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(86% + 60px);
  }
}

@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 82%;
  }
  .qodef--boxed .qodef-content-grid {
    width: calc(82% + 60px);
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(2n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(5n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(7n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item:nth-child(8n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -25px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-404-page {
    padding: 110px 40px 200px;
  }
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
    display: block;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top > div {
    display: block;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top > div:before {
    display: none;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    margin-top: 15px;
  }
  body:not([class*="lucent-core"]) .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    margin-top: 0;
  }
  .qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-block;
  }
  .qodef-blog .qodef-blog-item.format-link .qodef-icon-elegant-icons {
    right: 12%;
    font-size: 120px;
  }
  .qodef-blog .qodef-blog-item .qodef-e-quote:before {
    right: 19%;
    font-size: 470px;
  }
}

/* ==========================================================================
   Comments responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 480px) {
  #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-m-filter .qodef-m-filter-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0;
  }
}

/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 54px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 34px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 54px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 34px;
  }
}

/* ==========================================================================
   Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}

/* ==========================================================================
   Mobile Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-page div.woocommerce .col2-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ==========================================================================
   WooCommerce cart styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail, #qodef-woo-page.qodef--cart .shop_table th.product-subtotal {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail, #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-price {
    padding: 15px 10px 15px 5px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-price .amount {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
    margin-bottom: 45px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions .coupon button {
    margin-bottom: 29px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    float: none;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}

/* ==========================================================================
   WooCommerce my account responsive styles
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}

/* ==========================================================================
   WooCommerce global responsive styles
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 20%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 25%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 33.33333%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 50%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-woo-product-list ul.products.columns-2 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-3 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-4 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-5 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-6 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-7 > .product {
    width: 100%;
  }
  .qodef-woo-product-list ul.products.columns-8 > .product {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -25px;
  }
  .qodef-woo-product-list.qodef-gutter--huge ul.products > .product {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   WooCommerce results and ordering styles
   ========================================================================== */
@media only screen and (max-width: 680px) {
  .qodef-woo-results {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .qodef-woo-results .select2-selection--single {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    padding-left: 0 !important;
  }
  .qodef-woo-results .woocommerce-ordering {
    width: 100%;
  }
  .qodef-woo-results .select2-container--default {
    width: 100% !important;
  }
}

.qodef-woo-results .woocommerce-ordering {
  margin-left: 0;
}

/* ==========================================================================
   WooCommerce single styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 42px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--single .entry-summary {
    margin-top: 44px;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: 10px;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure > .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 18px !important;
  }
}
