@charset "UTF-8";
/* ==========================================================================
   Include variables and mixins
   ========================================================================== */
/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Box variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
/* ==========================================================================
   Grid size and responsive grid size variables
   ========================================================================== */
/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - begin
   ========================================================================== */
/* ==========================================================================
   Input fields mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Helper mixins - begin
   ========================================================================== */
/* ==========================================================================
   Helper mixins - end
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - begin
   ========================================================================== */
/* ==========================================================================
   Clear fix mixin - end
   ========================================================================== */
/* ==========================================================================
   Button mixins - start
   ========================================================================== */
/* ==========================================================================
   Button mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - start
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   Keyframes settings
   ========================================================================== */
@-webkit-keyframes qodef-haveheart-preloader {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  41% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  52% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  63% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}

@keyframes qodef-haveheart-preloader {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  41% {
    -webkit-transform: scale(0.89);
            transform: scale(0.89);
  }
  52% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  63% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  74% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  85% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
  }
}

@-webkit-keyframes qodef-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes qodef-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7, 0.7);
            transform: scale(0.7, 0.7);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes qode-heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes qode-heartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@-webkit-keyframes qodefMoveMarquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes qodefMoveMarquee {
  0% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
  }
}

@-webkit-keyframes qodefMoveMarqueeCopy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}

@keyframes qodefMoveMarqueeCopy {
  0% {
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
  }
  100% {
    -webkit-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
  }
}

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

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

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

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

@-webkit-keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes cover_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }
}

@-webkit-keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}

@keyframes cover_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
    z-index: 100;
  }
  100% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
}

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

@keyframes fullscreen_search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

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

@keyframes fullscreen_search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes qodef-animate-svg-arrow {
  0%, 100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(1deg);
    transform: translate3d(-3px, 1px, 0) rotate(1deg);
  }
}

@keyframes qodef-animate-svg-arrow {
  0%, 100% {
    -webkit-transform: translate3d(0px, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(1deg);
    transform: translate3d(-3px, 1px, 0) rotate(1deg);
  }
}

@-webkit-keyframes qodef-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes qodef-animate-burger-line {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  33% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  40% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}

@-webkit-keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@-webkit-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}

