@charset "UTF-8";
    @keyframes qodefBorderAnimation {
    0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
}
100% {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%}
}@keyframes upper-left-leg {
    0% {
    transform: skew(0);
}
50% {
    transform: skew(35deg);
}
100% {
    transform: skew(0);
}
}@keyframes upper-right-leg {
    0% {
    transform: skew(0);
}
50% {
    transform: skew(-35deg);
}
100% {
    transform: skew(0);
}
}@keyframes first-lower-left-leg {
    0% {
    transform: translateX(0) translateY(0) rotate(0);
}
50% {
    transform: translateX(-2px) translateY(2px) rotate(-15deg);
}
100% {
    transform: translateX(0) translateY(0) rotate(0);
}
}@keyframes second-lower-left-leg {
    0% {
    transform: translateX(0) rotate(0);
}
50% {
    transform: translateX(10px) rotate(25deg);
}
100% {
    transform: translateX(0) rotate(0);
}
}@keyframes bottom-legs {
    0% {
    transform: rotateZ(0);
}
50% {
    transform: rotateZ(-20deg);
}
100% {
    transform: rotateZ(0);
}
}@keyframes bottom-legs-alter {
    0% {
    transform: rotateZ(0);
}
50% {
    transform: rotateZ(15deg);
}
100% {
    transform: rotateZ(0);
}
}@keyframes qodef-move-and-return {
    0% {
    transform: translateX(0);
}
50% {
    transform: translateX(3px);
}
100% {
    transform: translateX(0);
}
}@keyframes qodef-move-and-return-invert {
    0% {
    transform: translateX(0);
}
50% {
    transform: translateX(-3px);
}
100% {
    transform: translateX(0);
}
}@keyframes qodef-jump {
    50% {
    transform: translateY(-3px);
}
100% {
    transform: translateY(0);
}
}@keyframes qodef-flight {
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(24px);
}
100% {
    transform: translateY(0);
}
}@keyframes qodef-float {
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(16px);
}
100% {
    transform: translateY(0);
}
}@keyframes qodef-propeler {
    0% {
    transform: rotateZ(0);
}
25% {
    transform: rotateZ(90deg);
}
50% {
    transform: rotateZ(180deg);
}
75% {
    transform: rotateZ(270deg);
}
100% {
    transform: rotateZ(360deg);
}
}@keyframes qodef-smoke {
    0% {
    opacity: 1;
    visibility: visible;
}
50% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}@keyframes qodef-show-element {
    0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}@keyframes qodef-spin {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}@keyframes qodef-move-pattern-right {
    0% {
    transform: translateX(-280%) scale(.8);
}
100% {
    transform: translateX(0) scale(.8);
}
}@keyframes qodef-move-pattern-left {
    0% {
    transform: translateX(-280%) translateY(-50%) scale(.8);
}
100% {
    transform: translateX(0) translateY(-50%) scale(.8);
}
}@keyframes qode-rotate {
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}@keyframes qode-fade-in {
    0% {
    opacity: 0;
    visibility: hidden;
}
100% {
    opacity: 1;
    visibility: visible;
}
}@keyframes qode-fade-out {
    0% {
    opacity: 1;
    visibility: visible;
}
100% {
    opacity: 0;
    visibility: hidden;
}
}@keyframes qode-ball-fall {
    0% {
    opacity: 0;
    transform: translateY(-145%);
}
10% {
    opacity: .5;
}
20% {
    opacity: 1;
    transform: translateY(0);
}
80% {
    opacity: 1;
    transform: translateY(0);
}
90% {
    opacity: .5;
}
100% {
    opacity: 0;
    transform: translateY(145%);
}
}@keyframes qode-scaleout {
    0% {
    -webkit-transform: scale(0);
}
100% {
    -webkit-transform: scale(1);
    opacity: 0;
}
}@keyframes qode-double-pulse {
    0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}@keyframes qode-cube {
    0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
}
100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}@keyframes qode-rotating-cubes {
    25% {
    transform: translateX(42px) rotate(-90deg) scale(.5);
}
50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
}
50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
}
75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
}
100% {
    transform: rotate(-360deg);
}
}@keyframes qode-stretch-delay {
    0%, 100%, 40% {
    transform: scaleY(.4);
}
20% {
    transform: scaleY(1);
}
}@keyframes qode-bounce-delay {
    0%, 100%, 80% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}@keyframes qode-rotate-circles {
    to {
    transform: rotate(360deg);
}
}@keyframes qode-atom-position {
    50% {
    top: 80px;
    left: 80px;
}
}@keyframes qode-atom-size {
    50% {
    transform: scale(.5);
}
}@keyframes qode-atom-zindex {
    100% {
    z-index: 10;
}
}@keyframes qode-atom-shrink {
    50% {
    transform: scale(.8);
}
}@keyframes qode-clock {
    100% {
    transform: rotate(360deg);
}
}@keyframes qode-clock-1 {
    0% {
    transform: rotate(-135deg);
}
30% {
    transform: rotate(-450deg);
}
100% {
    transform: rotate(-450deg);
}
}@keyframes qode-clock-2 {
    5% {
    transform: rotate(-90deg);
}
35% {
    transform: rotate(-405deg);
}
100% {
    transform: rotate(-405deg);
}
}@keyframes qode-clock-3 {
    10% {
    transform: rotate(-45deg);
}
40% {
    transform: rotate(-360deg);
}
100% {
    transform: rotate(-360deg);
}
}@keyframes qode-clock-4 {
    15% {
    transform: rotate(0);
}
45% {
    transform: rotate(-315deg);
}
100% {
    transform: rotate(-315deg);
}
}@keyframes qode-mitosis-invert {
    100% {
    transform: rotate(180deg);
}
}@keyframes qode-mitosis-ball-1 {
    12% {
    transform: none;
}
26% {
    transform: translateX(25%) scale(1, .8);
}
40% {
    transform: translateX(50%) scale(.8, .8);
}
60% {
    transform: translateX(50%) scale(.8, .8);
}
74% {
    transform: translate(50%, 25%) scale(.6, .8);
}
88% {
    transform: translate(50%, 50%) scale(.6, .6);
}
100% {
    transform: translate(50%, 50%) scale(.6, .6);
}
}@keyframes qode-mitosis-ball-2 {
    12% {
    transform: none;
}
26% {
    transform: translateX(25%) scale(1, .8);
}
40% {
    transform: translateX(50%) scale(.8, .8);
}
60% {
    transform: translateX(50%) scale(.8, .8);
}
74% {
    transform: translate(50%, -25%) scale(.6, .8);
}
88% {
    transform: translate(50%, -50%) scale(.6, .6);
}
100% {
    transform: translate(50%, -50%) scale(.6, .6);
}
}@keyframes qode-mitosis-ball-3 {
    12% {
    transform: none;
}
26% {
    transform: translateX(-25%) scale(1, .8);
}
40% {
    transform: translateX(-50%) scale(.8, .8);
}
60% {
    transform: translateX(-50%) scale(.8, .8);
}
74% {
    transform: translate(-50%, 25%) scale(.6, .8);
}
88% {
    transform: translate(-50%, 50%) scale(.6, .6);
}
100% {
    transform: translate(-50%, 50%) scale(.6, .6);
}
}@keyframes qode-mitosis-ball-4 {
    12% {
    transform: none;
}
26% {
    transform: translateX(-25%) scale(1, .8);
}
40% {
    transform: translateX(-50%) scale(.8, .8);
}
60% {
    transform: translateX(-50%) scale(.8, .8);
}
74% {
    transform: translate(-50%, -25%) scale(.6, .8);
}
88% {
    transform: translate(-50%, -50%) scale(.6, .6);
}
100% {
    transform: translate(-50%, -50%) scale(.6, .6);
}
}@keyframes qode-lines-spin {
    100% {
    transform: rotate(360deg);
}
}@keyframes qode-fussion-ball-1 {
    50% {
    top: -100%;
    left: 200%}
100% {
    top: 50%;
    left: 100%;
    z-index: 2;
}
}@keyframes qode-fussion-ball-2 {
    50% {
    top: 200%;
    left: 200%}
100% {
    top: 100%;
    left: 50%;
    z-index: 1;
}
}@keyframes qode-fussion-ball-3 {
    50% {
    top: 200%;
    left: -100%}
100% {
    top: 50%;
    left: 0;
    z-index: 2;
}
}@keyframes qode-fussion-ball-4 {
    50% {
    top: -100%;
    left: -100%}
100% {
    top: 0;
    left: 50%;
    z-index: 1;
}
}@keyframes qode-wave-jump-1 {
    12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
}
100%, 24% {
    transform: translate(40px, 0);
}
}@keyframes qode-wave-jump-2 {
    12% {
    transform: translate(0, 0);
}
24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
}
100%, 36% {
    transform: translate(40px, 0);
}
}@keyframes qode-wave-jump-3 {
    24% {
    transform: translate(0, 0);
}
36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
}
100%, 48% {
    transform: translate(40px, 0);
}
}@keyframes qode-wave-wipe {
    100%, 48% {
    transform: translateX(-120px);
}
}@keyframes qode-pulse-circles-pulse {
    0% {
    transform: scale(.1);
    opacity: 1;
    border-width: 50px;
}
100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
}
}@keyframes qode-bounce {
    20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0, -4px, 0);
}
}@keyframes qode-pulse {
    from {
    transform: scale3d(1, 1, 1);
}
50% {
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    transform: scale3d(1, 1, 1);
}
}a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    outline: 0;
}
* {
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
del {
    text-decoration: line-through;
}
pre {
    max-width: 100%;
    margin: 15px 0;
    padding: 15px;
    background-color: #f8f8f8;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #6c7272;
}
code {
    background-color: #f8f8f8;
    padding: 0;
    font-family: monospace, monospace;
    font-size: 1em;
    color: #6c7272;
}
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
table {
    width: 100%;
    vertical-align: middle;
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
}
table tr {
    border: 1px solid #e1e1e1;
}
table th {
    padding: 5px 7px;
    text-align: left;
    border-right: 1px solid #e1e1e1;
}
table td {
    padding: 5px 10px;
    text-align: left;
    border: 0;
    border-right: 1px solid #e1e1e1;
}
table td br {
    display: none;
}
hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}
body:not([class*=playroom-core]) hr {
    clear: both;
}
ol, ul {
    list-style-position: inside;
    margin-bottom: 1.5em;
    padding: 0;
}
ol.wp-block, ul.wp-block {
    margin-bottom: 1.5em;
}
ol:not(.wp-block), ul:not(.wp-block) {
    margin: 0 0 1.5em;
}
li>ol:not(.wp-block), li>ul:not(.wp-block) {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
a img {
    border: none;
}
.wp-caption, img {
    height: auto;
    max-width: 100%}
img {
    vertical-align: middle;
    border-style: none;
}
figure {
    margin: 0;
}
embed, iframe, object {
    display: block;
    max-width: 100%}
video {
    display: block;
}
embed, object {
    height: auto;
}
label {
    display: block;
    margin-bottom: .5em;
}
fieldset {
    margin-bottom: 1em;
    padding: .35em .75em .625em;
}
input[type=submit] {
    -webkit-appearance: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #f8f8f8;
}
small {
    font-size: 80%}
progress {
    vertical-align: baseline;
}
summary {
    display: list-item;
}
template {
    display: none;
}
.gallery-caption, .wp-caption, figcaption {
    display: block;
    max-width: 100%;
    margin: 7px auto 0;
    font-size: 13px!important;
    line-height: 1em!important;
    color: #6c7272;
    text-align: center;
    opacity: 1;
}
.gallery-caption a, .wp-caption a, figcaption a {
    color: inherit;
}
.wp-caption .wp-caption-text {
    opacity: 1;
}
blockquote.instagram-media, iframe.instagram-media {
    margin: auto!important;
}
.bypostauthor, .sticky {
    opacity: 1;
}
::selection {
    color: #fff;
    background: #ec6830;
}
::-moz-selection {
    color: #fff;
    background: #ec6830;
}
.screen-reader-text {
    position: absolute!important;
    width: 1px;
    height: 0;
    line-height: 1;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal!important;
    overflow: hidden;
}
.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    z-index: 100000;
}
.alignleft {
    float: left;
    text-align: left;
    margin: 1rem 2rem 1rem 0!important;
    clear: left;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
    text-align: right;
    margin: 1rem 0 1rem 2rem!important;
    clear: right;
}
body:not([class*=playroom-core]) .alignright {
    clear: right;
}
.qodef-content-alignment-left {
    text-align: left;
}
.qodef-content-alignment-center {
    text-align: center;
}
.qodef-content-alignment-right {
    text-align: right;
}
.clear:after, .clear:before, .comment-author:after, .comment-author:before, .comment-content:after, .comment-content:before, .comment-meta:after, .comment-meta:before, .nav-links:after, .nav-links:before, .pagination:after, .pagination:before, .widget-area:after, .widget-area:before, .widget:after, .widget:before {
    content: '';
    display: table;
    table-layout: fixed;
}
.clear:after, .comment-author:after, .comment-content:after, .comment-meta:after, .nav-links:after, .pagination:after, .widget-area:after, .widget:after {
    clear: both;
}
body {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
    color: #6c7272;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.qodef-h1, h1 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 57px;
    line-height: 1.14em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
@media only screen and (max-width:680px) {
    .qodef-h1, h1 {
    font-size: 46px;
    line-height: 1.1em;
}
}.qodef-h1 a, h1 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h1 a:hover, h1 a:hover {
    color: #ec6830;
}
.qodef-h2, h2 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 47px;
    line-height: 1.149em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
@media only screen and (max-width:680px) {
    .qodef-h2, h2 {
    font-size: 37px;
    line-height: 1.1em;
}
}.qodef-h2 a, h2 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h2 a:hover, h2 a:hover {
    color: #ec6830;
}
.qodef-h3, h3 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.qodef-h3 a, h3 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h3 a:hover, h3 a:hover {
    color: #ec6830;
}
.qodef-h4, h4 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 23px;
    line-height: 1.304em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.qodef-h4 a, h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h4 a:hover, h4 a:hover {
    color: #ec6830;
}
.qodef-h5, h5 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 20px;
    line-height: 1.15em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.qodef-h5 a, h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h5 a:hover, h5 a:hover {
    color: #ec6830;
}
.qodef-h6, h6 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.qodef-h6 a, h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-h6 a:hover, h6 a:hover {
    color: #ec6830;
}
a, p a {
    color: #444;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
}
a:hover, p a:hover {
    color: inherit;
}
p {
    margin: 10px 0;
    line-height: 1.625em;
}
p.has-background {
    padding: 20px 30px;
}
.wp-block-quote, blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    color: #ec6830;
    line-height: 28px;
    margin: 8px 0;
    quotes: none;
    z-index: 1;
}
.wp-block-quote:before, blockquote:before {
    content: '“ ';
    display: inline;
}
.wp-block-quote p, blockquote p {
    display: inline;
}
.wp-block-quote.wp-block-quote.is-large, .wp-block-quote.wp-block-quote.is-style-large, blockquote.wp-block-quote.is-large, blockquote.wp-block-quote.is-style-large {
    margin: 0;
    padding: 18px 10% 20px 0;
}
.wp-block-quote.wp-block-quote.is-large:before, .wp-block-quote.wp-block-quote.is-style-large:before, blockquote.wp-block-quote.is-large:before, blockquote.wp-block-quote.is-style-large:before {
    font-size: 24px;
}
.wp-block-quote.wp-block-pullquote, blockquote.wp-block-pullquote {
    padding: 25px!important;
    text-align: center;
}
.wp-block-quote.wp-block-pullquote:before, blockquote.wp-block-pullquote:before {
    font-size: 28px;
}
.wp-block-quote.wp-block-pullquote.alignleft, blockquote.wp-block-pullquote.alignleft {
    max-width: 290px;
}
.wp-block-quote.wp-block-pullquote.alignright, blockquote.wp-block-pullquote.alignright {
    max-width: 290px;
}
.wp-block-quote.has-text-align-right:before, blockquote.has-text-align-right:before {
    left: auto;
    right: 0;
}
.wp-block-quote>*, 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;
}
.wp-block-quote p, blockquote p {
    margin: 0!important;
}
.wp-block-quote:after, blockquote:after {
    content: ''}
