@charset "UTF-8";
@-webkit-keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes qode-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  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: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.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: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.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(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  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(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  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(0) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0) 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(0) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes qode-stretch-delay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes qode-stretch-delay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes qode-bounce-delay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes qode-bounce-delay {
  0%,
  100%,
  80% {
    -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(0);
    transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
}
@keyframes qode-clock-4 {
  15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  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;
  }
  100%,
  24% {
    -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;
  }
  100%,
  24% {
    -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;
  }
  100%,
  36% {
    -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;
  }
  100%,
  36% {
    -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;
  }
  100%,
  48% {
    -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;
  }
  100%,
  48% {
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes qode-wave-wipe {
  100%,
  48% {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px);
  }
}
@keyframes qode-wave-wipe {
  100%,
  48% {
    -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 {
  20%,
  53%,
  80%,
  from,
  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 {
  20%,
  53%,
  80%,
  from,
  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);
  }
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
}
html {
  overflow-y: scroll;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
del {
  text-decoration: line-through;
}
pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
}
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 th {
  padding: 5px 7px;
  text-align: center;
  border: 0;
}
table td {
  padding: 5px 10px;
  text-align: center;
}
table tr {
  border-bottom: 1px solid #bdb5aa;
}
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  list-style-position: inside;
  margin: 0 0 1.5em;
  padding: 0;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
a img {
  border: none;
}
.wp-caption,
img {
  height: auto;
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
embed,
iframe,
object {
  max-width: 100%;
}
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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
template {
  display: none;
}
.gallery-caption,
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
  font-size: 0.8125rem;
  font-style: italic;
  opacity: 1;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.bypostauthor,
.sticky {
  opacity: 1;
}
::-moz-selection {
  color: #fff;
  background: #3e3930;
}
::selection {
  color: #fff;
  background: #3e3930;
}
::-moz-selection {
  color: #fff;
  background: #3e3930;
}
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 0;
  line-height: 1;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  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;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 0.5em;
  clear: both;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .alignfull {
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
  }
}
.qodef-content-alignment-left {
  text-align: left;
}
.qodef-content-alignment-center {
  text-align: center;
}
.qodef-content-alignment-right {
  text-align: right;
}
.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.nav-links:after,
.pagination:after,
.widget-area:after,
.widget:after {
  clear: both;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.qodef-h1,
h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 80px;
  line-height: 1.125em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h1 a,
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;
}
.qodef-h1 a:hover,
h1 a:hover {
  color: #3e3930;
}
.qodef-h2,
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 60px;
  line-height: 1.116em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h2 a,
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;
}
.qodef-h2 a:hover,
h2 a:hover {
  color: #3e3930;
}
.qodef-h3,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 50px;
  line-height: 1.1em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h3 a,
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;
}
.qodef-h3 a:hover,
h3 a:hover {
  color: #3e3930;
}
.qodef-h4,
h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 33px;
  line-height: 1.142em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h4 a,
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;
}
.qodef-h4 a:hover,
h4 a:hover {
  color: #3e3930;
}
.qodef-h5,
h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 28px;
  line-height: 1.2em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h5 a,
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;
}
.qodef-h5 a:hover,
h5 a:hover {
  color: #3e3930;
}
.qodef-h6,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.qodef-h6 a,
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;
}
.qodef-h6 a:hover,
h6 a:hover {
  color: #3e3930;
}
a,
p a {
  color: #9e9a94;
  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: #3e3930;
}
p {
  margin: 10px 0;
}
blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  padding: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 28px;
  line-height: 1.2em;
  quotes: none;
}
blockquote > p {
  position: relative;
  padding: 18px 0 20px 0;
}
blockquote > p: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 > * {
  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:after,
blockquote:before {
  content: "";
}
blockquote cite {
  font-style: normal;
  font-weight: 400;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
  padding: 13px 25px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  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="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: #3e3930;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="email"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer input[type="email"],
#qodef-page-footer input[type="number"],
#qodef-page-footer input[type="password"],
#qodef-page-footer input[type="tel"],
#qodef-page-footer input[type="text"],
#qodef-page-footer input[type="url"],
#qodef-page-footer textarea {
  color: #b4b0aa;
  background-color: transparent;
  border: 1px solid #3e3930;
}
#qodef-page-footer input[type="email"]:focus,
#qodef-page-footer input[type="number"]:focus,
#qodef-page-footer input[type="password"]:focus,
#qodef-page-footer input[type="tel"]:focus,
#qodef-page-footer input[type="text"]:focus,
#qodef-page-footer input[type="url"]:focus,
#qodef-page-footer textarea:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
}
textarea {
  height: 137px;
}
button[type="submit"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 38px;
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  cursor: pointer;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
body:not([class*="banquet-core"])
  .select2-selection--single
  .select2-selection__arrow:before {
  content: "\25BE" !important;
  font-family: Montserrat, sans-serif !important;
}
body .select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 240px !important;
  margin: 0 0 20px;
}
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-search--inline,
body
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
body
  .select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  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--multiple,
body
  .select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #bdb5aa;
  cursor: default;
}
body
  .select2-container--default.select2-container--disabled
  .select2-selection--multiple
  .select2-selection__clear,
body
  .select2-container--default.select2-container--disabled
  .select2-selection--single
  .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--multiple,