@-webkit-keyframes atom_shrink {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes atom_shrink {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

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

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

@-webkit-keyframes clock1 {
  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 clock1 {
  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 clock2 {
  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 clock2 {
  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 clock3 {
  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 clock3 {
  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 clock4 {
  15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
}

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

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

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

@-webkit-keyframes mitosis_ball1 {
  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 mitosis_ball1 {
  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 mitosis_ball2 {
  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 mitosis_ball2 {
  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 mitosis_ball3 {
  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 mitosis_ball3 {
  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 mitosis_ball4 {
  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 mitosis_ball4 {
  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 lines_spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

@-webkit-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}

@-webkit-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}

@-webkit-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}

@-webkit-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

@keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes 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 pulse_circles_pulse {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}

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

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

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

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

/* ==========================================================================
   Theme - Table of contents
   
 * 1.0 Reset styles
 * 2.0 Accessibility styles
 * 3.0 Alignments styles
 * 4.0 Clearings styles
 * 5.0 Typography styles
 * 6.0 Input Fields styles
 * 7.0 Grid styles
 * 8.0 Content styles
 * 9.0 Plugins styles
 * 10.0 Modules styles (Header, Footer, Title etc.)
 * 11.0 Responsive styles
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

html {
  overflow-y: scroll;
}

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

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

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  background-color: #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 #e1e1e1;
}

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

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

ul:last-child, ol:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

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

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

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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

.wp-caption,
.gallery-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;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::-moz-selection {
  color: #fff;
  background: #65c9bb;
}

::selection {
  color: #fff;
  background: #65c9bb;
}

::-moz-selection {
  color: #fff;
  background: #65c9bb;
}

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

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

/* ==========================================================================
   3.0 Alignments styles
   ========================================================================== */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5em 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;
}

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

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

/* ==========================================================================
   5.0 Typography styles
   ========================================================================== */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #777;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
.qodef-h1 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 50px;
  line-height: 1.2em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h1 a:hover,
.qodef-h1 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

h2,
.qodef-h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 34px;
  line-height: 1.235em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h2 a:hover,
.qodef-h2 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

h3,
.qodef-h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 25px;
  line-height: 1.28em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h3 a:hover,
.qodef-h3 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

h4,
.qodef-h4 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 21px;
  line-height: 1.45em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h4 a:hover,
.qodef-h4 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

h5,
.qodef-h5 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 17px;
  line-height: 1.294em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h5 a:hover,
.qodef-h5 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

h6,
.qodef-h6 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 16px;
  line-height: 1.2em;
  margin: 25px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

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

h6 a:hover,
.qodef-h6 a:hover {
  color: rgba(54, 79, 117, 0.8);
}

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

a:hover,
p a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.qodef-light-link-holder a:hover {
  color: rgba(255, 255, 255, 0.8);
}

p {
  margin: 10px 0;
}

blockquote {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0;
  padding: 0;
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 17px;
  line-height: 1.294em;
  quotes: none;
}

blockquote > p {
  position: relative;
  padding: 18px 10% 20px 0;
}

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:before, blockquote:after {
  content: '';
}

blockquote cite {
  font-style: normal;
  font-weight: 400;
}

/* ==========================================================================
   6.0 Input Fields styles
   ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 10px 0 5px;
  padding: 17px 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #bbbbbb;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

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

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

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

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

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

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

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

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

input[type="submit"],
button[type="submit"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 13px 32px;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #65c9bb;
  border: 1px solid transparent;
  cursor: pointer;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  color: #fff;
  background-color: #4db7a6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body .select2-container--default .select2-selection--single {
  display: block;
  height: 50px;
  padding: 17px 25px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 0.150em;
  line-height: 16px;
  font-weight: normal;
  border-radius: 22px;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

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

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: '\33';
  font-family: 'ElegantIcons';
  font-style: normal;
}

body .select2-container--default .select2-selection--multiple {
  display: block;
  height: 50px;
  padding: 17px 25px;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #bbbbbb;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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 #eaeaea;
  border-radius: 22px;
  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: #777;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-appearance: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #364f75;
  background-color: #fff;
  border-color: #364f75;
}

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

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

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

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

body .select2-container--default .select2-results__option {
  padding: 3px 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.150em;
  -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: #364f75;
}

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

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

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

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

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

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

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

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

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

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;
  filter: alpha(opacity=0);
}

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

@media only screen and (max-width: 768px) {
  .comment-form-cookies-consent {
    margin: 89px 0 27px;
  }
}

.comment-form-cookies-consent label, .comment-form-cookies-consent input {
  display: inline-block;
}

.comment-form-cookies-consent label {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #777;
  margin-top: 15px;
}


@media only screen and (max-width: 768px) {
  .comment-form-cookies-consent label {
    display: inline;
  }
}

div.wpcf7 button[type=submit] {
  padding: 11px 32px;
  margin-top: 8px;
}

label {
  color: #364f75;
  font-family: "Merriweather", serif;
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px;
}

textarea {
  height: 154px;
}

.qodef-newsletter-light input[type="text"],
.qodef-newsletter-light input[type="email"],
.qodef-newsletter-light input[type="url"],
.qodef-newsletter-light input[type="password"],
.qodef-newsletter-light input[type="number"],
.qodef-newsletter-light input[type="tel"],
.qodef-newsletter-light textarea {
  color: #fff !important;
  border: 1px solid #fff;
}

.qodef-newsletter-light button[type=submit],
.qodef-newsletter-light input[type=submit] {
  background-color: #364f75 !important;
  margin: 24px auto 0 !important;
  display: block;
}

.qodef-newsletter-light button[type=submit]:hover,
.qodef-newsletter-light input[type=submit]:hover {
  background-color: #263b5c !important;
}

.qodef-newsletter button[type=submit],
.qodef-newsletter input[type=submit] {
  margin: 24px auto 0 !important;
  display: block;
}

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

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

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

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

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

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

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

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

.qodef-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: 91.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--11 {
    left: 91.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--11 {
    right: 91.66667%;
  }
}

@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: 58.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--7 {
    left: 58.33333%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--7 {
    right: 58.33333%;
  }
}

@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: 41.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-push--5 {
    left: 41.66667%;
  }
  .qodef-grid.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef-col-pull--5 {
    right: 41.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qodef-grid.qodef-gutter--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;
}

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

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

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

.qodef-row-single-svg-holder {
  position: absolute;
}

.qodef-row-single-svg-holder svg {
  overflow: visible;
}

.qodef-row-single-svg-holder g:first-child path {
  opacity: 0;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.qodef-row-single-svg-holder g:first-child path:nth-child(1) {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(2) {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(3) {
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(4) {
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(5) {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(6) {
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(7) {
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(8) {
  -webkit-transform: translateY(32px);
      -ms-transform: translateY(32px);
          transform: translateY(32px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(9) {
  -webkit-transform: translateY(36px);
      -ms-transform: translateY(36px);
          transform: translateY(36px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(10) {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(11) {
  -webkit-transform: translateY(44px);
      -ms-transform: translateY(44px);
          transform: translateY(44px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(12) {
  -webkit-transform: translateY(48px);
      -ms-transform: translateY(48px);
          transform: translateY(48px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(13) {
  -webkit-transform: translateY(52px);
      -ms-transform: translateY(52px);
          transform: translateY(52px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(14) {
  -webkit-transform: translateY(56px);
      -ms-transform: translateY(56px);
          transform: translateY(56px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(15) {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(16) {
  -webkit-transform: translateY(64px);
      -ms-transform: translateY(64px);
          transform: translateY(64px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(17) {
  -webkit-transform: translateY(68px);
      -ms-transform: translateY(68px);
          transform: translateY(68px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(18) {
  -webkit-transform: translateY(72px);
      -ms-transform: translateY(72px);
          transform: translateY(72px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(19) {
  -webkit-transform: translateY(76px);
      -ms-transform: translateY(76px);
          transform: translateY(76px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(20) {
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(21) {
  -webkit-transform: translateY(84px);
      -ms-transform: translateY(84px);
          transform: translateY(84px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(22) {
  -webkit-transform: translateY(88px);
      -ms-transform: translateY(88px);
          transform: translateY(88px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(23) {
  -webkit-transform: translateY(92px);
      -ms-transform: translateY(92px);
          transform: translateY(92px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(24) {
  -webkit-transform: translateY(96px);
      -ms-transform: translateY(96px);
          transform: translateY(96px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(25) {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(26) {
  -webkit-transform: translateY(104px);
      -ms-transform: translateY(104px);
          transform: translateY(104px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(27) {
  -webkit-transform: translateY(108px);
      -ms-transform: translateY(108px);
          transform: translateY(108px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(28) {
  -webkit-transform: translateY(112px);
      -ms-transform: translateY(112px);
          transform: translateY(112px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(29) {
  -webkit-transform: translateY(116px);
      -ms-transform: translateY(116px);
          transform: translateY(116px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(30) {
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(31) {
  -webkit-transform: translateY(124px);
      -ms-transform: translateY(124px);
          transform: translateY(124px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(32) {
  -webkit-transform: translateY(128px);
      -ms-transform: translateY(128px);
          transform: translateY(128px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(33) {
  -webkit-transform: translateY(132px);
      -ms-transform: translateY(132px);
          transform: translateY(132px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(34) {
  -webkit-transform: translateY(136px);
      -ms-transform: translateY(136px);
          transform: translateY(136px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(35) {
  -webkit-transform: translateY(140px);
      -ms-transform: translateY(140px);
          transform: translateY(140px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(36) {
  -webkit-transform: translateY(144px);
      -ms-transform: translateY(144px);
          transform: translateY(144px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(37) {
  -webkit-transform: translateY(148px);
      -ms-transform: translateY(148px);
          transform: translateY(148px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(38) {
  -webkit-transform: translateY(152px);
      -ms-transform: translateY(152px);
          transform: translateY(152px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(39) {
  -webkit-transform: translateY(156px);
      -ms-transform: translateY(156px);
          transform: translateY(156px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(40) {
  -webkit-transform: translateY(160px);
      -ms-transform: translateY(160px);
          transform: translateY(160px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(41) {
  -webkit-transform: translateY(164px);
      -ms-transform: translateY(164px);
          transform: translateY(164px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(42) {
  -webkit-transform: translateY(168px);
      -ms-transform: translateY(168px);
          transform: translateY(168px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(43) {
  -webkit-transform: translateY(172px);
      -ms-transform: translateY(172px);
          transform: translateY(172px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(44) {
  -webkit-transform: translateY(176px);
      -ms-transform: translateY(176px);
          transform: translateY(176px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(45) {
  -webkit-transform: translateY(180px);
      -ms-transform: translateY(180px);
          transform: translateY(180px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(46) {
  -webkit-transform: translateY(184px);
      -ms-transform: translateY(184px);
          transform: translateY(184px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(47) {
  -webkit-transform: translateY(188px);
      -ms-transform: translateY(188px);
          transform: translateY(188px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(48) {
  -webkit-transform: translateY(192px);
      -ms-transform: translateY(192px);
          transform: translateY(192px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(49) {
  -webkit-transform: translateY(196px);
      -ms-transform: translateY(196px);
          transform: translateY(196px);
}

.qodef-row-single-svg-holder g:first-child path:nth-child(50) {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}

.qodef-row-single-svg-holder g.qodef-animated-arrow {
  opacity: 0;
  -webkit-transform: translate3d(13px, -5px, 0);
          transform: translate3d(13px, -5px, 0);
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(1) {
  -webkit-transition-delay: 0.63s;
       -o-transition-delay: 0.63s;
          transition-delay: 0.63s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.615s;
       -o-transition-delay: 0.615s;
          transition-delay: 0.615s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(2) {
  -webkit-transition-delay: 0.66s;
       -o-transition-delay: 0.66s;
          transition-delay: 0.66s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.63s;
       -o-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(3) {
  -webkit-transition-delay: 0.69s;
       -o-transition-delay: 0.69s;
          transition-delay: 0.69s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.645s;
       -o-transition-delay: 0.645s;
          transition-delay: 0.645s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(4) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.66s;
       -o-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(5) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.675s;
       -o-transition-delay: 0.675s;
          transition-delay: 0.675s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(6) {
  -webkit-transition-delay: 0.78s;
       -o-transition-delay: 0.78s;
          transition-delay: 0.78s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.69s;
       -o-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(7) {
  -webkit-transition-delay: 0.81s;
       -o-transition-delay: 0.81s;
          transition-delay: 0.81s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.705s;
       -o-transition-delay: 0.705s;
          transition-delay: 0.705s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(8) {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(9) {
  -webkit-transition-delay: 0.87s;
       -o-transition-delay: 0.87s;
          transition-delay: 0.87s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.735s;
       -o-transition-delay: 0.735s;
          transition-delay: 0.735s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(10) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(11) {
  -webkit-transition-delay: 0.93s;
       -o-transition-delay: 0.93s;
          transition-delay: 0.93s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.765s;
       -o-transition-delay: 0.765s;
          transition-delay: 0.765s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(12) {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.78s;
       -o-transition-delay: 0.78s;
          transition-delay: 0.78s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(13) {
  -webkit-transition-delay: 0.99s;
       -o-transition-delay: 0.99s;
          transition-delay: 0.99s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.795s;
       -o-transition-delay: 0.795s;
          transition-delay: 0.795s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(14) {
  -webkit-transition-delay: 1.02s;
       -o-transition-delay: 1.02s;
          transition-delay: 1.02s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.81s;
       -o-transition-delay: 0.81s;
          transition-delay: 0.81s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(15) {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.825s;
       -o-transition-delay: 0.825s;
          transition-delay: 0.825s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(16) {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(17) {
  -webkit-transition-delay: 1.11s;
       -o-transition-delay: 1.11s;
          transition-delay: 1.11s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.855s;
       -o-transition-delay: 0.855s;
          transition-delay: 0.855s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(18) {
  -webkit-transition-delay: 1.14s;
       -o-transition-delay: 1.14s;
          transition-delay: 1.14s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.87s;
       -o-transition-delay: 0.87s;
          transition-delay: 0.87s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(19) {
  -webkit-transition-delay: 1.17s;
       -o-transition-delay: 1.17s;
          transition-delay: 1.17s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.885s;
       -o-transition-delay: 0.885s;
          transition-delay: 0.885s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(20) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(21) {
  -webkit-transition-delay: 1.23s;
       -o-transition-delay: 1.23s;
          transition-delay: 1.23s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.915s;
       -o-transition-delay: 0.915s;
          transition-delay: 0.915s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(22) {
  -webkit-transition-delay: 1.26s;
       -o-transition-delay: 1.26s;
          transition-delay: 1.26s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.93s;
       -o-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(23) {
  -webkit-transition-delay: 1.29s;
       -o-transition-delay: 1.29s;
          transition-delay: 1.29s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.945s;
       -o-transition-delay: 0.945s;
          transition-delay: 0.945s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(24) {
  -webkit-transition-delay: 1.32s;
       -o-transition-delay: 1.32s;
          transition-delay: 1.32s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(25) {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.975s;
       -o-transition-delay: 0.975s;
          transition-delay: 0.975s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(26) {
  -webkit-transition-delay: 1.38s;
       -o-transition-delay: 1.38s;
          transition-delay: 1.38s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 0.99s;
       -o-transition-delay: 0.99s;
          transition-delay: 0.99s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(27) {
  -webkit-transition-delay: 1.41s;
       -o-transition-delay: 1.41s;
          transition-delay: 1.41s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.005s;
       -o-transition-delay: 1.005s;
          transition-delay: 1.005s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(28) {
  -webkit-transition-delay: 1.44s;
       -o-transition-delay: 1.44s;
          transition-delay: 1.44s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.02s;
       -o-transition-delay: 1.02s;
          transition-delay: 1.02s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(29) {
  -webkit-transition-delay: 1.47s;
       -o-transition-delay: 1.47s;
          transition-delay: 1.47s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.035s;
       -o-transition-delay: 1.035s;
          transition-delay: 1.035s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(30) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(31) {
  -webkit-transition-delay: 1.53s;
       -o-transition-delay: 1.53s;
          transition-delay: 1.53s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.065s;
       -o-transition-delay: 1.065s;
          transition-delay: 1.065s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(32) {
  -webkit-transition-delay: 1.56s;
       -o-transition-delay: 1.56s;
          transition-delay: 1.56s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(33) {
  -webkit-transition-delay: 1.59s;
       -o-transition-delay: 1.59s;
          transition-delay: 1.59s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.095s;
       -o-transition-delay: 1.095s;
          transition-delay: 1.095s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(34) {
  -webkit-transition-delay: 1.62s;
       -o-transition-delay: 1.62s;
          transition-delay: 1.62s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.11s;
       -o-transition-delay: 1.11s;
          transition-delay: 1.11s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(35) {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.125s;
       -o-transition-delay: 1.125s;
          transition-delay: 1.125s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(36) {
  -webkit-transition-delay: 1.68s;
       -o-transition-delay: 1.68s;
          transition-delay: 1.68s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.14s;
       -o-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(37) {
  -webkit-transition-delay: 1.71s;
       -o-transition-delay: 1.71s;
          transition-delay: 1.71s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.155s;
       -o-transition-delay: 1.155s;
          transition-delay: 1.155s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(38) {
  -webkit-transition-delay: 1.74s;
       -o-transition-delay: 1.74s;
          transition-delay: 1.74s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.17s;
       -o-transition-delay: 1.17s;
          transition-delay: 1.17s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(39) {
  -webkit-transition-delay: 1.77s;
       -o-transition-delay: 1.77s;
          transition-delay: 1.77s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.185s;
       -o-transition-delay: 1.185s;
          transition-delay: 1.185s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(40) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(41) {
  -webkit-transition-delay: 1.83s;
       -o-transition-delay: 1.83s;
          transition-delay: 1.83s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.215s;
       -o-transition-delay: 1.215s;
          transition-delay: 1.215s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(42) {
  -webkit-transition-delay: 1.86s;
       -o-transition-delay: 1.86s;
          transition-delay: 1.86s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.23s;
       -o-transition-delay: 1.23s;
          transition-delay: 1.23s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(43) {
  -webkit-transition-delay: 1.89s;
       -o-transition-delay: 1.89s;
          transition-delay: 1.89s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.245s;
       -o-transition-delay: 1.245s;
          transition-delay: 1.245s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(44) {
  -webkit-transition-delay: 1.92s;
       -o-transition-delay: 1.92s;
          transition-delay: 1.92s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.26s;
       -o-transition-delay: 1.26s;
          transition-delay: 1.26s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(45) {
  -webkit-transition-delay: 1.95s;
       -o-transition-delay: 1.95s;
          transition-delay: 1.95s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.275s;
       -o-transition-delay: 1.275s;
          transition-delay: 1.275s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(46) {
  -webkit-transition-delay: 1.98s;
       -o-transition-delay: 1.98s;
          transition-delay: 1.98s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.29s;
       -o-transition-delay: 1.29s;
          transition-delay: 1.29s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(47) {
  -webkit-transition-delay: 2.01s;
       -o-transition-delay: 2.01s;
          transition-delay: 2.01s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.305s;
       -o-transition-delay: 1.305s;
          transition-delay: 1.305s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(48) {
  -webkit-transition-delay: 2.04s;
       -o-transition-delay: 2.04s;
          transition-delay: 2.04s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.32s;
       -o-transition-delay: 1.32s;
          transition-delay: 1.32s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(49) {
  -webkit-transition-delay: 2.07s;
       -o-transition-delay: 2.07s;
          transition-delay: 2.07s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.335s;
       -o-transition-delay: 1.335s;
          transition-delay: 1.335s;
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g:first-of-type path:nth-child(50) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  -webkit-transition-delay: 1.35s;
       -o-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.qodef-row-single-svg-holder.qodef--appear g.qodef-animated-arrow g path {
  display: block;
  -webkit-animation: qodef-animate-svg-arrow 1.4s infinite;
          animation: qodef-animate-svg-arrow 1.4s infinite;
}

@media only screen and (max-width: 1024px) {
  .qodef-row-single-svg-holder {
    display: none;
  }
}

.qodef-has-additional-background {
  position: relative;
}

.qodef-has-additional-background .wpb_column {
  z-index: 1;
}

.qodef-row-additional-background-holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .qodef-row-additional-background-holder {
    display: none;
  }
}

/* ==========================================================================
   9.0 Magnific Popup styles
   ========================================================================== */
button.mfp-arrow {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  -o-transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57), -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
}

button.mfp-arrow:before, button.mfp-arrow:after {
  border: 0;
  color: #fff;
  font-size: 45px;
  font-family: 'ElegantIcons';
}

button.mfp-arrow-left:after {
  content: '\34';
}

button.mfp-arrow-left:hover {
  -webkit-transform: translateX(-3px) translateZ(0);
          transform: translateX(-3px) translateZ(0);
}

button.mfp-arrow-right:after {
  content: '\35';
  margin-left: 11px;
}

button.mfp-arrow-right:hover {
  -webkit-transform: translateX(3px) translateZ(0);
          transform: translateX(3px) translateZ(0);
}

button.mfp-close {
  text-indent: -1000px;
  overflow: hidden;
  text-align: left !important;
  opacity: 1;
}

button.mfp-close:after {
  font-family: 'ElegantIcons';
  content: "\4d";
  position: absolute;
  right: 4px;
  bottom: 0;
  text-indent: 0;
  font-size: 24px;
  font-weight: 900;
}

.mfp-bottom-bar .mfp-title,
.mfp-bottom-bar .mfp-counter {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.mfp-bottom-bar .mfp-title {
  display: none;
}

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

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

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

.swiper-pagination-bullets {
  bottom: 32px !important;
}

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

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

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

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

.swiper-button-prev:before,
.swiper-button-next:before {
  font-size: 35px;
  font-family: 'ElegantIcons';
  font-weight: 400;
  display: inline-block;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  -o-transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57), -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
}

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

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

.swiper-button-prev:before {
  content: "\34";
}

.swiper-button-prev:hover:before {
  -webkit-transform: translateX(-3px) translateZ(0);
          transform: translateX(-3px) translateZ(0);
}

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

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

.swiper-button-next:before {
  content: "\35";
}

.swiper-button-next:hover:before {
  -webkit-transform: translateX(3px) translateZ(0);
          transform: translateX(3px) translateZ(0);
}

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

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

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

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

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

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

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

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

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  /* Important is because of widget default css */
}

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

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

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

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

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

#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  padding: 11px 20px;
  height: 46px;
  line-height: 24px;
  color: #777;
  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: #65c9bb;
}

#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: #777;
  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: #65c9bb;
}

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

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

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

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

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

#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: #777;
  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: #65c9bb;
}

#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: #777;
  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: #65c9bb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #777;
  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: #65c9bb;
}

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

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

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

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

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

#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: #777;
  background-color: #fafafa;
  border: 1px solid transparent;
  font-size: 14px;
}

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

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

#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #777;
  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: #65c9bb;
}

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

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

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

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

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

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

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

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

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

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

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

#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
  color: #777;
  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: #65c9bb;
}

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

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

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

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

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

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

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

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

#qodef-404-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10%;
  text-align: center;
}

#qodef-404-page .qodef-404-maintitle {
  font-family: "Merriweather", serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 28px;
}

#qodef-404-page .qodef-404-title {
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: 700;
}