.wp-block-quote .wp-block-pullquote__citation, .wp-block-quote .wp-block-quote__citation, .wp-block-quote cite, blockquote .wp-block-pullquote__citation, blockquote .wp-block-quote__citation, blockquote cite {
    display: block;
    margin: 10px 0 0;
    font-style: normal;
    font-weight: 400!important;
    text-align: inherit!important;
    text-transform: uppercase!important;
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 9px;
    padding: 12px 21px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: inherit;
    color: #a0a0a0;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    color: #6c7272;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}
input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
    color: #a0a0a0;
    opacity: 1;
}
#qodef-page-footer input[type=email], #qodef-page-footer input[type=number], #qodef-page-footer input[type=password], #qodef-page-footer input[type=search], #qodef-page-footer input[type=tel], #qodef-page-footer input[type=text], #qodef-page-footer input[type=url], #qodef-page-footer textarea {
    color: #fff;
    background-color: #fff;
    border: 1px solid #fff;
}
#qodef-page-footer input[type=email]:focus, #qodef-page-footer input[type=number]:focus, #qodef-page-footer input[type=password]:focus, #qodef-page-footer input[type=search]:focus, #qodef-page-footer input[type=tel]:focus, #qodef-page-footer input[type=text]:focus, #qodef-page-footer input[type=url]:focus, #qodef-page-footer textarea:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.post-password-form input[type=password] {
    margin-top: .5em;
}
@media only screen and (min-width:769px) {
    .post-password-form input[type=password] {
    display: block;
    max-width: 50%}
}.qodef-theme-button, button[type=submit], input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 36px;
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    cursor: pointer;
}
.qodef-theme-button:after, button[type=submit]:after, input[type=submit]:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.qodef-theme-button:hover, button[type=submit]:hover, input[type=submit]:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.qodef-theme-button span, button[type=submit] span {
    display: block;
    line-height: inherit;
}
.qodef-theme-button span:before, button[type=submit] span:before {
    display: block;
    line-height: inherit;
}
select {
    position: relative;
    display: block;
    height: 48px;
    padding: 12px 21px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a0a0a0;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
select:disabled {
    color: inherit;
    border-color: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    text-shadow: none;
}
body .select2-container--default {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 9px;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple, body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f8f8f8;
    cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear, body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
body .select2-container--default.select2-container--open .select2-selection--multiple, body .select2-container--default.select2-container--open .select2-selection--single {
    color: #6c7272;
}
body .select2-container--default.select2-container--open .select2-dropdown {
    left: 0;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom-color: transparent;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent;
}
body .select2-container--default .select2-selection--single {
    display: block;
    height: 48px;
    padding: 12px 21px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a0a0a0;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0;
    cursor: pointer;
    -webkit-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;
    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: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #444;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    display: block;
    line-height: inherit;
    font-style: normal;
    content: '\33';
    font-family: ElegantIcons;
}
body .select2-container--default .select2-selection--multiple {
    display: block;
    height: 48px;
    padding: 12px 21px;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #a0a0a0;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    -webkit-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;
    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: #444;
    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;
    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: .8;
}
body .select2-container--default .select2-search--inline {
    float: left;
}
body .select2-container--default .select2-search--inline .select2-search__field {
    width: 100%;
    padding: 0!important;
    margin: 0!important;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border: none!important;
    outline: 0;
    -webkit-appearance: none;
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: #444;
}
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: #f8f8f8;
    border: 1px solid transparent;
    border-radius: 0;
    z-index: 99999;
}
body .select2-container--default .select2-search--dropdown {
    display: block;
    padding: 14px 15px 2px;
}
body .select2-container--default .select2-search--dropdown.select2-search--hide {
    display: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field {
    width: 100%;
    padding: 4px 8px;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 20px;
    font-weight: inherit;
    color: #6c7272;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: 0;
    -webkit-appearance: none;
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: #444;
    background-color: #fff;
    border-color: #444;
}
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 22px;
    list-style: none;
}
body .select2-container--default .select2-results__option {
    padding: 3px 0;
    font-size: 14px;
    line-height: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .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: #444;
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
    color: #6c7272;
    background: 0 0;
}
body .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
body .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #6c7272;
    background: 0 0;
}
body .select2-container--default .select2-results__group {
    display: block;
    padding: 7px 0;
    cursor: default;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 0;
    right: auto;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin: 7px auto 0 5px;
}
body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 auto 0 3px;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple, body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f8f8f8;
    cursor: default;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__clear, body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