body
  .select2-container--default.select2-container--open
  .select2-selection--single {
  color: #3e3930;
}
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 .select2-container--default .select2-selection--single {
  display: block;
  height: 50px;
  padding: 13px 25px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #3e3930;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
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: 15px;
  color: #3e3930;
}
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;
  content: "\e019";
  font-family: linea-arrows-10 !important;
  font-style: normal;
}
body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 50px;
  padding: 13px 25px;
  margin: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #3e3930;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  outline: 0;
  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: #fff;
  background-color: #3e3930;
  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 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.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: 0;
  -webkit-appearance: none;
}
body
  .select2-container--default
  .select2-search--inline
  .select2-search__field:focus {
  border-color: #3e3930;
}
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: #fff;
  border: 1px solid #bdb5aa;
  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: inherit;
  line-height: 20px;
  font-weight: inherit;
  color: #776f60;
  background-color: #fff;
  border: 1px solid #bdb5aa;
  outline: 0;
  -webkit-appearance: none;
}
body
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  color: #3e3930;
  background-color: #fff;
  border-color: #3e3930;
}
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 9px 2px 26px;
  list-style: none;
}
body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 15px;
  line-height: 24px;
  -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: #3e3930;
}
body .select2-container--default .select2-results__option[aria-selected="true"],
body
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  color: #3e3930;
  background: 0 0;
}
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: #3e3930;
  background: 0 0;
}
body .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}
.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: #fff;
  border: 0;
  opacity: 0;
  z-index: 99;
}
.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;
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
  display: inline-block;
}
.comment-form-cookies-consent label {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .comment-form-cookies-consent label {
    display: inline;
    line-height: 23px;
  }
}
span.wpcf7-not-valid-tip {
  color: #776f60 !important;
  margin-bottom: 22px !important;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  border: 1px solid #bdb5aa;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: auto;
}
.qodef-content-grid {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (min-width: 1441px) {
  .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
  }
}
@media only screen and (min-width: 1367px) {
  .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
  }
}
@media only screen and (min-width: 1367px) {
  .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
  }
}
@media only screen and (min-width: 769px) {
  .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
  }
}
.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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--2
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--3
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--4
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--5
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--6
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--7
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--huge-square,
.qodef-grid.qodef-layout--masonry.qodef-col-num--8
  > .qodef-grid-inner
  > .qodef-item--landscape {
  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--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--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--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-page-wrapper {
  position: relative;
  overflow: hidden;
}
#qodef-page-outer {
  position: relative;
}
#qodef-page-inner {
  position: relative;
  padding: 70px 0 100px;
}
.qodef--boxed {
  background-color: #bdb5aa;
}
.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;
}
.qodef--page-has-borders #qodef-page-header-inner {
  padding: 0;
}
.qodef--page-has-borders #qodef-page-header-inner .qodef-header-logo-wrapper {
  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;
  text-align: center;
  width: 149px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-header-logo-wrapper
  .qodef-header-logo-link {
  margin: auto;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-header-logo-wrapper
  .qodef-header-logo-link
  img {
  margin: auto;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-header-logo-wrapper
  .qodef-header-logo-link
  img:not(.qodef--main) {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qodef--page-has-borders #qodef-page-header-inner .qodef-last-widget-wrapper {
  width: 149px;
  text-align: center;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-last-widget-wrapper
  .widget {
  margin: 0;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-last-widget-wrapper
  .widget.widget_banquet_core_side_area_opener {
  margin: 0;
}
.qodef--page-has-borders
  #qodef-page-header-inner
  .qodef-fullscreen-menu-opener-outer {
  width: 149px;
  text-align: center;
}
.qodef--page-has-borders.qodef-header--standard .qodef-widget-holder {
  min-width: 149px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.qodef--page-has-borders.qodef-browser--ms-explorer
  #qodef-page-header-inner
  .qodef-header-logo-wrapper {
  padding-right: 25px !important;
}
.qodef-content-side {
  position: fixed;
  top: 0;
  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;
  width: 149px;
  white-space: nowrap;
  z-index: 10;
}
.qodef-content-side.qodef-content--left-side {
  left: 0;
}
.qodef-content-side.qodef-content--left-side .qodef-content-side-holder-outer {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.qodef-content-side.qodef-content--right-side {
  right: 0;
}
.qodef-content-side.qodef-content--right-side .qodef-content-side-holder-outer {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  .qodef-content-side {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1680px) {
  .qodef-content-grid {
    width: calc(100% - 400px) !important;
  }
}
@media only screen and (min-width: 1025px) {
  .qodef-page-border--left,
  .qodef-page-border--right {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 0px;
    background-color: rgba(62, 57, 48, 0.16);
    z-index: 200;
    opacity: 1;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
  .qodef-page-border--left {
    left: 149px;
  }
  .qodef-page-border--right {
    right: 149px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1367px) {
  .qodef--page-has-borders #qodef-page-header-inner .qodef-header-logo-wrapper {
    width: 118px;
  }
  .qodef--page-has-borders #qodef-page-header-inner .qodef-last-widget-wrapper {
    width: 118px;
  }
  .qodef--page-has-borders
    #qodef-page-header-inner
    .qodef-fullscreen-menu-opener-outer {
    width: 118px;
  }
  .qodef--page-has-borders.qodef-header--standard .qodef-widget-holder {
    min-width: 118px;
  }
  .qodef-page-border--left {
    left: 118px;
  }
  .qodef-page-border--right {
    right: 118px;
  }
  .qodef-content-side {
    width: 118px;
  }
}
.qodef-rev-scroll-down:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  width: 1px;
  height: 94px;
  background-color: currentColor;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: qodef-rev-scroll-down 3s infinite
    cubic-bezier(0.81, 0.3, 0.25, 1);
  animation: qodef-rev-scroll-down 3s infinite cubic-bezier(0.81, 0.3, 0.25, 1);
}
@-webkit-keyframes qodef-rev-scroll-down {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@keyframes qodef-rev-scroll-down {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  40% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  60% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
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:after,
button.mfp-arrow:before {
  border: 0;
  color: #fff;
  font-size: 45px;
  font-family: linea-arrows-10 !important;
  font-weight: 400;
}
button.mfp-arrow-left:after {
  content: "\e03f";
}
button.mfp-arrow-right:after {
  content: "\e04b";
}
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: linea-arrows-10 !important;
  content: "\e04a";
  position: absolute;
  right: 4px;
  bottom: 0;
  text-indent: 0;
  font-size: 35px;
  font-weight: 400;
}
.mfp-bottom-bar .mfp-counter,
.mfp-bottom-bar .mfp-title {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.mfp-bottom-bar .mfp-title {
  display: none;
}
.qodef-swiper-container {
  position: relative;
  margin: 0 auto;
  padding: 55px 0 82px;
  list-style: none;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
}
.qodef-swiper-container .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.qodef-swiper-container .swiper-slide a,
.qodef-swiper-container .swiper-slide img {
  width: 100%;
}
.qodef-swiper-container.qodef-swiper--initialized {
  visibility: visible;
}
.swiper-pagination-bullets {
  bottom: 0 !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  margin: 0 9px !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e0dfde;
  border-radius: 50%;
  border: 1px solid #e0dfde;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  background-color: #fff;
  border: 1px solid #3e3930;
}
.swiper-button-next,
.swiper-button-prev {
  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: #fff;
  text-align: center;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  font-size: 42px;
  font-family: linea-arrows-10 !important;
  font-weight: 400;
}
.swiper-button-prev {
  left: 33px !important;
}
@media only screen and (max-width: 680px) {
  .swiper-button-prev {
    left: 14px !important;
  }
}
.swiper-button-prev:before {
  content: "\e03f";
}
.swiper-button-next {
  right: 33px !important;
}
@media only screen and (max-width: 680px) {
  .swiper-button-next {
    right: 14px !important;
  }
}
.swiper-button-next:before {
  content: "\e04b";
}
.swiper-button-next.swiper-button-outside,
.swiper-button-prev.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%);
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget_icl_lang_sel_widget
  .wpml-ls-legacy-dropdown-click:hover
  .wpml-ls-sub-menu,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown: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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
  font-size: 15px;
  line-height: 1;
  border: 0;
  position: initial;
  margin-left: auto;
}
.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-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.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: #776f60;
  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: #3e3930;
}
#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: #776f60;
  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: #3e3930;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #776f60;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #3e3930;
}
#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: #776f60;
}
#qodef-page-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #3e3930;
}
#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: #776f60;
  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: #3e3930;
}
#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: #776f60;
  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: #3e3930;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #776f60;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #3e3930;
}
#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: #776f60;
}
#qodef-page-mobile-header
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #3e3930;
}
#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;
}
#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: #776f60;
  background-color: #bdb5aa;
  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: #3e3930;
}
#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: #bdb5aa;
}
#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: #776f60;
  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: #3e3930;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  color: #776f60;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a:hover {
  color: #3e3930;
}
#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: #776f60;
}
#qodef-page-sidebar
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-vertical
  ul
  li
  a:hover {
  color: #3e3930;
}
#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: #776f60;
  background-color: #bdb5aa;
  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: #3e3930;
}
#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: #bdb5aa;
}
#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: #776f60;
  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: #3e3930;
}
#qodef-page-footer
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#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: #776f60;
  background-color: #bdb5aa;
  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: #3e3930;
}
#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: #bdb5aa;
}
#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: #776f60;
  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: #3e3930;
}
#qodef-side-area
  .widget_icl_lang_sel_widget
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  margin-right: 10px !important;
}
#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;
}
.error404 #qodef-page-inner {
  padding: 0;
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.error404 #qodef-page-inner #qodef-page-content {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.error404 #qodef-page-outer {
  height: 100vh;
}
.error404.admin-bar #qodef-page-outer {
  height: calc(100vh - 32px);
}
#qodef-404-page {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 0 30%;
  text-align: center;
}
#qodef-404-page .qodef-404-title {
  margin: 0;
}
#qodef-404-page .qodef-404-text {
  display: block;
  margin: 13px auto 0;
  font-size: 18px;
}
#qodef-404-page .qodef-404-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 35px;
}
.qodef-e-single-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
.qodef-e-single-links .qodef-e-single-links-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3930;
  margin-right: 10px;
}
.qodef-e-single-links a,
.qodef-e-single-links > span:not(.qodef-e-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: #3e3930;
}
.qodef-e-single-links a:last-child,
.qodef-e-single-links > span:not(.qodef-e-single-links-title):last-child {
  margin-right: 0;
}
.qodef-e-single-links > span:not(.qodef-e-single-links-title) {
  color: #3e3930;
}
.qodef-blog {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 20px;
}
.qodef-blog article {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}
.qodef-blog article .qodef-e-content,
.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-blog article .qodef-e-media-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.qodef-blog article .qodef-e-media-image a,
.qodef-blog article .qodef-e-media-image img {
  display: block;
  width: 100%;
}
.qodef-blog article .qodef-e-media-image.qodef--background {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.qodef-blog article .qodef-e-media-image.qodef--background img {
  visibility: hidden;
}
.qodef-blog article .qodef-e-media iframe {
  display: block;
}
.qodef-blog article .qodef-e-title {
  margin: 0 0 4px;
}
.qodef-blog article .qodef-e-excerpt {
  margin: 15px 0 0;
}
.qodef-blog article .qodef-e-read-more {
  margin: 15px 0 0;
}
.qodef-blog article .qodef-e-info {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 681px) {
  .qodef-blog article .qodef-e-info .qodef-e-info-left,
  .qodef-blog article .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 article .qodef-e-info .qodef-e-info-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.qodef-blog article .qodef-e-info .qodef-e-info-item {
  position: relative;
  display: inline;
  vertical-align: top;
  color: currentColor;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 11px;
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child {
  padding-right: 0;
}
.qodef-blog
  article
  .qodef-e-info
  .qodef-e-info-item:last-child
  a:last-child:after {
  content: "";
}
.qodef-blog article .qodef-e-info.qodef-info--bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 39px;
}
.qodef-blog article .qodef-e-info.qodef-info--top .qodef-e-info-date a:after {
  display: none;
}
.qodef-blog article .qodef-e-info-category a,
.qodef-blog article .qodef-e-info-date a,
.qodef-blog article .qodef-e-info-tags a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 21px 3px 0;
  letter-spacing: 0.4em;
  font-weight: 500;
}
.qodef-blog article .qodef-e-info-category a:hover,
.qodef-blog article .qodef-e-info-date a:hover,
.qodef-blog article .qodef-e-info-tags a:hover {
  color: #3e3930;
}
.qodef-blog article .qodef-e-info-category a:after,
.qodef-blog article .qodef-e-info-date a:after,
.qodef-blog article .qodef-e-info-tags a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 3px;
}
.qodef-blog article .qodef-e-single-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 15px 0;
}
.qodef-blog article .qodef-e-single-links .qodef-e-single-links-title {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3930;
  margin-right: 10px;
}
.qodef-blog article .qodef-e-single-links a,
.qodef-blog
  article
  .qodef-e-single-links
  > span:not(.qodef-e-single-links-title) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  padding: 0 3px;
  color: #3e3930;
}
.qodef-blog article .qodef-e-single-links a:last-child,
.qodef-blog
  article
  .qodef-e-single-links
  > span:not(.qodef-e-single-links-title):last-child {
  margin-right: 0;
}
.qodef-blog
  article
  .qodef-e-single-links
  > span:not(.qodef-e-single-links-title) {
  color: #3e3930;
}
.qodef-blog article .qodef-e-post-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qodef-blog article.sticky .qodef-e-title a {
  text-decoration: underline;
}
.qodef-blog article.has-post-thumbnail .qodef-e-media {
  margin-bottom: 22px;
}
.qodef-blog article.format-audio .qodef-e-media-image {
  width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-image img {
  width: 100%;
}
.qodef-blog article.format-audio .qodef-e-media-audio {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.qodef-blog
  article.format-gallery
  .qodef-e-inner
  .qodef-e-media
  .qodef-swiper-container {
  padding: 0;
}
.qodef-blog article.format-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 6% 10% 10.5%;
  background-color: #f6f6f6;
  text-align: center;
}
.qodef-blog article.format-link .qodef-e-link-svg-holder {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.qodef-blog article.format-link .qodef-e-link-text {
  position: relative;
  margin: 0 auto;
  font-size: 40px;
  max-width: 640px;
  display: inline;
  background-image: -o-linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  ) !important;
  background-image: linear-gradient(
    transparent calc(100% - 1px),
    currentColor 1px
  ) !important;
}
.qodef-browser--ms-explorer .qodef-blog article.format-link .qodef-e-link-text {
  background-image: none !important;
}
.qodef-blog article.format-link .qodef-e-link-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qodef-blog article.format-quote .qodef-e-quote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 6.2% 10% 9.2%;
  background-color: #f6f6f6;
  text-align: center;
}
.qodef-blog article.format-quote .qodef-e-quote-svg-holder {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.qodef-blog article.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0 auto;
  font-size: 40px;
  max-width: 600px;
  display: inline;
}
.qodef-blog article.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%;
}
.qodef-blog .mejs-container {
  height: 68px !important;
}
.qodef-blog .mejs-container * {
  font-family: Montserrat, sans-serif;
}
.qodef-blog .mejs-container .mejs-controls {
  height: 68px !important;
  padding: 0 3% !important;
  background-color: #3e3930 !important;
}
.qodef-blog .mejs-container .mejs-controls > * {
  height: 68px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.qodef-blog .mejs-container .mejs-controls > * > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-playpause-button.mejs-play
  > button {
  background: url(../img/mejs-play.svg) no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: cover !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-playpause-button.mejs-pause
  > button {
  background: url(../img/mejs-pause.svg) no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: cover !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
}
.qodef-blog .mejs-container .mejs-controls .mejs-volume-button.mejs-mute {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-volume-button.mejs-mute
  > button {
  background: url(../img/mejs-volume-on.svg) no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: cover !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}
.qodef-blog .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-volume-button.mejs-unmute
  > button {
  background: url(../img/mejs-volume-off.svg) no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  background-size: cover !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
}
.qodef-blog .mejs-container .mejs-controls .mejs-playpause-button {
  margin-right: 5px;
}
.qodef-blog .mejs-container .mejs-controls .mejs-volume-button {
  margin-left: 8px;
}
.qodef-blog .mejs-container .mejs-controls .mejs-time {
  font-size: 14px;
  font-weight: 400;
  color: #e5dcdb;
}
.qodef-blog .mejs-container .mejs-controls .mejs-time-rail > * {
  height: 2px;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  > *
  > :not(.mejs-time-float) {
  height: 2px;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  > *
  > :not(.mejs-time-float)
  > * {
  height: 2px;
  border: 0;
  background: #9e9a94;
}
.qodef-blog .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #fff;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-time-rail
  .mejs-time-total
  .mejs-time-current {
  background: #9e9a94;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  background: #fff;
  top: initial;
  height: 2px;
}
.qodef-blog
  .mejs-container
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total
  .mejs-horizontal-volume-current {
  background: #9e9a94;
}
.qodef-blog.qodef--list article {
  margin-bottom: 81px;
}
.qodef-blog.qodef--list article .qodef-e-read-more {
  margin-top: 0;
}
.qodef-blog.qodef--list article.format-link {
  margin-bottom: 80px;
}
.qodef-blog.qodef--list article.format-quote {
  margin-bottom: 80px;
}
.qodef-blog.qodef--single article {
  margin: 0 0 25px;
}
.qodef-blog.qodef--single article .qodef-e-title {
  margin: 0;
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--top {
  margin-bottom: 0;
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
  margin-top: 30px;
}
.qodef-blog.qodef--single article.format-link {
  margin: 0 0 25px;
}
.qodef-blog.qodef--single article.format-link .qodef-e-link {
  margin-bottom: 25px;
}
.qodef-blog.qodef--single article.format-quote {
  margin: 0 0 25px;
}
.qodef-blog.qodef--single article.format-quote .qodef-e-quote {
  margin-bottom: 25px;
}
.qodef-blog.qodef--single
  article
  .qodef-e-inner
  .qodef-e-media
  .qodef-swiper-container {
  padding: 0;
}
#qodef-page-comments {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 82px;
}
#qodef-page-comments .qodef-page-comments-not-found {
  margin: 0;
}
#qodef-page-comments-list {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 74px;
}
#qodef-page-comments-list .comment-reply-title {
  margin: 31px 0 0;
}
#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 49px;
}
#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: 50px 0 0;
  padding: 0;
}
#qodef-page-comments-list .qodef-comment-item .children {
  list-style: none;
  margin: 0;
  padding: 0 0 0 89px;
}
#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: 30px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
  display: block;
  border-radius: 50%;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: -8px 0 0;
  color: #181818;
}
#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: #776f60;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
  color: #3e3930;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
  margin: 5px 0 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
  float: right;
  position: relative;
  line-height: 20px;
  margin-top: 4px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
  font-style: normal;
  color: #776f60;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links > :last-child {
  margin: 0 0 0 8px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:before {
  content: "";
  width: 22px;
  background-color: currentColor;
  height: 1px;
  position: relative;
  bottom: 3px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover:before {
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}
#qodef-page-comments-list .qodef-m-pagination {
  margin-top: 50px;
}
#qodef-page-comments-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-comments-form .comment-reply-title {
  margin: 0;
}
#qodef-page-comments-form .comment-respond,
#qodef-page-comments-list .comment-respond {
  margin-bottom: 94px;
}
#qodef-page-comments-form .comment-form,
#qodef-page-comments-list .comment-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#qodef-page-comments-form .comment-form > *,
#qodef-page-comments-list .comment-form > * {
  width: 100%;
}
#qodef-page-comments-form .comment-form label,
#qodef-page-comments-list .comment-form label {
  font-size: 12px;
}
#qodef-page-comments-form .comment-form .comment-notes,
#qodef-page-comments-list .comment-form .comment-notes {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 12px;
  margin: 15px 0 10px;
}
@media only screen and (max-width: 768px) {
  #qodef-page-comments-form .comment-form .comment-notes,
  #qodef-page-comments-list .comment-form .comment-notes {
    line-height: 23px;
  }
}
#qodef-page-comments-form .comment-form #author,
#qodef-page-comments-list .comment-form #author {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(50% - 10px);
}
#qodef-page-comments-form .comment-form #email,
#qodef-page-comments-list .comment-form #email {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: calc(50% - 10px);
}
#qodef-page-comments-form .comment-form #comment,
#qodef-page-comments-list .comment-form #comment {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
#qodef-page-comments-form .comment-form .comment-form-cookies-consent,
#qodef-page-comments-list .comment-form .comment-form-cookies-consent {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
#qodef-page-comments-form .comment-form .comment-form-cookies-consent input,
#qodef-page-comments-list .comment-form .comment-form-cookies-consent input {
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}
#qodef-page-comments-form .comment-form .comment-form-cookies-consent label,
#qodef-page-comments-list .comment-form .comment-form-cookies-consent label {
  margin: 0;
}
#qodef-page-comments-form .comment-form .form-submit,
#qodef-page-comments-list .comment-form .form-submit {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 23px;
}
#qodef-page-comments-form .comment-reply-title small,
#qodef-page-comments-list .comment-reply-title small {
  float: right;
  position: relative;
  line-height: 20px;
  margin-top: 11px;
}
#qodef-page-comments-form .comment-reply-title #cancel-comment-reply-link,
#qodef-page-comments-list .comment-reply-title #cancel-comment-reply-link {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
  font-style: normal;
  color: #776f60;
}
#qodef-page-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:before,
#qodef-page-comments-list
  .comment-reply-title
  #cancel-comment-reply-link:before {
  content: "";
  width: 22px;
  background-color: currentColor;
  height: 1px;
  position: relative;
  bottom: 3px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#qodef-page-comments-form
  .comment-reply-title
  #cancel-comment-reply-link:hover:before,