#qodef-404-page .qodef-404-subtitle {
  font-family: "Caveat", cursive;
  font-size: 25px;
  margin: 0;
  color: #364f75;
}

#qodef-404-page .qodef-404-text {
  display: block;
  margin: 14px auto 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #364f75;
}

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

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #qodef-404-page .qodef-404-text {
    max-width: 70%;
  }
  .qodef-browser--ms-explorer #qodef-404-page .qodef-404-text {
    max-width: initial;
    width: 70%;
  }
}

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

/* ==========================================================================
   Blog styles
   ========================================================================== */
.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: "Merriweather", serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #364f75;
  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: #364f75;
}

.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: #65c9bb;
}

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

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

.qodef-blog article .qodef-e-inner,
.qodef-blog article .qodef-e-media,
.qodef-blog article .qodef-e-content {
  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 16px 0;
}

.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (min-width: 681px) {
  .qodef-blog 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-left > * {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.qodef-blog article .qodef-e-info .qodef-e-info-left .qodef-e-info-date {
  color: #777;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  padding-right: 25px;
}

.qodef-blog article .qodef-e-info .qodef-e-info-left .qodef-e-info-date i {
  display: inline-block;
  font-size: 22px;
  top: 6px;
  position: relative;
  margin-right: 7px;
}

.qodef-blog article .qodef-e-info .qodef-e-info-left .qodef-e-info-date a, .qodef-blog article .qodef-e-info .qodef-e-info-left .qodef-e-info-date p {
  display: inline-block;
  line-height: 30px;
  margin: 0;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item {
  position: relative;
  display: inline-block;
  padding: 0 19px 0 0;
  color: currentColor;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-category {
  color: #65c9bb;
  font-family: "Caveat", cursive;
  font-size: 26px;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a {
  color: inherit;
}

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

.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:after {
  content: '';
}

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

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

.qodef-blog article .qodef-e-info .qodef-social-share-dropdown-opener {
  color: #777;
}

.qodef-blog article .qodef-e-info .qodef-social-share-dropdown-opener .qodef-social-title:hover {
  color: #bbb;
}

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

.qodef-blog article .qodef-e-info-tags a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

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

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

.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-link .qodef-e-link {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 39px 12% 48px;
  background-color: #f4f2f1;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .qodef-blog article.format-link .qodef-e-link {
    padding: 22% 8% 7.5%;
  }
}

.qodef-blog article.format-link .qodef-e-link-title {
  display: inline-block;
  font-family: "Caveat", cursive;
  font-size: 26px;
  color: #777777;
  margin-top: 18px;
}

.qodef-blog article.format-link .qodef-e-link-text {
  position: relative;
  margin: 15px 0 0;
  color: #364f75;
}

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

.qodef-blog 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: 37px 12% 51px;
  background-color: #f4f2f1;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .qodef-blog article.format-quote .qodef-e-quote {
    padding: 7% 8% 8%;
  }
}

.qodef-blog article.format-quote .qodef-e-quote:before {
  content: '“';
  position: relative;
  top: 4px;
  font-family: "Merriweather", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f15b43;
}

.qodef-blog article.format-quote .qodef-e-quote-text {
  position: relative;
  margin: 0;
  color: #364f75;
}

.qodef-blog article.format-quote .qodef-e-quote-author {
  position: relative;
  display: block;
  margin: 17px 0 0;
  color: #f15b43;
  font-family: "Caveat", cursive;
  font-size: 26px;
}

.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: 38px !important;
}

.qodef-blog .mejs-container * {
  font-family: "Montserrat", sans-serif;
}

.qodef-blog .mejs-container .mejs-controls {
  height: 38px !important;
  padding: 0 12px !important;
  background-color: #364f75;
}

.qodef-blog .mejs-container .mejs-controls > * {
  height: 38px !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 {
  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: 12px;
  font-weight: 400;
  color: #fff;
}

.qodef-blog .mejs-container .mejs-controls .mejs-time-rail > * {
  height: 3px;
}

.qodef-blog .mejs-container .mejs-controls .mejs-time-rail > * > *:not(.mejs-time-float) {
  height: 3px;
}

.qodef-blog .mejs-container .mejs-controls .mejs-time-rail > * > *:not(.mejs-time-float) > * {
  height: 3px;
  border: 0;
  background: #65c9bb;
}

.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: #65c9bb;
}

.qodef-blog .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
  top: initial;
  height: 3px;
}