body .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
body .select2-container--default.select2-container--open .select2-selection--multiple, body .select2-container--default.select2-container--open .select2-selection--single {
    color: #6c7272;
}
body .select2-container--default.select2-container--open .select2-dropdown {
    left: 0;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom-color: transparent;
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: transparent;
}
body:not([class*=playroom-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\25BE';
    font-family: initial;
    font-size: 16px;
}
.select2-close-mask {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 0;
    opacity: 0;
    z-index: 99;
}
.select2-hidden-accessible {
    position: absolute!important;
    width: 1px!important;
    height: 0!important;
    padding: 0!important;
    line-height: 1;
    border: 0!important;
    overflow: hidden!important;
    white-space: nowrap!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}
input[type=search]::-ms-clear, input[type=text]::-ms-clear {
    display: none;
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: qodefAutofillFix;
}
.qodef-content-grid {
    width: 1100px;
    margin: 0 auto;
}
.qodef-content-grid.qodef-extended-grid {
    width: 100%!important;
    margin: 0;
}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1100px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1100px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 1100px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 1100px)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: 1160px;
}
.qodef-menu-item--wide .qodef--boxed .qodef-content-grid {
    width: 1100px;
}
@media only screen and (min-width:1441px) {
    .qodef-content-grid-1400 .qodef-content-grid {
    width: 1400px;
}
.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1400px)/ 2);
}
.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1400px)/ 2);
}
.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 1400px)/ 2);
}
.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 1400px)/ 2);
}
.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid {
    width: 1460px;
}
}@media only screen and (min-width:1441px) {
    .qodef-content-grid-1300 .qodef-content-grid {
    width: 1300px;
}
.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1300px)/ 2);
}
.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1300px)/ 2);
}
.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 1300px)/ 2);
}
.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 1300px)/ 2);
}
.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid {
    width: 1360px;
}
}@media only screen and (min-width:1441px) {
    .qodef-content-grid-1200 .qodef-content-grid {
    width: 1200px;
}
.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1200px)/ 2);
}
.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1200px)/ 2);
}
.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 1200px)/ 2);
}
.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 1200px)/ 2);
}
.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid {
    width: 1260px;
}
}@media only screen and (min-width:1025px) {
    .qodef-content-grid-1000 .qodef-content-grid {
    width: 1000px;
}
.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 1000px)/ 2);
}
.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 1000px)/ 2);
}
.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 1000px)/ 2);
}
.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 1000px)/ 2);
}
.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid {
    width: 1060px;
}
}@media only screen and (min-width:769px) {
    .qodef-content-grid-800 .qodef-content-grid {
    width: 800px;
}
.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 800px)/ 2);
}
.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 800px)/ 2);
}
.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right-even-cols .elementor-column:nth-of-type(2n-1) {
    padding-left: calc((100% - 800px)/ 2);
}
.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left-even-cols .elementor-column:nth-of-type(2n) {
    padding-right: calc((100% - 800px)/ 2);
}
.qodef--boxed.qodef-content-grid-800 .qodef-content-grid {
    width: 860px;
}
}@media only screen and (min-width:1441px) {
    .qodef--boxed.qodef-content-grid-1400 .qodef-menu-item--wide .qodef-content-grid {
    width: 1400px;
}
}@media only screen and (min-width:1441px) {
    .qodef--boxed.qodef-content-grid-1300 .qodef-menu-item--wide .qodef-content-grid {
    width: 1300px;
}
}@media only screen and (min-width:1441px) {
    .qodef--boxed.qodef-content-grid-1200 .qodef-menu-item--wide .qodef-content-grid {
    width: 1200px;
}
}@media only screen and (min-width:1025px) {
    .qodef--boxed.qodef-content-grid-1000 .qodef-menu-item--wide .qodef-content-grid {
    width: 1000px;
}
}@media only screen and (min-width:769px) {
    .qodef--boxed.qodef-content-grid-800 .qodef-menu-item--wide .qodef-content-grid {
    width: 800px;
}
}.qodef-grid {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-grid>.qodef-grid-inner {
}
.qodef-grid>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 18px;
}
.qodef-grid .qodef-grid-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 1px;
    float: left;
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12 {
    width: 100%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12 {
    left: 100%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12 {
    right: 100%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11 {
    width: 9.09091%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11 {
    left: 9.09091%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11 {
    right: 9.09091%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
    width: 83.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10 {
    left: 83.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10 {
    right: 83.33333%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
    width: 75%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9 {
    left: 75%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9 {
    right: 75%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
    width: 66.66667%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8 {
    left: 66.66667%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8 {
    right: 66.66667%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
    width: 14.28571%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7 {
    left: 14.28571%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7 {
    right: 14.28571%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6 {
    width: 50%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6 {
    left: 50%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6 {
    right: 50%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5 {
    width: 20%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5 {
    left: 20%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5 {
    right: 20%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
    width: 33.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4 {
    left: 33.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4 {
    right: 33.33333%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
    width: 25%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3 {
    left: 25%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3 {
    right: 25%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2 {
    width: 16.66667%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2 {
    left: 16.66667%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2 {
    right: 16.66667%}
}@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
    width: 8.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1 {
    left: 8.33333%}
.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1 {
    right: 8.33333%}
}.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
@media only screen and (min-width:681px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
@media only screen and (min-width:769px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(3n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(5n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(5n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(6n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(6n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(7n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(7n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item: nth-child(8n+1) {
    clear: both;
}
}@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item: nth-child(8n+1) {
    clear: both;
}
}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden;
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
    height: 100%;
    width: 100%}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner {
    visibility: hidden;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init {
    visibility: visible;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer {
    width: 100%;
    padding: 0;
    margin: 0;
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
    width: 0;
    padding: 0;
    margin: 0;
}
.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer, .qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
.qodef-grid.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0;
}
.qodef-grid.qodef-gutter--no>.qodef-grid-inner {
    margin: 0;
}
.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item {
    padding: 0;
    margin: 0;
}
.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px;
}
.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner {
    margin: 0 -5px;
}
.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 5px;
    margin: 0 0 10px;
}
.qodef-grid.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px;
}
.qodef-grid.qodef-gutter--small>.qodef-grid-inner {
    margin: 0 -10px;
}
.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 10px;
    margin: 0 0 20px;
}
.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px;
}
.qodef-grid.qodef-gutter--normal>.qodef-grid-inner {
    margin: 0 -15px;
}
.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -36px;
}
.qodef-grid.qodef-gutter--medium>.qodef-grid-inner {
    margin: 0 -18px;
}
.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 18px;
    margin: 0 0 36px;
}
.qodef-grid.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-grid.qodef-gutter--large>.qodef-grid-inner {
    margin: 0 -30px;
}
.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px;
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px;
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
    margin: 0 -40px;
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 40px;
    margin: 0 0 80px;
}
#qodef-page-wrapper {
    position: relative;
    overflow: hidden;
}
#qodef-page-outer {
    position: relative;
    z-index: 1;
}
#qodef-page-inner {
    position: relative;
    padding: 45px 0 100px;
}
#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12 {
    margin-bottom: 0;
}
.qodef--boxed {
    background-color: #f8f8f8;
}
@media only screen and (max-width:768px) {
    .qodef--boxed {
    background-size: auto!important;
}
}.qodef--boxed #qodef-page-wrapper {
    display: block;
    background-color: #fff;
}
.qodef--boxed #qodef-page-inner {
    padding-left: 30px;
    padding-right: 30px;
}
@media only screen and (max-width:680px) {
    .qodef--boxed #qodef-page-inner {
    padding-left: 20px;
    padding-right: 20px;
}
}.qodef--passepartout #qodef-page-wrapper {
    background-color: #fff;
}
.qodef-contact-details.qodef-dotted-border .elementor-column {
    border-right: 2px dotted #f2c7ae;
}
.qodef-contact-details.qodef-dotted-border .elementor-column:last-of-type {
    border: none;
}
@media only screen and (max-width:1024px) {
    .qodef-contact-details.qodef-dotted-border .elementor-column {
    border: none;
}
}.qodef-contact-details .elementor-text-editor {
    font-size: 14px;
}
.qodef-contact-details .elementor-text-editor strong {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    margin-right: 6px;
    font-size: 18px;
    line-height: 1.15em;
}
.qodef-contact-details .elementor-text-editor a {
    color: #6c7272;
}
.qodef-contact-details .elementor-text-editor a:hover {
    color: #444;
}
.qodef-faux-footer .elementor-text-editor strong {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    margin-right: 0;
    font-size: 18px;
    line-height: 1.15em;
}
.mfp-content .mfp-figure:after {
    top: 41px;
    bottom: 59px;
}
button.mfp-arrow {
    opacity: 1;
    width: 75px;
    height: 77px;
    margin: 0;
    transform: translateY(-50%);
}
button.mfp-arrow:before {
    content: '';
    position: absolute;
    display: block;
    width: 75px;
    height: 77px;
    background: url("https://cdn3.iconfinder.com/data/icons/pixel-perfect-at-16px-volume-3-1/16/5109-512.png") no-repeat center;
    border: none;
    margin: 0;
    opacity: 1;
}
button.mfp-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 42px;
    border: none;
    margin: 0;
}
@media only screen and (max-width:680px) {
    button.mfp-arrow: after {
    width: 34px;
    background-size: contain!important;
}
}button.mfp-arrow:active {
    margin: 0;
}
button.mfp-arrow-left {
    left: 30px;
}
button.mfp-arrow-left:after {
    background: url("data:image/svg+xml, \a 	%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2230%22%3E%3Cpath fill=%22%23F6F1E4%22 stroke=%22%23000%22 stroke-miterlimit=%2210%22 d=%22M1.81 10.258l-.193 7.128s15.221-.963 18.303.578c3.084 1.542.386 10.598.386 10.598l20.616-13.295L21.27 1.396l.011 9.67-19.471-.808z%22/%3E%3Cpath fill=%22none%22 stroke=%22%23000%22 stroke-width=%22.75%22 stroke-miterlimit=%2210%22 d=%22M27.265 11.994s-1.848-.3-1.891.727c-.043 1.029.523 1.09 1.041 1.348.517.257 2.468-.541 2.227-.969-.241-.429-.9-1.785-1.377-1.106zM34.047 12.115s-1.618-.262-1.656.64c-.037.9.46.956.914 1.18.452.227 2.162-.473 1.953-.849-.211-.376-.791-1.566-1.211-.971zM34.888 15.208s-1.619-.264-1.656.639c-.039.9.458.955.912 1.18.453.226 2.163-.474 1.954-.85-.21-.376-.791-1.566-1.21-.969zM31.373 9.455s-1.618-.263-1.656.638c-.039.902.46.956.913 1.182.453.226 2.164-.473 1.954-.849-.213-.377-.79-1.567-1.211-.971zM22.912 18.684s-1.846-.3-1.889.727c-.043 1.029.523 1.09 1.041 1.348.517.256 2.466-.541 2.227-.969-.24-.429-.901-1.785-1.379-1.106zM31.72 17.36s-1.62-.262-1.658.64c-.037.9.46.956.913 1.18.453.227 2.164-.473 1.953-.85-.208-.375-.789-1.565-1.208-.97zM27.84 20.26s-1.619-.263-1.656.64c-.039.9.457.955.912 1.18.453.226 2.163-.474 1.953-.85-.211-.376-.79-1.565-1.209-.97zM27.022 16.145s-1.618-.264-1.657.638c-.038.902.46.956.913 1.181.453.226 2.164-.473 1.953-.849s-.789-1.566-1.209-.97zM14.435 13.675s-1.847-.3-1.89.728c-.043 1.029.524 1.09 1.041 1.348.518.257 2.467-.541 2.227-.969-.24-.429-.901-1.786-1.378-1.107zM21.218 13.796s-1.619-.263-1.656.64c-.037.9.46.956.913 1.18.453.226 2.164-.473 1.953-.85-.21-.375-.79-1.565-1.21-.97zM22.784 23.563s-1.618-.264-1.657.639c-.037.9.461.954.912 1.181.454.227 2.166-.475 1.956-.85-.212-.376-.79-1.565-1.211-.97zM18.545 11.136s-1.619-.264-1.656.638c-.04.902.459.956.913 1.181.451.226 2.162-.473 1.953-.849-.212-.376-.791-1.566-1.21-.97zM8.341 12.229s-1.846-.3-1.888.727c-.043 1.029.523 1.09 1.041 1.348.517.257 2.467-.541 2.227-.969-.241-.429-.902-1.785-1.38-1.106zM26.901 6.378s-1.618-.262-1.655.64c-.039.9.458.956.912 1.18.453.227 2.163-.473 1.953-.85-.21-.375-.79-1.565-1.21-.97zM24.467 9.182s-1.619-.264-1.657.639c-.038.9.46.955.912 1.18.453.226 2.165-.474 1.955-.85-.21-.376-.79-1.565-1.21-.969zM24.229 3.718s-1.619-.263-1.656.638c-.039.902.458.956.912 1.182.453.226 2.163-.473 1.953-.849-.211-.376-.791-1.566-1.209-.971z%22/%3E%3C/svg%3E") no-repeat center;
    transform: scaleX(-1) translate(-50%, -50%);
}
@media only screen and (max-width:680px) {
    button.mfp-arrow-left {
    width: 54px!important;
}
button.mfp-arrow-left:before {
    width: 54px!important;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2248px%22 height=%2248px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center!important;
}
button.mfp-arrow-left:after {
    transform: scaleX(-1) translate(-35%, -50%);
}
}button.mfp-arrow-right {
    right: 30px;
}
button.mfp-arrow-right:before {
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22  width=%2277px%22 height=%2277px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cg transform=%22rotate(180 50 50)%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}
button.mfp-arrow-right:after {
    background: url("data:image/svg+xml, \a 	%3Csvg  xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2230%22%3E%3Cpath fill=%22%23F6F1E4%22 stroke=%22%23000%22 stroke-miterlimit=%2210%22 d=%22M1.482 10.274l-.188 6.975s14.892-.942 17.908.565c3.016 1.508.377 10.368.377 10.368l20.168-13.007L20.521 1.604l.011 9.461-19.05-.791z%22/%3E%3Cpath fill=%22%23020202%22 d=%22M8.618 13.69c-.686.224-2.041.77-2.062 1.564-.012.57.652 1.106 2.033 1.623a7.345 7.345 0 0 0-.825.407h.55a7.16 7.16 0 0 1 .678-.291l.351-.126-.353-.118c-1.829-.631-2.199-1.159-2.194-1.487.017-.685 1.627-1.267 2.248-1.434l.389-.103-.381-.143c-2.262-.846-2.698-1.491-2.682-1.876.045-.706 1.603-1.233 2.454-1.441l-.834-.027c-.82.277-1.813.751-1.856 1.448l-.002.064c.012.638.828 1.278 2.486 1.94zM2.767 12.761c.049-.785 1.976-1.352 2.715-1.501l.548-.11-.545-.142c-1.363-.352-1.907-.704-2.114-.97l-.288-.003c.193.411.803.771 1.862 1.088-.828.223-2.363.751-2.416 1.62-.002.019-.002.042-.003.064.014.638.829 1.277 2.488 1.94-.686.224-2.042.77-2.062 1.564-.007.368.271.721.834 1.063h.532c-.912-.439-1.13-.806-1.127-1.057.017-.685 1.627-1.267 2.248-1.433l.39-.104-.381-.143c-2.261-.845-2.697-1.491-2.681-1.876zM10.184 12.103c.042-.675 1.175-1.217 2.197-1.56h-.918c-.806.36-1.54.867-1.582 1.534a.766.766 0 0 0-.001.083c.016.815 1.055 1.627 3.167 2.469-.873.287-2.597.982-2.625 1.993 0 .009.004.018.004.026l.002-.039.299.02c.028-.872 2.072-1.609 2.86-1.82l.497-.135-.485-.178c-2.88-1.079-3.436-1.903-3.415-2.393zM20.976 14.262l.417-.111-.408-.153c-2.426-.907-2.894-1.598-2.876-2.013.041-.661 1.32-1.174 2.252-1.442h-.871c-.788.307-1.596.774-1.635 1.421-.002.021-.002.044-.003.069.015.684.889 1.37 2.668 2.08-.735.24-2.189.826-2.211 1.679-.013.611.699 1.186 2.18 1.739-.222.093-.52.231-.82.401l.527.035c.282-.137.545-.246.725-.311l.377-.136-.379-.128c-1.961-.676-2.358-1.242-2.353-1.595.017-.733 1.744-1.356 2.41-1.535zM17.321 10.8l.588-.119-.531-.138h-.968c.109.036.217.074.338.109-.889.239-2.535.806-2.592 1.736-.002.021-.002.045-.003.069.015.684.89 1.37 2.668 2.08-.735.24-2.189.826-2.211 1.679-.004.236.102.467.316.693l.438.029c-.385-.286-.5-.531-.497-.716.018-.734 1.744-1.357 2.411-1.537l.417-.111-.409-.153c-2.425-.907-2.893-1.599-2.876-2.012.053-.841 2.119-1.448 2.911-1.609zM32.56 13.689c-.734.24-2.188.825-2.209 1.678-.014.612.698 1.187 2.177 1.74-.703.296-2.158 1.014-2.14 1.926l.001.007c.011.434.353.827 1.022 1.185l.27-.168c-.806-.395-1.03-.758-1.039-1.023l.001-.004c-.016-.789 1.67-1.565 2.319-1.797l.377-.135-.379-.128c-1.962-.677-2.36-1.243-2.354-1.595.019-.735 1.745-1.358 2.41-1.538l.418-.11-.409-.153c-2.426-.907-2.894-1.599-2.876-2.012.048-.761 1.73-1.326 2.641-1.548l-1.163-.817c-.509-.23-.768-.444-.877-.617l-.339-.239v.007c.018.564.695 1.043 2.075 1.456-.887.238-2.533.806-2.59 1.736-.003.021-.003.045-.005.068.017.685.891 1.371 2.669 2.081z%22/%3E%3Cpath fill=%22%23020202%22 d=%22M28.787 13.78c-.873.286-2.599.981-2.623 1.992-.019.729.827 1.411 2.586 2.065-.839.351-2.563 1.204-2.542 2.288v.007c.018.718.791 1.339 2.334 1.891l.357-.224c-1.925-.641-2.38-1.258-2.387-1.674l-.001-.007c-.021-.936 1.979-1.855 2.752-2.129l.447-.161-.448-.155c-2.331-.8-2.801-1.471-2.796-1.89.021-.875 2.072-1.613 2.861-1.825l.497-.135-.485-.178c-2.879-1.078-3.437-1.901-3.415-2.392.063-.999 2.516-1.718 3.457-1.909l.697-.145-.691-.177c-2.456-.634-2.838-1.271-2.846-1.59-.002-.002 0-.004 0-.004-.009-.37.422-.763.995-1.11l-.291-.204c-.565.367-1.02.817-1.008 1.32v.004c.018.671.824 1.239 2.462 1.731-1.056.285-3.009.955-3.079 2.058-.002.028-.002.057-.002.083.018.816 1.056 1.629 3.169 2.47zM24.55 13.972c-.736.24-2.189.826-2.212 1.678-.013.611.699 1.186 2.181 1.739-.706.296-2.16 1.014-2.144 1.926v.007c.019.638.73 1.187 2.178 1.668-.68.271-1.961.893-1.959 1.74l-.001.016c.013.622.701 1.18 2.087 1.697l.297-.186c-1.735-.616-2.128-1.166-2.129-1.527.001-.746 1.566-1.421 2.17-1.616l.425-.138-.43-.13c-1.949-.582-2.372-1.153-2.382-1.531l.001-.004c-.017-.789 1.668-1.565 2.319-1.796l.376-.135-.378-.129c-1.962-.676-2.359-1.242-2.354-1.595.018-.734 1.744-1.357 2.41-1.537l.417-.111-.409-.153c-2.425-.907-2.892-1.598-2.876-2.012.054-.842 2.12-1.449 2.911-1.61l.59-.119-.585-.153c-2.065-.533-2.39-1.07-2.397-1.339-.013-.638 1.508-1.358 2.472-1.66l.332-.107-.316-.155c-2.312-1.114-2.735-1.932-2.683-2.418.038-.375.363-.701.797-.971l-.239-.168c-.436.294-.767.661-.813 1.107-.082.814.744 1.648 2.53 2.551-.727.266-2.352.957-2.335 1.824.002.002 0 .005 0 .005.016.564.695 1.044 2.076 1.456-.889.238-2.534.806-2.593 1.737-.002.02-.002.044-.003.068.015.685.89 1.371 2.669 2.081zM36.306 13.009c-.65.212-1.936.73-1.955 1.484-.011.541.618 1.049 1.927 1.538-.623.261-1.909.896-1.894 1.703l.001.006c.008.299.194.576.555.834l.222-.139c-.415-.27-.546-.514-.552-.701l.001-.004c-.015-.699 1.476-1.383 2.05-1.588l.333-.12-.335-.113c-1.734-.598-2.086-1.099-2.08-1.41.016-.635 1.472-1.174 2.086-1.345l-.957-.673c-.832-.393-1.244-.728-1.416-.996l-.33-.232c.08.578.843 1.157 2.344 1.756z%22/%3E%3C/svg%3E") no-repeat center;
    transform: translate(50%, -50%);
}
@media only screen and (max-width:680px) {
    button.mfp-arrow-right {
    width: 54px!important;
}
button.mfp-arrow-right:before {
    width: 54px!important;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22  width=%2248px%22 height=%2248px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cg transform=%22rotate(180 50 50)%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat center!important;
}
button.mfp-arrow-right:after {
    transform: translate(35%, -50%);
}
}button.mfp-close {
    text-indent: -1000px;
    overflow: hidden;
    text-align: left!important;
    transition: opacity .3s ease;
    opacity: 1;
}
button.mfp-close:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    position: absolute;
    right: 4px;
    bottom: 0;
    text-indent: 0;
    font-size: 17px;
    font-weight: 900;
}
.mfp-bottom-bar .mfp-counter, .mfp-bottom-bar .mfp-title {
    font-family: "Baloo Chettan", cursive;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.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 {
    margin: 0 13px 0 0!important;
    width: 16px;
    height: 15px;
    top: 0;
    background: url("data:image/svg+xml, \a     %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2215.907%22 height=%2215.035%22%3E%3Cpath fill=%22none%22 stroke=%22%23353535%22 stroke-miterlimit=%2210%22 d=%22M4.337 2.909c3.15-2.368 7.294-2.161 9.252.437 1.975 2.614 1.032 6.668-2.11 9.028-3.138 2.381-7.275 2.178-9.255-.439-1.968-2.607-1.012-6.65 2.113-9.026z%22/%3E%3C/svg%3E") no-repeat center;
    border-radius: 100%;
    position: relative;
    opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
    background-color: #ffd7cd;
    border-radius: 100%;
    z-index: -1;
    transition: opacity .3s ease-out;
}
.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2n) {
    margin: 0 16px 0 0!important;
    top: -3px;
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover:after {
    opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
    margin-right: 0!important;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    background-image: none!important;
    width: 77px!important;
    height: 77px!important;
    margin: 0!important;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.swiper-button-next:before, .swiper-button-prev:before {
    content: '';
    position: absolute;
    display: block;
    width: 75px;
    height: 77px;
    background: url("") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 45px;
    height: 42px;
    z-index: 2;
}
@media only screen and (max-width:680px) {
    .swiper-button-next svg, .swiper-button-prev svg {
    width: 33px;
    height: 31px;
}
}.swiper-button-next svg .qodef-pattern, .swiper-button-prev svg .qodef-pattern {
    transform: translateX(-280%) scale(.8);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media only screen and (max-width:680px) {
    .swiper-button-next, .swiper-button-prev {
    width: 54px!important;
}
.swiper-button-next:before, .swiper-button-prev:before {
    background: url("") no-repeat center;
}
}.swiper-button-next {
    right: 27px!important;
}
.swiper-button-next svg .qodef-pattern {
    transform: translateX(-280%) scale(.8);
}
.swiper-button-next:before {
    background: url("") no-repeat center;
}
@media only screen and (max-width:680px) {
    .swiper-button-next {
    right: 14px!important;
}
.swiper-button-next:before {
    background: url("") no-repeat center;
}
}.swiper-button-next:hover:before {
    transform: scale(1.1) rotate(20deg);
}
.swiper-button-next:hover svg.qodef--right .qodef-pattern {
    animation: qodef-move-pattern-right 10s infinite linear;
}
.swiper-button-prev {
    left: 27px!important;
}
@media only screen and (max-width:680px) {
    .swiper-button-prev {
    left: 14px!important;
}
}.swiper-button-prev svg.qodef--left {
    transform: rotate(180deg);
    transform-origin: center center;
    will-change: transform;
}
.swiper-button-prev svg.qodef--left .qodef-pattern {
    transform: translateY(-50%) translateX(-280%) scale(.8);
}
.swiper-button-prev:hover:before {
    transform: scale(1.1) rotate(20deg);
}
.swiper-button-prev:hover svg.qodef--left .qodef-pattern {
    animation: qodef-move-pattern-left 10s infinite linear;
}
.swiper-button-next.swiper-button-outside, .swiper-button-prev.swiper-button-outside {
    color: #000;
}
.swiper-button-prev.swiper-button-outside, .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    transform: translateX(-300%);
}
.swiper-button-next.swiper-button-outside, .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    transform: translateX(300%);
}
.widget_icl_lang_sel_widget {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
    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: flex;
    align-items: center;
    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;
    line-height: 1;
    border: 0;
    position: initial;
    margin-left: auto;
}
body:not([class*=playroom-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after, body:not([class*=playroom-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after {
    content: '\25BE';
    font-family: initial;
    font-size: 16px;
}
.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;
    box-sizing: border-box;
    transition: visibility 0s linear .25s, opacity .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: flex;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 7px 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0!important;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    padding: 0;
    display: block;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    display: block;
    margin: 0;
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    padding: 0;
    display: block;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 200px;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #6c7272;
    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: #ec6830;
}
#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: #6c7272;
    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: #ec6830;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #6c7272;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #ec6830;
}
#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: #6c7272;
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #ec6830;
}
#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: #6c7272;
    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: #ec6830;
}
#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: #6c7272;
    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: #ec6830;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #6c7272;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #ec6830;
}
#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: #6c7272;
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #ec6830;
}
#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: inherit;
    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: inherit;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #fff;
    font-size: 14px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff;
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #6c7272;
    background-color: #f8f8f8;
    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: #ec6830;
}
#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: #f8f8f8;
}
#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: #6c7272;
    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: #ec6830;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #6c7272;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #ec6830;
}
#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: #6c7272;
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #ec6830;
}
#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: #6c7272;
    background-color: #f8f8f8;
    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: #ec6830;
}
#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: #f8f8f8;
}
#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: #6c7272;
    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: #ec6830;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff;
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 11px 20px;
    height: 46px;
    line-height: 24px;
    color: #6c7272;
    background-color: #f8f8f8;
    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: #ec6830;
}
#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: #f8f8f8;
}
#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: #6c7272;
    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: #ec6830;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10px!important;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10px;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff;
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff;
}
.error404 #qodef-page-inner {
    padding: 0;
}
#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 160px 10% 250px;
    text-align: center;
}
#qodef-404-page .qodef-404-title {
    margin: 0;
}
#qodef-404-page .qodef-404-text {
    display: block;
    margin: 14px auto 0;
}
@media only screen and (min-width:1025px) {
    #qodef-404-page .qodef-404-text {
    max-width: 50%}
}#qodef-404-page .qodef-404-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 52px;
}
.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-blog .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 60px;
}
.qodef-blog .qodef-blog-item .qodef-e-content, .qodef-blog .qodef-blog-item .qodef-e-inner, .qodef-blog .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: block;
    vertical-align: top;
    max-width: 100%}
.qodef-blog .qodef-blog-item .qodef-e-media-image a, .qodef-blog .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width: 100%}
.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img {
    visibility: hidden;
}
.qodef-blog .qodef-blog-item .qodef-e-media {
    margin-bottom: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height: 100%}