#qodef-page-comments-list
  .comment-reply-title
  #cancel-comment-reply-link:hover:before {
  -webkit-transform: scaleX(1.2);
  -ms-transform: scaleX(1.2);
  transform: scaleX(1.2);
}
.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 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.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 27px;
  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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 1.2em;
}
.qodef-m-filter .qodef-m-filter-item.qodef--active,
.qodef-m-filter .qodef-m-filter-item:hover {
  background-color: #3e3930;
  color: #fff;
}
#qodef-page-footer {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-footer > * {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-footer .qodef-no-border {
  position: relative;
}
#qodef-page-footer .qodef-no-border input {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #3e3930;
  padding: 7px 0;
}
#qodef-page-footer .qodef-no-border input:focus {
  border-bottom: 1px solid #3e3930;
}
#qodef-page-footer .qodef-ft-newsletter {
  position: relative;
}
#qodef-page-footer .qodef-ft-newsletter .qodef-column-ft-right {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#qodef-page-footer .qodef-ft-newsletter .qodef-column-ft-left {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#qodef-page-footer .qodef-ft-newsletter .wpcf7-submit {
  background-color: transparent !important;
  border: 0;
  vertical-align: middle;
}
#qodef-page-footer .qodef-ft-newsletter .wpcf7-submit:hover {
  background-color: transparent !important;
  color: currentColor;
}
#qodef-page-footer .qodef-ft-newsletter .wpcf7-submit:before {
  display: none;
}
#qodef-page-footer .qodef-ft-newsletter .qodef-ft-after {
  line-height: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
  top: 8px;
  cursor: pointer;
}
#qodef-page-footer-top-area {
  padding: 72px 0 64px;
  background-color: #f4f4f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #bdb5aa;
}
#qodef-page-footer-top-area .qodef-content-full-width {
  padding: 0 70px;
}
#qodef-page-footer-top-area a {
  font-size: 11px;
  font-weight: 500;
  color: #9e9a94;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
#qodef-page-footer-bottom-area {
  padding: 10px 0;
  background-color: #fff;
  border-top: 0 solid #bdb5aa;
  text-align: center;
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
  padding: 0 70px;
}
#qodef-page-footer-bottom-area p {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-audio {
  width: 100%;
}
.wp-block-audio audio {
  width: auto;
}
.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
  max-width: 50%;
}
.wp-block-audio.aligncenter audio {
  display: block;
  margin: 0 auto;
}
.wp-block-video video {
  width: 100%;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 38px;
  color: #fff;
  background-color: #3e3930;
  border: 1px solid transparent;
  cursor: pointer;
}
.wp-block-button .wp-block-button__link br {
  display: none;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #bdb5aa;
}
.wp-block-button.aligncenter br {
  display: block;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  margin: 0;
  padding-left: 0;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul {
  padding-left: 0 !important;
}
.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  margin-bottom: 6px;
  list-style-type: none;
}
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  color: #3e3930;
  text-decoration: none;
}
.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover {
  color: #3e3930;
}
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
  text-align: center;
}
.wp-block-categories li ul {
  margin: 4px 0 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}
.wp-block-categories li ul li:last-child {
  padding: 4px 0 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
}
.wp-block-preformatted {
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.wp-block-verse {
  font-family: inherit;
  font-size: 22px;
  line-height: 1.8;
}
.has-drop-cap:not(:focus):first-letter {
  font-family: inherit;
  font-size: 3.375em;
  line-height: 1;
  font-weight: 700;
  margin: 0 0.25em 0 0;
}
blockquote.wp-block-pullquote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 28px;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
blockquote.wp-block-pullquote > p {
  position: relative;
  padding: 18px 0 20px 0;
}
blockquote.wp-block-pullquote > p: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-pullquote.aligncenter {
  width: 100%;
}
blockquote.wp-block-pullquote.alignleft {
  text-align: left;
  max-width: 100%;
}
blockquote.wp-block-pullquote.alignright {
  text-align: right;
  max-width: 100%;
}
blockquote.wp-block-pullquote p {
  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;
}
.wp-block-pullquote {
  margin: 0;
}
.wp-block-pullquote blockquote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 28px;
  line-height: 1.2em;
  width: auto;
  text-align: center;
}
.wp-block-pullquote blockquote > p {
  position: relative;
  padding: 18px 0 20px 0;
}
.wp-block-pullquote blockquote > p: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;
}
.wp-block-pullquote blockquote > p:before {
  display: none;
}
.wp-block-pullquote p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.wp-block-quote {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 28px;
  line-height: 1.2em;
}
.wp-block-quote > p {
  position: relative;
  padding: 18px 0 20px 0;
}
.wp-block-quote > p: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;
}
.wp-block-quote > p {
  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;
}
.wp-block-quote > p:before {
  display: none;
}
.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;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1rem 0;
  font-size: 1.6875em !important;
  line-height: 1.6em !important;
}
.wp-block-image img {
  display: block;
}
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull {
  left: auto;
  max-width: 100%;
  margin: 0;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  min-height: 430px;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover,
  .wp-block-cover-image {
    padding: 1rem 4%;
    word-break: break-word;
  }
}
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: #f8f9f9;
}
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2 {
  font-size: 50px;
  line-height: 1.1em;
  font-size: 28px !important;
  margin-bottom: 0;
  padding: 15px;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
  line-height: 29px;
}
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover-image.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2 {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}
.wp-block-cover-image.alignfull .wp-block-cover-image-text,
.wp-block-cover-image.alignfull .wp-block-cover-text,
.wp-block-cover-image.alignfull h2,
.wp-block-cover.alignfull .wp-block-cover-image-text,
.wp-block-cover.alignfull .wp-block-cover-text,
.wp-block-cover.alignfull h2 {
  max-width: calc(8 * (100vw / 12) - 28px);
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wp-block-audio figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption,
.wp-block-video figcaption {
  font-size: 0.71111em;
  font-family: inherit;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-separator,
hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 3.5rem;
  margin-top: 3.5rem;
  max-width: 100px;
  text-align: left;
}
.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}
.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
  display: none;
}
.wp-block-embed-twitter {
  overflow: hidden;
}
.wp-block-embed {
  margin: 0;
}
.wp-block-table td,
.wp-block-table th {
  border-color: #bdb5aa;
}
.wp-block-file {
  font-family: inherit;
}
.wp-block-file .wp-block-file__button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 27px;
  color: #fff;
  background-color: #3e3930;
  border: 1px solid transparent;
  cursor: pointer;
}
.wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background-color: #bdb5aa;
}
.wp-block-code {
  border-radius: 0;
}
.wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .wp-block-columns .wp-block-column > :first-child {
    margin-top: 0;
  }
  .wp-block-columns .wp-block-column > :last-child {
    margin-bottom: 0;
  }
  .wp-block-columns[class*="has-"] > * {
    margin-right: 1rem;
  }
  .wp-block-columns[class*="has-"] > :last-child {
    margin-right: 0;
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: 700;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment-meta
  .wp-block-latest-comments__comment-date {
  font-weight: 400;
}
.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}
.has-primary-background-color {
  background-color: #3e3930;
}
.has-primary-background-color a,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color p {
  color: #fff;
}
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 105px;
  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;
  height: 105px;
  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 {
  width: 70%;
}
#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-evenly;
  height: 100%;
  padding: 0 40px;
}
.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;
}
#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: 70px;
  max-height: 100%;
}
body:not([class*="banquet-core"])
  #qodef-page-mobile-header
  .qodef-mobile-header-logo-link {
  max-height: 25px;
}
#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 20px;
}
#qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
  color: #3e3930;
}
#qodef-mobile-header-opener .qodef-lines {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
}
#qodef-mobile-header-opener .qodef-lines .qodef-line {
  position: absolute;
  height: 1px;
  width: 42px;
  background-color: currentColor;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-1 {
  top: 20px;
  right: 0;
}
#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-2 {
  bottom: 20px;
  left: 0;
}
#qodef-mobile-header-opener .qodef-lines:hover .qodef-line.qodef-line-1 {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
#qodef-mobile-header-opener .qodef-lines:hover .qodef-line.qodef-line-2 {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
#qodef-mobile-header-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-height: calc(100vh - 70px);
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  z-index: 10;
}
#qodef-mobile-header-navigation .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #bdb5aa;
}
#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #3e3930;
}
#qodef-mobile-header-navigation ul {
  padding: 0 0 0 10px;
  list-style: none;
}
#qodef-mobile-header-navigation ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#qodef-mobile-header-navigation ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 6px 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner {
  position: relative;
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
  width: 0;
}
#qodef-mobile-header-navigation ul li a:hover .qodef-menu-item-inner:after {
  width: 95%;
}
#qodef-mobile-header-navigation
  ul
  li.current-menu-ancestor
  > a
  .qodef-menu-item-inner:after,