.qodef-blog .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-current {
  background: #65c9bb;
}

/* ==========================================================================
   Blog List styles
   ========================================================================== */
.qodef-blog.qodef--list article {
  margin-bottom: 76px;
}

.qodef-blog.qodef--list article .qodef-e-read-more {
  margin-top: 0;
}

.qodef-blog.qodef--list article.format-link {
  margin-bottom: 90px;
}

.qodef-blog.qodef--list article.format-quote {
  margin-bottom: 90px;
}

.qodef-blog.qodef--list article:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================================
   Blog Single styles
   ========================================================================== */
.qodef-blog.qodef--single article {
  margin: 0 0 43px;
}

.qodef-blog.qodef--single article .qodef-e-title {
  margin: 10px 0 5px;
}

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

.qodef-blog.qodef--single article.format-link .qodef-e-link {
  margin-bottom: 45px;
}

.qodef-blog.qodef--single article.format-quote .qodef-e-quote {
  margin-bottom: 45px;
}

.qodef-blog.qodef--single article blockquote {
  font-size: 21px;
}

.qodef-blog.qodef--single article blockquote > p:before {
  display: none !important;
}

/* ==========================================================================
   Comments styles
   ========================================================================== */
#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: 81px;
}

#qodef-page-comments-list .qodef-m-title {
  margin: 0 0 26px;
}

#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-m-comments > .qodef-comment-item .comment-respond {
  margin-top: 60px;
}

#qodef-page-comments-list .qodef-m-comments > .qodef-comment-item .comment-reply-title {
  margin-bottom: 10px;
}

#qodef-page-comments-list .comment-reply-title a {
  font-size: 21px;
}

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

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

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

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

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
  margin: 0 13px 0 0;
  display: inline-block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
  margin-top: 8px;
  display: inline-block;
}