.qodef-blog .qodef-blog-item .qodef-e-title {
    margin: 0;
    text-transform: none;
    text-align: center;
}
.qodef-blog .qodef-blog-item .qodef-e-excerpt {
    margin: 15px 0 0;
}
body.qodef-blog-archive-centered .qodef-blog .qodef-blog-item .qodef-e-excerpt {
    text-align: center;
}
.qodef-blog .qodef-blog-item .qodef-e-read-more {
    margin: 15px 0 0;
}
.qodef-blog .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%}
@media only screen and (min-width:681px) {
    .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left, .qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    justify-content: flex-end;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-e-info-share {
    white-space: nowrap;
}
}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 22px 0 0;
    color: currentColor;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-tags) {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
    line-height: 1.4em;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-tags) a {
    color: inherit;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    color: inherit;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover {
    color: #444;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child {
    padding-right: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item .qodef-social-share a {
    color: #444;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item .qodef-social-share a:hover {
    color: #444;
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 2px;
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item {
    flex: 1 0 auto;
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-category {
    flex: 1 1 100%}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex;
    margin-top: 30px;
}
.qodef-blog .qodef-blog-item .qodef-e-info-tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child {
    margin-right: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.qodef-blog .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline;
}
.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after {
    content: '*';
    position: absolute;
    top: 0;
    right: -.5em;
    font-size: 1.5em;
}
@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item.sticky .qodef-e-title a: after {
    content: none;
}
}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image {
    width: 100%}
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img {
    width: 100%}
.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%}
.qodef-blog .qodef-blog-item.format-audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffd7cd;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-inner, .qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
    border-radius: 8px;
    overflow: hidden;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-inner {
    background-color: #ec6830;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10% 10%;
    text-align: center;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text {
    position: relative;
    margin: 0;
    color: #fff;
}
.qodef-blog .qodef-blog-item.format-link .qodef-blog-link-svg svg {
    color: #fff;
    margin-bottom: 9px;
    display: inline-block;
}
.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-inner {
    background-color: #8dc8ae;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10% 10%;
    text-align: center;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote .qodef-blog-quote-svg svg {
    color: #fff;
    margin-bottom: 12px;
    display: inline-block;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text {
    position: relative;
    margin: 0;
    color: #fff;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author {
    position: relative;
    display: block;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
    color: #fff;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author a {
    color: inherit;
}
.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-blog.qodef-items--fixed article .qodef-e-media, .qodef-blog.qodef-items--fixed article .qodef-e-media-image {
    height: 100%}
.qodef-blog.qodef--list article .qodef-e-inner {
    background-color: #f8f8f8;
    border-radius: 8px;
    overflow: visible;
}
.qodef-blog.qodef--list article .qodef-e-inner .qodef-e-media {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    overflow: hidden;
}
body.qodef-blog-archive-centered #qodef-page-inner {
    padding: 90px 0 52px;
}
body.qodef-blog-archive-centered article .qodef-e-inner .qodef-e-media {
    overflow: hidden;
}
body.qodef-blog-archive-centered article .qodef-e-inner .qodef-e-media img {
    transform: scale(1.03) translateX(0);
    transition: transform .3s ease;
    will-change: transform;
}
body.qodef-blog-archive-centered article .qodef-e-inner .qodef-e-media:hover img {
    transform: scale(1.03) translateX(3px);
}
body.qodef-blog-archive-centered article .qodef-e-inner .qodef-e-title a:hover {
    color: #444;
}
body.qodef-blog-archive-centered article.qodef-active-hover .qodef-e-inner .qodef-e-media img {
    transform: scale(1.03) translateX(3px);
}
.qodef-blog.qodef--list .qodef-blog-item.post-password-required input[type=password] {
    background: #fff;
}
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-content {
    padding: 49px 46px 43px;
}
@media only screen and (max-width:680px) {
    .qodef-blog.qodef--list .qodef-blog-item .qodef-e-content {
    padding: 23px 10% 32px;
}
}.qodef-blog.qodef--list .qodef-blog-item .qodef-social-share li a {
    color: #444;
}
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-read-more {
    margin-top: 0;
}
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-media-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.qodef-blog.qodef--list .qodef-blog-item .qodef-e-media-icon:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #444;
    font-family: Ionicons;
    font-size: 50px;
}
.qodef-blog.qodef--list .qodef-blog-item.format-audio .qodef-e-media-image, .qodef-blog.qodef--list .qodef-blog-item.format-video .qodef-e-media-image {
    min-height: 150px;
    width: 100%}
.qodef-blog.qodef--list .qodef-blog-item.format-audio .qodef-e-media-icon:after {
    content: '\f46c';
    font-size: 56px;
}
.qodef-blog.qodef--list .qodef-blog-item.format-video .qodef-e-media-icon:after {
    content: '\f488'}
@media only screen and (max-width:680px) {
    .qodef-blog.qodef--list .qodef-blog-item.format-audio .qodef-e-media-image, .qodef-blog.qodef--list .qodef-blog-item.format-video .qodef-e-media-image {
    min-height: 120px;
}
.qodef-blog.qodef--list .qodef-blog-item.format-audio .qodef-e-media-icon svg, .qodef-blog.qodef--list .qodef-blog-item.format-video .qodef-e-media-icon svg {
    width: 70px;
    height: 70px;
}
.qodef-blog.qodef--list .qodef-blog-item.format-audio .qodef-e-media-icon:after, .qodef-blog.qodef--list .qodef-blog-item.format-video .qodef-e-media-icon:after {
    font-size: 36px;
}
}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media {
    margin-bottom: 49px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media .qodef-e-media-image>img {
    border-radius: 8px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-media .qodef-e-media-gallery {
    border-radius: 8px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-title {
    text-align: left;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-top: 11px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top a {
    color: inherit;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top a:hover {
    color: #444;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    margin-top: 24px;
    margin-bottom: 8px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-social-title {
    margin: 1px 20px 0 0;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info .qodef-e-info-date {
    padding: 0 14px 0 0;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info .qodef-e-info-date:after {
    content: ', ';
    position: absolute;
    font-size: 16px;
}
.qodef-browser--firefox .qodef-blog.qodef--single .qodef-blog-item .qodef-e-info .qodef-e-info-date:after {
    bottom: 0;
    right: 10px;
}
.qodef-blog.qodef--single .qodef-blog-item .qodef-e-content {
    padding-left: 0;
    padding-right: 0;
}
.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-inner, .qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-inner {
    margin-bottom: 11px;
}
#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0;
}
body.page #qodef-page-comments {
    margin-top: 60px;
}
#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 80px;
}
#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 40px;
}
#qodef-page-comments-list .qodef-m-comments {
    list-style: none;
    margin: 0;
    padding: 0;
}
#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child {
    margin-top: 0;
}
#qodef-page-comments-list .qodef-comment-item {
    margin: 41px 0 0;
    padding: 0;
}
#qodef-page-comments-list .qodef-comment-item .children {
    list-style: none;
    margin: 0;
    padding: 0 0 0 107px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    display: flex;
    align-items: flex-start;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    flex-shrink: 0;
    margin-top: -2px;
    margin-right: 25px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-image img {
    display: block;
    border-radius: 50%}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    margin: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
    margin-top: 11px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: inherit;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: #6c7272;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #444;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 7px 0 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text p {
    margin: 0;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text img {
    margin-top: 5px;
    margin-bottom: 5px;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    float: right;
    clear: right;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links>* a {
    color: inherit;
}
#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 a:hover {
    color: #444;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links .comment-reply-link:before {
    content: 'J';
    font-family: ElegantIcons;
    margin-right: 5px;
}
#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-comment-form p {
    margin: 10px 0 0;
}
.qodef-comment-form p.comment-form-url {
    margin: 0;
}
.qodef-comment-form p.form-submit {
    margin: 20px 0 0;
}
.qodef-comment-form p input[type=text], .qodef-comment-form p textarea {
    margin-bottom: 0;
}
.qodef-comment-form .comment-notes {
    margin: 10px 0 23px;
}
.qodef-comment-form .comment-form-cookies-consent {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 23px;
}
.qodef-comment-form .comment-form-cookies-consent>* {
    margin: 0;
    line-height: 1.625em;
}
.qodef-comment-form .comment-form-cookies-consent input[type=checkbox] {
    flex-shrink: 0;
    margin-right: 6px;
}
#reply-title {
    margin-bottom: 10px;
}
#cancel-comment-reply-link {
    float: right;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    color: #6c7272;
    text-transform: uppercase;
}
#cancel-comment-reply-link:hover {
    color: #444;
}
.qodef-filter--on .qodef-hidden-filter-items {
    position: absolute!important;
    display: none!important;
    height: 0!important;
    line-height: 1!important;
}
body:not(.qodef-browser--ms-explorer) .qodef-filter--on .qodef-grid-item {
    opacity: 0;
    animation: qodef-show-element 1s forwards ease;
}
.qodef-filter--on .qodef-grid-inner {
    opacity: 1;
    transition: opacity .5s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-grid-inner {
    opacity: 0;
    transition: opacity .2s ease;
}
.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner {
    bottom: calc(50% - 16px)!important;
}
.qodef-filter--on.qodef-filter-line-disabled .qodef-m-filter .qodef-m-filter-items:after {
    content: none;
}
.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: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    flex-wrap: wrap;
}
.qodef-m-filter .qodef-m-filter-items:after {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: calc(100% - 54px);
    border: 1px dashed #fff;
}
.qodef-m-filter .qodef-m-filter-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 27px;
    transition: color .3s ease, background-color .3s ease;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15em;
    font-size: 15px;
    text-transform: uppercase;
    padding: 24px 19px;
    background: url("") no-repeat center;
    min-width: 178px;
    text-align: center;
}
.qodef-m-filter .qodef-m-filter-item img {
    margin-right: 5px;
    transform: translateY(0);
    max-width: 30px;
}
.qodef-m-filter .qodef-m-filter-item.qodef--active {
    background: url("") no-repeat center;
}
.qodef-m-filter .qodef-m-filter-item:hover {
    color: #444;
}
.qodef-m-filter .qodef-m-filter-item:hover img {
    animation: qodef-jump .6s cubic-bezier(.43, .41, .36, .9) forwards;
}
.qodef-m-filter .qodef-m-filter-item:nth-child(2n) {
    background: url("data:image/svg+xml, \a     %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22179.667%22 height=%2264.667%22 transform=%22rotate(180)%22%3E%3Cpath fill=%22%23fff%22 d=%22M49.406 4.478S-27.645 13.65 12.839 46.77c40.485 33.121 97.616 5.864 119.496 8.663 39.833 5.095 53.979-26.458 43.097-34.14C161.72 11.611 154.536-6.223 49.406 4.478z%22/%3E%3C/svg%3E") no-repeat center;
}
.qodef-m-filter .qodef-m-filter-item:nth-child(2n).qodef--active {
    background: url("data:image/svg+xml, \a     %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22183.333%22 height=%2269%22 transform=%22rotate(180)%22%3E%3Cpath fill=%22%23FFF%22 d=%22M40.64 8.012s-60.067 7.834-28.307 40.822C42.5 80.167 115.965 57.958 137 58.5c38.833 1 48.754-25.979 40.259-33.665C166.554 15.148 153.667-4.5 40.64 8.012z%22/%3E%3Cpath fill=%22none%22 stroke=%22%23F47647%22 stroke-width=%222%22 stroke-miterlimit=%2210%22 stroke-dasharray=%221.9932, 1.9932%22 d=%22M40.64 8.012s-60.067 7.834-28.307 40.822C42.5 80.167 115.965 57.958 137 58.5c38.833 1 48.754-25.979 40.259-33.665C166.554 15.148 153.667-4.5 40.64 8.012z%22/%3E%3C/svg%3E") no-repeat center;
}
#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;
}
@media only screen and (min-width:1441px) {
    #qodef-page-footer.qodef-footer-grid-1400 .qodef-content-grid {
    width: 1400px;
    max-width: 1400px;
}
}@media only screen and (min-width:1441px) {
    #qodef-page-footer.qodef-footer-grid-1300 .qodef-content-grid {
    width: 1300px;
    max-width: 1300px;
}
}@media only screen and (min-width:1441px) {
    #qodef-page-footer.qodef-footer-grid-1200 .qodef-content-grid {
    width: 1200px;
    max-width: 1200px;
}
}@media only screen and (min-width:1025px) {
    #qodef-page-footer.qodef-footer-grid-1000 .qodef-content-grid {
    width: 1000px;
    max-width: 1000px;
}
}@media only screen and (min-width:769px) {
    #qodef-page-footer.qodef-footer-grid-800 .qodef-content-grid {
    width: 800px;
    max-width: 800px;
}
}#qodef-page-footer-top-area {
    padding: 62px 0;
    background-color: #f6f1e4;
    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--boxed #qodef-page-footer-top-area {
    padding-left: 30px;
    padding-right: 30px;
}
#qodef-page-footer-top-area .widget h1 a, #qodef-page-footer-top-area .widget h2 a, #qodef-page-footer-top-area .widget h3 a, #qodef-page-footer-top-area .widget h4 a, #qodef-page-footer-top-area .widget h5 a, #qodef-page-footer-top-area .widget h6 a {
    color: inherit;
}
#qodef-page-footer-top-area .widget .qodef-footer-info-widget li {
    text-transform: none!important;
    margin-bottom: 4px!important;
}
#qodef-page-footer-top-area .widget .qodef-footer-info-widget li:before {
    content: "\2022";
    display: inline-block;
    position: relative;
    color: #ec6830;
    font-size: 2em;
    line-height: .5em;
    width: .75em;
    margin-left: 0;
    top: .2em;
}
#qodef-page-footer-top-area .widget .qodef-footer-contact-widget i {
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22  width=%2222px%22 height=%2222px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cg transform=%22rotate(180 50 50)%22%3E%3Cpath fill=%22%23fff%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    display: inline-flex;
    width: 22px;
    height: 22px;
    line-height: 22px;
    align-content: center;
    justify-content: center;
}
#qodef-page-footer-bottom-area {
    padding: 12px 0;
    background-color: #faf7ef;
    border-top: 0 solid #e1e1e1;
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 70px;
}
.qodef--boxed #qodef-page-footer-bottom-area {
    padding-left: 30px;
    padding-right: 30px;
}
#qodef-page-footer-bottom-area .qodef-col-num--1 {
    text-align: center;
}
.wp-block-button {
    float: none;
    margin: 1em 0;
}
.wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 36px;
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    border: 2px dashed #ec6830;
}
.wp-block-button .wp-block-button__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.wp-block-button .wp-block-button__link:after {
    background: 0 0;
}
.wp-block-button .wp-block-button__link:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    border: 2px dashed transparent;
}
.wp-block-button.is-style-outline {
    border: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #ec6830;
    background-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
    background: 0 0;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #ec6830;
    border: none;
    border: 2px dashed transparent;
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.wp-block-button.alignleft {
    text-align: left;
    margin-top: 0;
    margin-right: 2rem;
}
.wp-block-button.alignright {
    text-align: right;
    margin-top: 0;
    margin-left: 2rem;
}
.wp-block-image .alignleft {
    margin: 1rem 2rem 1rem 0!important;
}
.wp-block-image .alignright {
    margin: 1rem 0 1rem 2rem!important;
}
.wp-block-image .aligncenter {
    clear: both;
}
.wp-block-image figcaption {
    margin: 7px 0 0;
}
.wp-block-cover-image {
    float: none!important;
    max-width: 100%!important;
    margin: 0!important;
}
.wp-block-cover-image h1, .wp-block-cover-image h2, .wp-block-cover-image h3, .wp-block-cover-image h4, .wp-block-cover-image h5, .wp-block-cover-image h6, .wp-block-cover-image p {
    z-index: 1!important;
    margin: 0 auto!important;
    max-width: 580px!important;
    padding: 14px!important;
    text-align: center;
    line-height: 1em!important;
}
.wp-block-cover-image h1 a, .wp-block-cover-image h2 a, .wp-block-cover-image h3 a, .wp-block-cover-image h4 a, .wp-block-cover-image h5 a, .wp-block-cover-image h6 a, .wp-block-cover-image p a {
    color: #fff!important;
}
.wp-block-cover-image h1 a:hover, .wp-block-cover-image h2 a:hover, .wp-block-cover-image h3 a:hover, .wp-block-cover-image h4 a:hover, .wp-block-cover-image h5 a:hover, .wp-block-cover-image h6 a:hover, .wp-block-cover-image p a:hover {
    color: #ec6830!important;
}
.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff!important;
    font-size: 30px!important;
}
.wp-block-cover {
    margin-bottom: 1rem;
}
.wp-block-cover.alignleft {
    margin-right: 2em;
}
.wp-block-cover.alignright {
    margin-left: 2em;
}
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%!important;
}
.wp-block-cover h1, .wp-block-cover h2, .wp-block-cover h3, .wp-block-cover h4, .wp-block-cover h5, .wp-block-cover h6, .wp-block-cover p {
    z-index: 1!important;
    margin: 0 auto!important;
    max-width: 580px!important;
    padding: 14px!important;
    text-align: center;
    line-height: 1em!important;
}
.wp-block-cover h1 a, .wp-block-cover h2 a, .wp-block-cover h3 a, .wp-block-cover h4 a, .wp-block-cover h5 a, .wp-block-cover h6 a, .wp-block-cover p a {
    color: #fff!important;
}
.wp-block-cover h1 a:hover, .wp-block-cover h2 a:hover, .wp-block-cover h3 a:hover, .wp-block-cover h4 a:hover, .wp-block-cover h5 a:hover, .wp-block-cover h6 a:hover, .wp-block-cover p a:hover {
    color: #ec6830!important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff!important;
    font-size: 30px!important;
}
.wp-block-gallery {
    margin-bottom: 2rem;
}
.wp-block-gallery ul.blocks-gallery-grid {
    margin: 0;
}
.wp-block-gallery ul.blocks-gallery-grid figcaption {
    margin: 0;
}
.wp-block-gallery ul.blocks-gallery-grid+figcaption {
    margin-top: 0;
}
.wp-block-pullquote {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    text-align: center!important;
    width: 100%!important;
    position: relative;
    z-index: -2;
}
.wp-block-pullquote blockquote {
    padding: 25px!important;
}
.wp-block-pullquote blockquote:before {
    font-size: 28px;
}
.has-drop-cap:after {
    content: '';
    display: table;
    table-layout: fixed;
    clear: both;
}
.wp-block-file {
    display: flex;
    align-items: center;
    margin: 0;
    color: #444;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
}
.wp-block-file:hover {
    color: inherit;
}
.wp-block-group.has-background {
    padding: 20px 30px;
}
.gallery-item img {
    border: 0!important;
}
.wp-block-search .wp-block-search__button {
    height: 50px;
    padding-top: 10px;
}
.wp-block-rss .wp-block-rss__item-title {
    display: inline-block;
}
#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100px;
    background-color: transparent;
    z-index: 100;
}
#qodef-page-header .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease;
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    width: 50%}
#qodef-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 34px;
}
.qodef-layout--justified-gallery {
    height: auto!important;
    visibility: hidden;
}
.qodef-layout--justified-gallery.qodef--justified-gallery-init {
    visibility: visible;
}
.qodef-layout--justified-gallery .qodef-grid-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0!important;
    overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item {
    position: absolute;
    width: auto;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden;
}
.qodef-layout--justified-gallery .qodef-grid-item img {
    height: auto!important;
    width: auto!important;
    margin: 0!important;
}
.qodef-layout--justified-gallery>.jg-filtered {
    display: none;
}
#qodef-page-mobile-header {
    position: relative;
    display: none;
    height: 70px;
    z-index: 100;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    position: relative;
    display: flex;
    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%;
    transition: opacity .3s ease;
}
#qodef-page-mobile-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 34px;
}
.qodef-mobile-header-opener {
    font-size: 20px;
    margin-left: 20px;
}
.qodef-mobile-header-opener .qodef-m-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 32px;
}
.qodef-mobile-header-opener .qodef-m-dot {
    position: absolute;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: currentColor;
    transform: translateY(0);
}
.qodef-mobile-header-opener .qodef-m-dot.qodef--2 {
    left: 10px;
}
.qodef-mobile-header-opener .qodef-m-dot.qodef--3 {
    left: 20px;
}
.qodef-mobile-header-opener:hover .qodef-m-dot {
    animation: qodef-dot-jump .35s forwards cubic-bezier(.43, .41, .36, .9);
}
.qodef-mobile-header-opener:hover .qodef-m-dot.qodef--2 {
    animation-delay: .1s;
}
.qodef-mobile-header-opener:hover .qodef-m-dot.qodef--3 {
    animation-delay: .2s;
}
@keyframes qodef-dot-jump {
    0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-5px);
}
100% {
    transform: translateY(0);
}
}.qodef-mobile-header-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 70px);
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    z-index: 10;
}
.qodef-mobile-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-mobile-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-mobile-header-navigation ul li.current-menu-ancestor>a .qodef-menu-item-text:before, .qodef-mobile-header-navigation ul li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1;
    visibility: visible;
}
.qodef-mobile-header-navigation ul li ul {
    display: none;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: inherit;
    transform: translateY(-50%);
    transform-origin: 100% 20%;
    transition: transform .2s ease-out;
}
body:not([class*=playroom-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
    content: '\25B8';
    font-family: initial;
    font-size: 20px;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened {
    margin-bottom: -2px;
}
.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after {
    transform: translate(0, 0) scale(1) rotate(90deg);
}
.qodef-mobile-header-navigation>ul {
    margin: 0 auto;
    padding: 34px 0;
}
.qodef-mobile-header-navigation>ul>li>a {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text, .qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text {
    position: relative;
}
.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-text:before, .qodef-mobile-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-text:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: -27px;
    transform: scale(1.1) rotate(20deg);
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2214px%22 height=%2214px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
    opacity: 1;
    visibility: visible;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    margin: 17px 0;
    white-space: normal;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    margin: 9px 0 12px;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text {
    position: relative;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-text:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: -27px;
    transform: scale(1.1) rotate(20deg);
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2214px%22 height=%2214px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a .qodef-menu-item-text:before, .qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-text:before {
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation {
    height: 100%}
.qodef-header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qodef-header-navigation ul li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-header-navigation ul li.qodef--hide-link>a {
    cursor: default;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    position: absolute;
    left: 0;
    width: 240px;
    margin: 0;
    padding: 13px 0 41px;
    background: #f6f1e4 url("data:image/svg+xml, \a 	%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22 width=%22224px%22 height=%2237px%22 viewBox=%220 0 223.667 37%22 enable-background=%22new 0 0 223.667 37%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%238dc8ae%22 d=%22M223.01, 37V1c-7.894, 0.24-17.928, 9.408-30.346, 36H223.01z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M60.587, 37c-3.161-12.248-14.219-44.089-35.892, 0H60.587z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M26.183, 37c-1.868-7.879-9.68-34.341-25.481-7.604V37H26.183z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M201.838, 37c-3.083-12.085-14.181-44.743-36.085, 0H201.838z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M162.898, 37c-3.106-12.138-14.193-44.544-36.015, 0H162.898z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M143.936, 37c-2.734-12.365-18.787-74.042-53.443, 0H143.936z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M93.705, 37C90.56, 24.786, 79.486-7.24, 57.756, 37H93.705z%22/%3E%3C/svg%3E") repeat-x 1px 100%;
    background-size: contain;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 25px 0 rgba(4, 4, 4, .05);
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 0 47px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a {
    align-items: center;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    line-height: 1;
    transform: translateX(0);
}
body:not([class*=playroom-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
    content: '\25B8';
    font-family: initial;
    font-size: 20px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:hover:after {
    animation: qodef-move-and-return .6s forwards ease;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    top: calc(-13px - 17px);
    left: 100%;
    border-radius: 7px;
    transition: .3s ease;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: 0;
    text-align: right;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a {
    align-items: center;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
    content: '\f104';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: auto;
    line-height: 1;
    transform: translateX(0);
}
body:not([class*=playroom-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
    content: '\25C2'}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:hover:after {
    animation: qodef-move-and-return-invert .6s forwards ease;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    left: -100%}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease-out;
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background: #f6f1e4 url("data:image/svg+xml, \a     %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22500px%22 height=%2258px%22%3E%3Cpath fill=%22%2391C8AF%22 d=%22M496.235 45.93c-26.856 17.792-80.771.063-80.771.063 57.337-94.827 80.771-.063 80.771-.063z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M437.497 45.99c-26.844 17.776-80.729.047-80.729.047 57.307-94.831 80.729-.047 80.729-.047z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M372.894 46.035c-26.83 17.794-80.725.044-80.725.044 57.314-94.815 80.725-.044 80.725-.044z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M308.334 48.365c-19.061 12.63-57.269.055-57.269.055 40.672-67.249 57.269-.055 57.269-.055zM251.065 48.42c-19.036 12.615-57.25.061-57.25.061 40.649-67.265 57.25-.061 57.25-.061zM149.293 48.498c-19.049 12.623-57.27.044-57.27.044 40.666-67.242 57.27-.044 57.27-.044zM49.185 46.088c-15.131 10.036-45.512.046-45.512.046 32.323-53.46 45.512-.046 45.512-.046z%22/%3E%3Cpath fill=%22%238dc8ae%22 d=%22M222.42 46.159c-26.853 17.788-80.72.057-80.72.057 57.337-94.844 80.72-.057 80.72-.057zM100.583 48.535c-19.038 12.629-57.251.054-57.251.054 40.657-67.254 57.251-.054 57.251-.054z%22/%3E%3C/svg%3E") repeat-x 0 105%}
.qodef-header-navigation>ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}
.qodef-header-navigation>ul>li {
    height: 100%;
    margin: 0 23px;
}
.qodef-header-navigation>ul>li:first-child {
    margin-left: 0;
}
.qodef-header-navigation>ul>li:last-child {
    margin-right: 0;
}
.qodef-header-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    font-size: 16px;
    text-transform: uppercase;
}
.qodef-header-navigation>ul>li>a:after {
    content: '';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1) rotate(20deg);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2238px%22 height=%2238px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
}
.qodef-header-navigation>ul>li>a:hover:after {
    transform: translate(-50%, -50%) scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation>ul>li.current-menu-ancestor>a:after, .qodef-header-navigation>ul>li.current-menu-item>a:after {
    transform: translate(-50%, -50%) scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a {
    position: relative;
    display: flex;
    margin: 17px 0;
    white-space: normal;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-text {
    position: relative;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-text:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: -27px;
    transform: scale(1.1) rotate(20deg);
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2214px%22 height=%2214px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a {
    color: #444;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a .qodef-menu-item-text:before, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a .qodef-menu-item-text:before, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a .qodef-menu-item-text:before {
    transform: scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a {
    position: relative;
    display: flex;
    margin: 17px 0;
    white-space: normal;
    justify-content: flex-end;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-text {
    position: relative;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-text:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: -27px;
    transform: scale(1.1) rotate(20deg);
    opacity: 0;
    visibility: hidden;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2214px%22 height=%2214px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    transition: .3s cubic-bezier(.43, .41, .36, .9);
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon {
    flex-shrink: 0;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-text:before {
    left: auto;
    right: -27px;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a {
    color: #444;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a .qodef-menu-item-text:before, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a .qodef-menu-item-text:before, .qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a .qodef-menu-item-text:before {
    transform: scale(1) rotate(0);
    opacity: 1;
    visibility: visible;
}
.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.qodef-m-pagination.qodef--wp .nav-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 21px 0 0;
}
.qodef-m-pagination.qodef--wp .page-numbers {
    position: relative;
    margin: 0 3px;
    padding: 5px;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    line-height: 1.294em;
}
.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:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2228px%22 height=%2228px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
}
.qodef-m-pagination.qodef--wp .page-numbers.dots:after {
    display: none;
}
.qodef-m-pagination.qodef--wp .page-numbers.next, .qodef-m-pagination.qodef--wp .page-numbers.prev {
    position: relative;
    top: 1px;
    font-size: 17px;
    line-height: 1;
    padding-left: 3px;
    padding-right: 3px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after, .qodef-m-pagination.qodef--wp .page-numbers.prev:after {
    display: none;
}
body:not([class*=playroom-core]) .qodef-m-pagination.qodef--wp .page-numbers.next, body:not([class*=playroom-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
    top: 0;
    font-size: 17px;
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin-right: 19px;
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
    margin-left: 19px;
}
.qodef-m-pagination.qodef--wp .page-numbers.current:after, .qodef-m-pagination.qodef--wp .page-numbers:hover:after {
    opacity: 1;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 21px 0 0;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    position: relative;
    margin: 0 3px;
    padding: 5px;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    line-height: 1.294em;
}
.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.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    position: relative;
    font-size: 17px;
    line-height: 1;
    padding-left: 3px;
    padding-right: 3px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
    display: none;
}
body:not([class*=playroom-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, body:not([class*=playroom-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    top: 0;
    font-size: 17px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin-right: 6px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover span {
    animation: qodef-move-and-return-invert .6s forwards ease;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    margin-left: 6px;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover span {
    animation: qodef-move-and-return .6s forwards ease;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover {
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2226px%22 height=%2226px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
    color: #444;
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active.qodef--prev, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover.qodef--next, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover.qodef--prev {
    background: 0 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: #ec6830;
    opacity: 0;
    z-index: -1;
    transition: opacity .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;
    transition: opacity .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: #ec6830;
    opacity: 0;
    z-index: -1;
    transition: opacity .2s ease-out;
}
.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before {
    display: block;
    line-height: inherit;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner {
    opacity: 1;
    z-index: 1;
}
.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button {
    opacity: 0;
}
.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner {
    opacity: 1;
    z-index: 1;
}
.qodef-single-links {
    position: relative;
    display: flex;
    align-items: baseline;
    width: 100%;
    margin: 15px 0;
}
.qodef-single-links .qodef-m-single-links-title {
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .04em;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c7272;
    margin-right: 10px;
}
.qodef-single-links .qodef-m-single-links-title a {
    color: inherit;
}
.qodef-single-links a, .qodef-single-links>span:not(.qodef-m-single-links-title) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    padding: 0 3px;
    color: #444;
}
.qodef-single-links a:last-child, .qodef-single-links>span:not(.qodef-m-single-links-title):last-child {
    margin-right: 0;
}
.qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: #ec6830;
}
.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px;
}
.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}
.qodef-search .qodef-e-search-heading-title {
    margin: 0 0 20px;
}
.qodef-search .qodef-e-search-heading-label {
    margin: 8px 0 0;
}
.qodef-search .qodef-search-form .qodef-search-form-field {
    padding-right: 50px;
    margin: 0;
}
.qodef-search .qodef-search-form .qodef-search-form-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
.qodef-search .qodef-search-form .qodef-search-form-button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
.qodef-search .qodef-search-form .qodef-search-form-button:after {
    display: none;
}
.qodef-search .qodef-search-form .qodef-search-form-button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
.qodef-search .qodef-search-form .qodef-search-form-button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
.qodef-search .qodef-search-form .qodef-search-form-button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
.qodef-search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-search article {
    margin-bottom: 30px;
}
.qodef-search article:last-child {
    margin-bottom: 0;
}
.qodef-search article .qodef-e-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.qodef-search article .qodef-e-inner>* {
    width: 100%}
.qodef-search article .qodef-e-inner .qodef-e-image {
    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-title-link:hover {
    color: #444;
}
.qodef-search article .qodef-e-inner .qodef-e-excerpt {
    margin: 15px 0 0;
}
#qodef-page-sidebar {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}
@media only screen and (max-width:1024px) {
    #qodef-page-sidebar {
    margin-top: 60px;
    margin-bottom: 60px;
}
}.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 110px;
    background-color: #f8f8f8;
}
@media only screen and (max-width:680px) {
    .qodef-page-title {
    height: initial;
}
}.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: flex;
    flex-direction: column;
    justify-content: center;
}
.qodef-page-title.qodef-alignment--left .qodef-m-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.qodef-page-title .qodef-m-title {
    margin: 0;
}
.widget {
    margin: 0 0 32px;
    font-size: 15px;
}
.widget:last-child {
    margin-bottom: 0!important;
}
.widget .qodef-widget-title {
    margin: 0 0 15px;
    text-transform: none;
}
.widget .qodef-widget-title a {
    color: inherit;
}
.widget a {
    color: #6c7272;
}
.widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 3px;
    text-transform: uppercase;
}
.widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0;
}
.widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
}
.widget.widget_playroom_core_blog_list .qodef-widget-title {
    margin-bottom: 24px;
}
.widget.widget_archive select, .widget.widget_categories select, .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    border-radius: 5px;
}
.widget.widget_archive .select2, .widget.widget_categories .select2, .widget.widget_text .select2 {
    margin-bottom: 0;
}
.widget.widget_categories ul:not(.qodef-shortcode-list) li {
    display: block;
}
.widget.widget_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
.widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
.widget.widget_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
.widget.widget_calendar {
    width: 100%}
.widget.widget_calendar table {
    table-layout: fixed;
}
.widget.widget_calendar #today {
    color: #fff;
    background-color: #ec6830;
}
.widget.widget_calendar #today a {
    color: inherit;
}
.widget.widget_calendar tfoot td, .widget.widget_calendar tfoot tr {
    border: 0;
}
.widget.widget_calendar tfoot a {
    color: #6c7272;
}
.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: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
.widget.widget_rss ul .rssSummary {
    margin-top: 5px;
    text-transform: none;
}
.widget.widget_rss ul cite {
    display: block;
    margin-top: 5px;
}
.widget.widget_search .qodef-widget-title {
    margin-bottom: 23px;
}
.widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.widget_search input {
    padding-right: 50px;
    margin: 0;
}
.widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
.widget.widget_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
.widget.widget_search button:after {
    display: none;
}
.widget.widget_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
.widget.widget_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
.widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    font-family: inherit;
    font-size: 16px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #6c7272;
}
.widget.widget_tag_cloud .tagcloud a:after {
    content: ', '}
.widget.widget_tag_cloud .tagcloud a:last-of-type:after {
    content: none;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
.widget.widget_media_image {
    margin-bottom: 0;
}
.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px;
}
.widget.widget_media_image a {
    display: inline-block;
    vertical-align: top;
}
.widget.widget_media_image img {
    display: block;
}
@media (min-width:1025px) {
    .widget.widget_media_image img {
    margin: 0 auto;
}
}#qodef-top-area .widget {
    margin: 0 0 0;
    font-size: 15px;
    color: #656565;
}
#qodef-top-area .widget:last-child {
    margin-bottom: 0!important;
}
#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 15px;
    text-transform: none;
    color: #656565;
}
#qodef-top-area .widget .qodef-widget-title a {
    color: inherit;
}
#qodef-top-area .widget a {
    color: #656565;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 3px;
    text-transform: uppercase;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0;
}
#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
}
#qodef-top-area .widget.widget_playroom_core_blog_list .qodef-widget-title {
    margin-bottom: 24px;
}
#qodef-top-area .widget.widget_archive select, #qodef-top-area .widget.widget_categories select, #qodef-top-area .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    border-radius: 5px;
}
#qodef-top-area .widget.widget_archive .select2, #qodef-top-area .widget.widget_categories .select2, #qodef-top-area .widget.widget_text .select2 {
    margin-bottom: 0;
}
#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li {
    display: block;
}
#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
#qodef-top-area .widget.widget_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
#qodef-top-area .widget.widget_calendar {
    width: 100%}