#qodef-mobile-header-navigation
  ul
  li.current-menu-item
  > a
  .qodef-menu-item-inner:after {
  width: 95%;
}
#qodef-mobile-header-navigation ul li ul {
  display: none;
  margin: 0;
  padding-top: 4px;
}
body:not([class*="banquet-core"])
  #qodef-mobile-header-navigation
  ul
  li.menu-item-has-children
  > a:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  color: #3e3930;
}
.qodef-header-navigation {
  height: 100%;
}
.qodef-header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qodef-header-navigation ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.qodef-header-navigation ul li a {
  color: #9e9a94;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 500;
  padding: 0 3px;
}
.qodef-header-navigation ul li a .qodef-menu-item-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -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;
  white-space: normal;
}
.qodef-header-navigation ul li a .qodef-menu-item-inner:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: currentColor;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 5px;
  -webkit-transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
  -o-transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
  transition: 0.35s cubic-bezier(0.85, 0.26, 0.17, 1);
}
.qodef-header-navigation ul li a .qodef-menu-item-inner:hover:before {
  width: 95%;
}
body:not([class*="banquet-core"])
  .qodef-header-navigation
  ul
  li
  a
  .qodef-menu-item-inner:before {
  bottom: 0;
}
.qodef-header-navigation ul li a:hover .qodef-menu-item-inner:before {
  width: 95%;
}
.qodef-header-navigation
  ul
  li.current-menu-item
  a
  .qodef-menu-item-inner:before {
  width: 95%;
}
.qodef-header-navigation
  ul
  li.current-menu-ancestor
  > a
  > .qodef-menu-item-inner:before {
  width: 95%;
}
.qodef-header-navigation ul li .qodef-menu-arrow {
  display: none;
}
.qodef-header-navigation ul li.qodef-hide-link > a {
  cursor: default;
}
.qodef-header-navigation ul li.qodef-hide-link > a .qodef-menu-item-inner {
  color: inherit;
  background-color: transparent;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  margin: 0;
  padding: 22px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  border: 1px solid #eee;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 3px 28px 3px 25px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
  color: #9e9a94;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.2s ease-out;
  position: absolute;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > .qodef-menu-arrow {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  width: 40px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  color: #b0adaa;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > .qodef-menu-arrow:after {
  color: inherit;
  display: block;
  line-height: inherit;
  content: "\35";
  font-family: ElegantIcons;
  font-style: normal;
  text-align: left;
  -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;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
body:not([class*="banquet-core"])
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul
  li.menu-item-has-children
  > a:after {
  content: ">";
  position: absolute;
  top: 3px;
  right: 25px;
  line-height: inherit;
  color: #fff;
}
.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: -22px;
  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
  > .qodef-menu-arrow {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 40px;
  height: 28px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  color: #b0adaa;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.menu-item-has-children
  > .qodef-menu-arrow:after {
  color: inherit;
  display: block;
  line-height: inherit;
  content: "\34";
  font-family: ElegantIcons;
  font-style: normal;
  text-align: right;
  -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;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
body:not([class*="banquet-core"])
  .qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  li.menu-item-has-children
  > a:after {
  content: "<";
  left: 25px;
  right: auto;
}
.qodef-header-navigation
  ul
  li.qodef-menu-item--narrow
  ul.qodef-drop-down--right
  ul {
  left: -101%;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover > ul {
  opacity: 1;
  visibility: visible;
}
.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%;
  padding: 0 25px;
}
body:not([class*="banquet-core"]) .qodef-header-navigation > ul > li {
  padding: 0 12px;
}
.qodef-header-navigation > ul > li:last-child {
  padding-right: 0;
}
.qodef-header-navigation > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: #3e3930;
  text-align: center;
}
.qodef-header-navigation > ul > li > a .qodef-menu-item-inner {
  position: relative;
  padding: 0;
}
body:not([class*="banquet-core"]) .qodef-header-navigation > ul > li > a {
  line-height: 18px;
}
.qodef-header-navigation
  > ul
  > li.current-menu-ancestor
  > a
  .qodef-menu-item-inner:before,
.qodef-header-navigation
  > ul
  > li.current-menu-item
  > a
  .qodef-menu-item-inner:before {
  width: 95%;
}
.qodef-header-navigation
  > ul
  > li.qodef-hide-link
  > a
  .qodef-menu-item-inner:after {
  opacity: 0;
}
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 13px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .qodef-m-pagination {
    margin: 13px 0 17px 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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 14px;
  padding: 0 3px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3930;
  opacity: 0.57;
}
.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.dots:after {
  display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.next,
.qodef-m-pagination.qodef--wp .page-numbers.prev {
  position: relative;
  top: 1px;
  font-size: 42px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after,
.qodef-m-pagination.qodef--wp .page-numbers.prev:after {
  display: none;
}
body:not([class*="banquet-core"])
  .qodef-m-pagination.qodef--wp
  .page-numbers.next,
body:not([class*="banquet-core"])
  .qodef-m-pagination.qodef--wp
  .page-numbers.prev {
  top: 0;
  font-size: 17px;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 6px;
  left: -88px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 6px;
  right: -88px;
}
.qodef-m-pagination.qodef--wp .page-numbers.current,
.qodef-m-pagination.qodef--wp .page-numbers:hover {
  opacity: 1;
}
.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
  position: relative;
  margin: 0 19px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3930;
  opacity: 0.57;
}
.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.dots:after {
  display: none;
}
@media only screen and (max-width: 480px) {
  .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
    margin-left: 12px;
  }
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  position: relative;
  top: 1px;
  font-size: 42px;
  line-height: 1;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next span,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev span {
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: inline-block;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
  display: none;
}
body:not([class*="banquet-core"])
  .qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next,
body:not([class*="banquet-core"])
  .qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev {
  top: 0;
  font-size: 17px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 6px;
  left: -88px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover {
  opacity: 0.57;
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--prev:hover
  span {
  -webkit-transform: translateX(-1px) translateZ(0);
  transform: translateX(-1px) translateZ(0);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 6px;
  right: -88px;
}
@media only screen and (max-width: 480px) {
  .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    right: 7px;
    top: 3px;
  }
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover {
  opacity: 0.57;
}
.qodef-m-pagination.qodef--standard
  .qodef-m-pagination-item.qodef--next:hover
  span {
  -webkit-transform: translateX(1px) translateZ(0);
  transform: translateX(1px) translateZ(0);
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
  opacity: 1;
}
.qodef-m-pagination.qodef--load-more {
  text-align: center;
}
.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--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: #3e3930;
  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-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: #3e3930;
  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-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 .qodef-e-search-heading-title {
  margin: 0 0 20px;
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
  width: 100%;
  margin: 0;
}
.qodef-search
  .qodef-e-search-heading
  .qodef-search-form
  .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button,
.qodef-search .qodef-e-search-heading .qodef-search-form input {
  height: 50px;
  padding: 10px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 30px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 14px;
  color: #776f60;
  background-color: #fff;
  border: 1px solid #bdb5aa;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
  border-color: #3e3930;
}
.qodef-search
  .qodef-e-search-heading
  .qodef-search-form
  input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search
  .qodef-e-search-heading
  .qodef-search-form
  input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search
  .qodef-e-search-heading
  .qodef-search-form
  input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search
  .qodef-e-search-heading
  .qodef-search-form
  input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
  color: inherit;
  opacity: 1;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #3e3930;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span {
  display: block;
  line-height: inherit;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
  display: block;
  line-height: inherit;
}
.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
  color: #3e3930;
}
.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;
}
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 105px;
  background-color: #eaeae5;
}
.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}
.qodef-page-title .qodef-m-title {
  margin: 0;
}
.qodef-page-title .qodef-m-content {
  height: 100%;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget {
  margin: 0 0 38px;
}
.widget:last-child {
  margin-bottom: 0 !important;
}
.widget .qodef-widget-title {
  margin: 0 0 19px;
}
.widget .qodef-widget-title a {
  color: inherit;
}
.widget .qodef-widget-title a:hover {
  color: #3e3930;
}
.widget a {
  color: #9e9a94;
}
.widget a:hover {
  color: #3e3930;
}
.widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 3px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 3px;
  margin-left: 3px;
}
.widget.widget_archive select,
.widget.widget_categories select,
.widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #3e3930;
  border-radius: 0;
  outline: 0;
}
.widget.widget_archive .select2,
.widget.widget_categories .select2,
.widget.widget_text .select2 {
  margin-bottom: 10px;
}
.widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.widget.widget_calendar {
  width: 100%;
}
.widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
.widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
.widget.widget_calendar #today a {
  color: inherit;
}
.widget.widget_calendar tfoot a {
  color: #9e9a94;
}
.widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
.widget.widget_text img {
  display: block;
}
.widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.widget.widget_rss .qodef-widget-title .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
.widget.widget_rss ul li {
  margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
.widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
.widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
.widget.widget_product_search .qodef-widget-title,
.widget.widget_search .qodef-widget-title {
  margin-bottom: 29px;
}
.widget.widget_product_search form,
.widget.widget_search form {
  margin-bottom: 10px;
}
.widget.widget_product_search .qodef-search-form-inner,
.widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.widget.widget_product_search button,
.widget.widget_product_search input,
.widget.widget_search button,
.widget.widget_search input {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
.widget.widget_product_search input,
.widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3e3930;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.widget.widget_product_search input:focus,
.widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #3e3930;
}
.widget.widget_product_search input::-webkit-input-placeholder,
.widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_product_search input::-moz-placeholder,
.widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_product_search input:-ms-input-placeholder,
.widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_product_search input::-ms-input-placeholder,
.widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_product_search input::placeholder,
.widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
.widget.widget_product_search button,
.widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"]) .widget.widget_product_search button,
body:not([class*="banquet-core"]) .widget.widget_search button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.widget.widget_product_search button span,
.widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
.widget.widget_product_search button span:before,
.widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
.widget.widget_product_search button:hover,
.widget.widget_search button:hover {
  color: #776f60;
}
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #9e9a94;
}
.widget.widget_product_tag_cloud .tagcloud a:after,
.widget.widget_tag_cloud .tagcloud a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
.widget.widget_product_tag_cloud .tagcloud a:last-child:after,
.widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: "";
}
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
  color: #3e3930;
}
.widget.widget_media_image {
  margin-bottom: 0;
}
.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 29px;
}
.widget.widget_media_image a,
.widget.widget_media_image img {
  display: inline-block;
}
.widget.widget_banquet_core_instagram_list #sb_instagram {
  margin-top: 22px;
}
.widget.widget_banquet_core_instagram_list #sb_instagram > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
#qodef-top-area .widget {
  margin: 0 0 0;
  color: #fff;
}
#qodef-top-area .widget:last-child {
  margin-bottom: 0 !important;
}
#qodef-top-area .widget .qodef-widget-title {
  margin: 0 0 19px;
  color: #fff;
}
#qodef-top-area .widget .qodef-widget-title a {
  color: inherit;
}
#qodef-top-area .widget .qodef-widget-title a:hover {
  color: #3e3930;
}
#qodef-top-area .widget a {
  color: #fff;
}
#qodef-top-area .widget a:hover {
  color: #3e3930;
}
#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 3px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
}
#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: 3px;
  margin-left: 3px;
}
#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%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #3e3930;
  border-radius: 0;
  outline: 0;
}
#qodef-top-area .widget.widget_archive .select2,
#qodef-top-area .widget.widget_categories .select2,
#qodef-top-area .widget.widget_text .select2 {
  margin-bottom: 10px;
}
#qodef-top-area .widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#qodef-top-area .widget.widget_calendar {
  width: 100%;
}
#qodef-top-area .widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
#qodef-top-area .widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
#qodef-top-area .widget.widget_calendar #today a {
  color: inherit;
}
#qodef-top-area .widget.widget_calendar tfoot a {
  color: #fff;
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
#qodef-top-area .widget.widget_text img {
  display: block;
}
#qodef-top-area .widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#qodef-top-area .widget.widget_rss .qodef-widget-title .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-top-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}
#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: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-top-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
#qodef-top-area .widget.widget_product_search .qodef-widget-title,
#qodef-top-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-top-area .widget.widget_product_search form,
#qodef-top-area .widget.widget_search form {
  margin-bottom: 10px;
}
#qodef-top-area .widget.widget_product_search .qodef-search-form-inner,
#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_product_search button,
#qodef-top-area .widget.widget_product_search input,
#qodef-top-area .widget.widget_search button,
#qodef-top-area .widget.widget_search input {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
#qodef-top-area .widget.widget_product_search input,
#qodef-top-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3e3930;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#qodef-top-area .widget.widget_product_search input:focus,
#qodef-top-area .widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #3e3930;
}
#qodef-top-area .widget.widget_product_search input::-webkit-input-placeholder,
#qodef-top-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-top-area .widget.widget_product_search input::-moz-placeholder,
#qodef-top-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-top-area .widget.widget_product_search input:-ms-input-placeholder,
#qodef-top-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-top-area .widget.widget_product_search input::-ms-input-placeholder,
#qodef-top-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-top-area .widget.widget_product_search input::placeholder,
#qodef-top-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-top-area .widget.widget_product_search button,
#qodef-top-area .widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"])
  #qodef-top-area
  .widget.widget_product_search
  button,
body:not([class*="banquet-core"]) #qodef-top-area .widget.widget_search button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#qodef-top-area .widget.widget_product_search button span,
#qodef-top-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
#qodef-top-area .widget.widget_product_search button span:before,
#qodef-top-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
#qodef-top-area .widget.widget_product_search button:hover,
#qodef-top-area .widget.widget_search button:hover {
  color: #776f60;
}
#qodef-top-area .widget.widget_product_tag_cloud .tagcloud a,
#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #fff;
}
#qodef-top-area .widget.widget_product_tag_cloud .tagcloud a:after,
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
#qodef-top-area .widget.widget_product_tag_cloud .tagcloud a:last-child:after,
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: "";
}
#qodef-top-area .widget.widget_product_tag_cloud .tagcloud a:hover,
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #3e3930;
}
#qodef-top-area .widget.widget_media_image {
  margin-bottom: 0;
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-top-area .widget.widget_media_image a,
#qodef-top-area .widget.widget_media_image img {
  display: inline-block;
}
#qodef-top-area .widget.widget_banquet_core_instagram_list #sb_instagram {
  margin-top: 22px;
}
#qodef-top-area
  .widget.widget_banquet_core_instagram_list
  #sb_instagram
  > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