#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
  font-size: 12px;
  color: #777;
}

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

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

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > * {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.150em;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 13px 32px;
  border-radius: 30px;
  background-color: #f15b43;
  color: #fff;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
}

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

#qodef-page-comments-list .qodef-comment-item .qodef-e-links > *:hover {
  background-color: #e34733;
}

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

#qodef-page-comments-form .comment-form .comment-notes {
  margin: 5px 0 0;
}

#qodef-page-comments-form .comment-form textarea#comment {
  margin-top: 8px;
}

#qodef-page-comments-form .comment-form input#author {
  width: 49.3%;
  float: left;
}

#qodef-page-comments-form .comment-form input#email {
  width: 49.3%;
  float: right;
}

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

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

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

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

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

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

.qodef-m-filter .qodef-m-filter-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 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-size: 14px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.qodef-m-filter .qodef-m-filter-item:hover, .qodef-m-filter .qodef-m-filter-item.qodef--active {
  color: rgba(54, 79, 117, 0.8);
}

/* ==========================================================================
   Footer styles
   ========================================================================== */
#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-search-form-inner .qodef-search-form-button {
  width: 85px !important;
}

#qodef-page-footer select option {
  color: #364f75;
}

#qodef-page-footer-top-area {
  padding: 66px 0 89px;
  background-color: #263b5c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0 solid #e1e1e1;
}

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

#qodef-page-footer-top-area .widget.widget_haveheart_core_icon_list_item {
  display: inline-block;
  margin-right: 20px;
}

#qodef-page-footer-top-area .widget.widget_text {
  margin: 0 0 12px;
}

#qodef-page-footer-top-area .widget.widget_haveheart_core_blog_list .qodef-widget-title {
  margin: 0 0 30px;
}

#qodef-page-footer-top-area .widget.widget_haveheart_core_blog_list article .qodef-e-title {
  margin: 0;
}

#qodef-page-footer-top-area .widget.widget_haveheart_core_blog_list article h6.qodef-e-title {
  font-size: 15px;
}

#qodef-page-footer-top-area .widget.widget_haveheart_core_blog_list article .qodef-e-info-date {
  font-size: 12px;
}

#qodef-page-footer-top-area .widget.widget_haveheart_core_blog_list article .qodef-e-info-date i {
  display: none;
}

#qodef-page-footer-bottom-area {
  padding: 11px 0;
  background-color: #324b6f;
  border-top: 0 solid #e1e1e1;
  text-align: center;
}

#qodef-page-footer-bottom-area p {
  color: #f4f2f1;
}

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

/* ==========================================================================
   Gutenberg Blocks styles - begin
   ========================================================================== */
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: 15px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 13px 32px;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  background-color: #65c9bb;
  border: 1px solid transparent;
  cursor: pointer;
}

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

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

.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: #364f75;
  background-color: #65c9bb;
  border-color: #65c9bb;
}

.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: #364f75;
  text-decoration: none;
}

.wp-block-archives li a:hover,
.wp-block-categories li a:hover,
.wp-block-latest-posts li a:hover {
  color: #65c9bb;
}

.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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

blockquote.wp-block-pullquote > p {
  position: relative;
  padding: 18px 10% 20px 0;
}

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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 17px;
  line-height: 1.294em;
  width: auto;
  text-align: center;
}

.wp-block-pullquote blockquote > p {
  position: relative;
  padding: 18px 10% 20px 0;
}

.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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: #364f75;
  font-size: 17px;
  line-height: 1.294em;
}

.wp-block-quote > p {
  position: relative;
  padding: 18px 10% 20px 0;
}

.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 > * {
  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.alignleft, .wp-block-image.aligncenter, .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-image,
.wp-block-cover {
  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-image,
  .wp-block-cover {
    padding: 1rem 4%;
    word-break: break-word;
  }
}

.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #f8f9f9;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font-size: 25px;
  line-height: 1.28em;
  font-size: 28px !important;
  margin-bottom: 0;
}

.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
  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-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item 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: 2rem;
  margin-top: 2rem;
  max-width: 100px;
  text-align: left;
  /* Remove duplicate rule-line when a separator
	 * is followed by an H1, or H2 */
}

.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 th,
.wp-block-table td {
  border-color: #e1e1e1;
}

.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: 15px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  padding: 11px 28px;
  border-radius: 25px;
  font-size: 12px;
  color: #fff;
  background-color: #65c9bb;
  border: 1px solid transparent;
  cursor: pointer;
}

.wp-block-file .wp-block-file__button:hover {
  color: #fff;
  background-color: #4db7a6;
}

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

.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: #65c9bb;
}

.has-primary-background-color p,
.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 a {
  color: #fff;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
#qodef-page-header {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 80px;
  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: 80px;
  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;
}

body:not([class*="haveheart-core"]) #qodef-page-header .qodef-header-logo-link img {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

#qodef-mobile-header-opener {
  font-size: 20px;
  margin-left: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#qodef-mobile-header-opener:hover {
  color: #364f75;
}

#qodef-mobile-header-opener .qodef-open-icon {
  position: relative;
  visibility: visible;
}

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

#qodef-mobile-header-opener .qodef-lines {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}

#qodef-mobile-header-opener .qodef-lines .qodef-line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-1 {
  top: 0;
}

#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-2 {
  top: calc(50% - 1px);
}

#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-3 {
  bottom: 0;
}

#qodef-mobile-header-opener .qodef-lines .qodef-line.qodef-line-4 {
  display: none;
}

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

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

#qodef-mobile-header-opener.qodef--opened .qodef-line-1 {
  -webkit-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

#qodef-mobile-header-opener.qodef--opened .qodef-line-2 {
  opacity: 0;
}

#qodef-mobile-header-opener.qodef--opened .qodef-line-3 {
  -webkit-transform: translateY(-9px) rotate(-45deg);
      -ms-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

#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: 35px 0 29px;
  background-color: #fff;
  border-bottom: 1px solid #e1e1e1;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul {
  margin: 0 auto;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
  color: #364f75;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding: 6px 0;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li > .qodef-menu-arrow {
  top: 6px !important;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li.current-menu-parent a {
  color: rgba(54, 79, 117, 0.8);
}

#qodef-mobile-header-navigation ul {
  padding: 0;
  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;
}

#qodef-mobile-header-navigation ul li ul {
  display: none;
  margin: 0;
  padding-left: 20px;
}

#qodef-mobile-header-navigation ul li ul li {
  overflow: hidden;
}

#qodef-mobile-header-navigation ul li ul li a {
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 4px 0;
}

#qodef-mobile-header-navigation ul li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-15px, -50%);
      -ms-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
  border-radius: 50%;
  background-color: #f15b43;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#qodef-mobile-header-navigation ul li ul li a:hover {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
  color: rgba(54, 79, 117, 0.8);
}

#qodef-mobile-header-navigation ul li ul li a:hover:before {
  opacity: 1;
}



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

body:not([class*="haveheart-core"]) #qodef-mobile-header-navigation ul li.menu-item-has-children > a:after {
  content: '>';
  position: absolute;
  top: 6px;
  right: 0;
  line-height: inherit;
  color: #364f75;
}

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

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

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

.qodef-header-navigation ul li a {
  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;
}

.qodef-header-navigation ul li a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.qodef-header-navigation ul li.current-menu-ancestor > a, .qodef-header-navigation ul li.current-menu-item > a {
  color: rgba(54, 79, 117, 0.8);
}

.qodef-header-navigation ul li.qodef-hide-link > a {
  cursor: default;
  color: inherit;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 27px 15px;
  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;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
  padding: 4px 19px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #777;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-15px, -50%);
      -ms-transform: translate(-15px, -50%);
          transform: translate(-15px, -50%);
  border-radius: 50%;
  background-color: #f15b43;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:hover {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:hover:before {
  opacity: 1;
}