#qodef-top-area .widget.widget_calendar table {
    table-layout: fixed;
}
#qodef-top-area .widget.widget_calendar #today {
    color: #fff;
    background-color: #ec6830;
}
#qodef-top-area .widget.widget_calendar #today a {
    color: inherit;
}
#qodef-top-area .widget.widget_calendar tfoot td, #qodef-top-area .widget.widget_calendar tfoot tr {
    border: 0;
}
#qodef-top-area .widget.widget_calendar tfoot a {
    color: #656565;
}
#qodef-top-area .widget.widget_text img {
    display: block;
}
#qodef-top-area .widget.widget_rss ul li {
    margin-bottom: 25px;
}
#qodef-top-area .widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px;
    text-transform: none;
}
#qodef-top-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px;
}
#qodef-top-area .widget.widget_search .qodef-widget-title {
    margin-bottom: 23px;
}
#qodef-top-area .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-top-area .widget.widget_search input {
    padding-right: 50px;
    margin: 0;
}
#qodef-top-area .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
#qodef-top-area .widget.widget_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
#qodef-top-area .widget.widget_search button:after {
    display: none;
}
#qodef-top-area .widget.widget_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-top-area .widget.widget_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    font-family: inherit;
    font-size: 16px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #656565;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after {
    content: ', '}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-of-type:after {
    content: none;
}
#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
#qodef-top-area .widget.widget_media_image {
    margin-bottom: 0;
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px;
}
#qodef-top-area .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top;
}
#qodef-top-area .widget.widget_media_image img {
    display: block;
}
@media (min-width:1025px) {
    #qodef-top-area .widget.widget_media_image img {
    margin: 0 auto;
}
}#qodef-page-header .widget {
    margin: 0 0 32px;
    font-size: 15px;
}
#qodef-page-header .widget:last-child {
    margin-bottom: 0!important;
}
#qodef-page-header .widget .qodef-widget-title {
    margin: 0 0 15px;
    text-transform: none;
}
#qodef-page-header .widget .qodef-widget-title a {
    color: inherit;
}
#qodef-page-header .widget a {
    color: #444;
}
#qodef-page-header .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none;
}
#qodef-page-header .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 3px;
    text-transform: uppercase;
}
#qodef-page-header .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0;
}
#qodef-page-header .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
}
#qodef-page-header .widget.widget_playroom_core_blog_list .qodef-widget-title {
    margin-bottom: 24px;
}
#qodef-page-header .widget.widget_archive select, #qodef-page-header .widget.widget_categories select, #qodef-page-header .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    border-radius: 5px;
}
#qodef-page-header .widget.widget_archive .select2, #qodef-page-header .widget.widget_categories .select2, #qodef-page-header .widget.widget_text .select2 {
    margin-bottom: 0;
}
#qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li {
    display: block;
}
#qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
#qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
#qodef-page-header .widget.widget_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
#qodef-page-header .widget.widget_calendar {
    width: 100%}