#qodef-page-sidebar .widget {
  margin: 0 0 38px;
}
#qodef-page-sidebar .widget:last-child {
  margin-bottom: 0 !important;
}
#qodef-page-sidebar .widget .qodef-widget-title {
  margin: 0 0 17px;
}
#qodef-page-sidebar .widget .qodef-widget-title a {
  color: inherit;
}
#qodef-page-sidebar .widget .qodef-widget-title a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget a {
  color: #9e9a94;
}
#qodef-page-sidebar .widget a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 3px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
  color: #9e9a94;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li a {
  color: #9e9a94;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 3px;
  margin-left: 3px;
}
#qodef-page-sidebar .widget.widget_archive select,
#qodef-page-sidebar .widget.widget_categories select,
#qodef-page-sidebar .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 30px;
  margin: 10px 0 0;
  padding: 3px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #3e3930;
  border-radius: 0;
  outline: 0;
}
#qodef-page-sidebar .widget.widget_archive .select2,
#qodef-page-sidebar .widget.widget_categories .select2,
#qodef-page-sidebar .widget.widget_text .select2 {
  margin-bottom: 10px;
}
#qodef-page-sidebar .widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#qodef-page-sidebar .widget.widget_calendar {
  width: 100%;
}
#qodef-page-sidebar .widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
#qodef-page-sidebar .widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
#qodef-page-sidebar .widget.widget_calendar #today a {
  color: inherit;
}
#qodef-page-sidebar .widget.widget_calendar tfoot a {
  color: #9e9a94;
}
#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget.widget_text img {
  display: block;
}
#qodef-page-sidebar .widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#qodef-page-sidebar .widget.widget_rss .qodef-widget-title .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-sidebar .widget.widget_rss ul li {
  margin-bottom: 25px;
}
#qodef-page-sidebar .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
#qodef-page-sidebar .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-sidebar .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title,
#qodef-page-sidebar .widget.widget_search .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-sidebar .widget.widget_product_search form,
#qodef-page-sidebar .widget.widget_search form {
  margin-bottom: 10px;
}
#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner,
#qodef-page-sidebar .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-sidebar .widget.widget_product_search button,
#qodef-page-sidebar .widget.widget_product_search input,
#qodef-page-sidebar .widget.widget_search button,
#qodef-page-sidebar .widget.widget_search input {
  height: 30px;
  padding: 3px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
#qodef-page-sidebar .widget.widget_product_search input,
#qodef-page-sidebar .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3e3930;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#qodef-page-sidebar .widget.widget_product_search input:focus,
#qodef-page-sidebar .widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #3e3930;
}
#qodef-page-sidebar
  .widget.widget_product_search
  input::-webkit-input-placeholder,
#qodef-page-sidebar .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search input::-moz-placeholder,
#qodef-page-sidebar .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search input:-ms-input-placeholder,
#qodef-page-sidebar .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search input::-ms-input-placeholder,
#qodef-page-sidebar .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search input::placeholder,
#qodef-page-sidebar .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-sidebar .widget.widget_product_search button,
#qodef-page-sidebar .widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"])
  #qodef-page-sidebar
  .widget.widget_product_search
  button,
body:not([class*="banquet-core"])
  #qodef-page-sidebar
  .widget.widget_search
  button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#qodef-page-sidebar .widget.widget_product_search button span,
#qodef-page-sidebar .widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
#qodef-page-sidebar .widget.widget_product_search button span:before,
#qodef-page-sidebar .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
#qodef-page-sidebar .widget.widget_product_search button:hover,
#qodef-page-sidebar .widget.widget_search button:hover {
  color: #776f60;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a,
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #9e9a94;
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:after,
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
#qodef-page-sidebar
  .widget.widget_product_tag_cloud
  .tagcloud
  a:last-child:after,
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: "";
}
#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover,
#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget.widget_media_image {
  margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 27px;
}
#qodef-page-sidebar .widget.widget_media_image a,
#qodef-page-sidebar .widget.widget_media_image img {
  display: inline-block;
}
#qodef-page-sidebar .widget.widget_banquet_core_instagram_list #sb_instagram {
  margin-top: 22px;
}
#qodef-page-sidebar
  .widget.widget_banquet_core_instagram_list
  #sb_instagram
  > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
#qodef-page-footer .widget {
  margin: 0 0 38px;
  color: #776f60;
}
#qodef-page-footer .widget:last-child {
  margin-bottom: 0 !important;
}
#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 37px;
  color: #3e3930;
}
#qodef-page-footer .widget .qodef-widget-title a {
  color: inherit;
}
#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: #3e3930;
}
#qodef-page-footer .widget a {
  color: #9e9a94;
}
#qodef-page-footer .widget a:hover {
  color: #3e3930;
}
#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 6px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
}
#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: 6px;
  margin-left: 6px;
}
#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%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  outline: 0;
}
#qodef-page-footer .widget.widget_archive .select2,
#qodef-page-footer .widget.widget_categories .select2,
#qodef-page-footer .widget.widget_text .select2 {
  margin-bottom: 10px;
}
#qodef-page-footer .widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#qodef-page-footer .widget.widget_calendar {
  width: 100%;
}
#qodef-page-footer .widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
#qodef-page-footer .widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
#qodef-page-footer .widget.widget_calendar #today a {
  color: inherit;
}
#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #9e9a94;
}
#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
#qodef-page-footer .widget.widget_text img {
  display: block;
}
#qodef-page-footer .widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#qodef-page-footer .widget.widget_rss .qodef-widget-title .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-footer .widget.widget_rss ul li {
  margin-bottom: 25px;
}
#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: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
#qodef-page-footer .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-footer .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
#qodef-page-footer .widget.widget_product_search .qodef-widget-title,
#qodef-page-footer .widget.widget_search .qodef-widget-title {
  margin-bottom: 47px;
}
#qodef-page-footer .widget.widget_product_search form,
#qodef-page-footer .widget.widget_search form {
  margin-bottom: 10px;
}
#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner,
#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_product_search button,
#qodef-page-footer .widget.widget_product_search input,
#qodef-page-footer .widget.widget_search button,
#qodef-page-footer .widget.widget_search input {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
#qodef-page-footer .widget.widget_product_search input,
#qodef-page-footer .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #bdb5aa;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#qodef-page-footer .widget.widget_product_search input:focus,
#qodef-page-footer .widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: #3e3930;
  border-bottom: 1px solid #bdb5aa;
}
#qodef-page-footer
  .widget.widget_product_search
  input::-webkit-input-placeholder,
#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::-moz-placeholder,
#qodef-page-footer .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder,
#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder,
#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer .widget.widget_product_search input::placeholder,
#qodef-page-footer .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer .widget.widget_product_search button,
#qodef-page-footer .widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"])
  #qodef-page-footer
  .widget.widget_product_search
  button,
body:not([class*="banquet-core"])
  #qodef-page-footer
  .widget.widget_search
  button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#qodef-page-footer .widget.widget_product_search button span,
#qodef-page-footer .widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
#qodef-page-footer .widget.widget_product_search button span:before,
#qodef-page-footer .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
#qodef-page-footer .widget.widget_product_search button:hover,
#qodef-page-footer .widget.widget_search button:hover {
  color: #776f60;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a,
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #9e9a94;
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after,
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
#qodef-page-footer
  .widget.widget_product_tag_cloud
  .tagcloud
  a:last-child:after,
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: "";
}
#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover,
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: #3e3930;
}
#qodef-page-footer .widget.widget_media_image {
  margin-bottom: 0;
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 47px;
}
#qodef-page-footer .widget.widget_media_image a,
#qodef-page-footer .widget.widget_media_image img {
  display: inline-block;
}
#qodef-page-footer .widget.widget_banquet_core_instagram_list #sb_instagram {
  margin-top: 22px;
}
#qodef-page-footer
  .widget.widget_banquet_core_instagram_list
  #sb_instagram
  > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
#qodef-page-footer-bottom-area-inner .widget {
  margin: 0 0 38px;
  color: #9e9a94;
}
#qodef-page-footer-bottom-area-inner .widget:last-child {
  margin-bottom: 0 !important;
}
#qodef-page-footer-bottom-area-inner .widget .qodef-widget-title {
  margin: 0 0 19px;
}
#qodef-page-footer-bottom-area-inner .widget .qodef-widget-title a {
  color: inherit;
}
#qodef-page-footer-bottom-area-inner .widget .qodef-widget-title a:hover {
  color: #3e3930;
}
#qodef-page-footer-bottom-area-inner .widget a {
  color: #9e9a94;
}
#qodef-page-footer-bottom-area-inner .widget a:hover {
  color: #3e3930;
}
#qodef-page-footer-bottom-area-inner .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}
#qodef-page-footer-bottom-area-inner .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 3px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
}
#qodef-page-footer-bottom-area-inner
  .widget
  ul:not(.qodef-shortcode-list)
  li:last-child {
  margin-bottom: 0;
}
#qodef-page-footer-bottom-area-inner
  .widget
  ul:not(.qodef-shortcode-list)
  li
  ul {
  margin-top: 3px;
  margin-left: 3px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_archive select,
#qodef-page-footer-bottom-area-inner .widget.widget_categories select,
#qodef-page-footer-bottom-area-inner .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #3e3930;
  border-radius: 0;
  outline: 0;
}
#qodef-page-footer-bottom-area-inner .widget.widget_archive .select2,
#qodef-page-footer-bottom-area-inner .widget.widget_categories .select2,
#qodef-page-footer-bottom-area-inner .widget.widget_text .select2 {
  margin-bottom: 10px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar {
  width: 100%;
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar #today a {
  color: inherit;
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar tfoot a {
  color: #9e9a94;
}
#qodef-page-footer-bottom-area-inner .widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
#qodef-page-footer-bottom-area-inner .widget.widget_text img {
  display: block;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_rss
  .qodef-widget-title
  .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss ul li {
  margin-bottom: 25px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-footer-bottom-area-inner .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  .qodef-widget-title,
#qodef-page-footer-bottom-area-inner .widget.widget_search .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search form,
#qodef-page-footer-bottom-area-inner .widget.widget_search form {
  margin-bottom: 10px;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  .qodef-search-form-inner,
#qodef-page-footer-bottom-area-inner
  .widget.widget_search
  .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search button,
#qodef-page-footer-bottom-area-inner .widget.widget_product_search input,
#qodef-page-footer-bottom-area-inner .widget.widget_search button,
#qodef-page-footer-bottom-area-inner .widget.widget_search input {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search input,
#qodef-page-footer-bottom-area-inner .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3e3930;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search input:focus,
#qodef-page-footer-bottom-area-inner .widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #3e3930;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  input::-webkit-input-placeholder,
#qodef-page-footer-bottom-area-inner
  .widget.widget_search
  input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  input::-moz-placeholder,
#qodef-page-footer-bottom-area-inner
  .widget.widget_search
  input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  input:-ms-input-placeholder,
#qodef-page-footer-bottom-area-inner
  .widget.widget_search
  input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  input::-ms-input-placeholder,
#qodef-page-footer-bottom-area-inner
  .widget.widget_search
  input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  input::placeholder,
#qodef-page-footer-bottom-area-inner .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search button,
#qodef-page-footer-bottom-area-inner .widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"])
  #qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  button,
body:not([class*="banquet-core"])
  #qodef-page-footer-bottom-area-inner
  .widget.widget_search
  button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search button span,
#qodef-page-footer-bottom-area-inner .widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_search
  button
  span:before,
#qodef-page-footer-bottom-area-inner .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
#qodef-page-footer-bottom-area-inner .widget.widget_product_search button:hover,
#qodef-page-footer-bottom-area-inner .widget.widget_search button:hover {
  color: #776f60;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_tag_cloud
  .tagcloud
  a,
#qodef-page-footer-bottom-area-inner .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #9e9a94;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_tag_cloud
  .tagcloud
  a:after,
#qodef-page-footer-bottom-area-inner
  .widget.widget_tag_cloud
  .tagcloud
  a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_tag_cloud
  .tagcloud
  a:last-child:after,
#qodef-page-footer-bottom-area-inner
  .widget.widget_tag_cloud
  .tagcloud
  a:last-child:after {
  content: "";
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_product_tag_cloud
  .tagcloud
  a:hover,
#qodef-page-footer-bottom-area-inner
  .widget.widget_tag_cloud
  .tagcloud
  a:hover {
  color: #3e3930;
}
#qodef-page-footer-bottom-area-inner .widget.widget_media_image {
  margin-bottom: 0;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_media_image
  .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-page-footer-bottom-area-inner .widget.widget_media_image a,
#qodef-page-footer-bottom-area-inner .widget.widget_media_image img {
  display: inline-block;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_banquet_core_instagram_list
  #sb_instagram {
  margin-top: 22px;
}
#qodef-page-footer-bottom-area-inner
  .widget.widget_banquet_core_instagram_list
  #sb_instagram
  > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
#qodef-side-area .widget {
  margin: 0 0 33px;
}
#qodef-side-area .widget:last-child {
  margin-bottom: 0 !important;
}
#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 19px;
}
#qodef-side-area .widget .qodef-widget-title a {
  color: inherit;
}
#qodef-side-area .widget .qodef-widget-title a:hover {
  color: #3e3930;
}
#qodef-side-area .widget a {
  color: #9e9a94;
}
#qodef-side-area .widget a:hover {
  color: #3e3930;
}
#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 5px;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-size: 11px;
}
#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: 5px;
  margin-left: 5px;
}
#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%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bdb5aa;
  background-color: transparent;
  border: 1px solid #3e3930;
  border-radius: 0;
  outline: 0;
}
#qodef-side-area .widget.widget_archive .select2,
#qodef-side-area .widget.widget_categories .select2,
#qodef-side-area .widget.widget_text .select2 {
  margin-bottom: 10px;
}
#qodef-side-area .widget.widget_rss .rss-widget-icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#qodef-side-area .widget.widget_calendar {
  width: 100%;
}
#qodef-side-area .widget.widget_calendar table {
  table-layout: fixed;
  margin-bottom: 10px;
}
#qodef-side-area .widget.widget_calendar #today {
  color: #c1c6cf;
  background-color: #3e3930;
}
#qodef-side-area .widget.widget_calendar #today a {
  color: inherit;
}
#qodef-side-area .widget.widget_calendar tfoot a {
  color: #9e9a94;
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: #3e3930;
}
#qodef-side-area .widget.widget_text img {
  display: block;
}
#qodef-side-area .widget.widget_rss .qodef-widget-title {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#qodef-side-area .widget.widget_rss .qodef-widget-title .rsswidget {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-side-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}
#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: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #776f60;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 7px;
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-side-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}
#qodef-side-area .widget.widget_product_search .qodef-widget-title,
#qodef-side-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-side-area .widget.widget_product_search form,
#qodef-side-area .widget.widget_search form {
  margin-bottom: 10px;
}
#qodef-side-area .widget.widget_product_search .qodef-search-form-inner,
#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_product_search button,
#qodef-side-area .widget.widget_product_search input,
#qodef-side-area .widget.widget_search button,
#qodef-side-area .widget.widget_search input {
  height: 46px;
  padding: 11px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}