.qodef-header-navigation ul li.qodef-menu-item--narrow ul li .qodef-menu-arrow {
  display: inline-block;
  font-size: 11px;
  color: #777;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li .qodef-menu-arrow:before {
  content: "\f054";
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
}

body:not([class*="haveheart-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children > a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  line-height: inherit;
  color: #364f75;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
  top: -27px;
  left: 108%;
}

.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 a:before {
  left: auto;
  right: 0;
  -webkit-transform: translate(15px, -50%);
      -ms-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a:hover {
  -webkit-transform: translateX(-15px);
      -ms-transform: translateX(-15px);
          transform: translateX(-15px);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li .qodef-menu-arrow {
  left: 21px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li .qodef-menu-arrow:before {
  content: "\f053";
}

body:not([class*="haveheart-core"]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children > a:after {
  content: '<';
  left: 19px;
  right: auto;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
  left: -100%;
  right: 100%;
}

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

.qodef-header-navigation > ul > li:last-child {
  padding-right: 35px;
}

.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: 14px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  cursor: pointer;
}

.qodef-browser--edge .qodef-header-navigation > ul > li > a .qodef-menu-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qodef-header-navigation > ul > li > .qodef-menu-arrow {
  display: none;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a, .qodef-header-navigation > ul > li.current-menu-item > a {
  color: rgba(54, 79, 117, 0.8);
}

.qodef-header-navigation > ul > li.qodef-hide-link > a {
  color: rgba(54, 79, 117, 0.8);
}

/* ==========================================================================
   Pagination global styles
   ========================================================================== */
.qodef-m-pagination {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 40px 0 0;
}

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

.qodef-m-pagination.qodef--wp .page-numbers {
  position: relative;
  margin: 0 13px;
  font-family: "Montserrat", sans-serif;
  color: #bbbbbb;
  font-size: 16px;
}

.qodef-m-pagination.qodef--wp .page-numbers span {
  font-size: 20px;
  color: #777777;
}

.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.prev, .qodef-m-pagination.qodef--wp .page-numbers.next {
  position: relative;
  top: 1px;
  font-size: 30px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev:after, .qodef-m-pagination.qodef--wp .page-numbers.next:after {
  display: none;
}

body:not([class*="haveheart-core"]) .qodef-m-pagination.qodef--wp .page-numbers.prev, body:not([class*="haveheart-core"]) .qodef-m-pagination.qodef--wp .page-numbers.next {
  top: 0;
  font-size: 17px;
}

.qodef-m-pagination.qodef--wp .page-numbers.prev {
  margin-right: 6px;
}

.qodef-m-pagination.qodef--wp .page-numbers.next {
  margin-left: 6px;
}

.qodef-m-pagination.qodef--wp .page-numbers:hover, .qodef-m-pagination.qodef--wp .page-numbers.current {
  color: #777;
}

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

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
  font-family: "Montserrat", sans-serif;
  color: #bbbbbb;
  font-size: 16px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a span {
  font-size: 20px;
  color: #777777;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child {
  margin-right: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number-1 {
  margin-left: 0;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after {
  display: none;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  position: relative;
  top: 1px;
  font-size: 30px;
  line-height: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  -o-transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
  transition: transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57), -webkit-transform 0.3s cubic-bezier(0.17, -0.24, 0.65, 1.57);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after {
  display: none;
}

body:not([class*="haveheart-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev, body:not([class*="haveheart-core"]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  top: 0;
  font-size: 17px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
  margin-right: 25px;
  margin-left: -5px;
  position: relative;
  top: -2px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
  margin-left: 6px;
  margin-right: -5px;
  position: relative;
  top: -2px;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a {
  color: #777;
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover.qodef--prev {
  -webkit-transform: translateX(-3px) translateZ(0);
          transform: translateX(-3px) translateZ(0);
}

.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover.qodef--next {
  -webkit-transform: translateX(3px) translateZ(0);
          transform: translateX(3px) translateZ(0);
}

.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: #65c9bb;
  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: #65c9bb;
  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;
}

/* ==========================================================================
   Search styles
   ========================================================================== */
.qodef-search {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 50px;
}

.qodef-search .qodef-e-search-heading {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

.qodef-search .qodef-e-search-heading .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 p {
  text-align: left;
}

.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 input,
.qodef-search .qodef-e-search-heading .qodef-search-form button {
  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: 17px 25px;
  font-size: 16px;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  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;
}

.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
  color: #777;
  border-color: #e1e1e1;
}

.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: #364f75;
  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: #65c9bb;
}

.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-search:not([class*="haveheart-core"]) .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qodef-search:not([class*="haveheart-core"]) .qodef-e-search-heading .qodef-search-form input {
  width: 100%;
  margin-right: 10px;
}

.qodef-search:not([class*="haveheart-core"]) .qodef-e-search-heading .qodef-search-form button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
  color: #fff;
  background-color: #65c9bb;
  border: 1px solid transparent;
  padding: 0 36px;
}

.qodef-search:not([class*="haveheart-core"]) .qodef-e-search-heading .qodef-search-form button:hover {
  color: #fff;
  background-color: #4db7a6;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
#qodef-page-sidebar {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 60px;
}

/* ==========================================================================
   Title styles
   ========================================================================== */
.qodef-page-title {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 325px;
  background-color: #364f75;
}

.qodef-page-title .qodef-m-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.qodef-page-title .qodef-m-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.qodef-page-title .qodef-m-content .qodef-m-title {
  font-size: 34px;
  color: #fff;
  margin: 0;
}

/* ==========================================================================
   Widgets styles
   ========================================================================== */
.widget {
  margin: 0 0 35px;
}

.widget:last-child {
  margin-bottom: 0 !important;
}

.widget .qodef-widget-title {
  margin: 0 0 16px;
}

.widget .qodef-widget-title a {
  color: inherit;
}

.widget .qodef-widget-title a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.widget a {
  color: #364f75;
}

.widget a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

.widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

.widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px;
}

.widget.widget_categories {
  font-family: "Merriweather", serif;
}

.widget.widget_categories a {
  font-weight: 400;
  letter-spacing: -0.015em;
}

.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 7.5px 0 0;
  padding: 13px 27px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
}

.widget.widget_archive .select2, .widget.widget_categories .select2, .widget.widget_text .select2 {
  margin-bottom: 0;
}

.widget.widget_archive a, .widget.widget_categories a, .widget.widget_text a {
  font-size: 14px;
}

.widget.widget_calendar {
  width: 100%;
}

.widget.widget_calendar table {
  table-layout: fixed;
}

.widget.widget_calendar #today {
  color: rgba(201, 176, 138, 0.8);
  background-color: rgba(54, 79, 117, 0.8);
}

.widget.widget_calendar #today a {
  color: inherit;
}

.widget.widget_calendar tfoot a {
  color: #364f75;
}

.widget.widget_calendar tfoot a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.widget.widget_text img {
  display: block;
}

.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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.2em;
}

.widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

.widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

.widget.widget_search .qodef-widget-title {
  margin-bottom: 23.5px;
}

.widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.widget.widget_search input,
.widget.widget_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

.widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-right: 60px;
  font-size: 14px;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -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_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

.widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 18px;
  text-align: center;
  color: #bbbbbb;
  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;
}

.widget.widget_search button span {
  display: block;
  line-height: inherit;
}

.widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

.widget.widget_search button:hover {
  color: #777;
}

.widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: "Merriweather", serif;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #364f75;
}

.widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(54, 79, 117, 0.8);
}

.widget.widget_media_image {
  margin-bottom: 0;
}

.widget.widget_media_image .qodef-widget-title {
  margin-bottom: 23.5px;
}

.widget.widget_media_image a, .widget.widget_media_image img {
  display: block;
}

#qodef-top-area, .qodef-widget-area .widget {
  margin: 0 0 0px;
  color: #fff;
}

#qodef-top-area:last-child, .qodef-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-top-area .qodef-widget-title, .qodef-widget-area .widget .qodef-widget-title {
  margin: 0 0 16px;
  color: #fff;
}