#qodef-page-header .widget.widget_calendar table {
    table-layout: fixed;
}
#qodef-page-header .widget.widget_calendar #today {
    color: #fff;
    background-color: #ec6830;
}
#qodef-page-header .widget.widget_calendar #today a {
    color: inherit;
}
#qodef-page-header .widget.widget_calendar tfoot td, #qodef-page-header .widget.widget_calendar tfoot tr {
    border: 0;
}
#qodef-page-header .widget.widget_calendar tfoot a {
    color: #444;
}
#qodef-page-header .widget.widget_text img {
    display: block;
}
#qodef-page-header .widget.widget_rss ul li {
    margin-bottom: 25px;
}
#qodef-page-header .widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
#qodef-page-header .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-page-header .widget.widget_rss ul .rssSummary {
    margin-top: 5px;
    text-transform: none;
}
#qodef-page-header .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px;
}
#qodef-page-header .widget.widget_search .qodef-widget-title {
    margin-bottom: 23px;
}
#qodef-page-header .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-header .widget.widget_search input {
    padding-right: 50px;
    margin: 0;
}
#qodef-page-header .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
#qodef-page-header .widget.widget_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
#qodef-page-header .widget.widget_search button:after {
    display: none;
}
#qodef-page-header .widget.widget_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-page-header .widget.widget_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
#qodef-page-header .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    font-family: inherit;
    font-size: 16px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #444;
}
#qodef-page-header .widget.widget_tag_cloud .tagcloud a:after {
    content: ', '}
#qodef-page-header .widget.widget_tag_cloud .tagcloud a:last-of-type:after {
    content: none;
}
#qodef-page-header .widget.widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
#qodef-page-header .widget.widget_media_image {
    margin-bottom: 0;
}
#qodef-page-header .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 23px;
}
#qodef-page-header .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top;
}
#qodef-page-header .widget.widget_media_image img {
    display: block;
}
@media (min-width:1025px) {
    #qodef-page-header .widget.widget_media_image img {
    margin: 0 auto;
}
}#qodef-page-footer .widget {
    margin: 0 0 32px;
    font-size: 15px;
}
#qodef-page-footer .widget:last-child {
    margin-bottom: 0!important;
}
#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 7px;
    text-transform: none;
    color: #444;
}
#qodef-page-footer .widget .qodef-widget-title a {
    color: inherit;
}
#qodef-page-footer .widget a {
    color: #6c7272;
}
#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 3px;
    text-transform: uppercase;
}
#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: 5px;
    margin-left: 1em;
}
#qodef-page-footer .widget.widget_playroom_core_blog_list .qodef-widget-title {
    margin-bottom: 11pxpx;
}
#qodef-page-footer .widget.widget_archive select, #qodef-page-footer .widget.widget_categories select, #qodef-page-footer .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    border-radius: 5px;
}
#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_categories ul:not(.qodef-shortcode-list) li {
    display: block;
}
#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
#qodef-page-footer .widget.widget_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
#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: #fff;
    background-color: #ec6830;
}
#qodef-page-footer .widget.widget_calendar #today a {
    color: inherit;
}
#qodef-page-footer .widget.widget_calendar tfoot td, #qodef-page-footer .widget.widget_calendar tfoot tr {
    border: 0;
}
#qodef-page-footer .widget.widget_calendar tfoot a {
    color: #6c7272;
}
#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: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-page-footer .widget.widget_rss ul .rssSummary {
    margin-top: 5px;
    text-transform: none;
}
#qodef-page-footer .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px;
}
#qodef-page-footer .widget.widget_search .qodef-widget-title {
    margin-bottom: 15px;
}
#qodef-page-footer .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-footer .widget.widget_search input {
    padding-right: 50px;
    margin: 0;
}
#qodef-page-footer .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
#qodef-page-footer .widget.widget_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
#qodef-page-footer .widget.widget_search button:after {
    display: none;
}
#qodef-page-footer .widget.widget_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-page-footer .widget.widget_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    font-family: inherit;
    font-size: 16px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #6c7272;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after {
    content: ', '}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-of-type:after {
    content: none;
}
#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
#qodef-page-footer .widget.widget_media_image {
    margin-bottom: 0;
}
#qodef-page-footer .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 15px;
}
#qodef-page-footer .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top;
}
#qodef-page-footer .widget.widget_media_image img {
    display: block;
}
@media (min-width:1025px) {
    #qodef-page-footer .widget.widget_media_image img {
    margin: 0 auto;
}
}#qodef-side-area .widget {
    margin: 0 0 23px;
    font-size: 15px;
    color: #fff;
}
#qodef-side-area .widget:last-child {
    margin-bottom: 0!important;
}
#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 11px;
    text-transform: none;
    color: #fff;
}
#qodef-side-area .widget .qodef-widget-title a {
    color: inherit;
}
#qodef-side-area .widget a {
    color: #fff;
}
#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 3px;
    text-transform: uppercase;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0;
}
#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 5px;
    margin-left: 1em;
}
#qodef-side-area .widget.widget_playroom_core_blog_list .qodef-widget-title {
    margin-bottom: 24px;
}
#qodef-side-area .widget.widget_archive select, #qodef-side-area .widget.widget_categories select, #qodef-side-area .widget.widget_text select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
    border-radius: 5px;
}
#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_categories ul:not(.qodef-shortcode-list) li {
    display: block;
}
#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
#qodef-side-area .widget.widget_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
#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: #fff;
    background-color: #ec6830;
}
#qodef-side-area .widget.widget_calendar #today a {
    color: inherit;
}
#qodef-side-area .widget.widget_calendar tfoot td, #qodef-side-area .widget.widget_calendar tfoot tr {
    border: 0;
}
#qodef-side-area .widget.widget_calendar tfoot a {
    color: #fff;
}
#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: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px;
    text-transform: none;
}
#qodef-side-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px;
}
#qodef-side-area .widget.widget_search .qodef-widget-title {
    margin-bottom: 19px;
}
#qodef-side-area .widget.widget_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-side-area .widget.widget_search input {
    padding-right: 50px;
    margin: 0;
}
#qodef-side-area .widget.widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
#qodef-side-area .widget.widget_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
#qodef-side-area .widget.widget_search button:after {
    display: none;
}
#qodef-side-area .widget.widget_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-side-area .widget.widget_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    font-family: inherit;
    font-size: 16px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #fff;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after {
    content: ', '}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-of-type:after {
    content: none;
}
#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #444;
}
#qodef-side-area .widget.widget_media_image {
    margin-bottom: 0;
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 19px;
}
#qodef-side-area .widget.widget_media_image a {
    display: inline-block;
    vertical-align: top;
}
#qodef-side-area .widget.widget_media_image img {
    display: block;
}
@media (min-width:1025px) {
    #qodef-side-area .widget.widget_media_image img {
    margin: 0 auto;
}
}input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}
input[type=search]::-ms-clear {
    display: none;
}
input[type=text]::-ms-clear {
    display: none;
}
#qodef-woo-page .qodef-woo-product-mark, .qodef-woo-shortcode .qodef-woo-product-mark {
    position: absolute;
    top: 9px;
    right: 0;
    padding: 30px;
    font-family: "Baloo Chettan", cursive;
    font-size: 13px;
    line-height: 1;
    color: #444;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22  width=%2246px%22 height=%2246px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cg transform=%22rotate(180 50 50)%22%3E%3Cpath fill=%22%23fff%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    z-index: 5;
    text-transform: uppercase;
}
#qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0;
}
#qodef-woo-page .qodef-woo-ratings, .qodef-woo-shortcode .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-inner, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
    font-size: 14px;
    color: #ec6830;
    letter-spacing: 5px;
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
#qodef-woo-page .price, .qodef-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 5px 0 0;
}
#qodef-woo-page .price del, .qodef-woo-shortcode .price del {
    margin-right: 10px;
}
#qodef-woo-page .price ins, .qodef-woo-shortcode .price ins {
    color: #ec6830;
    text-decoration: none;
}
#qodef-woo-page .added_to_cart, #qodef-woo-page .button, .qodef-woo-shortcode .added_to_cart, .qodef-woo-shortcode .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 40px 12px;
    line-height: 2em;
    line-height: 1.75em;
    cursor: pointer;
    z-index: 3;
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
#qodef-woo-page .added_to_cart:after, #qodef-woo-page .button:after, .qodef-woo-shortcode .added_to_cart:after, .qodef-woo-shortcode .button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
#qodef-woo-page .added_to_cart:hover, #qodef-woo-page .button:hover, .qodef-woo-shortcode .added_to_cart:hover, .qodef-woo-shortcode .button:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
#qodef-woo-page .added_to_cart:hover:after, #qodef-woo-page .button:hover:after, .qodef-woo-shortcode .added_to_cart:hover:after, .qodef-woo-shortcode .button:hover:after {
    animation: qodefBorderAnimation 4s infinite linear;
}
#qodef-woo-page .added_to_cart.added, #qodef-woo-page .button.added, .qodef-woo-shortcode .added_to_cart.added, .qodef-woo-shortcode .button.added {
    display: none;
}
#qodef-woo-page .quantity {
    white-space: nowrap;
}
#qodef-woo-page .quantity input[type=number] {
    width: 60px;
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
.woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}
@media only screen and (max-width:680px) {
    .woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.woocommerce-page div.woocommerce .woocommerce-error a, .woocommerce-page div.woocommerce .woocommerce-info a, .woocommerce-page div.woocommerce .woocommerce-message a {
    margin-top: 12px;
}
}.woocommerce-page div.woocommerce .shop_table tr {
    border-left: none;
    border-right: none;
    border-top: none;
}
.woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 5px;
    vertical-align: middle;
    text-align: left;
    border: 0;
}
.woocommerce-page div.woocommerce .shop_table td:first-child, .woocommerce-page div.woocommerce .shop_table th:first-child {
    padding-left: 0;
}
.woocommerce-page div.woocommerce .shop_table th {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
.woocommerce-page div.woocommerce .shop_table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li {
    margin: 0 0 10px;
    padding: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li:last-child {
    margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table td ul li label {
    margin-bottom: 0;
}
.woocommerce-page div.woocommerce .shop_table p {
    margin: 0;
}
.woocommerce-page div.woocommerce .col2-set {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -18px;
}
.woocommerce-page div.woocommerce .col2-set>* {
    width: 100%;
    padding: 0 18px;
    margin-bottom: 36px;
}
.woocommerce-page div.woocommerce address {
    font-style: normal;
}
.woocommerce-page div.woocommerce address p {
    margin: 0;
}
.woocommerce-page div.woocommerce form p {
    margin: 0 0 10px;
}
.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close, .woocommerce-page .pswp__button.pswp__button--fs, .woocommerce-page .pswp__button.pswp__button--zoom {
    background: 0 0!important;
}
.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close:before, .woocommerce-page .pswp__button.pswp__button--fs:before, .woocommerce-page .pswp__button.pswp__button--zoom:before {
    border: 0;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: 0 0;
}
.woocommerce-page .pswp__button--arrow--left:before {
    font-size: 45px;
    content: "\f104"}
.woocommerce-page .pswp__button--arrow--right:before {
    font-size: 45px;
    content: "\f105"}
.woocommerce-page .pswp__button.pswp__button--close:before {
    font-size: 17px;
    content: "\f00d"}
.woocommerce-page .pswp__button.pswp__button--zoom:before {
    font-size: 17px;
    content: "\f00e"}
.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
    font-size: 17px;
    content: "\f010"}
.woocommerce-page .pswp__button.pswp__button--fs:before {
    font-size: 17px;
    content: "\f0b2"}
.woocommerce-page .pswp__caption__center, .woocommerce-page .pswp__counter {
    font-family: inherit;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
#qodef-woo-page.qodef--cart .woocommerce-error, #qodef-woo-page.qodef--cart .woocommerce-info, #qodef-woo-page.qodef--cart .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--cart .woocommerce-error, #qodef-woo-page.qodef--cart .woocommerce-info, #qodef-woo-page.qodef--cart .woocommerce-message {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
#qodef-woo-page.qodef--cart .woocommerce-error a, #qodef-woo-page.qodef--cart .woocommerce-info a, #qodef-woo-page.qodef--cart .woocommerce-message a {
    margin-top: 12px;
}
}@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--cart .woocommerce-error, #qodef-woo-page.qodef--cart .woocommerce-info, #qodef-woo-page.qodef--cart .woocommerce-message {
    flex-wrap: wrap;
    flex-direction: column;
}
}#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 30px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
    font-size: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    width: 72px;
    padding-right: 10px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail a, #qodef-woo-page.qodef--cart .shop_table td.product-thumbnail img {
    display: block;
    width: 100%}
#qodef-woo-page.qodef--cart .shop_table td.product-name {
    text-align: left;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
    margin: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 20px 0 0;
    text-align: initial;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 70%;
    float: left;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
    display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
    width: auto;
    margin-right: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    float: right;
}
#qodef-woo-page.qodef--cart .shop_table.cart tbody>tr:last-child {
    border-bottom: 0;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: 20%}