#qodef-side-area .widget.widget_product_search input,
#qodef-side-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 0;
  padding-right: 60px;
  font-size: 15px;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #3e3930;
  -webkit-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
#qodef-side-area .widget.widget_product_search input:focus,
#qodef-side-area .widget.widget_search input:focus {
  color: #3e3930;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #3e3930;
}
#qodef-side-area .widget.widget_product_search input::-webkit-input-placeholder,
#qodef-side-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-side-area .widget.widget_product_search input::-moz-placeholder,
#qodef-side-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-side-area .widget.widget_product_search input:-ms-input-placeholder,
#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-side-area .widget.widget_product_search input::-ms-input-placeholder,
#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-side-area .widget.widget_product_search input::placeholder,
#qodef-side-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}
#qodef-side-area .widget.widget_product_search button,
#qodef-side-area .widget.widget_search button {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  font-size: 15px;
  text-align: center;
  color: #bdb5aa;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
body:not([class*="banquet-core"])
  #qodef-side-area
  .widget.widget_product_search
  button,
body:not([class*="banquet-core"])
  #qodef-side-area
  .widget.widget_search
  button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#qodef-side-area .widget.widget_product_search button span,
#qodef-side-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
  text-align: left;
}
#qodef-side-area .widget.widget_product_search button span:before,
#qodef-side-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}
#qodef-side-area .widget.widget_product_search button:hover,
#qodef-side-area .widget.widget_search button:hover {
  color: #776f60;
}
#qodef-side-area .widget.widget_product_tag_cloud .tagcloud a,
#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 0 0;
  font-family: inherit;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  line-height: inherit;
  color: #9e9a94;
}
#qodef-side-area .widget.widget_product_tag_cloud .tagcloud a:after,
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -16px;
}
#qodef-side-area .widget.widget_product_tag_cloud .tagcloud a:last-child:after,
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-child:after {
  content: "";
}
#qodef-side-area .widget.widget_product_tag_cloud .tagcloud a:hover,
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: #3e3930;
}
#qodef-side-area .widget.widget_media_image {
  margin-bottom: 0;
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 29px;
}
#qodef-side-area .widget.widget_media_image a,
#qodef-side-area .widget.widget_media_image img {
  display: inline-block;
}
#qodef-side-area .widget.widget_banquet_core_instagram_list #sb_instagram {
  margin-top: 22px;
}
#qodef-side-area
  .widget.widget_banquet_core_instagram_list
  #sb_instagram
  > #sbi_images {
  padding: 0 !important;
  margin-left: -5px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]::-ms-clear {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none;
}
#qodef-woo-page .qodef-woo-product-mark,
.qodef-woo-shortcode .qodef-woo-product-mark {
  position: absolute;
  top: 0;
  left: 0;
  padding: 11px 25px 9px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1;
  color: #fff;
  background-color: #3e3930;
  z-index: 5;
}
#qodef-woo-page .qodef-woo-product-title,
.qodef-woo-shortcode .qodef-woo-product-title {
  margin: 0 0 6px 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 {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3e3930;
}
#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 .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: 15px;
  line-height: 18px;
}
#qodef-woo-page .price del,
.qodef-woo-shortcode .price del {
  margin-right: 10px;
  opacity: 0.57;
}
#qodef-woo-page .price ins,
.qodef-woo-shortcode .price ins {
  text-decoration: none;
}
#qodef-woo-page .added_to_cart,
#qodef-woo-page .button,
.qodef-woo-shortcode .added_to_cart,
.qodef-woo-shortcode .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 27px;
  cursor: pointer;
  z-index: 3;
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
}
#qodef-woo-page .added_to_cart:hover,
#qodef-woo-page .button:hover,
.qodef-woo-shortcode .added_to_cart:hover,
.qodef-woo-shortcode .button:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
#qodef-woo-page .added_to_cart.added,
#qodef-woo-page .button.added,
.qodef-woo-shortcode .added_to_cart.added,
.qodef-woo-shortcode .button.added {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #qodef-woo-page .added_to_cart,
  #qodef-woo-page .button,
  .qodef-woo-shortcode .added_to_cart,
  .qodef-woo-shortcode .button {
    padding: 5px 17px;
  }
}
#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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
.woocommerce-page div.woocommerce .woocommerce-error,
.woocommerce-page div.woocommerce .woocommerce-info,
.woocommerce-page div.woocommerce .woocommerce-message {
  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: 19px 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #bdb5aa;
}
.woocommerce-page div.woocommerce .woocommerce-error a,
.woocommerce-page div.woocommerce .woocommerce-info a,
.woocommerce-page div.woocommerce .woocommerce-message a {
  margin-top: 12px;
}
.woocommerce-page div.woocommerce .shop_table td,
.woocommerce-page div.woocommerce .shop_table th {
  padding: 15px 0 15px 5px;
  vertical-align: middle;
  text-align: left;
}
.woocommerce-page div.woocommerce .shop_table td:first-child,
.woocommerce-page div.woocommerce .shop_table th:first-child {
  padding-left: 0;
}
.woocommerce-page div.woocommerce .shop_table th {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
.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--fs,
.woocommerce-page .pswp__button.pswp__button--zoom {
  background: 0 0 !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--fs:before,
.woocommerce-page .pswp__button.pswp__button--zoom:before {
  border: 0;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: 0 0;
}
.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__caption__center,
.woocommerce-page .pswp__counter {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
#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 {
  padding-right: 10px;
  padding-left: 0;
  width: 72px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a,
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
  display: block;
  max-width: 100%;
  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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.16em;
}
#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: 30px 0 0;
  text-align: initial;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  position: relative;
  width: 70%;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon > * {
  margin-bottom: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon .button {
  line-height: 3.433em;
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
  display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type="text"] {
  margin-right: 20px;
  width: auto;
}
#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 .cart_totals,
#qodef-woo-page.qodef--cart .cross-sells {
  margin-top: 79px;
}
#qodef-woo-page.qodef--cart .cart_totals > h2,
#qodef-woo-page.qodef--cart .cross-sells > h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 40px;
  margin: 0 0 23px;
}
#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: 20px;
}
#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: 29px;
}
.woocommerce-page div.woocommerce > .cart-empty {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 50px;
  line-height: 1.1em;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  margin-top: 53px;
}
@media only screen and (max-width: 480px) {
  .woocommerce-page div.woocommerce > .cart-empty {
    text-align: center;
  }
}
.woocommerce-page div.woocommerce > .return-to-shop {
  margin: 11px 0 0;
  text-align: center;
}
.woocommerce-page div.woocommerce > .return-to-shop a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 27px;
  cursor: pointer;
  z-index: 3;
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
}
.woocommerce-page div.woocommerce > .return-to-shop a:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
#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;
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon > p {
  margin-bottom: 10px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
  margin-top: 46px;
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
  margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout #order_review_heading {
  margin: -5px 0 6px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
  margin-top: 18px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
  margin-top: 13px;
}
#qodef-woo-page.qodef--checkout
  .woocommerce-checkout-payment
  .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 15px;
}
#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 #bdb5aa;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
  margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
  padding: 24px 25px 15px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
  position: absolute;
  top: 33px;
  left: 0;
  margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
  cursor: pointer;
}
.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 #bdb5aa;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.16em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #3e3930;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
  max-width: 600px;
  width: 100%;
}
.woocommerce-account
  .woocommerce
  .woocommerce-form-login
  p.form-row:nth-child(3) {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 70%;
  float: left;
}
.woocommerce-account .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 27px;
  cursor: pointer;
  z-index: 3;
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
}
.woocommerce-account .button:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
.woocommerce-account
  .woocommerce-form-login
  .woocommerce-form__label-for-checkbox {
  display: inline-block;
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom: 0;
}
.woocommerce-account
  .woocommerce-form-login
  .woocommerce-form__label-for-checkbox
  .woocommerce-form__input {
  position: relative;
  top: 2px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
  margin-top: 10px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: none;
}
.woocommerce-order-received
  .woocommerce-order
  .woocommerce-thankyou-order-received {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 50px;
  line-height: 1.1em;
  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 #bdb5aa;
}
.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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 50px;
  line-height: 1.1em;
  margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  margin-top: 50px;
}
#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;
  margin: 26px 0 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page .woocommerce-pagination {
    margin: 31px 0 4px;
  }
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .woocommerce-pagination {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#qodef-woo-page .woocommerce-pagination .page-numbers {
  position: relative;
  margin: 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #3e3930;
  opacity: 0.57;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
    margin-left: 0;
  }
}
#qodef-woo-page .woocommerce-pagination .page-numbers * {
  display: block;
  line-height: inherit;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
  display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  position: relative;
  top: 1px;
  font-size: 42px;
}
body:not([class*="banquet-core"])
  #qodef-woo-page
  .woocommerce-pagination
  .page-numbers.next,