#qodef-top-area .qodef-widget-title a, .qodef-widget-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-top-area .qodef-widget-title a:hover, .qodef-widget-area .widget .qodef-widget-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-top-area a, .qodef-widget-area .widget a {
  color: #fff;
}

#qodef-top-area a:hover, .qodef-widget-area .widget a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-top-area ul:not(.qodef-shortcode-list), .qodef-widget-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-top-area ul:not(.qodef-shortcode-list) li, .qodef-widget-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-top-area ul:not(.qodef-shortcode-list) li:last-child, .qodef-widget-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-top-area ul:not(.qodef-shortcode-list) li ul, .qodef-widget-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px;
}

#qodef-top-area.widget_categories, .qodef-widget-area .widget.widget_categories {
  font-family: "Merriweather", serif;
}

#qodef-top-area.widget_categories a, .qodef-widget-area .widget.widget_categories a {
  font-weight: 400;
  letter-spacing: -0.015em;
}

#qodef-top-area.widget_archive select, #qodef-top-area.widget_categories select, #qodef-top-area.widget_text select, .qodef-widget-area .widget.widget_archive select, .qodef-widget-area .widget.widget_categories select, .qodef-widget-area .widget.widget_text select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  margin: 7.5px 0 0;
  padding: 13px 27px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
}

#qodef-top-area.widget_archive .select2, #qodef-top-area.widget_categories .select2, #qodef-top-area.widget_text .select2, .qodef-widget-area .widget.widget_archive .select2, .qodef-widget-area .widget.widget_categories .select2, .qodef-widget-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-top-area.widget_archive a, #qodef-top-area.widget_categories a, #qodef-top-area.widget_text a, .qodef-widget-area .widget.widget_archive a, .qodef-widget-area .widget.widget_categories a, .qodef-widget-area .widget.widget_text a {
  font-size: 14px;
}

#qodef-top-area.widget_calendar, .qodef-widget-area .widget.widget_calendar {
  width: 100%;
}

#qodef-top-area.widget_calendar table, .qodef-widget-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-top-area.widget_calendar #today, .qodef-widget-area .widget.widget_calendar #today {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

#qodef-top-area.widget_calendar #today a, .qodef-widget-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-top-area.widget_calendar tfoot a, .qodef-widget-area .widget.widget_calendar tfoot a {
  color: #fff;
}

#qodef-top-area.widget_calendar tfoot a:hover, .qodef-widget-area .widget.widget_calendar tfoot a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-top-area.widget_text img, .qodef-widget-area .widget.widget_text img {
  display: block;
}

#qodef-top-area.widget_rss ul li, .qodef-widget-area .widget.widget_rss ul li {
  margin-bottom: 25px;
}

#qodef-top-area.widget_rss ul li:last-child, .qodef-widget-area .widget.widget_rss ul li:last-child {
  margin-bottom: 0;
}

#qodef-top-area.widget_rss ul .rsswidget, .qodef-widget-area .widget.widget_rss ul .rsswidget {
  display: block;
  font-family: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.2em;
}

#qodef-top-area.widget_rss ul .rssSummary, .qodef-widget-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-top-area.widget_rss ul cite, .qodef-widget-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-top-area.widget_search .qodef-widget-title, .qodef-widget-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 23.5px;
}

#qodef-top-area.widget_search .qodef-search-form-inner, .qodef-widget-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-top-area.widget_search input,
#qodef-top-area.widget_search button, .qodef-widget-area .widget.widget_search input,
.qodef-widget-area .widget.widget_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-top-area.widget_search input, .qodef-widget-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-right: 60px;
  font-size: 14px;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -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_search input::-webkit-input-placeholder, .qodef-widget-area .widget.widget_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area.widget_search input::-moz-placeholder, .qodef-widget-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area.widget_search input:-ms-input-placeholder, .qodef-widget-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area.widget_search input::-ms-input-placeholder, .qodef-widget-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area.widget_search input::placeholder, .qodef-widget-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-top-area.widget_search button, .qodef-widget-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 18px;
  text-align: center;
  color: #bbbbbb;
  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-top-area.widget_search button span, .qodef-widget-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-top-area.widget_search button span:before, .qodef-widget-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-top-area.widget_search button:hover, .qodef-widget-area .widget.widget_search button:hover {
  color: #777;
}

#qodef-top-area.widget_tag_cloud .tagcloud a, .qodef-widget-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: "Merriweather", serif;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #fff;
}

#qodef-top-area.widget_tag_cloud .tagcloud a:hover, .qodef-widget-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-top-area.widget_media_image, .qodef-widget-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-top-area.widget_media_image .qodef-widget-title, .qodef-widget-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 23.5px;
}

#qodef-top-area.widget_media_image a, #qodef-top-area.widget_media_image img, .qodef-widget-area .widget.widget_media_image a, .qodef-widget-area .widget.widget_media_image img {
  display: block;
}

#qodef-page-footer .widget {
  margin: 0 0 35px;
  color: #fff;
}

#qodef-page-footer .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-page-footer .widget .qodef-widget-title {
  margin: 0 0 25px;
  color: #fff;
}

#qodef-page-footer .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-page-footer .widget .qodef-widget-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget a {
  color: #fff;
}

#qodef-page-footer .widget a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px;
}

#qodef-page-footer .widget.widget_categories {
  font-family: "Merriweather", serif;
}

#qodef-page-footer .widget.widget_categories a {
  font-weight: 400;
  letter-spacing: -0.015em;
}

#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: 50px;
  margin: 7.5px 0 0;
  padding: 13px 27px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
}

#qodef-page-footer .widget.widget_archive .select2, #qodef-page-footer .widget.widget_categories .select2, #qodef-page-footer .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_archive a, #qodef-page-footer .widget.widget_categories a, #qodef-page-footer .widget.widget_text a {
  font-size: 14px;
}

#qodef-page-footer .widget.widget_calendar {
  width: 100%;
}

#qodef-page-footer .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-page-footer .widget.widget_calendar #today {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-page-footer .widget.widget_calendar tfoot a {
  color: #fff;
}

#qodef-page-footer .widget.widget_calendar tfoot a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget.widget_text img {
  display: block;
}

#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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.2em;
}

#qodef-page-footer .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-page-footer .widget.widget_search .qodef-widget-title {
  margin-bottom: 32.5px;
}

#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-page-footer .widget.widget_search input,
#qodef-page-footer .widget.widget_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-page-footer .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-right: 60px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  -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_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-footer .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  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-page-footer .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-page-footer .widget.widget_search button:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: "Merriweather", serif;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #fff;
}

#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-page-footer .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 32.5px;
}

#qodef-page-footer .widget.widget_media_image a, #qodef-page-footer .widget.widget_media_image img {
  display: block;
}

#qodef-page-sidebar .widget {
  margin: 0 0 37px;
}

#qodef-page-sidebar .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-page-sidebar .widget .qodef-widget-title,
.tribe-events-widget-events-list__header-title{
  margin: 0 0 16px;
  color: #364f75;
}
body .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {

 width: auto;
 padding-right:20px;
}
.tribe-events-widget-events-list__header-title{
  margin: 0 0 16px !important;
  color: #364f75 !important;
 font-family: "Merriweather" !important;
font-weight: 700 !important;
letter-spacing: -0.015em !important;
font-size: 17px !important;
line-height: 1.294em !important;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-header,
.tribe-events-widget-events-list__events .tribe-events-widget-events-list__event-header *{
color: #777 !important;
}
.tribe-events-widget-events-list__event-date-tag-datetime,
.tribe-events-widget-events-list__event-date-tag-datetime *{
color:#364f75 !important;
}
#qodef-page-sidebar .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-page-sidebar .widget .qodef-widget-title a:hover {
  color: #364f75;
}

#qodef-page-sidebar .widget a {
  color: #777;
}

#qodef-page-sidebar .widget a:hover {
  color: #364f75;
}

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

#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 ul {
  margin-top: 10px;
  margin-left: 10px;
}