#qodef-woo-page.qodef--cart .cart_totals, #qodef-woo-page.qodef--cart .cross-sells {
    margin-top: 80px;
}
#qodef-woo-page.qodef--cart .cart_totals>h2, #qodef-woo-page.qodef--cart .cross-sells>h2 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0 0 15px;
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0;
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    margin-top: 20px;
}
.woocommerce-page div.woocommerce>.cart-empty {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: none;
    text-align: center;
    padding: 40px 30px 20px;
}
.woocommerce-page div.woocommerce>.return-to-shop {
    margin: 0;
    text-align: center;
}
.woocommerce-page div.woocommerce>.return-to-shop a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 40px 12px;
    line-height: 2em;
    line-height: 1.75em;
    cursor: pointer;
    z-index: 3;
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.woocommerce-page div.woocommerce>.return-to-shop a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.woocommerce-page div.woocommerce>.return-to-shop a:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.woocommerce-page div.woocommerce>.return-to-shop a:hover:after {
    animation: qodefBorderAnimation 4s infinite linear;
}
#qodef-woo-page.qodef--checkout ul.woocommerce-error {
    flex-direction: column;
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    flex-direction: column;
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 10px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 40px;
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
    margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 0 0 20px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment {
    margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order {
    margin-top: 30px;
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 15px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods {
    margin: 0;
    padding: 0;
    list-style: none;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding-left: 25px;
    padding-right: 25px;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
    position: absolute;
    top: 18px;
    left: 0;
    margin: 0;
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    margin: 0;
    cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    float: left;
    padding-right: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ec6830;
}
.woocommerce-account.woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-account.woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-account.woocommerce-page div.woocommerce .woocommerce-message {
    flex-direction: row-reverse;
}
@media only screen and (max-width:680px) {
    .woocommerce-account.woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-account.woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-account.woocommerce-page div.woocommerce .woocommerce-message {
    flex-direction: column-reverse;
}
}.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70%;
    float: left;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 30px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
    margin: 48px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .order-again {
    margin: 30px 0 0;
}
.woocommerce-account .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 13px 40px 12px;
    line-height: 2em;
    line-height: 1.75em;
    cursor: pointer;
    z-index: 3;
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.woocommerce-account .button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.woocommerce-account .button:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.woocommerce-account .button:hover:after {
    animation: qodefBorderAnimation 4s infinite linear;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-left: 5px;
    margin-right: 25px;
    margin-bottom: 0;
}
@media only screen and (max-width:680px) {
    .woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    margin-left: 0;
    margin-right: 35px;
}
}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin-top: 10px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview {
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li {
    position: relative;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li p {
    margin: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-details {
    margin-top: 40px;
}
.woocommerce-order-received .woocommerce-order h2 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0 0 20px;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px;
}
#qodef-woo-page .woocommerce-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}
@media (min-width:1025px) {
    #qodef-woo-page .woocommerce-pagination {
    margin-bottom: 72px;
}
}#qodef-woo-page .woocommerce-pagination .page-numbers {
    position: relative;
    margin: 0 10px;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 15px;
    line-height: 1.294em;
}
#qodef-woo-page .woocommerce-pagination .page-numbers * {
    display: block;
    line-height: inherit;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:first-child {
    margin-left: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:last-child {
    margin-right: 0;
}
#qodef-woo-page .woocommerce-pagination .page-numbers:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background: url("data:image/svg+xml, %3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 x=%220px%22 y=%220px%22	 width=%2228px%22 height=%2228px%22 viewBox=%220 0 102 102%22 xml:space=%22preserve%22%3E%3Cpath fill=%22%23ffd7cd%22 d=%22M72.434, 95.811c0, 0, 41.985-13.987, 20.969-67.473c-21.017-53.486-52.713-10.31-64.487-15.001 C7.479, 4.795-1.051, 55.257, 4.631, 67.678C11.792, 83.332, 15.192, 111.994, 72.434, 95.811z%22/%3E%3C/svg%3E") no-repeat center;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after {
    display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next, #qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    position: relative;
    font-size: 17px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:after, #qodef-woo-page .woocommerce-pagination .page-numbers.prev:after {
    display: none;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev {
    margin-right: 6px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover span {
    animation: qodef-move-and-return-invert .6s forwards ease;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next {
    margin-left: 6px;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover span {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-woo-page .woocommerce-pagination .page-numbers.current:after, #qodef-woo-page .woocommerce-pagination .page-numbers:hover:after {
    opacity: 1;
}
.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-woo-product-list ul.products {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -18px;
    list-style: none;
    clear: both;
}
.qodef-woo-product-list ul.products>.product {
    padding: 0 18px;
    margin: 0 0 36px;
}
.qodef-woo-product-list ul.products.columns-1>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-2>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-3>.product {
    width: 33.33333%}
.qodef-woo-product-list ul.products.columns-4>.product {
    width: 25%}
.qodef-woo-product-list ul.products.columns-5>.product {
    width: 20%}
.qodef-woo-product-list ul.products.columns-6>.product {
    width: 16.66667%}
.qodef-woo-product-list ul.products.columns-7>.product {
    width: 14.28571%}
.qodef-woo-product-list ul.products.columns-8>.product {
    width: 12.5%}
.qodef-woo-product-list.qodef-gutter--no ul.products {
    margin: 0 0;
}
.qodef-woo-product-list.qodef-gutter--no ul.products>.product {
    padding: 0 0;
    margin: 0 0 0;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products {
    margin: 0 -5px;
}
.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product {
    padding: 0 5px;
    margin: 0 0 10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products {
    margin: 0 -10px;
}
.qodef-woo-product-list.qodef-gutter--small ul.products>.product {
    padding: 0 10px;
    margin: 0 0 20px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products {
    margin: 0 -15px;
}
.qodef-woo-product-list.qodef-gutter--normal ul.products>.product {
    padding: 0 15px;
    margin: 0 0 30px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products {
    margin: 0 -18px;
}
.qodef-woo-product-list.qodef-gutter--medium ul.products>.product {
    padding: 0 18px;
    margin: 0 0 36px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products {
    margin: 0 -30px;
}
.qodef-woo-product-list.qodef-gutter--large ul.products>.product {
    padding: 0 30px;
    margin: 0 0 60px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -40px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
    padding: 0 40px;
    margin: 0 0 80px;
}
.qodef-woo-product-list .qodef-woo-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%}
.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
    cursor: pointer;
}
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner {
    opacity: 1;
}
.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title {
    color: #444;
}
.qodef-woo-product-list .qodef-woo-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%}
.qodef-woo-product-list .qodef-woo-product-image img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
.qodef-woo-product-list .qodef-woo-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transition: opacity .2s ease-out;
}
.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 23px 0 30px;
}
#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-content .price {
    margin: 8px 0 0;
}
.qodef-woo-product-list .qodef-woo-product-title {
    color: #444;
    transition: color .2s ease-out;
    text-align: center;
}
.qodef-woo-product-list .qodef-woo-product-categories {
    display: none;
}
.qodef-woo-product-list .qodef-woo-ratings {
    margin-top: 9px;
    text-align: center;
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#qodef-woo-page .qodef-quantity-buttons {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    border: 2px dotted #ec6830;
    border-radius: 4px;
    padding: 0 7px;
    font-family: "Baloo Chettan", cursive;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    font-family: inherit;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    position: relative;
    height: 46px;
    width: 25px;
    padding: 0;
    margin: 0 20px;
    font-family: inherit;
    line-height: 44px;
    border: 0;
    outline: 0;
    color: #444;
    background-color: transparent;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    position: absolute;
    right: 6px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-left: 0;
    cursor: pointer;
    transition: color .15s ease-in-out;
    color: #231f20;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus {
    left: 5px;
    right: auto;
    border-bottom: 0;
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    border-bottom: 0;
}
.qodef-woo-results {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.qodef-woo-results .woocommerce-result-count {
    font-size: 14px;
    color: #a0a0a0;
}
.qodef-woo-results .woocommerce-ordering {
    margin-left: auto;
}
.qodef-woo-results .woocommerce-ordering select {
    width: auto;
    min-width: 220px;
    margin: 0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
    margin: 0;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single {
    font-size: 14px;
    background-color: transparent;
    color: #a0a0a0;
}
.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
    font-size: 20px;
    color: #a0a0a0;
}
#qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
    margin-top: 12px;
}
}@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
    flex-direction: column-reverse;
}
}#qodef-woo-page.qodef--single>.product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 0 -20px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
    padding: 0 20px;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image {
    width: 59%;
    position: relative;
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
    transform: translateX(-20px);
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .zoomImg {
    cursor: crosshair;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure {
    position: relative;
    margin: 0 -13px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery figure img {
    display: block;
    width: 100%;
    border-radius: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
    position: relative;
    width: calc(100% - 26px)!important;
    margin: 0 13px;
    overflow: hidden;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    position: relative;
    padding: 0 13px;
    margin-top: 26px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
    width: 100%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
    width: 50%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    width: 33.33333%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    width: 25%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    width: 20%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    width: 16.66667%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
    width: 14.28571%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
    width: 12.5%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: calc(27% + 10px);
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    display: flex;
    flex-direction: row-reverse;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img {
    height: 100%;
    object-fit: cover;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
    width: calc(100% - 27%)!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
    width: 27%}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image a, #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image img {
    border-radius: 4px;
}
@media screen and (min-width:681px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 100%}
}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 0;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .entry-summary {
    width: 41%}
#qodef-woo-page.qodef--single .entry-summary .price {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    margin-top: 10px;
    justify-content: flex-start;
}
#qodef-woo-page.qodef--single .entry-summary .price ins {
    color: #ec6830;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings {
    flex-shrink: 0;
    width: auto;
    margin-right: 14px;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link {
    color: #6c7272;
    letter-spacing: .04em;
}
#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #444;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description {
    margin-top: 25px;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p {
    margin-top: 0;
}
#qodef-woo-page.qodef--single .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 42px;
}
#qodef-woo-page.qodef--single form.cart .variations_button, #qodef-woo-page.qodef--single form.cart:not(.variations_form) {
    display: flex;
    align-items: flex-start;
}
#qodef-woo-page.qodef--single form.cart .variations_button .quantity, #qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity {
    margin-right: 17px;
}
#qodef-woo-page.qodef--single form.cart.grouped_form {
    flex-wrap: wrap;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td, #qodef-woo-page.qodef--single form.cart.grouped_form .group_table th {
    padding: 20px 0;
    vertical-align: middle;
    text-align: left;
}
#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label {
    margin-bottom: 0;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--single form.cart.grouped_form>.button {
    margin-top: 30px;
}
#qodef-woo-page.qodef--single form.cart button.single_add_to_cart_button {
    padding: 12px 34px;
}
#qodef-woo-page.qodef--single form.cart .group_table tr {
    border-left: none;
    border-right: none;
    border-top: none;
}
#qodef-woo-page.qodef--single form.cart .group_table td, #qodef-woo-page.qodef--single form.cart .group_table th {
    padding: 15px 0 15px 5px;
    vertical-align: middle;
    text-align: left;
    border: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td:first-child, #qodef-woo-page.qodef--single form.cart .group_table th:first-child {
    padding-left: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table th {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li {
    margin: 0 0 10px;
    padding: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li:last-child {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table td ul li label {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--single form.cart .group_table p {
    margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations {
    margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .variations tr {
    border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations td, #qodef-woo-page.qodef--single form.cart .variations th {
    padding: 0;
    text-align: initial;
    vertical-align: middle;
    border: 0;
}
#qodef-woo-page.qodef--single form.cart .variations label {
    margin-bottom: 0;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--single form.cart .variations select {
    width: auto;
    min-width: 220px;
    margin: 0;
}
#qodef-woo-page.qodef--single form.cart .variations .select2-container--default {
    margin: 10px 0;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    display: inline-block;
    vertical-align: top;
    margin: 13px 0 0 15px;
}
#qodef-woo-page.qodef--single form.cart .single_variation {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#qodef-woo-page.qodef--single form.cart .single_variation .price {
    margin: 0;
}
#qodef-woo-page.qodef--single .out-of-stock {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    margin: 28px 0 0;
}
#qodef-woo-page.qodef--single .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 35px;
}
#qodef-woo-page.qodef--single .product_meta>* {
    position: relative;
    display: flex;
    margin-bottom: 8px;
}
#qodef-woo-page.qodef--single .product_meta>:last-child {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label {
    flex-shrink: 0;
    margin-right: 10px;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
    line-height: inherit!important;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value>* {
    color: #6c7272;
}
#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value>a:hover {
    color: #444;
}
#qodef-woo-page.qodef--single .product_meta .posted_in {
    text-transform: uppercase;
    font-size: 13px;
}
#qodef-woo-page.qodef--single .qodef-social-share {
    margin-top: 8px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 89px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    border-bottom: 2px dotted rgba(236, 106, 50, .7);
    margin: 0 16.7%;
    padding-bottom: 12px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 26px 0 0;
    padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    display: block;
    padding: 0 3px 1px;
    transition: color .2s ease-out, background-color .2s ease-out;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.15em;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: #fff;
    background-color: #444;
}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    flex-direction: column;
    align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 0 26px 0;
    padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-bottom: 0;
}
}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 77px 0 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    position: relative;
    padding: 7px 3px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    background: url("https://cdn3.iconfinder.com/data/icons/pixel-perfect-at-16px-volume-3-1/16/5109-512.png") no-repeat center;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a {
    color: #444;
    background-color: transparent;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after {
    opacity: 1;
}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    margin: 0;
    justify-content: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0;
}
}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 25px;
    text-align: center;
    padding: 0 10%}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    padding: 0;
    text-align: left;
}
}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 25px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table tr {
    border: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
    border: none;
    display: block;
    text-align: center;
}
@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td, #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
    text-align: left;
}
}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table th {
    padding: 5px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information table td {
    padding: 0 5px;
    margin-bottom: 17px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 28px;
    text-align: left;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
    display: none;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
    margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.form-submit {
    margin-top: 17px;
}
#qodef-woo-page.qodef--single .shop_attributes td, #qodef-woo-page.qodef--single .shop_attributes th {
    padding: 15px 10px;
    vertical-align: middle;
    text-align: left;
}
#qodef-woo-page.qodef--single .shop_attributes th {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--single .shop_attributes p {
    margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
    line-height: 1.15em;
    margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 22px 0 5px;
    padding: 0;
    list-style: none;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>* {
    margin: 0 0 30px;
    padding: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child {
    margin-bottom: 0;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container {
    position: relative;
    display: flex;
    align-items: flex-start;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img {
    flex-shrink: 0;
    width: 80px;
    margin-right: 20px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .meta {
    padding-top: 2px;
}
#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-woo-page.qodef--single #review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-woo-page.qodef--single #review_form .comment-reply-title {
    display: block;
    margin-top: 15px;
    margin-bottom: 14px;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 20px;
    line-height: 1.15em;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating label {
    margin-bottom: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars {
    line-height: 1;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span {
    display: flex;
    overflow: hidden;
    letter-spacing: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars * {
    line-height: inherit;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 0;
    color: transparent;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    z-index: 2;
    content: "\e031";
    font-size: 14px;
    color: #ec6830;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
}
body:not([class*=playroom-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
    content: '\2606'}
body.qodef-browser--safari #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before {
    letter-spacing: 5px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "\e033\e033\e033\e033\e033";
    font-size: 14px;
    color: #ec6830;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 5px;
}
body:not([class*=playroom-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a.active:after {
    content: '\2605\2605\2605\2605\2605'}
#qodef-woo-page.qodef--single #review_form .comment-form-comment {
    margin-top: 17px;
    margin-bottom: 11px;
}
#qodef-woo-page.qodef--single #review_form .comment-form-cookies-consent {
    margin-top: 6px;
}
#qodef-woo-page.qodef--single #review_form .form-submit input[type=submit] {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    border: 2px dotted #ec6830;
}
#qodef-woo-page.qodef--single #review_form .form-submit input[type=submit]:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
#qodef-woo-page.qodef--single .related {
    margin-top: 92px;
}
#qodef-woo-page.qodef--single .related>h2 {
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 26px;
    line-height: 1.307em;
    margin: 0 0 50px;
    text-align: center;
}
.widget.woocommerce .qodef-woo-product-title {
    margin: 0;
}
.widget.woocommerce .qodef-woo-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star {
    font-size: 14px;
    color: #ec6830;
    letter-spacing: 5px;
}
.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.widget.woocommerce .price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 5px 0 0;
}
.widget.woocommerce .price del {
    margin-right: 10px;
}
.widget.woocommerce .price ins {
    color: #ec6830;
    text-decoration: none;
}
.widget.woocommerce .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Baloo Chettan", cursive;
    font-size: 15px;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    outline: 0;
    box-sizing: border-box;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    padding: 7px 34px;
    line-height: 1.75em;
    line-height: 1.75em;
    cursor: pointer;
    z-index: 3;
    color: #ec6830;
    background-color: transparent;
}
.widget.woocommerce .button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.widget.woocommerce .button:hover {
    color: #fff;
    background-color: #ec6830;
    border: none;
}
.widget.woocommerce {
    margin: 0 0 32px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
    position: relative;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 80px;
    margin-right: 20px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    line-height: 25px;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"}
body:not([class*=playroom-core]) .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    content: 'x';
    font-family: initial;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
    margin: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 21px 0 0;
}
.widget.woocommerce.widget_layered_nav ul li {
    font-size: 13px;
    letter-spacing: .04em;
}
.widget.woocommerce.widget_layered_nav ul li .count {
    margin-left: 5px;
}
.widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #ec6830;
}
.widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 25px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 2px;
    background-color: #c3e1db;
    border-radius: 0;
    cursor: pointer;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: -8px;
    height: 18px;
    width: 18px;
    background-color: #c3e1db;
    border-radius: 100%;
    outline: 0;
    z-index: 2;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    transform: translateX(-18px);
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #c3e1db;
    border-radius: 0;
    z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 15px 0 0;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    padding: 5px 30px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
.widget.woocommerce.widget_price_filter .price_slider_amount button:hover:after {
    animation: qodefBorderAnimation 4s infinite linear;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount .clear {
    display: none;
}
.widget.woocommerce.widget_product_categories .qodef-widget-title {
    margin-bottom: 15px;
}
.widget.woocommerce.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
}
.widget.woocommerce.widget_product_categories .select2 {
    margin-bottom: 0;
}
.widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li {
    display: inline-block;
}
.widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
.widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
.widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li:after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 13px;
}
.widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
.widget.woocommerce.widget_product_search .qodef-widget-title {
    margin-bottom: 23px;
}
.widget.woocommerce.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.widget.woocommerce.widget_product_search input {
    padding-right: 50px;
    margin: 0;
}
.widget.woocommerce.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
.widget.woocommerce.widget_product_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
.widget.woocommerce.widget_product_search button:after {
    display: none;
}
.widget.woocommerce.widget_product_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
.widget.woocommerce.widget_product_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
.widget.woocommerce.widget_product_tag_cloud .qodef-widget-title {
    margin-bottom: 15px;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 0;
    font-family: inherit;
    font-size: 13px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
    color: #6c7272;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
    content: ' / '}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
    display: none;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    color: #ec6830;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover:after {
    color: currentColor;
}
.widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin-bottom: 0;
}
.widget.woocommerce.widget_products .qodef-woo-product-image, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    flex-shrink: 0;
    margin-right: 20px;
}
.widget.woocommerce.widget_products .qodef-woo-product-image a, .widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    position: relative;
    display: block;
}
.widget.woocommerce.widget_products .qodef-woo-product-image img, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 80px;
}
.widget.woocommerce.widget_products .qodef-woo-product-title a, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-title a, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-title a {
    color: inherit;
}
.widget.woocommerce.widget_products .qodef-woo-product-title a:hover, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-title a:hover, .widget.woocommerce.widget_top_rated_products .qodef-woo-product-title a:hover {
    color: #ec6830;
}
.widget.woocommerce.widget_products .qodef-woo-ratings, .widget.woocommerce.widget_recently_viewed_products .qodef-woo-ratings, .widget.woocommerce.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 10px;
}
.widget.woocommerce.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px;
}
.widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0;
}
.widget.woocommerce.widget_recent_reviews ul li>* {
    display: block;
    padding-left: 100px;
}
.widget.woocommerce.widget_recent_reviews a {
    position: relative;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
.widget.woocommerce.widget_recent_reviews a:hover {
    color: #ec6830;
}
.widget.woocommerce.widget_recent_reviews a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
.widget.woocommerce.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px;
}
.widget.woocommerce.widget_layered_nav ul li a:hover {
    color: #444;
}
#qodef-page-footer .widget.woocommerce {
    margin: 0 0 32px;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li {
    position: relative;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove) {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
    width: 80px;
    margin-right: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    line-height: 25px;
    font-size: 18px;
    font-family: ElegantIcons;
    content: "\4d"}