body:not([class*="banquet-core"])
  #qodef-woo-page
  .woocommerce-pagination
  .page-numbers.prev {
  font-size: 17px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next span,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev span {
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after {
  display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
  margin-right: 6px;
  left: -88px;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    left: 0;
  }
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover span {
  -webkit-transform: translateX(-1px) translateZ(0);
  transform: translateX(-1px) translateZ(0);
  opacity: 0.57;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
  margin-left: 6px;
  right: -88px;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .woocommerce-pagination .page-numbers.next {
    right: 0;
  }
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover span {
  -webkit-transform: translateX(1px) translateZ(0);
  transform: translateX(1px) translateZ(0);
  opacity: 0.57;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current,
#qodef-woo-page .woocommerce-pagination .page-numbers:hover {
  opacity: 1;
}
.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 0;
}
.qodef-woo-product-list.qodef-gutter--no ul.products > .product {
  padding: 0 0;
  margin: 0 0 0;
}
.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--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--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-woo-product-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.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: #3e3930;
}
.qodef-woo-product-list .qodef-woo-product-image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-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: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 12px 0 15px;
}
.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: 11px;
  color: #776f60;
  z-index: 3;
}
.qodef-woo-product-list .qodef-woo-product-categories a:hover {
  color: #3e3930;
}
.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: 0;
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#qodef-woo-page .qodef-quantity-buttons,
.woocommerce-page .qodef-content .qodef-quantity-buttons {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
#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,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input {
  position: relative;
  height: 46px;
  min-width: 100px;
  padding: 0;
  margin: 0;
  line-height: 46px;
  outline: 0;
  border: 1px solid #bdb5aa;
  font-weight: 600;
  font-size: 13px;
  color: #696359;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,
  .woocommerce-page
    .qodef-content
    .qodef-quantity-buttons
    .qodef-quantity-input {
    border: 1px solid transparent !important;
    padding: 0;
  }
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  z-index: 5;
  font-size: 25px;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before,
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-minus:before,
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-plus:before {
  display: block;
  line-height: 25px;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover,
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover,
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-minus:hover,
.woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-plus:hover {
  color: #3e3930;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus {
  text-align: left;
  -webkit-transform: translate(-22px, -50%);
  -ms-transform: translate(-22px, -50%);
  transform: translate(-22px, -50%);
}
body:not([class*="banquet-core"])
  #qodef-woo-page
  .qodef-quantity-buttons
  .qodef-quantity-plus:before,
body:not([class*="banquet-core"])
  .woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-plus:before {
  font-size: 24px;
  content: ">";
  display: table;
  margin: 0 6px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus,
  .woocommerce-page
    .qodef-content
    .qodef-quantity-buttons
    .qodef-quantity-plus {
    -webkit-transform: translate(-15px, -44%);
    -ms-transform: translate(-15px, -44%);
    transform: translate(-15px, -44%);
    font-size: 18px;
  }
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
.woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus {
  text-align: right;
  -webkit-transform: translate(-54px, -50%);
  -ms-transform: translate(-54px, -50%);
  transform: translate(-54px, -50%);
}
body:not([class*="banquet-core"])
  #qodef-woo-page
  .qodef-quantity-buttons
  .qodef-quantity-minus:before,
body:not([class*="banquet-core"])
  .woocommerce-page
  .qodef-content
  .qodef-quantity-buttons
  .qodef-quantity-minus:before {
  font-size: 24px;
  content: "<";
  display: table;
  margin: 0 6px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,
  .woocommerce-page
    .qodef-content
    .qodef-quantity-buttons
    .qodef-quantity-minus {
    -webkit-transform: translate(-60px, -44%);
    -ms-transform: translate(-60px, -44%);
    transform: translate(-60px, -44%);
    font-size: 18px;
  }
}
.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: 20px;
}
.qodef-woo-results .woocommerce-ordering {
  margin-left: auto;
}
.qodef-woo-results .woocommerce-ordering select {
  width: auto;
  min-width: 220px;
  margin: 0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
  margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-error,
#qodef-woo-page.qodef--single .woocommerce-info,
#qodef-woo-page.qodef--single .woocommerce-message {
  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: 19px 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #bdb5aa;
}
#qodef-woo-page.qodef--single .woocommerce-error a,
#qodef-woo-page.qodef--single .woocommerce-info a,
#qodef-woo-page.qodef--single .woocommerce-message a {
  margin-top: 12px;
}
#qodef-woo-page.qodef--single > .product {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#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 -17px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner > * {
  padding: 0 17px;
}
#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(+17px);
  -ms-transform: translateX(+17px);
  transform: translateX(+17px);
}
#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 -7px;
}
#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% - 14px) !important;
  margin: 0 7px;
  overflow: hidden;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery
  figure
  > .qodef-woo-thumbnails-wrapper
  .woocommerce-product-gallery__image {
  position: relative;
  padding: 0 7px;
  margin-top: 14px;
}
#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--right
  .woocommerce-product-gallery__trigger {
  left: calc(27% + 10px);
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  figure
  a,
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  figure
  img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  figure
  > .woocommerce-product-gallery__image {
  width: calc(100% - 27%) !important;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  figure
  > .qodef-woo-thumbnails-wrapper {
  width: 27%;
}
@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--right
    figure
    > .qodef-woo-thumbnails-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 681px) {
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--right
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image {
    width: 100%;
    height: 100%;
  }
}
#qodef-woo-page.qodef--single
  .woocommerce-product-gallery.qodef-position--right
  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;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media only screen and (max-width: 1440px) {
  #qodef-woo-page.qodef--single .entry-summary {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 1366px) {
  #qodef-woo-page.qodef--single .entry-summary {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .entry-summary {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
#qodef-woo-page.qodef--single .entry-summary .price {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  color: #776f60;
  margin-top: 11px;
}
#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: 12px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  margin-right: 20px;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link {
  color: #776f60;
}
#qodef-woo-page.qodef--single
  .woocommerce-product-rating
  .woocommerce-review-link:hover {
  color: #3e3930;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
  margin-top: 28px;
}
#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: 40px;
}
#qodef-woo-page.qodef--single form.cart .variations_button,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) {
  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;
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single form.cart .variations_button,
  #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
    display: block;
  }
}
#qodef-woo-page.qodef--single form.cart .variations_button .quantity,
#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
  margin-right: 22px;
  margin-bottom: 22px;
}
#qodef-woo-page.qodef--single form.cart button:last-child {
  margin-bottom: 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 td,
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
  padding: 20px 0;
  vertical-align: middle;
  text-align: left;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-woo-page.qodef--single form.cart.grouped_form > .button {
  margin-top: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations {
  margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations tr {
  border-bottom: 0;
}
#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;
}
#qodef-woo-page.qodef--single form.cart .variations label {
  margin-bottom: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-woo-page.qodef--single form.cart .variations select {
  width: auto;
  min-width: 220px;
  margin: 0;
}
#qodef-woo-page.qodef--single
  form.cart
  .variations
  .select2-container--default {
  margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 15px;
}
#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-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .single_variation .price {
  margin: 0;
}
#qodef-woo-page.qodef--single .out-of-stock {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
  margin: 28px 0 0;
}
#qodef-woo-page.qodef--single .product_meta {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single .product_meta span {
  line-height: 25px;
}
#qodef-woo-page.qodef--single .product_meta > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
#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: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-style: italic;
  color: #3e3930;
  line-height: inherit !important;
}
#qodef-woo-page.qodef--single
  .product_meta
  .qodef-social-share
  .qodef-social-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-style: italic;
  color: #3e3930;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
  padding-top: 3px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.4em;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #9e9a94;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a:hover,
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value:hover {
  color: #3e3930;
}
#qodef-woo-page.qodef--single .qodef-social-share {
  margin-top: 26px;
}
#qodef-woo-page.qodef--single .qodef-social-share .qodef-social-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-style: italic;
  color: #3e3930;
}
#qodef-woo-page.qodef--single .qodef-quantity-buttons {
  margin: 0 8px 0 0;
  border: 1px solid #bdb5aa;
  padding-left: 95px;
}
@media screen and (max-width: 600px) {
  #qodef-woo-page.qodef--single .qodef-quantity-buttons {
    margin: 0 12px 12px 0;
  }
}
#qodef-woo-page.qodef--single .qodef-quantity-buttons .qodef-quantity-input {
  border: 0;
}
#qodef-woo-page.qodef--single .qodef-quantity-buttons:before {
  content: "Quantity";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #696359;
  line-height: 1;
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 33px;
}
#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;
  border-bottom: 1px solid #e0e0e0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
  margin: 0 79px 0 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    line-height: 1;
  }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
  display: block;
  padding: 12px 10px 12px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #9e9a94;
  text-transform: uppercase;
  -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;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover {
  color: #696359;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
  margin-right: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a {
  color: #3e3930;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 23px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--additional_information {
  margin-top: 16px;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab.woocommerce-Tabs-panel--reviews {
  margin-top: 27px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab > h2 {
  display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
  margin: 0;
}
#qodef-woo-page.qodef--single
  .woocommerce-tabs
  .wc-tab
  p.comment-form-cookies-consent {
  margin: 0 0 38px 0;
}
@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single
    .woocommerce-tabs
    .wc-tab
    p.comment-form-cookies-consent {
    margin: 18px 0 38px 0;
  }
}
#qodef-woo-page.qodef--single .shop_attributes tr {
  border-bottom: none;
}
#qodef-woo-page.qodef--single .shop_attributes td,
#qodef-woo-page.qodef--single .shop_attributes th {
  padding: 15px 0;
  vertical-align: middle;
  text-align: left;
}
#qodef-woo-page.qodef--single .shop_attributes th {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
  width: 17%;
}
@media only screen and (max-width: 1440px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    width: 22%;
  }
}
@media only screen and (max-width: 1366px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    width: 24%;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    width: 28%;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-woo-page.qodef--single .shop_attributes th {
    width: 37%;
  }
}
#qodef-woo-page.qodef--single .shop_attributes p {
  margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 28px;
  line-height: 1.2em;
  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;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container > img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
  padding-top: 2px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-woo-page.qodef--single #review_form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 32px;
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
  display: block;
  margin-bottom: 14px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
  margin-bottom: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
  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 a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 0;
  color: transparent;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  z-index: -1;
  content: "\e031";
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3e3930;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "\e033\e033\e033\e033\e033";
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3e3930;
  font-family: ElegantIcons;
  line-height: 1;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
  margin-top: 17px;
}
#qodef-woo-page.qodef--single .related {
  margin-top: 104px;
}
#qodef-woo-page.qodef--single .related > h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 40px;
  margin: 25px 0 42px;
}
#qodef-woo-page.qodef--single
  .related
  .qodef-woo-product-list
  .qodef-woo-product-content {
  margin: 19px 0 10px;
}
#qodef-woo-page.qodef--single .qodef-social-share .qodef-social-title {
  margin: 0 18px 0 0;
}
#qodef-woo-page.qodef--single .qodef-social-share ul {
  vertical-align: middle;
  margin: 7px 0 0 0;
}
.widget.woocommerce .qodef-woo-product-title {
  margin: 0;
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0;
}
.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 {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #3e3930;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.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: 15px;
  line-height: 18px;
}
.widget.woocommerce .price del {
  margin-right: 10px;
  opacity: 0.57;
}
.widget.woocommerce .price ins {
  text-decoration: none;
}
.widget.woocommerce .button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 3.333em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out;
  padding: 5px 27px;
  cursor: pointer;
  z-index: 3;
  color: #696359;
  background-color: transparent;
  border: 1px solid #bdb5aa;
}
.widget.woocommerce .button:hover {
  color: #fff;
  background-color: #bdb5aa;
  border-color: #bdb5aa;
}
.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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.16em;
}
.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;
  font-family: ElegantIcons;
  content: "\4d";
  font-size: 18px;
  line-height: 25px;
}
.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_layered_nav ul li.chosen a {
  color: #3e3930;
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  position: relative;
  height: 1px;
  background-color: #dcdad6;
  border-radius: 0;
  cursor: pointer;
  margin-top: 32px;
}
.widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  position: absolute;
  display: block;
  background-color: #3e3930;
  border-radius: 0;
  z-index: 1;
  height: 2px;
}
.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;
  margin: 16px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1366px) {
  .widget.widget_price_filter .price_slider_amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}