#qodef-page-sidebar .widget.widget_categories {
  font-family: "Merriweather", serif;
}

#qodef-page-sidebar .widget.widget_categories a {
  font-weight: 400;
  letter-spacing: -0.015em;
}

#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: 50px;
  margin: 7.5px 0 0;
  padding: 13px 27px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
}

#qodef-page-sidebar .widget.widget_archive .select2, #qodef-page-sidebar .widget.widget_categories .select2, #qodef-page-sidebar .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-page-sidebar .widget.widget_archive a, #qodef-page-sidebar .widget.widget_categories a, #qodef-page-sidebar .widget.widget_text a {
  font-size: 14px;
}

#qodef-page-sidebar .widget.widget_calendar {
  width: 100%;
}

#qodef-page-sidebar .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-page-sidebar .widget.widget_calendar #today {
  color: #c9b08a;
  background-color: #364f75;
}

#qodef-page-sidebar .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-page-sidebar .widget.widget_calendar tfoot a {
  color: #777;
}

#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
  color: #364f75;
}

#qodef-page-sidebar .widget.widget_text img {
  display: block;
}

#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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.2em;
}

#qodef-page-sidebar .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-page-sidebar .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-page-sidebar .widget.widget_search .qodef-widget-title {
  margin-bottom: 23.5px;
}

#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_search input,
#qodef-page-sidebar .widget.widget_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-page-sidebar .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-right: 60px;
  font-size: 14px;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -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_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-sidebar .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-sidebar .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-sidebar .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-sidebar .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-page-sidebar .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 18px;
  text-align: center;
  color: #bbbbbb;
  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-page-sidebar .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-page-sidebar .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-page-sidebar .widget.widget_search button:hover {
  color: #777;
}

#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: "Merriweather", serif;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #777;
}

#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #364f75;
}

#qodef-page-sidebar .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 23.5px;
}

#qodef-page-sidebar .widget.widget_media_image a, #qodef-page-sidebar .widget.widget_media_image img {
  display: block;
}

#qodef-side-area .widget {
  margin: 0 0 30px;
  color: #fff;
}

#qodef-side-area .widget:last-child {
  margin-bottom: 0 !important;
}

#qodef-side-area .widget .qodef-widget-title {
  margin: 0 0 24px;
  color: #fff;
}

#qodef-side-area .widget .qodef-widget-title a {
  color: inherit;
}

#qodef-side-area .widget .qodef-widget-title a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-side-area .widget a {
  color: #fff;
}

#qodef-side-area .widget a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) {
  padding: 0;
  margin: 0;
  list-style: none;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li {
  margin: 0 0 10px;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
  margin-bottom: 0;
}

#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
  margin-top: 10px;
  margin-left: 10px;
}

#qodef-side-area .widget.widget_categories {
  font-family: "Merriweather", serif;
}

#qodef-side-area .widget.widget_categories a {
  font-weight: 400;
  letter-spacing: -0.015em;
}

#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: 50px;
  margin: 7.5px 0 0;
  padding: 13px 27px;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  font-style: inherit;
  font-weight: inherit;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 0;
  outline: none;
}

#qodef-side-area .widget.widget_archive .select2, #qodef-side-area .widget.widget_categories .select2, #qodef-side-area .widget.widget_text .select2 {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_archive a, #qodef-side-area .widget.widget_categories a, #qodef-side-area .widget.widget_text a {
  font-size: 14px;
}

#qodef-side-area .widget.widget_calendar {
  width: 100%;
}

#qodef-side-area .widget.widget_calendar table {
  table-layout: fixed;
}

#qodef-side-area .widget.widget_calendar #today {
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

#qodef-side-area .widget.widget_calendar #today a {
  color: inherit;
}

#qodef-side-area .widget.widget_calendar tfoot a {
  color: #fff;
}

#qodef-side-area .widget.widget_calendar tfoot a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-side-area .widget.widget_text img {
  display: block;
}

#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: "Merriweather", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 16px;
  line-height: 1.2em;
}

#qodef-side-area .widget.widget_rss ul .rssSummary {
  margin-top: 5px;
}

#qodef-side-area .widget.widget_rss ul cite {
  display: block;
  margin-top: 5px;
}

#qodef-side-area .widget.widget_search .qodef-widget-title {
  margin-bottom: 31.5px;
}

#qodef-side-area .widget.widget_search .qodef-search-form-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

#qodef-side-area .widget.widget_search input,
#qodef-side-area .widget.widget_search button {
  height: 50px;
  padding: 13px 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: 24px;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
}

#qodef-side-area .widget.widget_search input {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 27px;
  padding-right: 60px;
  font-size: 14px;
  color: #bbb;
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -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_search input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search input::placeholder {
  color: inherit;
  opacity: 1;
}

#qodef-side-area .widget.widget_search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  font-size: 18px;
  text-align: center;
  color: #bbbbbb;
  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-side-area .widget.widget_search button span {
  display: block;
  line-height: inherit;
}

#qodef-side-area .widget.widget_search button span:before {
  display: block;
  line-height: inherit;
}

#qodef-side-area .widget.widget_search button:hover {
  color: #777;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 11px 0;
  font-family: "Merriweather", serif;
  font-size: 14px !important;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: #fff;
}

#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#qodef-side-area .widget.widget_media_image {
  margin-bottom: 0;
}

#qodef-side-area .widget.widget_media_image .qodef-widget-title {
  margin-bottom: 31.5px;
}

#qodef-side-area .widget.widget_media_image a, #qodef-side-area .widget.widget_media_image img {
  display: block;
}

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

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

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

/* ==========================================================================
   11.0 Grid responsive styles
   ========================================================================== */
@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--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .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: 1024px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 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(2n+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: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 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(2n+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: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 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(2n+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: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@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(3n+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: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.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--8.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--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: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@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: 100%;
  }
}

@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(1n+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: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@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(1n+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: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@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(1n+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: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@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(1n+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: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@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(3n+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: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@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(3n+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: 33.33333%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}


@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1366px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 1024px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 768px) and (min-width: 681px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 768px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 680px) and (min-width: 481px) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%;
  }
}

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

@media only screen and (max-width: 680px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 100%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 50%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 33.33333%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 25%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 20%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 40%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 16.66667%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 14.28571%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 28.57143%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-9 {
    width: 75%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-6 {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-3 {
    width: 25%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-layout--template > .qodef-grid-inner > .qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%;
  }
}

@media only screen and (max-width: 480px) and (min-width: 0) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-grid-item {
    width: 12.5%;
  }
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--landscape,
  .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry > .qodef-grid-inner > .qodef-item--huge-square {
    width: 25%;
  }
}

@media only screen and (max-width: 1440px) {
  .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -50px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner {
    margin: 0 -25px;
  }
  .qodef-grid.qodef-gutter--huge > .qodef-grid-inner > .qodef-grid-item {
    padding: 0 25px;
    margin: 0 0 50px;
  }
}

/* ==========================================================================
   Grid System responsive style - end
   ========================================================================== */
/* ==========================================================================
   404 page responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-404-page {
    height: calc(100vh - 70px);
  }
}

@media only screen and (max-width: 320px) {
  #qodef-404-page .qodef-404-maintitle {
    font-size: 70px;
  }
}

/* ==========================================================================
   Blog styles
   ========================================================================== */
@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 {
    font-size: 470px;
  }
}

/* ==========================================================================
   Comments responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-comments {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-comments-form {
    margin-bottom: 0px;
  }
}

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

/* ==========================================================================
   Footer responsive styles
   ========================================================================== */
@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: 1024px) {
  #qodef-page-footer-top-area-inner > .qodef-grid > .qodef-grid-inner > .qodef-grid-item {
    padding-bottom: 30px !important;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 40px;
  }
}

/* ==========================================================================
   Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-header {
    display: none;
  }
}

/* ==========================================================================
   Mobile Header responsive styles
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  #qodef-page-mobile-header {
    display: block;
  }
}