body:not([class*=playroom-core]) #qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
    content: 'x';
    font-family: initial;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
    margin: 0;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: block;
    margin-top: 10px;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0;
}
#qodef-page-footer .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 21px 0 0;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li {
    font-size: 13px;
    letter-spacing: .04em;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li .count {
    margin-left: 5px;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li.chosen a {
    color: #ec6830;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .qodef-widget-title {
    margin-bottom: 25px;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 2px;
    background-color: #c3e1db;
    border-radius: 0;
    cursor: pointer;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: -8px;
    height: 18px;
    width: 18px;
    background-color: #c3e1db;
    border-radius: 100%;
    outline: 0;
    z-index: 2;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    transform: translateX(-18px);
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: #c3e1db;
    border-radius: 0;
    z-index: 1;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 15px 0 0;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount button {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
    padding: 5px 30px;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(90deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%), linear-gradient(0deg, currentColor 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 5px 2px, 5px 2px, 2px 5px, 2px 5px;
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    border-radius: 4px;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount button:hover {
    color: #ec6830;
    background-color: #ffd7cd;
    border: none;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount button:hover:after {
    animation: qodefBorderAnimation 4s infinite linear;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
    font-size: 14px;
}
#qodef-page-footer .widget.woocommerce.widget_price_filter .price_slider_amount .clear {
    display: none;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories .qodef-widget-title {
    margin-bottom: 15px;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0 0;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories .select2 {
    margin-bottom: 0;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li {
    display: inline-block;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li a {
    font-size: 13px;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li a:hover {
    color: #444;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li:after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 13px;
}
#qodef-page-footer .widget.woocommerce.widget_product_categories ul:not(.qodef-shortcode-list) li:last-child:after {
    content: ''}
#qodef-page-footer .widget.woocommerce.widget_product_search .qodef-widget-title {
    margin-bottom: 23px;
}
#qodef-page-footer .widget.woocommerce.widget_product_search .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
#qodef-page-footer .widget.woocommerce.widget_product_search input {
    padding-right: 50px;
    margin: 0;
}
#qodef-page-footer .widget.woocommerce.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 15px;
    color: #444;
    background-color: transparent;
    border: 0;
}
#qodef-page-footer .widget.woocommerce.widget_product_search button span {
    display: inline-flex;
    justify-content: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #c3e1db;
    font-size: 18px;
}
#qodef-page-footer .widget.woocommerce.widget_product_search button:after {
    display: none;
}
#qodef-page-footer .widget.woocommerce.widget_product_search button:hover span:before {
    animation: qodef-move-and-return .6s forwards ease;
}
#qodef-page-footer .widget.woocommerce.widget_product_search button svg {
    display: block;
    width: 15px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .qodef-widget-title {
    margin-bottom: 15px;
}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px 0;
    font-family: inherit;
    font-size: 13px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: uppercase;
    color: #ccc;
}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
    content: ' / '}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
    display: none;
}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
    color: #ec6830;
}
#qodef-page-footer .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover:after {
    color: currentColor;
}
#qodef-page-footer .widget.woocommerce.widget_products ul li, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li, #qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_products ul li:last-child, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products ul li:last-child, #qodef-page-footer .widget.woocommerce.widget_top_rated_products ul li:last-child {
    margin-bottom: 0;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image {
    flex-shrink: 0;
    margin-right: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image a, #qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image a, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image a, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    position: relative;
    display: block;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-image img, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-image img {
    width: 80px;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-title a, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-title a, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-title a {
    color: inherit;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-product-title a:hover, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-product-title a:hover {
    color: #ec6830;
}
#qodef-page-footer .widget.woocommerce.widget_products .qodef-woo-ratings, #qodef-page-footer .widget.woocommerce.widget_recently_viewed_products .qodef-woo-ratings, #qodef-page-footer .widget.woocommerce.widget_top_rated_products .qodef-woo-ratings {
    margin-top: 10px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li {
    min-height: 80px;
    margin-bottom: 20px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li:last-child {
    margin-bottom: 0;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews ul li>* {
    display: block;
    padding-left: 100px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews a {
    position: relative;
    font-family: "Baloo Chettan", cursive;
    font-weight: 400;
    color: #444;
    font-size: 17px;
    line-height: 1.294em;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews a:hover {
    color: #ec6830;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
}
#qodef-page-footer .widget.woocommerce.widget_recent_reviews .qodef-woo-ratings {
    margin-top: 5px;
}
#qodef-page-footer .widget.woocommerce.widget_layered_nav ul li a:hover {
    color: #444;
}
@media only screen and (max-width:1200px) {
    .qodef-content-grid {
    width: 960px;
}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 960px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 960px)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: calc(960px + 60px);
    max-width: 100%}
}@media only screen and (max-width:800px) {
    .qodef--boxed .qodef-content-grid {
    width: calc(600px + 60px);
}
}@media only screen and (max-width:1024px) {
    .qodef-content-grid {
    width: 768px;
}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 768px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 768px)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: calc(768px + 60px);
    max-width: 100%}
}@media only screen and (max-width:800px) {
    .qodef--boxed .qodef-content-grid {
    width: calc(600px + 60px);
}
}@media only screen and (max-width:800px) {
    .qodef-content-grid {
    width: 86%}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 86%)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 86%)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: calc(86% + 60px);
    max-width: 100%}
}@media only screen and (max-width:800px) {
    .qodef--boxed .qodef-content-grid {
    width: calc(600px + 60px);
}
}@media only screen and (max-width:480px) {
    .qodef-content-grid {
    width: 300px;
}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 300px)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 300px)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: calc(300px + 60px);
    max-width: 100%}
}@media only screen and (max-width:800px) {
    .qodef--boxed .qodef-content-grid {
    width: calc(600px + 60px);
}
}@media only screen and (max-width:360px) {
    .qodef-content-grid {
    width: 82%}
.qodef-content-grid.qodef-extended-grid--right {
    padding-left: calc((100% - 82%)/ 2);
}
.qodef-content-grid.qodef-extended-grid--left {
    padding-right: calc((100% - 82%)/ 2);
}
.qodef--boxed .qodef-content-grid {
    width: calc(82% + 60px);
    max-width: 100%}
}@media only screen and (max-width:800px) {
    .qodef--boxed .qodef-content-grid {
    width: calc(600px + 60px);
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item: nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}

}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}

}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
    width: 100%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
    width: 75%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
    width: 50%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
    width: 25%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}

}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
    width: 100%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
    width: 75%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
    width: 50%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
    width: 25%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
    width: 100%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
    width: 75%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
    width: 50%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
    width: 25%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
    width: 100%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
    width: 75%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
    width: 50%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
    width: 25%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
    width: 100%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
    width: 75%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
    width: 50%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
    width: 25%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
    clear: both;
}
}@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 100%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 50%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 25%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 20%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 40%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 28.57143%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
    width: 100%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
    width: 91.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
    width: 83.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
    width: 75%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
    width: 66.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
    width: 58.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
    width: 50%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
    width: 41.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
    width: 33.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
    width: 25%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
    width: 16.66667%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
    width: 8.33333%}
}@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
}@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%}
.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
    width: 25%}
}@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -60px;
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
    margin: 0 -30px;
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px;
}
}@media only screen and (max-width:680px) {
    #qodef-404-page {
    padding: 110px 40px 200px;
}
}@media only screen and (max-width:680px) {
    .qodef-blog .qodef-blog-item .qodef-e-title {
    text-align: left;
}
.qodef-blog .qodef-blog-item .qodef-e-content {
    padding-left: 10%;
    padding-right: 10%}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right {
    display: flex;
    flex-direction: column;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-e-info-category {
    padding: 0;
}
.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right .qodef-e-info-share {
    margin-top: 9px;
}
.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-block;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 40px;
}
}@media only screen and (max-width:768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 20px;
}
}@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    flex-wrap: wrap;
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-content {
    margin-top: 23px;
}
#qodef-page-comments-list .qodef-comment-item .children {
    padding-left: 6%}
}@media only screen and (max-width:680px) {
    #qodef-page-comments-form>.comment-respond {
    margin-top: 0;
}
#cancel-comment-reply-link {
    float: none;
    display: block;
}
}@media only screen and (max-width:1024px) {
    .qodef-m-filter .qodef-m-filter-items {
    flex-wrap: wrap;
}
.qodef-m-filter .qodef-m-filter-items:after {
    content: none;
}
.qodef-m-filter .qodef-m-filter-item {
    font-size: 13px;
    padding: 24px 19px;
    min-width: 140px;
    margin: 0 7px;
    background-size: contain!important;
}
.qodef-m-filter .qodef-m-filter-item img {
    margin-right: 5px;
    width: 20px;
}
}@media only screen and (max-width:680px) {
    .qodef-m-filter .qodef-m-filter-items {
    flex-direction: column;
}
.qodef-m-filter .qodef-m-filter-item {
    margin: 5px 0;
    transform: none!important;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 34px;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 34px;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-header {
    display: none;
}
}@media only screen and (max-width:1024px) {
    #qodef-page-mobile-header {
    display: block;
}
}@media only screen and (max-width:768px) {
    .woocommerce-page div.woocommerce .col2-set {
    flex-wrap: wrap;
}
}@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--cart .shop_table th {
    font-size: 13px;
}
#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail {
    display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 15px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name {
    line-height: 1em;
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-size: 13px;
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    display: none;
}
#qodef-woo-page.qodef--cart .shop_table td.product-price, #qodef-woo-page.qodef--cart .shop_table td.product-subtotal {
    font-size: 14px;
}
#qodef-woo-page.qodef--cart .shop_table td .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page.qodef--cart .shop_table td .qodef-quantity-buttons .qodef-quantity-plus {
    font-size: 16px;
}
#qodef-woo-page.qodef--cart .shop_table td .qodef-quantity-buttons .qodef-quantity-input {
    font-size: 16px;
    margin: 0 15px;
    height: 40px;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    width: 100%;
    float: none;
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 20px;
}
#qodef-woo-page.qodef--cart .shop_table td.actions>.button {
    float: none;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
    width: auto;
}
}@media only screen and (max-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
}
}@media only screen and (max-width:1440px) {
    .qodef-woo-product-list ul.products.columns-6>.product {
    width: 20%}
}@media only screen and (max-width:1366px) {
    .qodef-woo-product-list ul.products.columns-5>.product {
    width: 25%}
.qodef-woo-product-list ul.products.columns-6>.product {
    width: 25%}
.qodef-woo-product-list ul.products.columns-7>.product {
    width: 25%}
.qodef-woo-product-list ul.products.columns-8>.product {
    width: 25%}
}@media only screen and (max-width:1024px) {
    .qodef-woo-product-list ul.products.columns-4>.product {
    width: 33.33333%}
.qodef-woo-product-list ul.products.columns-5>.product {
    width: 33.33333%}
.qodef-woo-product-list ul.products.columns-6>.product {
    width: 33.33333%}
.qodef-woo-product-list ul.products.columns-7>.product {
    width: 33.33333%}
.qodef-woo-product-list ul.products.columns-8>.product {
    width: 33.33333%}
}@media only screen and (max-width:768px) {
    .qodef-woo-product-list ul.products.columns-3>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-4>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-5>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-6>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-7>.product {
    width: 50%}
.qodef-woo-product-list ul.products.columns-8>.product {
    width: 50%}
}@media only screen and (max-width:680px) {
    .qodef-woo-product-list ul.products.columns-2>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-3>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-4>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-5>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-6>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-7>.product {
    width: 100%}
.qodef-woo-product-list ul.products.columns-8>.product {
    width: 100%}
}@media only screen and (max-width:1440px) {
    .qodef-woo-product-list.qodef-gutter--huge ul.products {
    margin: 0 -30px;
}
.qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
    padding: 0 30px;
    margin: 0 0 60px;
}
}@media only screen and (max-width:680px) {
    .qodef-woo-results {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
}
}.qodef-woo-results .woocommerce-ordering {
    margin-left: 0;
}
@media only screen and (max-width:1024px) {
    #qodef-woo-page.qodef--single .qodef-woo-single-inner {
    flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner .entry-summary, #qodef-woo-page.qodef--single .qodef-woo-single-inner .qodef-woo-single-image {
    width: 100%}
#qodef-woo-page.qodef--single .entry-summary {
    margin-top: 32px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    margin: 0;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    padding: 0 5%}
}@media only screen and (max-width:680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    width: 50%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger {
    left: 10px;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure {
    flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image {
    width: 100%!important;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child {
    margin-top: 26px!important;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    padding: 0;
}
}

@media(min-width: 1900px){
	.play-image {
    top: 360px !important;
    left: 366px !important;
}
}

@media(min-width: 1200px) and (max-width:1300px ){
img#play{
	top: 241px !important;
    left: 246px !important;
}
}


@media(min-width: 1400px){
 .look-at-service-sec .qodef-e.qodef-grid-item {
 
    min-height: 345px;
    margin-bottom: 0px !important;
}
}