.widget.widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  color: #776f60;
}
.widget.widget_price_filter .price_slider_amount .button {
  padding: 0 !important;
  font-size: 11px;
  line-height: 40px;
  font-weight: 600;
  color: #696359;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.3em;
  border: 0;
  overflow: hidden;
}
.widget.widget_price_filter .price_slider_amount .button .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
.widget.widget_price_filter .price_slider_amount .button:before {
  margin-right: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  margin-top: 0;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.widget.widget_price_filter .price_slider_amount .button:hover:before {
  -webkit-transform: scaleX(2.7);
  -ms-transform: scaleX(2.7);
  transform: scaleX(2.7);
}
.widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #b4b0aa;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  outline: 0;
}
.widget.widget_products .product_list_widget,
.widget.widget_recently_viewed_products .product_list_widget,
.widget.widget_top_rated_products .product_list_widget {
  margin-top: 32px;
}
.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: 12px;
}
.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 ul li .product-title,
.widget.widget_recently_viewed_products ul li .product-title,
.widget.widget_top_rated_products ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 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: 12px;
}
.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: 112px;
}
.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: #3e3930;
}
.widget.widget_products .price,
.widget.widget_recently_viewed_products .price,
.widget.widget_top_rated_products .price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #776f60;
  margin: 5px 0 0 0;
}
.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;
  display: none;
}
.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 ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0;
}
.widget.widget_recent_reviews a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
.widget.widget_recent_reviews a:hover {
  color: #3e3930;
}
.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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.16em;
}
#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;
  font-family: ElegantIcons;
  content: "\4d";
  font-size: 18px;
  line-height: 25px;
}
#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_layered_nav ul li.chosen a {
  color: #3e3930;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  position: relative;
  height: 1px;
  background-color: #dcdad6;
  border-radius: 0;
  cursor: pointer;
  margin-top: 32px;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  position: absolute;
  display: block;
  background-color: #3e3930;
  border-radius: 0;
  z-index: 1;
  height: 2px;
}
#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;
  margin: 16px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1366px) {
  #qodef-page-footer .widget.widget_price_filter .price_slider_amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  font-size: 14px;
  color: #776f60;
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button {
  padding: 0 !important;
  font-size: 11px;
  line-height: 40px;
  font-weight: 600;
  color: #696359;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.3em;
  border: 0;
  overflow: hidden;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_amount
  .button
  .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_amount
  .button:before {
  margin-right: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  margin-top: 0;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#qodef-page-footer
  .widget.widget_price_filter
  .price_slider_amount
  .button:hover:before {
  -webkit-transform: scaleX(2.7);
  -ms-transform: scaleX(2.7);
  transform: scaleX(2.7);
}
#qodef-page-footer .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  height: 46px;
  margin: 10px 0 0;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #b4b0aa;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: 0;
}
#qodef-page-footer .widget.widget_products .product_list_widget,
#qodef-page-footer .widget.widget_recently_viewed_products .product_list_widget,
#qodef-page-footer .widget.widget_top_rated_products .product_list_widget {
  margin-top: 32px;
}
#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: 12px;
}
#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 ul li .product-title,
#qodef-page-footer .widget.widget_recently_viewed_products ul li .product-title,
#qodef-page-footer .widget.widget_top_rated_products ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 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: 12px;
}
#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: 112px;
}
#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: #3e3930;
}
#qodef-page-footer .widget.widget_products .price,
#qodef-page-footer .widget.widget_recently_viewed_products .price,
#qodef-page-footer .widget.widget_top_rated_products .price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #776f60;
  margin: 5px 0 0 0;
}
#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;
  display: none;
}
#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 ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-footer .widget.widget_recent_reviews a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-footer .widget.widget_recent_reviews a:hover {
  color: #3e3930;
}
#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;
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li {
  position: relative;
}
#qodef-page-sidebar
  .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: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  img {
  width: 80px;
  margin-right: 20px;
}
#qodef-page-sidebar
  .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-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  ul
  li
  .remove:after {
  position: relative;
  display: block;
  padding: 0 3px;
  font-family: ElegantIcons;
  content: "\4d";
  font-size: 18px;
  line-height: 25px;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  .variation {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  .variation
  > *
  p {
  margin: 0;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  .quantity {
  display: block;
  margin-top: 10px;
}
#qodef-page-sidebar
  .widget.widget_shopping_cart
  .widget_shopping_cart_content
  .total {
  margin: 13px 0 0;
}
#qodef-page-sidebar
  .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-sidebar .widget.widget_layered_nav ul li.chosen a {
  color: #3e3930;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  position: relative;
  height: 1px;
  background-color: #dcdad6;
  border-radius: 0;
  cursor: pointer;
  margin-top: 32px;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  position: absolute;
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range {
  position: absolute;
  display: block;
  background-color: #3e3930;
  border-radius: 0;
  z-index: 1;
  height: 2px;
}
#qodef-page-sidebar .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;
  margin: 16px 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1366px) {
  #qodef-page-sidebar .widget.widget_price_filter .price_slider_amount {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear {
  display: none;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  font-size: 14px;
  color: #776f60;
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button {
  padding: 0 !important;
  font-size: 11px;
  line-height: 40px;
  font-weight: 600;
  color: #696359;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.3em;
  border: 0;
  overflow: hidden;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .button
  .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .button:before {
  margin-right: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  margin-top: 0;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#qodef-page-sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .button:hover:before {
  -webkit-transform: scaleX(2.7);
  -ms-transform: scaleX(2.7);
  transform: scaleX(2.7);
}
#qodef-page-sidebar .widget.widget_product_categories select {
  width: 100%;
  max-width: 100%;
  height: 30px;
  margin: 10px 0 0;
  padding: 3px 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #b4b0aa;
  background-color: transparent;
  border: 1px solid #bdb5aa;
  border-radius: 0;
  outline: 0;
}
#qodef-page-sidebar .widget.widget_products .product_list_widget,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .product_list_widget,
#qodef-page-sidebar .widget.widget_top_rated_products .product_list_widget {
  margin-top: 32px;
}
#qodef-page-sidebar .widget.widget_products ul li,
#qodef-page-sidebar .widget.widget_recently_viewed_products ul li,
#qodef-page-sidebar .widget.widget_top_rated_products ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
#qodef-page-sidebar .widget.widget_products ul li:last-child,
#qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child,
#qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child {
  margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_products ul li .product-title,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  ul
  li
  .product-title,
#qodef-page-sidebar .widget.widget_top_rated_products ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-image,
#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a,
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-image
  a,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-sidebar
  .widget.widget_top_rated_products
  .qodef-woo-product-image
  a,
#qodef-page-sidebar
  .widget.widget_top_rated_products
  .qodef-woo-product-image
  img {
  position: relative;
  display: block;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-image
  img,
#qodef-page-sidebar
  .widget.widget_top_rated_products
  .qodef-woo-product-image
  img {
  width: 112px;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-title
  a,
#qodef-page-sidebar
  .widget.widget_top_rated_products
  .qodef-woo-product-title
  a {
  color: inherit;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a:hover,
#qodef-page-sidebar
  .widget.widget_recently_viewed_products
  .qodef-woo-product-title
  a:hover,
#qodef-page-sidebar
  .widget.widget_top_rated_products
  .qodef-woo-product-title
  a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget.widget_products .price,
#qodef-page-sidebar .widget.widget_recently_viewed_products .price,
#qodef-page-sidebar .widget.widget_top_rated_products .price {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #776f60;
  margin: 5px 0 0 0;
}
#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings,
#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings,
#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings {
  margin-top: 10px;
  display: none;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li {
  min-height: 80px;
  margin-bottom: 20px;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child {
  margin-bottom: 0;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li > * {
  display: block;
  padding-left: 100px;
}
#qodef-page-sidebar .widget.widget_recent_reviews ul li .product-title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0;
}
#qodef-page-sidebar .widget.widget_recent_reviews a {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color: #3e3930;
  font-size: 25px;
  line-height: 1.16em;
}
#qodef-page-sidebar .widget.widget_recent_reviews a:hover {
  color: #3e3930;
}
#qodef-page-sidebar .widget.widget_recent_reviews a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings {
  margin-top: 5px;
}
.wc-block-components-price-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1px;
  width: 100%;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input-progress {
  position: relative;
  height: 1px;
  background-color: #dcdad6;
  border-radius: 0;
  cursor: pointer;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input::-moz-range-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input::-ms-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:hover::-webkit-slider-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:focus::-moz-range-thumb,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:hover::-moz-range-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:focus::-ms-thumb,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-input:hover::-ms-thumb {
  top: -2px;
  height: 6px;
  width: 6px;
  background-color: #3e3930;
  border-radius: 100%;
  outline: 0;
  z-index: 2;
}
.wc-block-components-price-slider .wc-block-components-price-slider__controls,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-text {
  margin: 0;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__controls
  .wc-block-components-formatted-money-amount,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-text
  .wc-block-components-formatted-money-amount {
  font-size: 14px;
  color: #776f60;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__controls
  input,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-text
  input {
  margin: 0;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__controls
  span:first-child:after,
.wc-block-components-price-slider
  .wc-block-components-price-slider__range-text
  span:first-child:after {
  content: "—";
  margin: 0 4px;
}
.wc-block-components-price-slider .wc-block-components-price-slider__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__actions
  button {
  padding: 0 !important;
  font-size: 11px;
  line-height: 40px;
  font-weight: 600;
  color: #696359;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.3em;
  border: 0;
  overflow: hidden;
  text-decoration: none;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__actions
  button
  .qodef-m-text {
  display: inline-block;
  vertical-align: middle;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__actions
  button:before {
  margin-right: 11px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 1px;
  margin-top: 0;
  background-color: currentColor;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wc-block-components-price-slider
  .wc-block-components-price-slider__actions
  button:hover:before {
  -webkit-transform: scaleX(2.7);
  -ms-transform: scaleX(2.7);
  transform: scaleX(2.7);
}
@media only screen and (max-width: 1024px) {
  .qodef-content-grid {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-content-grid {
    width: 600px;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-content-grid {
    width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-content-grid {
    width: 300px;
  }
}
@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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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--huge-square,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry
    > .qodef-grid-inner
    > .qodef-item--landscape {
    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;
  }
}
@media only screen and (max-width: 1024px) {
  body:not(.qodef-content-behind-header).error404 #qodef-page-outer {
    margin-top: -70px !important;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-404-page {
    padding: 0 20%;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-404-page {
    padding: 0 15%;
  }
}
@media only screen and (max-width: 480px) {
  #qodef-404-page {
    padding: 0 10%;
  }
  .qodef-404-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 320px) {
  #qodef-404-page {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 1440px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 8% 10% 10.5%;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 7.8% 10% 8.8%;
  }
}
@media only screen and (max-width: 1366px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 8% 8% 11%;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 8.2% 10% 9.5%;
  }
}
@media only screen and (max-width: 1280px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 9% 8% 12%;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 9.2% 10% 10.9%;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 8% 10% 10.5%;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 8% 10% 9.2%;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 10% 10% 13.5%;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 10% 10% 11.5%;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-blog article .qodef-e-info .qodef-e-info-right {
    margin-top: 15px;
  }
  .qodef-blog article .qodef-e-info.qodef-info--bottom {
    display: inline-block;
  }
  .qodef-blog article.format-link .qodef-icon-elegant-icons {
    right: 12%;
    font-size: 120px;
  }
  .qodef-blog article .qodef-e-quote:before {
    right: 19%;
    font-size: 470px;
  }
}
@media only screen and (max-width: 480px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 20% 10% 27.5%;
  }
  .qodef-blog article.format-link .qodef-e-link-svg-holder {
    margin-bottom: 37px;
  }
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 19.2% 10% 24.2%;
  }
  .qodef-blog article.format-quote .qodef-e-quote-svg-holder {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 0;
  }
}
@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;
  }
}
@media only screen and (max-width: 1440px) {
  #qodef-page-footer-top-area .qodef-ft-cf-title {
    margin: 0 27% -13px 0 !important;
  }
}
@media only screen and (max-width: 1280px) {
  #qodef-page-footer-top-area .qodef-ft-cf-title {
    margin: 0 13% -13px 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-ft-cf-title {
    margin: 0 0 -13px 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #qodef-page-footer-top-area {
    padding: 72px 0 47px;
  }
  #qodef-page-footer-top-area #banquet_core_separator-3 .qodef-m-line,
  #qodef-page-footer-top-area #banquet_core_separator-4 .qodef-m-line {
    margin-top: 22px !important;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-page div.woocommerce .col2-set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #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: 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.actions > .button {
    float: none;
  }
}
@media only screen and (max-width: 680px) {
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 22px;
  }
  #qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 20px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-price span {
    font-size: 12px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-subtotal span {
    font-size: 12px;
  }
  #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 15px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-price span {
    font-size: 12px;
  }
  #qodef-woo-page.qodef--cart .shop_table td.product-subtotal span {
    font-size: 12px;
  }
  #qodef-woo-page.qodef--cart .shop_table tr.cart_item {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
}
@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;
  }
}
@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 .woocommerce-ordering {
  margin-left: 0;
}
@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: 60px;
  }
}
@media only screen and (max-width: 680px) {
  #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--right
    .woocommerce-product-gallery__trigger {
    left: 10px;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--right
    figure {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--right
    figure
    > .woocommerce-product-gallery__image {
    width: 100% !important;
  }
  #qodef-woo-page.qodef--single
    .woocommerce-product-gallery.qodef-position--right
    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--right
    figure
    > .qodef-woo-thumbnails-wrapper
    .woocommerce-product-gallery__image:first-child {
    margin-top: 14px !important;
  }
  #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;
  }
  #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0;
  }
}
