@charset "UTF-8";
@charset "UTF-8";


.em {   }
.em {  --theme-hue: 0; --accent-hue: 220; --accent-s: 86%;
--accent-l: 57%;
--text-color-richer: hsl(var(--theme-hue), 0%, 5%); --text-color-normal: hsl(var(--theme-hue), 0%, 13%); --text-color-softer: hsl(var(--theme-hue), 0%, 33%); --accent-color: hsl(var(--accent-hue), var(--accent-s), var(--accent-l)); --accent-color-hover: hsl(var(--accent-hue), calc(var(--accent-s) - 10%), calc(var(--accent-l) - 8%)); --border-color: hsl(var(--theme-hue), 0%, 73%); --border-color-softer: hsl(var(--theme-hue), 0%, 82%); --background-color: transparent; --background-color-softer: hsl(var(--theme-hue), 0%, 95%);
--background-color-checkboxes: white;
--background-color-inputs: white;
--background-color-skeleton: #ededed;
--background-color-skeleton-softer: hsl(var(--theme-hue), 0%, 95%);
--code-background: hsl(var(--theme-hue), 0%, 95%); --button-primary-color: white;
--font-size: 16px;
--line-height: 20px;
--font-weight: 400;
--font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; --grid-max-width: 960px;
}
.em.pixelbones {                          --button-padding: 0 30px;
--input-padding: 6px 10px; scroll-behavior: smooth !important;
font-size: var(--font-size) !important; line-height: var(--line-height) !important;
font-weight: var(--font-weight) !important;
font-family: var(--font-family) !important;
color: var(--text-color-normal) !important;
background-color: var(--background-color) !important;                      }
.em.pixelbones .pixelbones {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
.em.pixelbones .pixelbones {
margin: 0;
}
.em.pixelbones main {
display: block;
}
.em.pixelbones h1 {
font-size: 2em;
margin: 0.67em 0;
}
.em.pixelbones hr {
box-sizing: content-box; height: 0; overflow: visible; }
.em.pixelbones pre {
font-family: monospace, monospace; font-size: 1em; }
.em.pixelbones a {
background-color: transparent;
}
.em.pixelbones abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
.em.pixelbones b,
.em.pixelbones strong {
font-weight: bolder;
}
.em.pixelbones code,
.em.pixelbones kbd,
.em.pixelbones samp {
font-family: monospace, monospace; font-size: 1em; }
.em.pixelbones small {
font-size: 80%;
}
.em.pixelbones sub,
.em.pixelbones sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.em.pixelbones sub {
bottom: -0.25em;
}
.em.pixelbones sup {
top: -0.5em;
}
.em.pixelbones img {
border-style: none;
}
.em.pixelbones .input {               }
.em.pixelbones .input button,
.em.pixelbones .input input,
.em.pixelbones .input optgroup,
.em.pixelbones .input select,
.em.pixelbones .input textarea {
display: inline-block;
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
.em.pixelbones .input button,
.em.pixelbones .input input { overflow: visible;
}
.em.pixelbones .input button,
.em.pixelbones .input select { text-transform: none;
}
.em.pixelbones .input button,
.em.pixelbones .input [type=button],
.em.pixelbones .input [type=reset],
.em.pixelbones .input [type=submit] {
-webkit-appearance: button;
}
.em.pixelbones .input button::-moz-focus-inner,
.em.pixelbones .input [type=button]::-moz-focus-inner,
.em.pixelbones .input [type=reset]::-moz-focus-inner,
.em.pixelbones .input [type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
.em.pixelbones .input button:-moz-focusring,
.em.pixelbones .input [type=button]:-moz-focusring,
.em.pixelbones .input [type=reset]:-moz-focusring,
.em.pixelbones .input [type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
.em.pixelbones .input fieldset {
padding: 0.35em 0.75em 0.625em;
}
.em.pixelbones .input legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
.em.pixelbones .input progress {
vertical-align: baseline;
}
.em.pixelbones .input textarea {
overflow: auto;
}
.em.pixelbones .input [type=checkbox],
.em.pixelbones .input [type=radio] {
box-sizing: border-box; padding: 0; }
.em.pixelbones .input [type=number]::-webkit-inner-spin-button,
.em.pixelbones .input [type=number]::-webkit-outer-spin-button {
height: auto;
}
.em.pixelbones .input [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; }
.em.pixelbones .input [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
.em.pixelbones .input ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
.em.pixelbones details {
display: block;
}
.em.pixelbones summary {
display: list-item;
}
.em.pixelbones template {
display: none;
}
.em.pixelbones [hidden] {
display: none;
}
.em.pixelbones * {
box-sizing: border-box !important;
}
.em.pixelbones .grid-container {
position: relative !important;
max-width: var(--grid-max-width) !important;
margin: 0 auto !important;
padding: 0px !important;
text-align: left !important;
display: grid !important;
grid-gap: 20px !important;
gap: 20px !important; grid-template-columns: minmax(200px, 1fr) !important;
}
@media (min-width: 600px) {
.em.pixelbones { }
.em.pixelbones .grid-container {
grid-template-columns: repeat(3, 1fr) !important;
padding: 0 !important;
}
.em.pixelbones .grid-container.fifths {
grid-template-columns: repeat(5, 1fr) !important;
}
.em.pixelbones .grid-container.quarters {
grid-template-columns: repeat(4, 1fr) !important;
}
.em.pixelbones .grid-container.thirds {
grid-template-columns: repeat(3, 1fr) !important;
}
.em.pixelbones .grid-container.halves {
grid-template-columns: repeat(2, 1fr) !important;
}
.em.pixelbones .grid-container.full {
grid-template-columns: 1fr !important;
}
}
.em.pixelbones h1, .em.pixelbones h2, .em.pixelbones h3, .em.pixelbones h4, .em.pixelbones h5, .em.pixelbones h6 {
margin-top: 0 !important;
margin-bottom: 20px !important;
font-weight: 300 !important;
}
.em.pixelbones h1 {
font-size: calc(var(--font-size) + 24px) !important;
line-height: 1.2 !important;
letter-spacing: -1px !important;
}
.em.pixelbones h2 {
font-size: calc(var(--font-size) + 20px) !important;
line-height: 1.25 !important;
letter-spacing: -1px !important;
}
.em.pixelbones h3 {
font-size: calc(var(--font-size) + 14px) !important;
line-height: 1.3 !important;
letter-spacing: -1px !important;
}
.em.pixelbones h4 {
font-size: calc(var(--font-size) + 8px) !important;
line-height: 1.35 !important;
letter-spacing: -0.8px !important;
}
.em.pixelbones h5 {
font-size: calc(var(--font-size) + 2px) !important;
line-height: 1.5 !important;
letter-spacing: -0.5px !important;
}
.em.pixelbones h6 {
font-size: var(--font-size) !important;
line-height: 1.6 !important;
letter-spacing: 0 !important;
}
@media (min-width: 600px) {
.em.pixelbones h1 {
font-size: calc(var(--font-size) + 34px) !important;
}
.em.pixelbones h2 {
font-size: calc(var(--font-size) + 26px) !important;
}
.em.pixelbones h3 {
font-size: calc(var(--font-size) + 20px) !important;
}
.em.pixelbones h4 {
font-size: calc(var(--font-size) + 14px) !important;
}
.em.pixelbones h5 {
font-size: calc(var(--font-size) + 8px) !important;
}
.em.pixelbones h6 {
font-size: var(--font-size) !important;
}
}
.em.pixelbones p {
margin: 0 0 5px !important;
line-height: var(--line-height) !important;
}
.em.pixelbones a {
color: var(--accent-color) !important;
background-color: transparent !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.em.pixelbones a :hover {
color: var(--accent-color-hover) !important;
background-color: transparent !important;
}
.em.pixelbones a :focus {
background-color: transparent !important;
}
.em.pixelbones .button.input:not([data-nostyle]), .em.pixelbones button.input:not([data-nostyle]), .em.pixelbones input[type=submit].input:not([data-nostyle]), .em.pixelbones input[type=reset].input:not([data-nostyle]), .em.pixelbones input[type=button].input:not([data-nostyle]), .em.pixelbones.input .button:not([data-nostyle]), .em.pixelbones.input button:not([data-nostyle]), .em.pixelbones.input input[type=submit]:not([data-nostyle]), .em.pixelbones.input input[type=reset]:not([data-nostyle]), .em.pixelbones.input input[type=button]:not([data-nostyle]),
.em.pixelbones .input .button:not([data-nostyle]), .em.pixelbones .input button:not([data-nostyle]), .em.pixelbones .input input[type=submit]:not([data-nostyle]), .em.pixelbones .input input[type=reset]:not([data-nostyle]), .em.pixelbones .input input[type=button]:not([data-nostyle]) {
display: inline-block;
height: 38px !important;
padding: var(--button-padding) !important;
color: var(--text-color-softer) !important;
text-align: center !important;
font-size: 11px !important;
font-weight: 600 !important;
line-height: 38px !important;
letter-spacing: 1px !important;
text-transform: uppercase !important;
text-decoration: none !important;
white-space: nowrap !important;
background-color: transparent !important;
border-radius: 4px !important;
border: 1px solid var(--border-color) !important;
cursor: pointer !important;
box-sizing: border-box !important;
}
.em.pixelbones .button.input:not([data-nostyle]).disabled, .em.pixelbones button.input:not([data-nostyle]).disabled, .em.pixelbones input[type=submit].input:not([data-nostyle]).disabled, .em.pixelbones input[type=reset].input:not([data-nostyle]).disabled, .em.pixelbones input[type=button].input:not([data-nostyle]).disabled, .em.pixelbones.input .button:not([data-nostyle]).disabled, .em.pixelbones.input button:not([data-nostyle]).disabled, .em.pixelbones.input input[type=submit]:not([data-nostyle]).disabled, .em.pixelbones.input input[type=reset]:not([data-nostyle]).disabled, .em.pixelbones.input input[type=button]:not([data-nostyle]).disabled,
.em.pixelbones .input .button:not([data-nostyle]).disabled, .em.pixelbones .input button:not([data-nostyle]).disabled, .em.pixelbones .input input[type=submit]:not([data-nostyle]).disabled, .em.pixelbones .input input[type=reset]:not([data-nostyle]).disabled, .em.pixelbones .input input[type=button]:not([data-nostyle]).disabled {
pointer-events: none !important;
opacity: 0.5 !important;
}
.em.pixelbones .button.input[data-nostyle], .em.pixelbones button.input[data-nostyle], .em.pixelbones.input .button[data-nostyle], .em.pixelbones.input button[data-nostyle],
.em.pixelbones .input .button[data-nostyle], .em.pixelbones .input button[data-nostyle] {
background-color: transparent;
border: none;
cursor: pointer;
}
.em.pixelbones .input .button:not([data-nostyle]):hover, .em.pixelbones .input .button:not([data-nostyle]):focus, .em.pixelbones .input button:not([data-nostyle]):hover, .em.pixelbones .input button:not([data-nostyle]):focus, .em.pixelbones .input input[type=submit]:not([data-nostyle]):hover, .em.pixelbones .input input[type=submit]:not([data-nostyle]):focus, .em.pixelbones .input input[type=reset]:not([data-nostyle]):hover, .em.pixelbones .input input[type=reset]:not([data-nostyle]):focus, .em.pixelbones .input input[type=button]:not([data-nostyle]):hover, .em.pixelbones .input input[type=button]:not([data-nostyle]):focus, .em.pixelbones .input.button:not([data-nostyle]):hover, .em.pixelbones .input.button:not([data-nostyle]):focus,
.em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):hover,
.em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type=submit].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type=submit].em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type=reset].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type=reset].em.pixelbones .input:not([data-nostyle]):focus, .em.pixelbones .input input[type=button].em.pixelbones .input:not([data-nostyle]):hover, .em.pixelbones .input input[type=button].em.pixelbones .input:not([data-nostyle]):focus {
color: var(--text-color-normal) !important;
border-color: var(--text-color-softer) !important;
outline: 0 !important;
}
.em.pixelbones.input .button:not([data-nostyle]):hover, .em.pixelbones.input .button:not([data-nostyle]):focus, .em.pixelbones.input button:not([data-nostyle]):hover, .em.pixelbones.input button:not([data-nostyle]):focus, .em.pixelbones.input input[type=submit]:not([data-nostyle]):hover, .em.pixelbones.input input[type=submit]:not([data-nostyle]):focus, .em.pixelbones.input input[type=reset]:not([data-nostyle]):hover, .em.pixelbones.input input[type=reset]:not([data-nostyle]):focus, .em.pixelbones.input input[type=button]:not([data-nostyle]):hover, .em.pixelbones.input input[type=button]:not([data-nostyle]):focus, .em.pixelbones.input.button:not([data-nostyle]):hover, .em.pixelbones.input.button:not([data-nostyle]):focus {
color: var(--text-color-normal) !important;
border-color: var(--text-color-softer) !important;
outline: 0 !important;
}
.em.pixelbones.input .button.button-primary, .em.pixelbones.input button.button-primary, .em.pixelbones.input input[type=submit].button-primary, .em.pixelbones.input input[type=reset].button-primary, .em.pixelbones.input input[type=button].button-primary,
.em.pixelbones .input .button.button-primary, .em.pixelbones .input button.button-primary, .em.pixelbones .input input[type=submit].button-primary, .em.pixelbones .input input[type=reset].button-primary, .em.pixelbones .input input[type=button].button-primary,
.em.pixelbones .button.button-primary.input, .em.pixelbones button.button-primary.input, .em.pixelbones input[type=submit].button-primary.input, .em.pixelbones input[type=reset].button-primary.input, .em.pixelbones input[type=button].button-primary.input {
color: var(--button-primary-color) !important;
background-color: var(--accent-color) !important;
border-color: var(--accent-color) !important;
}
.em.pixelbones.input .button.button-primary:hover, .em.pixelbones.input button.button-primary:hover, .em.pixelbones.input input[type=submit].button-primary:hover, .em.pixelbones.input input[type=reset].button-primary:hover, .em.pixelbones.input input[type=button].button-primary:hover,
.em.pixelbones .input .button.button-primary:hover, .em.pixelbones .input button.button-primary:hover, .em.pixelbones .input input[type=submit].button-primary:hover, .em.pixelbones .input input[type=reset].button-primary:hover, .em.pixelbones .input input[type=button].button-primary:hover,
.em.pixelbones .button.button-primary.input:focus, .em.pixelbones button.button-primary.input:focus, .em.pixelbones input[type=submit].button-primary.input:focus, .em.pixelbones input[type=reset].button-primary.input:focus, .em.pixelbones input[type=button].button-primary.input:focus {
color: var(--button-primary-color) !important;
background-color: var(--accent-color-hover) !important;
border-color: var(--accent-color-hover) !important;
}
.em.pixelbones.input button:not([data-nostyle]), .em.pixelbones.input .button:not([data-nostyle]),
.em.pixelbones .input button:not([data-nostyle]), .em.pixelbones .input .button:not([data-nostyle]),
.em.pixelbones button.input:not([data-nostyle]), .em.pixelbones .button.input:not([data-nostyle]) {
margin-bottom: 10px !important;
}
.em.pixelbones.input [data-lastpass-icon-root] {
display: none;
}
.em.pixelbones form {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
font-weight: normal !important;
overflow: visible;
background: var(--background-color) !important;
box-sizing: border-box !important;
box-shadow: none !important;
}
.em.pixelbones .input, .em.pixelbones.input {  }
.em.pixelbones .input input, .em.pixelbones .input textarea, .em.pixelbones .input select, .em.pixelbones .input fieldset, .em.pixelbones .input div.input-wrap, .em.pixelbones.input input, .em.pixelbones.input textarea, .em.pixelbones.input select, .em.pixelbones.input fieldset, .em.pixelbones.input div.input-wrap {
margin-bottom: 15px !important;
}
.em.pixelbones .input div.input-wrap,
.em.pixelbones .input input[type=email],
.em.pixelbones .input input[type=number],
.em.pixelbones .input input[type=search],
.em.pixelbones .input input[type=text],
.em.pixelbones .input input[type=select-one],
.em.pixelbones .input input[type=tel],
.em.pixelbones .input input[type=url],
.em.pixelbones .input input[type=password],
.em.pixelbones .input input[type=select-type],
.em.pixelbones .input textarea,
.em.pixelbones .input select:not([multiple]), .em.pixelbones.input div.input-wrap,
.em.pixelbones.input input[type=email],
.em.pixelbones.input input[type=number],
.em.pixelbones.input input[type=search],
.em.pixelbones.input input[type=text],
.em.pixelbones.input input[type=select-one],
.em.pixelbones.input input[type=tel],
.em.pixelbones.input input[type=url],
.em.pixelbones.input input[type=password],
.em.pixelbones.input input[type=select-type],
.em.pixelbones.input textarea,
.em.pixelbones.input select:not([multiple]) {
width: 100% !important;
height: 38px !important;
padding: var(--input-padding) !important; border-radius: 4px !important;
background-color: var(--background-color-inputs) !important;
box-shadow: none !important;
box-sizing: border-box !important;
border: 1px solid var(--border-color-softer) !important;
}
.em.pixelbones .input div.input-wrap.inline,
.em.pixelbones .input input[type=email].inline,
.em.pixelbones .input input[type=number].inline,
.em.pixelbones .input input[type=search].inline,
.em.pixelbones .input input[type=text].inline,
.em.pixelbones .input input[type=select-one].inline,
.em.pixelbones .input input[type=tel].inline,
.em.pixelbones .input input[type=url].inline,
.em.pixelbones .input input[type=password].inline,
.em.pixelbones .input input[type=select-type].inline,
.em.pixelbones .input textarea.inline,
.em.pixelbones .input select:not([multiple]).inline, .em.pixelbones.input div.input-wrap.inline,
.em.pixelbones.input input[type=email].inline,
.em.pixelbones.input input[type=number].inline,
.em.pixelbones.input input[type=search].inline,
.em.pixelbones.input input[type=text].inline,
.em.pixelbones.input input[type=select-one].inline,
.em.pixelbones.input input[type=tel].inline,
.em.pixelbones.input input[type=url].inline,
.em.pixelbones.input input[type=password].inline,
.em.pixelbones.input input[type=select-type].inline,
.em.pixelbones.input textarea.inline,
.em.pixelbones.input select:not([multiple]).inline {
width: auto !important;
margin-bottom: 0 !important;
display: inline-block !important;
}
.em.pixelbones .input select.inline, .em.pixelbones.input select.inline {
padding-right: 30px !important;
}
.em.pixelbones .input select:not([multiple]), .em.pixelbones .input input.select-toggle, .em.pixelbones.input select:not([multiple]), .em.pixelbones.input input.select-toggle {
-webkit-appearance: none !important;
background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m4.5 6.5 3 3 3-3'/%3E%3C/svg%3E") no-repeat right 0 top 55% !important;
background-position-x: calc(100% - 5px) !important;
background-size: 20px 20px !important;
cursor: pointer !important;
vertical-align: top !important;
padding-right: 30px !important;
}
.em.pixelbones .input select:not([multiple]):focus, .em.pixelbones .input input.select-toggle:focus, .em.pixelbones.input select:not([multiple]):focus, .em.pixelbones.input input.select-toggle:focus {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23000' stroke-linecap='square' d='m10.5 8.5-3-3-3 3'/%3E%3C/svg%3E") !important;
}
.em.pixelbones .input input[type=email],
.em.pixelbones .input input[type=number],
.em.pixelbones .input input[type=search],
.em.pixelbones .input input[type=text],
.em.pixelbones .input input[type=select-one],
.em.pixelbones .input input[type=tel],
.em.pixelbones .input input[type=url],
.em.pixelbones .input input[type=password],
.em.pixelbones .input input[type=button],
.em.pixelbones .input input[type=submit],
.em.pixelbones .input textarea, .em.pixelbones.input input[type=email],
.em.pixelbones.input input[type=number],
.em.pixelbones.input input[type=search],
.em.pixelbones.input input[type=text],
.em.pixelbones.input input[type=select-one],
.em.pixelbones.input input[type=tel],
.em.pixelbones.input input[type=url],
.em.pixelbones.input input[type=password],
.em.pixelbones.input input[type=button],
.em.pixelbones.input input[type=submit],
.em.pixelbones.input textarea {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.em.pixelbones .input textarea, .em.pixelbones.input textarea {
min-height: 65px !important;
padding-top: 6px !important;
padding-bottom: 6px !important;
}
.em.pixelbones .input div.input-wrap:focus,
.em.pixelbones .input input[type=email]:focus,
.em.pixelbones .input input[type=number]:focus,
.em.pixelbones .input input[type=search]:focus,
.em.pixelbones .input input[type=text]:focus,
.em.pixelbones .input input[type=select-one]:focus,
.em.pixelbones .input input[type=tel]:focus,
.em.pixelbones .input input[type=url]:focus,
.em.pixelbones .input input[type=password]:focus,
.em.pixelbones .input textarea:focus,
.em.pixelbones .input select:focus, .em.pixelbones.input div.input-wrap:focus,
.em.pixelbones.input input[type=email]:focus,
.em.pixelbones.input input[type=number]:focus,
.em.pixelbones.input input[type=search]:focus,
.em.pixelbones.input input[type=text]:focus,
.em.pixelbones.input input[type=select-one]:focus,
.em.pixelbones.input input[type=tel]:focus,
.em.pixelbones.input input[type=url]:focus,
.em.pixelbones.input input[type=password]:focus,
.em.pixelbones.input textarea:focus,
.em.pixelbones.input select:focus {
border: 1px solid var(--accent-color) !important;
outline: 0 !important;
}
.em.pixelbones .input div.input-wrap, .em.pixelbones.input div.input-wrap {
padding: 0 !important; }
.em.pixelbones .input div.input-wrap > input, .em.pixelbones .input div.input-wrap > input:focus, .em.pixelbones .input div.input-wrap > input:hover, .em.pixelbones.input div.input-wrap > input, .em.pixelbones.input div.input-wrap > input:focus, .em.pixelbones.input div.input-wrap > input:hover {
width: 100% !important;
margin: 0 !important;
border: none !important;
outline: 0 !important;
background-color: transparent !important;
box-shadow: none !important;
box-sizing: border-box !important;
}
.em.pixelbones .input label:not([data-nostyle]),
.em.pixelbones .input legend:not([data-nostyle]), .em.pixelbones.input label:not([data-nostyle]),
.em.pixelbones.input legend:not([data-nostyle]) {
display: block !important;
margin-bottom: 8px !important;
font-weight: normal !important;
font-size: var(--font-size);
line-height: var(--line-height);
}
.em.pixelbones .input label.inline, .em.pixelbones .input label.inline-left, .em.pixelbones .input label.inline-right, .em.pixelbones .input fieldset.inline, .em.pixelbones .input fieldset.inline-left, .em.pixelbones .input fieldset.inline-right, .em.pixelbones.input label.inline, .em.pixelbones.input label.inline-left, .em.pixelbones.input label.inline-right, .em.pixelbones.input fieldset.inline, .em.pixelbones.input fieldset.inline-left, .em.pixelbones.input fieldset.inline-right {
display: inline-block !important;
}
.em.pixelbones .input label.inline-left, .em.pixelbones .input fieldset.inline-left, .em.pixelbones.input label.inline-left, .em.pixelbones.input fieldset.inline-left {
margin-right: 10px !important;
}
.em.pixelbones .input label.inline-right, .em.pixelbones .input fieldset.inline-right, .em.pixelbones.input label.inline-right, .em.pixelbones.input fieldset.inline-right {
margin-left: 10px !important;
}
.em.pixelbones .input .inline-inputs label:not([data-nostyle]), .em.pixelbones .input .inline-inputs legend:not([data-nostyle]), .em.pixelbones .input .inline-inputs input:not([type=radio]):not([type=checkbox]):not([data-nostyle]), .em.pixelbones .input .inline-inputs select:not([mutiple]):not([data-nostyle]), .em.pixelbones.input .inline-inputs label:not([data-nostyle]), .em.pixelbones.input .inline-inputs legend:not([data-nostyle]), .em.pixelbones.input .inline-inputs input:not([type=radio]):not([type=checkbox]):not([data-nostyle]), .em.pixelbones.input .inline-inputs select:not([mutiple]):not([data-nostyle]) {
width: auto !important;
display: inline-block !important;
margin: 0 !important;
}
.em.pixelbones .input .inline-inputs > div, .em.pixelbones.input .inline-inputs > div {
display: inline-block;
}
.em.pixelbones .input fieldset, .em.pixelbones.input fieldset {
padding: 0 !important;
border-width: 0 !important;
}
.em.pixelbones .input input[type=checkbox], .em.pixelbones.input input[type=checkbox] {
-webkit-appearance: none !important;
width: 15px !important;
height: 15px !important;
position: relative !important;
top: 2px !important;
}
.em.pixelbones .input input[type=checkbox]:focus, .em.pixelbones.input input[type=checkbox]:focus {
outline: 0 !important;
}
.em.pixelbones .input input[type=checkbox]:before, .em.pixelbones.input input[type=checkbox]:before {
content: "" !important;
display: none !important;
}
.em.pixelbones .input input[type=checkbox]:checked:after, .em.pixelbones.input input[type=checkbox]:checked:after {
opacity: 1 !important;
}
.em.pixelbones .input input[type=checkbox]:after, .em.pixelbones.input input[type=checkbox]:after {
content: "" !important;
opacity: 0 !important;
display: block !important;
left: 4px !important;
top: 1px !important;
position: absolute !important;
width: 6px !important;
height: 10px !important;
border: 2px solid #666 !important;
border-top: 0 !important;
border-left: 0 !important;
transform: rotate(30deg) !important;
box-sizing: border-box !important;
}
.em.pixelbones .input input[type=checkbox],
.em.pixelbones .input input[type=radio], .em.pixelbones.input input[type=checkbox],
.em.pixelbones.input input[type=radio] {
margin-bottom: 0 !important;
display: inline-block !important;
background-color: var(--background-color-checkboxes) !important;
text-align: start !important;
background-color: var(--background-color-checkboxes) !important;
box-shadow: none !important;
box-sizing: border-box !important;
border: 1px solid var(--border-color-softer) !important;
}
.em.pixelbones .input label > .label-body, .em.pixelbones.input label > .label-body {
display: inline-block !important;
margin-left: 5px !important;
font-weight: normal !important;
}
.em.pixelbones .input input:disabled, .em.pixelbones .input select:disabled, .em.pixelbones .input textarea:disabled, .em.pixelbones.input input:disabled, .em.pixelbones.input select:disabled, .em.pixelbones.input textarea:disabled {
opacity: 0.5;
background-color: #efefef;
}
.em.pixelbones ul {
list-style: circle inside !important;
}
.em.pixelbones ol {
list-style: decimal inside !important;
}
.em.pixelbones ol, .em.pixelbones ul {
padding-left: 0 !important;
margin-top: 0 !important;
}
.em.pixelbones ul ul, .em.pixelbones ul ol, .em.pixelbones ol ol, .em.pixelbones ol ul {
font-size: 100% !important;
margin: 10px 0 10px 30px !important;
color: var(--text-color-softer) !important;
}
.em.pixelbones li {
margin-bottom: 5px !important;
}
.em.pixelbones code {
padding: 2px 5px !important;
margin: 0 2px !important;
font-size: 90% !important;
white-space: nowrap !important;
background: var(--code-background) !important;
border: 1px solid var(--border-color-softer) !important;
border-radius: 4px !important;
}
.em.pixelbones pre > code {
display: block !important;
padding: 10px 15px !important;
white-space: pre !important;
overflow: auto !important;
}
.em.pixelbones table {
width: 100%;
}
.em.pixelbones th, .em.pixelbones td {
padding: 12px 15px !important;
text-align: left !important;
border: 0 !important;
border-bottom: 1px solid var(--border-color-softer) !important;
}
.em.pixelbones th:first-child, .em.pixelbones td:first-child {
padding-left: 0 !important;
}
.em.pixelbones th:last-child, .em.pixelbones td:last-child {
padding-right: 0 !important;
}
.em.pixelbones pre, .em.pixelbones blockquote, .em.pixelbones dl, .em.pixelbones figure, .em.pixelbones table, .em.pixelbones p, .em.pixelbones ul, .em.pixelbones ol {
margin-bottom: 25px !important;
}
.em.pixelbones .screen-reader-text {
border: 0;
padding: 0;
margin: 0;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.em.pixelbones .u-full-width {
width: 100% !important;
box-sizing: border-box !important;
}
.em.pixelbones .u-max-full-width {
max-width: 100% !important;
box-sizing: border-box !important;
}
.em.pixelbones .u-pull-right {
float: right !important;
}
.em.pixelbones .u-pull-left {
float: left !important;
}
.em.pixelbones .u-align-left {
text-align: left !important;
}
.em.pixelbones .u-align-right {
text-align: right !important;
}
.em.pixelbones hr {
margin-top: 30px !important;
margin-bottom: 35px !important;
border-width: 0 !important;
border-top: 1px solid var(--border-color-softer) !important;
}
.em.pixelbones section {
padding: 0;
margin: 0;
}
.em.pixelbones .container:after, .em.pixelbones .row:after, .em.pixelbones .u-cf {
content: "" !important;
display: table !important;
clear: both !important;
}
.em {               }
.em {
--icon-logo-office365: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2075 2499.8'%3E%3Cpath fill='%23eb3c00' d='M0 2016.6V496.8L1344.4 0 2075 233.7v2045.9l-730.6 220.3L0 2016.6l1344.4 161.8V409.2L467.6 613.8v1198.3z'/%3E%3C/svg%3E");
--icon-logo-google-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256'%3E%3Cpath fill='%23FFF' d='M195.368421 60.6315789H60.6315789V195.368421H195.368421z'/%3E%3Cpath fill='%23EA4335' d='M195.368421 256 256 195.368421l-30.315789-5.172416-30.31579 5.172416-5.533259 27.729581z'/%3E%3Cpath fill='%23188038' d='M0 195.368421v40.421053C0 246.955789 9.04421053 256 20.2105263 256h40.4210526l6.2252856-30.315789-6.2252856-30.31579-33.0323915-5.172416L0 195.368421Z'/%3E%3Cpath fill='%231967D2' d='M256 60.6315789V20.2105263C256 9.04421053 246.955789 0 235.789474 0h-40.421053c-3.688839 15.0358547-5.533259 26.1010948-5.533259 33.1957202 0 7.0946254 1.84442 16.2399117 5.533259 27.4358587 13.409565 3.8399077 23.514828 5.7598615 30.31579 5.7598615 6.800961 0 16.906224-1.9199538 30.315789-5.7598615Z'/%3E%3Cpath fill='%23FBBC04' d='M256 60.6315789h-60.631579V195.368421H256z'/%3E%3Cpath fill='%2334A853' d='M195.368421 195.368421H60.6315789V256H195.368421z'/%3E%3Cpath fill='%234285F4' d='M195.368421 0H20.2105263C9.04421053 0 0 9.04421053 0 20.2105263V195.368421h60.6315789V60.6315789H195.368421V0Z'/%3E%3Cpath fill='%234285F4' d='M88.2694737 165.153684c-5.0357895-3.402105-8.5221053-8.370526-10.4252632-14.938947l11.6884211-4.816842c1.0610526 4.042105 2.9136842 7.174737 5.5578947 9.397894 2.6273684 2.223158 5.8273687 3.317895 9.5663157 3.317895 3.823158 0 7.107369-1.162105 9.852632-3.486316 2.745263-2.32421 4.126315-5.288421 4.126315-8.875789 0-3.671579-1.448421-6.669474-4.345263-8.993684-2.896842-2.324211-6.534737-3.486316-10.88-3.486316h-6.7536839v-11.570526H102.72c3.738947 0 6.888421-1.010527 9.448421-3.031579 2.56-2.021053 3.84-4.783158 3.84-8.303158 0-3.132632-1.145263-5.625263-3.435789-7.494737-2.290527-1.869474-5.187369-2.812632-8.707369-2.812632-3.435789 0-6.1642104.909474-8.185263 2.745264-2.0197181 1.840674-3.5381792 4.164731-4.4126316 6.753684l-11.5705263-4.816842c1.5326316-4.345264 4.3452632-8.1852635 8.471579-11.5031583 4.1263157-3.3178947 9.3978947-4.9852631 15.7978949-4.9852631 4.732631 0 8.993684.9094737 12.766316 2.7452631 3.772631 1.8357895 6.736842 4.3789474 8.875789 7.6126316 2.138947 3.2505267 3.2 6.8884207 3.2 10.9305267 0 4.126315-.993684 7.612631-2.981053 10.475789-1.987368 2.863158-4.429473 5.052632-7.326315 6.585263v.690527c3.740515 1.542157 6.989694 4.07512 9.397894 7.326315 2.442106 3.284211 3.671579 7.208421 3.671579 11.789474s-1.162105 8.673684-3.486315 12.261053c-2.324211 3.587368-5.541053 6.416842-9.616843 8.471579-4.092631 2.054736-8.690526 3.099071-13.793684 3.099071-5.9115787.016718-11.3684208-1.684335-16.4042103-5.08644Zm71.7978943-58.00421-12.833684 9.28-6.416842-9.734737L163.84 90.0884211h8.825263v78.3326319h-12.597895v-61.271579Z'/%3E%3C/svg%3E");
--icon-logo-apple: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 52.226 52.226'%3E%3Cpath d='M36.802 1.055 36.747 0l-1.05.113c-.103.011-10.252 1.234-10.948 12.581l-.07 1.136 1.136-.077c.116-.008 11.611-.925 10.987-12.698zm-1.981 1.267c-.191 6.838-5.511 8.74-7.953 9.253.93-6.645 5.749-8.67 7.953-9.253z'/%3E%3Cpath d='m46.584 37.517-.639-.207c-3.867-1.25-6.464-4.792-6.464-8.814 0-3.578 2.023-6.778 5.281-8.352l.972-.469-.542-.933c-.232-.4-2.401-3.943-6.983-5.116-3.634-.93-7.72-.107-12.149 2.447-1.875-1.138-8.103-4.418-13.058-1.13-.97.536-11.251 6.695-5.9 23.313.157.372 3.888 9.113 8.303 12.387 1.191 1.138 4.237 2.56 7.718.187.603-.249 4.638-1.802 7.198.017.945.647 2.595 1.38 4.338 1.38 1.322 0 2.697-.421 3.859-1.621.542-.469 5.493-4.888 8.066-11.888l.075-.204-.075-.997zm-9.402 11.598-.077.073c-2.193 2.303-5.518.1-5.641.018-1.308-.93-2.823-1.233-4.244-1.233-2.579 0-4.847.999-4.992 1.064l-.163.092c-3.019 2.107-5.086.253-5.305.042l-.118-.101c-3.993-2.912-7.663-11.507-7.668-11.51-5.008-15.568 4.586-20.66 4.994-20.867l.11-.065c4.647-3.12 11.327 1.396 11.393 1.441l.533.366.552-.333c4.16-2.515 7.914-3.37 11.157-2.539 2.642.676 4.326 2.327 5.15 3.342-3.347 2.051-5.381 5.63-5.381 9.591 0 4.556 2.735 8.604 6.902 10.365-2.565 6.261-7.153 10.213-7.202 10.254z'/%3E%3C/svg%3E");
--icon-logo-outlook: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230072c6' d='M19.484 7.937v5.477l1.916 1.205a.489.489 0 0 0 .21 0l8.238-5.554a1.174 1.174 0 0 0-.959-1.128Z'/%3E%3Cpath fill='%230072c6' d='m19.484 15.457 1.747 1.2a.522.522 0 0 0 .543 0c-.3.181 8.073-5.378 8.073-5.378v10.066a1.408 1.408 0 0 1-1.49 1.555h-8.874v-7.443ZM10.44 12.932a1.609 1.609 0 0 0-1.42.838 4.131 4.131 0 0 0-.526 2.218A4.05 4.05 0 0 0 9.02 18.2a1.6 1.6 0 0 0 2.771.022 4.014 4.014 0 0 0 .515-2.2 4.369 4.369 0 0 0-.5-2.281 1.536 1.536 0 0 0-1.366-.809Z'/%3E%3Cpath fill='%230072c6' d='M2.153 5.155v21.427L18.453 30V2Zm10.908 14.336a3.231 3.231 0 0 1-2.7 1.361 3.19 3.19 0 0 1-2.64-1.318A5.459 5.459 0 0 1 6.706 16.1a5.868 5.868 0 0 1 1.036-3.616 3.267 3.267 0 0 1 2.744-1.384 3.116 3.116 0 0 1 2.61 1.321 5.639 5.639 0 0 1 1 3.484 5.763 5.763 0 0 1-1.035 3.586Z'/%3E%3C/svg%3E");
--icon-download: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 479 479' fill='%23555'%3E%3Cpath d='M158.4 196.8c-5.3 5.3-5.3 13.8 0 19.1l71.6 71.6c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4l71.6-71.6c5.3-5.3 5.3-13.8 0-19.1s-13.8-5.3-19.1 0L253 245.3V13.5C253 6 247 0 239.5 0S226 6 226 13.5v231.8l-48.5-48.5c-5.3-5.3-13.9-5.3-19.1 0z'/%3E%3Cpath d='m460.2 307.4-47-170c-1.1-3.9-3.8-7-7.4-8.7l-1.3-.6c-1.8-.8-3.7-1.2-5.6-1.2h-84.7c-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5h75.6l39.7 143.8h-105c-7.5 0-13.5 6-13.5 13.5v12.2c0 17.9-14.5 32.4-32.4 32.4h-82.4c-17.9 0-32.4-14.5-32.4-32.4v-12.2c0-7.5-6-13.5-13.5-13.5H49.4l39.9-144.1h75.6c7.5 0 13.5-6 13.5-13.5s-6-13.5-13.5-13.5H80.1c-1.9 0-3.8.4-5.6 1.2l-1.3.6c-3.6 1.7-6.4 4.8-7.4 8.7l-47 170c-.3 1.2-.5 2.4-.5 3.6v70.9c0 53.7 43.7 97.4 97.4 97.4h247.6c53.7 0 97.4-43.7 97.4-97.4V311c0-1.3-.1-2.5-.5-3.6zm-26.5 74.2c0 38.8-31.6 70.4-70.4 70.4H115.7c-38.8 0-70.4-31.6-70.4-70.4v-56.9H137c.7 32.1 27.1 58 59.4 58h82.4c32.3 0 58.7-25.9 59.4-58h95.7v56.9h-.2z'/%3E%3C/svg%3E");
--icon-spinner: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' display='block' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0' viewBox='0 0 100 100'%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0'%3E%3Canimate attributeName='opacity' begin='-0.9166666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(30 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.8333333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(60 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.75s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(90 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.6666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(120 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.5833333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(150 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.5s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(180 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.4166666666666667s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(210 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.3333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(240 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.25s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(270 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.16666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(300 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.08333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(330 50 50)'%3E%3Canimate attributeName='opacity' begin='0s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3C/svg%3E");
--icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 64 64' fill='%23555'%3E%3Cpath d='M38.5351982 47.6064987H34.455101V28.4473c0-.5527-.4473-1-1-1h-4.5204945c-.5523071 0-1 .4473-1 1s.4476929 1 1 1h3.5204945v18.1591988h-5.1216011c-.5522003 0-1 .4472008-1 1 0 .5527.4477997 1 1 1h11.2016983c.5527 0 1-.4473 1-1 0-.5527993-.4472999-1.0000001-1-1.0000001z'/%3E%3Ccircle cx='32' cy='18' r='3'/%3E%3Cpath d='M32 0C14.3269005 0 0 14.3268995 0 32s14.3268995 32 32 32 32-14.3269005 32-32S49.6730995 0 32 0zm0 62C15.457901 62 2 48.542099 2 32 2 15.4580002 15.4578991 2 32 2s30 13.4580002 30 30c0 16.542099-13.457901 30-30 30z'/%3E%3C/svg%3E");
--icon-updated: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 51.809 51.809' fill='%23555'%3E%3Cpath d='M48.881 24.904c-.552 0-1 .447-1 1 0 12.131-9.869 22-22 22-8.611 0-16.304-4.944-19.919-12.677l5.193 2.312c.504.228 1.096-.001 1.32-.507.225-.504-.002-1.095-.507-1.319l-7.309-3.254c-.506-.229-1.095.002-1.32.507L.085 40.275c-.225.504.002 1.095.507 1.319.132.06.271.087.406.087.383 0 .748-.221.914-.594l2.235-5.02c3.941 8.44 12.335 13.837 21.732 13.837 13.233 0 24-10.767 24-24 .002-.552-.446-1-.998-1zM51.215 10.173c-.506-.227-1.096.002-1.32.507l-2.266 5.09C43.694 7.307 35.306 1.904 25.881 1.904c-13.233 0-24 10.767-24 24 0 .553.448 1 1 1s1-.447 1-1c0-12.131 9.869-22 22-22 8.599 0 16.259 4.906 19.887 12.6l-5.116-2.277c-.505-.229-1.096.002-1.32.507-.225.504.002 1.095.507 1.319l7.309 3.254c.132.06.271.087.406.087.383 0 .748-.221.914-.594l3.254-7.309c.224-.503-.003-1.094-.507-1.318z'/%3E%3C/svg%3E");
--icon-trash: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75zm-6.5 0a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25V3h-5V1.75z'/%3E%3Cpath d='M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226L4.997 6.178z'/%3E%3Cpath d='M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5z'/%3E%3C/svg%3E");
--icon-edit: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23777'%3E%3Cpath d='M498.125 92.38 419.62 13.874c-18.496-18.497-48.436-18.5-66.935 0-13.167 13.169-302.639 302.642-308.16 308.161-2.182 2.182-3.725 4.918-4.46 7.915L.502 491.068c-3.036 12.368 8.186 23.44 20.431 20.432 8.361-2.053 153.718-37.747 161.117-39.564 2.996-.735 5.734-2.278 7.915-4.46l308.161-308.161c18.496-18.497 18.501-48.436-.001-66.935zM39.957 472.043l1.612-6.562 4.951 4.951-6.563 1.611zm44.917-11.029-33.887-33.887 14.736-60.009 79.16 79.16-60.009 14.736zm93.148-29.367-97.668-97.668L332.559 81.773l97.668 97.668-252.205 252.206zM474.24 135.429l-19.508 19.507-97.667-97.668 19.507-19.507c5.294-5.293 13.867-5.298 19.163 0l78.506 78.507c5.295 5.295 5.295 13.864-.001 19.161z'/%3E%3C/svg%3E");
--icon-calendar: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23555'%3E%3Cpath d='M472 60h-8V44c0-13.234-10.766-24-24-24s-24 10.766-24 24v16H96V44c0-13.234-10.766-24-24-24S48 30.766 48 44v16h-8C17.944 60 0 77.944 0 100v352c0 22.056 17.944 40 40 40h432c22.056 0 40-17.944 40-40V100c0-22.056-17.944-40-40-40zm-40-16c0-4.411 3.589-8 8-8s8 3.589 8 8v23.981c0 .007-.001.013-.001.019s.001.013.001.019V92c0 4.411-3.589 8-8 8s-8-3.589-8-8V44zM72 36c4.411 0 8 3.589 8 8v48c0 4.411-3.589 8-8 8s-8-3.589-8-8V44c0-4.411 3.589-8 8-8zm400 440H40c-13.234 0-24-10.766-24-24V148h384c4.418 0 8-3.582 8-8s-3.582-8-8-8H16v-32c0-13.234 10.766-24 24-24h8v16c0 13.234 10.766 24 24 24s24-10.766 24-24V76h320v16c0 13.234 10.766 24 24 24s24-10.766 24-24V76h8c13.234 0 24 10.766 24 24v32h-16c-4.418 0-8 3.582-8 8s3.582 8 8 8h16v304c0 13.234-10.766 24-24 24z'/%3E%3Cpath d='M448 132h-16c-4.418 0-8 3.582-8 8s3.582 8 8 8h16c4.418 0 8-3.582 8-8s-3.582-8-8-8z'/%3E%3Cg stroke='null'%3E%3Crect width='30' height='15' x='206' y='222' rx='8'/%3E%3Crect width='30' height='15' x='277' y='222' rx='8'/%3E%3Crect width='30' height='15' x='346' y='222' rx='8'/%3E%3Crect width='30' height='15' x='416' y='222' rx='8'/%3E%3Crect width='30' height='15' x='66' y='302' rx='8'/%3E%3Crect width='30' height='15' x='136' y='302' rx='8'/%3E%3Crect width='30' height='15' x='206' y='302' rx='8'/%3E%3Crect width='30' height='15' x='276' y='302' rx='8'/%3E%3Crect width='30' height='15' x='346' y='302' rx='8'/%3E%3Crect width='30' height='15' x='416' y='302' rx='8'/%3E%3Crect width='30' height='15' x='66' y='392' rx='8'/%3E%3Crect width='30' height='15' x='136' y='392' rx='8'/%3E%3Crect width='30' height='15' x='206' y='392' rx='8'/%3E%3Crect width='30' height='15' x='276' y='392' rx='8'/%3E%3Crect width='30' height='15' x='346' y='392' rx='8'/%3E%3C/g%3E%3C/svg%3E");
--icon-calendar-empty: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23555'%3E%3Cg stroke='null'%3E%3Cpath d='M472 47.37289h-8V30.42374c0-14.01907-10.766-25.42373-24-25.42373s-24 11.40466-24 25.42373v16.94915H96V30.42374C96 16.40467 85.234 5.00001 72 5.00001S48 16.40467 48 30.42374v16.94915h-8c-22.056 0-40 19.00847-40 42.37288v372.88136c0 23.36441 17.944 42.37288 40 42.37288h432c22.056 0 40-19.00847 40-42.37288V89.74577c0-23.36441-17.944-42.37288-40-42.37288zm-40-16.94915c0-4.67267 3.589-8.47458 8-8.47458s8 3.80191 8 8.47458v25.4036c0 .00742-.001.01377-.001.02013s.001.01377.001.02013v25.4036c0 4.67267-3.589 8.47458-8 8.47458s-8-3.80191-8-8.47458V30.42374zM72 21.94916c4.411 0 8 3.80191 8 8.47458V81.2712c0 4.67267-3.589 8.47458-8 8.47458s-8-3.80191-8-8.47458V30.42374c0-4.67267 3.589-8.47458 8-8.47458zm400 466.10169H40c-13.234 0-24-11.40466-24-25.42373v-322.0339h384c4.418 0 8-3.79449 8-8.47458s-3.582-8.47458-8-8.47458H16V89.74575c0-14.01907 10.766-25.42373 24-25.42373h8v16.94915c0 14.01907 10.766 25.42373 24 25.42373s24-11.40466 24-25.42373V64.32202h320v16.94915c0 14.01907 10.766 25.42373 24 25.42373s24-11.40466 24-25.42373V64.32202h8c13.234 0 24 11.40466 24 25.42373v33.89831h-16c-4.418 0-8 3.79449-8 8.47458s3.582 8.47458 8 8.47458h16v322.0339c0 14.01907-10.766 25.42373-24 25.42373z'/%3E%3Cpath d='M448 123.64407h-16c-4.418 0-8 3.79449-8 8.47458s3.582 8.47458 8 8.47458h16c4.418 0 8-3.79449 8-8.47458s-3.582-8.47458-8-8.47458z'/%3E%3C/g%3E%3C/svg%3E");
--icon-list-grouped: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 64 64' fill='%23555'%3E%3Cpath stroke='null' d='M1.52092 5.89552h60.86722c.84042 0 1.52107-.4472 1.52107-.9995 0-.5522-.68065-.9995-1.52107-.9995H1.52092C.68065 3.89652 0 4.34382 0 4.89602c0 .5523.68065.9995 1.52092.9995z'/%3E%3Cpath d='M62.98405 19.62524h-40c-.5522 0-.9995.4473-.9995.9995 0 .5523.4473.9995.9995.9995h40c.5523 0 .9996-.4472.9996-.9995 0-.5522-.4473-.9995-.9996-.9995z'/%3E%3Cpath stroke='null' d='M10.00888 13.67918c-3.87581 0-7.02924 3.15984-7.02924 7.04356 0 3.88384 3.15342 7.0437 7.02924 7.0437 3.87592 0 7.02934-3.15986 7.02934-7.0437 0-3.88372-3.15342-7.04356-7.02934-7.04356zm0 11.80281c-2.61911 0-4.74945-2.13465-4.74945-4.75925 0-2.62448 2.13034-4.75913 4.74945-4.75913 2.61925 0 4.74956 2.13465 4.74956 4.75913 0 2.62459-2.1303 4.75925-4.74956 4.75925zM1.52092 37.42953h60.86722c.84043 0 1.52108-.4472 1.52108-.9995 0-.5522-.68065-.9995-1.52108-.9995H1.52092c-.84027 0-1.52092.4473-1.52092.9995 0 .5523.68065.9995 1.52092.9995z'/%3E%3Cpath d='M62.98405 51.15925h-40c-.5522 0-.9995.4473-.9995.9995 0 .5523.4473.9995.9995.9995h40c.5523 0 .9996-.4472.9996-.9995 0-.5522-.4473-.9995-.9996-.9995z'/%3E%3Cpath stroke='null' d='M10.00888 45.21319c-3.87582 0-7.02924 3.15984-7.02924 7.04356 0 3.88384 3.15342 7.0437 7.02924 7.0437 3.87592 0 7.02934-3.15986 7.02934-7.0437 0-3.88372-3.15342-7.04356-7.02934-7.04356zm0 11.80281c-2.61912 0-4.74945-2.13465-4.74945-4.75925 0-2.62447 2.13033-4.75913 4.74945-4.75913 2.61925 0 4.74955 2.13466 4.74955 4.75913 0 2.6246-2.1303 4.75925-4.74955 4.75925z'/%3E%3C/svg%3E");
--icon-list-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23555' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Crect width='8' height='8' x='2' y='2' rx='0'/%3E%3Crect width='8' height='8' x='2' y='14' rx='0'/%3E%3Crect width='8' height='8' x='14' y='2' rx='0'/%3E%3Crect width='8' height='8' x='14' y='14' rx='0'/%3E%3C/svg%3E");
--icon-filter: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 256 256'%3E%3Cg fill='%23555' stroke-miterlimit='10' stroke-width='0'%3E%3Cpath d='M1.793 44.436943c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h92.229271c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.510117-5.6092-5.6092zM87.7343578 211.563057c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H93.3435578c-3.099083 0-5.6092-2.5129216-5.6092-5.6092zM1.793 128c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h168.4947588c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092z'/%3E%3Cpath d='M170.2877588 128c0-15.3243344 12.466447-27.793586 27.793586-27.793586S225.8749308 112.672861 225.8749308 128s-12.466447 27.793586-27.793586 27.793586S170.2877588 143.327139 170.2877588 128zm44.3659674 0c0-9.1401914-7.4349946-16.575186-16.575186-16.575186S181.5033542 118.8598086 181.5033542 128s7.4349946 16.575186 16.575186 16.575186 16.575186-7.4349946 16.575186-16.575186zM94.022271 44.436943c0-15.3243344 12.466447-27.793586 27.793586-27.793586 15.3243344 0 27.793586 12.466447 27.793586 27.793586s-12.466447 27.793586-27.793586 27.793586-27.793586-12.4692516-27.793586-27.793586zm44.368772 0c0-9.1401914-7.4349946-16.575186-16.575186-16.575186s-16.575186 7.4349946-16.575186 16.575186 7.4349946 16.575186 16.575186 16.575186 16.575186-7.4349946 16.575186-16.575186zM43.3655858 211.563057c0-15.3243344 12.466447-27.7907814 27.793586-27.7907814 15.3243344 0 27.7907814 12.466447 27.7907814 27.7907814 0 15.327139-12.466447 27.793586-27.7907814 27.793586s-27.793586-12.466447-27.793586-27.793586zm44.368772 0c0-9.1401914-7.43219-16.5723814-16.5723814-16.5723814s-16.575186 7.43219-16.575186 16.5723814 7.4349946 16.575186 16.575186 16.575186 16.5723814-7.4349946 16.5723814-16.575186z'/%3E%3Cpath d='M138.391043 44.436943c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H144.000243c-3.099083 0-5.6092-2.510117-5.6092-5.6092zM214.6537262 128c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092h-28.3348738c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092zM1.793 211.563057c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h41.5725858c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092z'/%3E%3C/g%3E%3C/svg%3E");
--icon-filter-hide: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 256 256"><g class="layer"><g fill="%23555" stroke-miterlimit="10" stroke-width="0"><path d="M1.8 44.4c0-3 2.5-5.6 5.6-5.6h92.2a5.6 5.6 0 1 1 0 11.3H7.4c-3 0-5.6-2.6-5.6-5.7zm86 167.2c0-3.1 2.5-5.6 5.5-5.6h155.3a5.6 5.6 0 0 1 0 11.2H93.3a5.6 5.6 0 0 1-5.6-5.6zM1.7 128c0-3.1 2.5-5.6 5.6-5.6h168.5a5.6 5.6 0 0 1 0 11.2H7.4c-3 0-5.6-2.5-5.6-5.6z"/><path d="M170.3 128a27.8 27.8 0 1 1 55.6 0 27.8 27.8 0 0 1-55.6 0zm44.3 0a16.6 16.6 0 1 0-33.1 0 16.6 16.6 0 0 0 33.1 0zM94 44.4a27.8 27.8 0 1 1 55.7.1 27.8 27.8 0 0 1-55.7 0zm44.4 0a16.6 16.6 0 1 0-33.2 0 16.6 16.6 0 0 0 33.2 0zm-95 167.2a27.8 27.8 0 1 1 55.6 0 27.8 27.8 0 0 1-55.6 0zm44.3 0a16.6 16.6 0 1 0-33.1 0 16.6 16.6 0 0 0 33.1 0z"/><path d="M138.4 44.4c0-3 2.5-5.6 5.6-5.6h104.6a5.6 5.6 0 0 1 0 11.3H144a5.6 5.6 0 0 1-5.6-5.7zm76.2 83.6c0-3.1 2.6-5.6 5.7-5.6h28.3a5.6 5.6 0 0 1 0 11.2h-28.3c-3.1 0-5.7-2.5-5.7-5.6zM1.8 211.6c0-3.1 2.5-5.6 5.6-5.6H49a5.6 5.6 0 0 1 0 11.2H7.4c-3 0-5.6-2.5-5.6-5.6z"/></g><rect width="339.7" height="9.6" x="-41.5" y="124.4" fill="%23545454" rx="6" ry="6" transform="rotate(45 128.4 129.2)"/></g></svg>');
--icon-sort-desc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' viewBox='0 0 24 24'%3E%3Cpath stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M7 12h10m-6 6h2'/%3E%3C/svg%3E");
--icon-sort-asc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' transform='rotate(180)' viewBox='0 0 24 24'%3E%3Cpath stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M7 12h10m-6 6h2'/%3E%3C/svg%3E");
--icon-list: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 489.7 489.7' fill='%23555'%3E%3Cpath d='M52.7 134.75c29.1 0 52.7-23.7 52.7-52.7s-23.6-52.8-52.7-52.8S0 52.95 0 81.95s23.7 52.8 52.7 52.8zm0-81c15.6 0 28.2 12.7 28.2 28.2s-12.7 28.2-28.2 28.2-28.2-12.7-28.2-28.2 12.7-28.2 28.2-28.2zM52.7 297.55c29.1 0 52.7-23.7 52.7-52.7s-23.6-52.7-52.7-52.7S0 215.75 0 244.85s23.7 52.7 52.7 52.7zm0-80.9c15.6 0 28.2 12.7 28.2 28.2s-12.7 28.2-28.2 28.2-28.2-12.6-28.2-28.2 12.7-28.2 28.2-28.2zM52.7 460.45c29.1 0 52.7-23.7 52.7-52.7 0-29.1-23.7-52.7-52.7-52.7S0 378.75 0 407.75c0 29 23.7 52.7 52.7 52.7zm0-81c15.6 0 28.2 12.7 28.2 28.2 0 15.6-12.7 28.2-28.2 28.2s-28.2-12.7-28.2-28.2 12.7-28.2 28.2-28.2zM175.9 94.25h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3zM175.9 257.15h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3zM175.9 419.95h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3z'/%3E%3C/svg%3E");
--icon-map: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24'%3E%3Cg fill='%23555' stroke='null'%3E%3Cpath d='M23.60271 6.00106c-.06052-.04356-.1382-.05504-.20853-.03174l-5.24662 1.74601c.45988-.98428.77708-1.91431.77708-2.61002 0-2.62885-2.14206-4.7674-4.77523-4.7674-2.63289 0-4.77523 2.13855-4.77523 4.7674 0 .38044.09287.82775.25022 1.31358l-1.35121-.44957c-.00646-.00226-.01321 0-.02-.0017-.01773-.00419-.0349-.00447-.0532-.00447-.0183 0-.03547.00028-.0532.00447-.00646.0017-.01349-.00057-.02.0017L.49322 8.5097c-.09452.03146-.15815.11938-.15815.21887v13.85684c0 .07417.03575.14386.09599.18742.03995.02867.08754.04356.13537.04356.02448 0 .04924-.00395.07316-.0121l7.56037-2.51589 7.56037 2.51589c.00028 0 .00085 0 .00113.00028.02335.00758.04754.01182.07207.01182s.04868-.00419.07202-.01182c.00028 0 .00085 0 .00113-.00028l7.63353-2.54033c.09457-.03146.15815-.11942.15815-.21887V6.1882c.00033-.07417-.03542-.14386-.09566-.18714l.00001-.00001zM7.96888 19.87843.79806 22.26481V8.89516l7.17086-2.38638v13.36965h-.00005.00001zM14.14937.70374c2.43082 0 4.4085 1.97444 4.4085 4.40129 0 .71987-.36758 1.71874-.88458 2.76796-.0957.19443-.19674.39057-.30145.58727-.40639.76229-.86854 1.52826-1.30673 2.21356-.15872.2484-.31409.48583-.46271.7089-.57865.8691-1.05004 1.51644-1.18541 1.70024l-.15787.2144c-.05009.06828-.16886.06941-.22008-.00113l-.1573-.21327c-.32253-.4386-2.5527-3.51001-3.59963-5.95846-.08188-.19133-.15622-.37875-.22206-.56085-.19843-.54874-.31913-1.04973-.31913-1.45857C9.74087 2.6782 11.71856.70376 14.14938.70376l-.00001-.00001zm1.45309 21.56107L8.4316 19.87843V6.50878l1.392.46332c.96929 2.45745 3.21545 5.58367 3.76316 6.32798l.15678.2127c.09429.12898.24626.20569.40611.20569.16013 0 .31154-.07671.40526-.20456l.15759-.21383c.11202-.15201.45087-.6173.88991-1.26272v10.22746h.00005zm7.63353-2.38638-7.17086 2.38638V11.34474c.58511-.89297 1.25437-1.98146 1.79868-3.04838l5.37246-1.78787v13.36993h-.00028z'/%3E%3Cpath d='M14.14937 7.56078c1.1407 0 2.06857-.9264 2.06857-2.06495-.00028-1.13882-.92821-2.06495-2.06857-2.06495-1.14041 0-2.06834.9264-2.06834 2.06495s.92792 2.06495 2.06834 2.06495zm0-3.76401c.93835 0 1.70161.76229 1.70189 1.69911 0 .93681-.76355 1.69911-1.70189 1.69911-.93835 0-1.70189-.76229-1.70189-1.69911s.76355-1.69911 1.70189-1.69911z'/%3E%3C/g%3E%3C/svg%3E");
--icon-location: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 54.757 54.757' fill='%23555'%3E%3Cpath d='M27.557 12c-3.859 0-7 3.141-7 7s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7zm0 12c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z'/%3E%3Cpath d='M40.94 5.617C37.318 1.995 32.502 0 27.38 0c-5.123 0-9.938 1.995-13.56 5.617-6.703 6.702-7.536 19.312-1.804 26.952L27.38 54.757 42.721 32.6c5.755-7.671 4.922-20.281-1.781-26.983zm.159 25.814L27.38 51.243 13.639 31.4C8.44 24.468 9.185 13.08 15.235 7.031 18.479 3.787 22.792 2 27.38 2s8.901 1.787 12.146 5.031c6.05 6.049 6.795 17.437 1.573 24.4z'/%3E%3C/svg%3E");
--icon-settings: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 54 54' fill='%23555'%3E%3Cpath d='M51.22 21h-5.052c-.812 0-1.481-.447-1.792-1.197s-.153-1.54.42-2.114l3.572-3.571c.525-.525.814-1.224.814-1.966 0-.743-.289-1.441-.814-1.967l-4.553-4.553c-1.05-1.05-2.881-1.052-3.933 0l-3.571 3.571c-.574.573-1.366.733-2.114.421-.75-.311-1.197-.98-1.197-1.792V2.78C33 1.247 31.753 0 30.22 0h-6.44C22.247 0 21 1.247 21 2.78v5.052c0 .812-.447 1.481-1.197 1.792-.748.313-1.54.152-2.114-.421l-3.571-3.571c-1.052-1.052-2.883-1.05-3.933 0l-4.553 4.553c-.525.525-.814 1.224-.814 1.967 0 .742.289 1.44.814 1.966l3.572 3.571c.573.574.73 1.364.42 2.114S8.644 21 7.832 21H2.78C1.247 21 0 22.247 0 23.78v6.439C0 31.753 1.247 33 2.78 33h5.052c.812 0 1.481.447 1.792 1.197s.153 1.54-.42 2.114l-3.572 3.571c-.525.525-.814 1.224-.814 1.966 0 .743.289 1.441.814 1.967l4.553 4.553c1.051 1.051 2.881 1.053 3.933 0l3.571-3.572c.574-.573 1.363-.731 2.114-.42.75.311 1.197.98 1.197 1.792v5.052c0 1.533 1.247 2.78 2.78 2.78h6.439c1.533 0 2.78-1.247 2.78-2.78v-5.052c0-.812.447-1.481 1.197-1.792.751-.312 1.54-.153 2.114.42l3.571 3.572c1.052 1.052 2.883 1.05 3.933 0l4.553-4.553c.525-.525.814-1.224.814-1.967 0-.742-.289-1.44-.814-1.966l-3.572-3.571c-.573-.574-.73-1.364-.42-2.114S45.356 33 46.168 33h5.052c1.533 0 2.78-1.247 2.78-2.78v-6.44c0-1.533-1.247-2.78-2.78-2.78zm.78 9.22c0 .43-.35.78-.78.78h-5.052c-1.624 0-3.019.932-3.64 2.432-.622 1.5-.295 3.146.854 4.294l3.572 3.571c.305.305.305.8 0 1.104l-4.553 4.553c-.304.304-.799.306-1.104 0l-3.571-3.572c-1.149-1.149-2.794-1.474-4.294-.854-1.5.621-2.432 2.016-2.432 3.64v5.052c0 .43-.35.78-.78.78h-6.44c-.43 0-.78-.35-.78-.78v-5.052c0-1.624-.932-3.019-2.432-3.64-.503-.209-1.021-.311-1.533-.311-1.014 0-1.997.4-2.761 1.164l-3.571 3.572c-.306.306-.801.304-1.104 0L7.046 42.4c-.305-.305-.305-.8 0-1.104l3.572-3.571c1.148-1.148 1.476-2.794.854-4.294C10.851 31.932 9.456 31 7.832 31H2.78c-.43 0-.78-.35-.78-.78v-6.44c0-.43.35-.78.78-.78h5.052c1.624 0 3.019-.932 3.64-2.432.622-1.5.295-3.146-.854-4.294l-3.572-3.571c-.305-.305-.305-.8 0-1.104l4.553-4.553c.304-.305.799-.305 1.104 0l3.571 3.571c1.147 1.147 2.792 1.476 4.294.854 1.5-.62 2.432-2.015 2.432-3.639V2.78c0-.43.35-.78.78-.78h6.439c.431 0 .781.35.781.78v5.052c0 1.624.932 3.019 2.432 3.64 1.502.622 3.146.294 4.294-.854l3.571-3.571c.306-.305.801-.305 1.104 0l4.553 4.553c.305.305.305.8 0 1.104l-3.572 3.571c-1.148 1.148-1.476 2.794-.854 4.294.621 1.5 2.016 2.432 3.64 2.432h5.052c.43-.001.78.349.78.779v6.44z'/%3E%3Cpath d='M27 18c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7z'/%3E%3C/svg%3E");
--icon-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 60 60' fill='%23555'%3E%3Cpath d='M30 0C13.458 0 0 13.458 0 30s13.458 30 30 30 30-13.458 30-30S46.542 0 30 0zm0 58C14.561 58 2 45.439 2 30S14.561 2 30 2s28 12.561 28 28-12.561 28-28 28z'/%3E%3Cpath d='M31 26.021V15.879c0-.553-.448-1-1-1s-1 .447-1 1v10.142c-1.399.364-2.494 1.459-2.858 2.858H19c-.552 0-1 .447-1 1s.448 1 1 1h7.142c.447 1.72 2 3 3.858 3 2.206 0 4-1.794 4-4 0-1.859-1.28-3.411-3-3.858zm-1 5.858c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM30 9.879c.552 0 1-.447 1-1v-1c0-.553-.448-1-1-1s-1 .447-1 1v1c0 .553.448 1 1 1zM30 49.879c-.552 0-1 .447-1 1v1c0 .553.448 1 1 1s1-.447 1-1v-1c0-.553-.448-1-1-1zM52 28.879h-1c-.552 0-1 .447-1 1s.448 1 1 1h1c.552 0 1-.447 1-1s-.448-1-1-1zM9 28.879H8c-.552 0-1 .447-1 1s.448 1 1 1h1c.552 0 1-.447 1-1s-.448-1-1-1zM44.849 13.615l-.707.707c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l.707-.707c.391-.391.391-1.023 0-1.414s-1.023-.39-1.414 0zM14.444 44.021l-.707.707c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l.707-.707c.391-.391.391-1.023 0-1.414s-1.024-.39-1.414 0zM45.556 44.021c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l.707.707c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-.707-.707zM15.151 13.615c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l.707.707c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-.707-.707z'/%3E%3C/svg%3E");
--icon-folder: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 60 60' fill='%23555'%3E%3Cpath d='m26.525 10.5-4.618-6.451-.392-.549H0v53h60v-46H26.525zM58 12.5v5H31.536l-3.579-5H58zm-56 42v-49h18.485l5 7h.012l4.69 6.551c.195.272.501.417.813.418v.031h27v35H2z'/%3E%3C/svg%3E");
--icon-category: var(--icon-folder);
--icon-tag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 502.418 502.418'%3E%3Cpath d='M101.791 0v502.418l149.413-114.577 149.423 114.577V0H101.791zm279.144 462.505-129.731-99.481-129.721 99.481V19.692h259.452v442.813z'/%3E%3C/svg%3E");
--icon-ticket: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.0' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M57 18c-1.504 1.504-2.705 2-5 2-4.59 0-8-3.41-8-8 0-2.295.496-3.496 2-5l-6-6L1 40l6 6c1.504-1.504 2.705-2 5-2 4.59 0 8 3.41 8 8 0 2.295-.496 3.496-2 5l6 6 39-39-6-6zM26 15l4 4M45 34l4 4'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2' d='m32 21 4 4M39 28l4 4'/%3E%3C/svg%3E");
--icon-tickets: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000" stroke-width="1.8" viewBox="0 0 64 64"><path d="M58.1 37.7 16.6 54.5l-2-5.5s4.2-2.1 2.8-5.8-6.2-3-6.2-3l-1.8-5.6L51 18.2l2 4.9s-4.4 2.7-3 6.5 6.3 3 6.3 3Z"/><path stroke-dasharray="9 4" d="m18.5 31 2.3 5.2M21.8 38.6l2 4.4M24.5 45l2.3 5.2"/><path d="m9.4 34.5 32.1-23.8 3.4 4s-3.5 4-1 7.2"/></svg>');
--icon-attendees: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23646468" stroke="%23646468" stroke-width="0" viewBox="0 0 32 32"><path stroke="none" d="M23.3 26.1 17 22.6c2.4-1.8 3-5.4 3-7.5V11c0-2.8-3.7-6-7.5-6C8.8 5 5 8.2 5 11v4.2c0 1.9.8 5.6 3.1 7.5l-6.4 3.5S0 26.9 0 27.8v2.5c0 1 .8 1.7 1.7 1.7h21.6c1 0 1.7-.7 1.7-1.7v-2.5c0-1-1.7-1.7-1.7-1.7zm-.3 4H2v-1.9a3.2 3.2 0 0 1 .6-.3l6.5-3.5a2 2 0 0 0 .3-3.4C7.7 19.7 7 16.7 7 15.1V11c0-1.4 2.7-4 5.5-4 3 0 5.5 2.5 5.5 4v4.2c0 1.6-.5 4.6-2.2 6a2 2 0 0 0 .3 3.3l6.3 3.5h.1l.5.3V30zm7.3-9L24 17.6c2.4-1.8 3-5.4 3-7.5V6c0-2.8-3.7-6-7.4-6A8.8 8.8 0 0 0 13 3c.8.1 1.7.1 2.5.4 1-.8 2.4-1.3 3.9-1.3C22.3 2 25 4.5 25 6V10c0 1.6-.6 4.6-2.3 6a2 2 0 0 0 .3 3.3l6.4 3.5h.1l.5.3V25h-4c.6.5.8 1.1 1 2h3.3c1 0 1.7-.8 1.7-1.7v-2.5c0-1-1.7-1.7-1.7-1.7z"/></svg>');
--icon-multiple: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 64 64"><path fill="none" stroke="%23000" stroke-width="2.254626" d="m62.5 37.5-52 21L8 51.8s5.3-2.6 3.5-7.3c-1.7-4.6-7.7-3.7-7.7-3.7l-2.3-7L53.6 13l2.5 6.2s-5.5 3.3-3.7 8c1.7 4.9 7.8 3.9 7.8 3.9l2.3 6.3Z"/><path fill="none" stroke="%23000" stroke-dasharray="11.27313,5.01028" stroke-width="2.254626" d="m12.9 29.1 2.9 6.6m1.2 3 2.5 5.5m1 2.5 2.8 6.5"/><path fill="none" stroke="%23000" stroke-width="2.254626" d="M1.5 33.5 41.7 3.7l4.3 5s-4.4 5-1.3 9"/><path fill-rule="nonzero" d="M54 58.6v-6h-6V50h6v-6h2.5v6h6v2.5h-6v6h-2.6Z"/></svg>');
--icon-at: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M127.999 27.99512a100 100 0 1 0 55.2959 183.333 4.00018 4.00018 0 1 0-4.42969-6.6621 92.00763 92.00763 0 1 1 41.13379-76.6709c0 31.32324-15.03711 36-24 36s-24-4.67676-24-36v-40a4 4 0 0 0-8 0v14.74841a43.986 43.986 0 1 0 2.81739 45.94226c4.645 14.88452 14.84521 23.30933 29.18261 23.30933 20.03711 0 32-16.44825 32-44a100.11269 100.11269 0 0 0-100-100Zm0 136a36 36 0 1 1 36-36 36.04063 36.04063 0 0 1-36 36Z'/%3E%3C/svg%3E");
--icon-next-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m6.5 10.5 3-3-3-3'/%3E%3C/svg%3E");
--icon-prev-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m8.5 4.5-3 3 3 3'/%3E%3C/svg%3E");
--icon-first-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m6.5 9.5-2-2 2-2m3 4-2-2 2-2'/%3E%3C/svg%3E");
--icon-last-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m8.5 9.5 2-2-2-2m-3 4 2-2-2-2'/%3E%3C/svg%3E");
--icon-cross-circle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23535358' viewBox='25 25 214 214'%3E%3Cpath d='M128 28.00012a100 100 0 1 0 100 100 100.113 100.113 0 0 0-100-100Zm0 192a92 92 0 1 1 92-92 92.10446 92.10446 0 0 1-92 92Zm34.82813-121.17139-29.17139 29.17139 29.17139 29.17139a3.99992 3.99992 0 1 1-5.65625 5.65722L128 133.65686l-29.17187 29.17187a3.99992 3.99992 0 0 1-5.65625-5.65722l29.17138-29.17139-29.17138-29.17139a3.99992 3.99992 0 0 1 5.65625-5.65722L128 122.34338l29.17188-29.17187a3.99992 3.99992 0 1 1 5.65625 5.65722Z'/%3E%3C/svg%3E");
--icon-checkmark-circle: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill='%23535358' viewBox=\"25 25 214 214\"><path d=\"M174.9 101.2a4 4 0 0 1-.1 5.7l-58.7 56a4 4 0 0 1-5.5 0l-29.4-28a4 4 0 0 1 5.6-5.8l26.5 25.4 56-53.4a4 4 0 0 1 5.6.1ZM228 128A100 100 0 1 1 128 28a100.1 100.1 0 0 1 100 100Zm-8 0a92 92 0 1 0-92 92 92.1 92.1 0 0 0 92-92Z\"/></svg>");
--icon-warning: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path d="M124 144v-40a4 4 0 0 1 8 0v40a4 4 0 0 1-8 0Zm109.30273 65.98291a19.79613 19.79613 0 0 1-17.32617 10.00928H40.02344a19.9998 19.9998 0 0 1-17.30957-30.019L110.69043 37.981a20.00012 20.00012 0 0 1 34.61914 0l87.97656 151.99218a19.798 19.798 0 0 1 .0166 20.00973Zm-6.94043-16.00244L138.38574 41.98828a12.00037 12.00037 0 0 0-20.77148 0L29.6377 193.98047a12.00033 12.00033 0 0 0 10.38574 18.01172h175.95312a12.00033 12.00033 0 0 0 10.38574-18.01172ZM128 172a8 8 0 1 0 8 8 7.99977 7.99977 0 0 0-8-8Z"/></svg>');
--icon-close: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M15.898 4.045c-.271-.272-.713-.272-.986 0l-4.71 4.711-4.709-4.711c-.272-.272-.714-.272-.986 0s-.272.714 0 .986l4.709 4.711-4.71 4.711c-.272.271-.272.713 0 .986.136.136.314.203.492.203.179 0 .357-.067.493-.203l4.711-4.711 4.71 4.711c.137.136.314.203.494.203.178 0 .355-.067.492-.203.273-.273.273-.715 0-.986l-4.711-4.711 4.711-4.711c.274-.272.274-.714 0-.986z'/%3E%3C/svg%3E");
--icon-chevron-down: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
--icon-chevron-up: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555'%3E%3Cpath d='M5.8 16.4c.4 0 .7-.1.9-.4l4.3-4.6c.5-.5 1.4-.5 1.9 0l4.3 4.6c.2.3.6.4.9.4 1.1 0 1.7-1.3.9-2.1l-6.2-6.8c-.5-.6-1.4-.6-1.9 0l-6.2 6.8c-.5.8.1 2.1 1.1 2.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-magnifying-glass: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 53.627 53.627'%3E%3Cpath d='M53.627 49.385 37.795 33.553C40.423 30.046 42 25.709 42 21 42 9.42 32.58 0 21 0S0 9.42 0 21s9.42 21 21 21c4.709 0 9.046-1.577 12.553-4.205l15.832 15.832 4.242-4.242zM2 21C2 10.523 10.523 2 21 2s19 8.523 19 19-8.523 19-19 19S2 31.477 2 21zm33.567 15.093c.178-.172.353-.347.525-.525.146-.151.304-.29.445-.445l14.262 14.262-1.415 1.415-14.261-14.263c.155-.141.293-.299.444-.444z'/%3E%3C/svg%3E");
--icon-location-on: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%2389ba89'%3E%3Cpath d='M12 1C7.6 1 4 4.6 4 9s8 14 8 14 8-9.6 8-14-3.6-8-8-8zm0 12c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-location-off: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23c46464'%3E%3Cpath d='M12 1C7.6 1 4 4.6 4 9s8 14 8 14 8-9.6 8-14-3.6-8-8-8zm0 12c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-checkmark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555'%3E%3Cpath d='M22.5 4.5c-.8-.8-2.2-.8-3 0L9 15l-4.5-4.5c-.8-.8-2.2-.8-3 0s-.8 2.2 0 3L9 21 22.5 7.5c.8-.8.8-2.2 0-3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23555'%3E%3Cpath d='M220 128a4.0002 4.0002 0 0 1-4 4h-84v84a4 4 0 0 1-8 0v-84H40a4 4 0 0 1 0-8h84V40a4 4 0 0 1 8 0v84h84a4.0002 4.0002 0 0 1 4 4Z'/%3E%3C/svg%3E");
--icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23555'%3E%3Cpath d='M216 132H40a4 4 0 0 1 0-8h176a4 4 0 0 1 0 8Z'/%3E%3C/svg%3E");
--icon-compass: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zM12 4l-2 8 2 8 2-8-2-8zm0 9c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-options-v: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3Ccircle cx='12' cy='5' r='2'%3E%3C/circle%3E%3Ccircle cx='12' cy='19' r='2'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
--icon-point-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Cpath d='M7.8 7h8.5c.8 0 1.3.8.9 1.5L13 15.6c-.4.6-1.3.6-1.7 0L6.9 8.5C6.5 7.8 7 7 7.8 7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
--icon-expand: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 20 7 7 7-7m0-8-7-7-7 7"/></svg>');
--icon-collapse: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m23 26-7-7-7 7M9 6l7 7 7-7"/></svg>');
--icon-enter: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23535358" d="M8 1v4h1V2h10v17H9v-3H8v4h12V1H8zm2 6 3 3H0v1h13l-3 3h1.5l3.5-3.5L11.5 7H10z"/></svg>');
--icon-exit: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" stroke="%23ccc" viewBox="0 0 20 20"><path fill="%23535358" stroke="none" d="M0 1v19h12v-4h-1v3H1V2h10v3h1V1H0zm15 6 3 3H5v1h13l-3 3h1.5l3.5-3.5L16.5 7H15z"/></svg>');
--icon-undo: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 7h11a5 5 0 0 1 0 10M4 7l3-3M4 7l3 3m1 7h3"/></svg>');
--icon-phone: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23230000" stroke="%23230000" stroke-width="2.2" viewBox="0 0 48 48"><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M19.3 12.5a24 24 0 0 1-.9-4.4 3 3 0 0 0-3-2.6H8.7a3 3 0 0 0-3 3.3 37 37 0 0 0 33.6 33.6 3 3 0 0 0 3.3-3v-6.1c0-2.3-1.1-3.6-2.6-3.7a24 24 0 0 1-4.4-1c-1.7-.4-3.6 0-4.8 1.3l-3 3a31.3 31.3 0 0 1-12.6-12.6l3-3a4.9 4.9 0 0 0 1.2-4.8Z"/></svg>');
--icon-file: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000" viewBox="0 0 64 64"><path d="M44 8v8h8"/><path d="m52 16-8-8H12v48h40V16z"/></svg>');
--icon-drag: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23555" stroke-width="0" viewBox="0 0 15 15"><path fill="%23555" fill-rule="evenodd" stroke="none" d="M4.5 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/></svg>');
}
.em .em-icon {
display: inline-block;
font-size: 20px;
line-height: 22px;
width: 20px;
height: 20px;
color: var(--meta-dashicons);
margin: 0 0 -4px;
padding: 0;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 20px;
}
.em .em-icon.s-15 {
width: 15px !important;
height: 15px !important;
font-size: 15px !important;
line-height: 16px;
background-size: 15px !important;
vertical-align: top;
margin-top: 2px;
}
.em .em-icon.s-10 {
width: 10px !important;
height: 10px !important;
font-size: 10px !important;
line-height: 11px;
background-size: 10px !important;
vertical-align: top;
margin-top: 2px;
}
.em .em-icon:focus {
box-shadow: none;
}
.em .em-icon.em-icon-logo-office365 {
background-image: var(--icon-logo-office365);
}
.em .em-icon.em-icon-logo-google-calendar {
background-image: var(--icon-logo-google-calendar);
}
.em .em-icon.em-icon-logo-apple {
background-image: var(--icon-logo-apple);
}
.em .em-icon.em-icon-logo-outlook {
background-image: var(--icon-logo-outlook);
}
.em .em-icon.em-icon-download {
background-image: var(--icon-download);
}
.em .em-icon.em-icon-info {
background-image: var(--icon-info);
}
.em .em-icon.em-icon-updated {
background-image: var(--icon-updated);
}
.em .em-icon.em-icon-trash {
background-image: var(--icon-trash);
}
.em .em-icon.em-icon-edit {
background-image: var(--icon-edit);
}
.em .em-icon.em-icon-spinner {
background-image: var(--icon-spinner);
}
.em .em-icon.em-icon-calendar {
background-image: var(--icon-calendar);
}
.em .em-icon.em-icon-calendar-empty {
background-image: var(--icon-calendar-empty);
}
.em .em-icon.em-icon-list-grouped {
background-image: var(--icon-list-grouped);
}
.em .em-icon.em-icon-list-grid {
background-image: var(--icon-list-grid);
}
.em .em-icon.em-icon-filter {
background-image: var(--icon-filter);
}
.em .em-icon.em-icon-filter-hide {
background-image: var(--icon-filter-hide);
}
.em .em-icon.em-icon-sort-desc {
background-image: var(--icon-sort-desc);
}
.em .em-icon.em-icon-sort-asc {
background-image: var(--icon-sort-asc);
}
.em .em-icon.em-icon-list {
background-image: var(--icon-list);
}
.em .em-icon.em-icon-map {
background-image: var(--icon-map);
}
.em .em-icon.em-icon-location {
background-image: var(--icon-location);
}
.em .em-icon.em-icon-settings {
background-image: var(--icon-settings);
}
.em .em-icon.em-icon-clock {
background-image: var(--icon-clock);
}
.em .em-icon.em-icon-folder {
background-image: var(--icon-folder);
}
.em .em-icon.em-icon-category {
background-image: var(--icon-folder);
}
.em .em-icon.em-icon-tag {
background-image: var(--icon-tag);
}
.em .em-icon.em-icon-ticket {
background-image: var(--icon-ticket);
}
.em .em-icon.em-icon-tickets {
background-image: var(--icon-tickets);
}
.em .em-icon.em-icon-attendees {
background-image: var(--icon-attendees);
}
.em .em-icon.em-icon-multiple {
background-image: var(--icon-multiple);
}
.em .em-icon.em-icon-at {
background-image: var(--icon-at);
}
.em .em-icon.em-icon-next-circle {
background-image: var(--icon-next-circle);
}
.em .em-icon.em-icon-prev-circle {
background-image: var(--icon-prev-circle);
}
.em .em-icon.em-icon-first-circle {
background-image: var(--icon-first-circle);
}
.em .em-icon.em-icon-last-circle {
background-image: var(--icon-last-circle);
}
.em .em-icon.em-icon-cross-circle {
background-image: var(--icon-cross-circle);
}
.em .em-icon.em-icon-checkmark-circle {
background-image: var(--icon-checkmark-circle);
}
.em .em-icon.em-icon-warning {
background-image: var(--icon-warning);
}
.em .em-icon.em-icon-close {
background-image: var(--icon-close);
}
.em .em-icon.em-icon-chevron-down {
background-image: var(--icon-chevron-down);
}
.em .em-icon.em-icon-chevron-up {
background-image: var(--icon-chevron-up);
}
.em .em-icon.em-icon-magnifying-glass {
background-image: var(--icon-magnifying-glass);
}
.em .em-icon.em-icon-location-on {
background-image: var(--icon-location-on);
}
.em .em-icon.em-icon-location-off {
background-image: var(--icon-location-off);
}
.em .em-icon.em-icon-checkmark {
background-image: var(--icon-checkmark);
}
.em .em-icon.em-icon-plus {
background-image: var(--icon-plus);
}
.em .em-icon.em-icon-minus {
background-image: var(--icon-minus);
}
.em .em-icon.em-icon-compass {
background-image: var(--icon-compass);
}
.em .em-icon.em-icon-options-v {
background-image: var(--icon-options-v);
}
.em .em-icon.em-icon-point-down {
background-image: var(--icon-point-down);
}
.em .em-icon.em-icon-expand {
background-image: var(--icon-expand);
}
.em .em-icon.em-icon-collapse {
background-image: var(--icon-collapse);
}
.em .em-icon.em-icon-enter {
background-image: var(--icon-enter);
}
.em .em-icon.em-icon-exit {
background-image: var(--icon-exit);
}
.em .em-icon.em-icon-undo {
background-image: var(--icon-undo);
}
.em .em-icon.em-icon-phone {
background-image: var(--icon-phone);
}
.em .em-icon.em-icon-file {
background-image: var(--icon-file);
}
.em .em-icon.em-icon-drag {
background-image: var(--icon-drag);
}
.em.em-calendar {
--nav-color: #777;
--nav-border: 1px solid #dedede;
--nav-background: none;
--event-border-color: #ccc;
--event-background-color: #dedede;
--event-color: #fff;
--header-border: 1px solid #dedede;
--header-background: transparent;
--header-color: #888;
--date-box-border: 1px solid #dedede;
--date-color: #999;
--date-background: #fff;
--date-border-color: #cdcdcd;
--date-border: 1px solid var(--date-border-color);
--date-today-color: #999;
--date-today-background: #ededed;
--date-today-border: 1px solid var(--date-today-background);
--date-more-color: var(--nav-color);
--calendar-background: #fff;
--counter-background: #F36752;
display: block;
width: 100%; }
.em.em-calendar section {
display: grid;
width: 100%;
padding: 0;
margin: 0;
}
.em.em-calendar section div {
text-align: center;
display: block;
}
.em.em-calendar section > div {
width: 100%;
}
.em.em-calendar section.em-cal-days {
grid-template-columns: repeat(7, 1fr);
}
.em.em-calendar .em-cal-nav {
grid-template-columns: 1fr auto;
justify-items: center;
align-items: center;
}
.em.em-calendar .em-cal-nav.em-cal-nav-centered {
grid-template-columns: 1fr;
}
.em.em-calendar .em-cal-nav.em-cal-nav-centered .month-nav {
display: grid;
gap: 20px;
width: max-content;
grid-template-columns: 22px 1fr 22px;
align-items: center;
justify-items: center;
}
.em.em-calendar .em-cal-nav.em-cal-nav-centered .month-nav .em-calnav svg {
height: 22px;
width: 22px;
}
.em.em-calendar .em-cal-nav > div {
margin: 10px 0;
}
.em.em-calendar .em-cal-nav .em-search-advanced-trigger {
display: none;
visibility: hidden;
}
.em.em-calendar .em-cal-nav .month {
margin-left: 10px;
text-align: left;
}
.em.em-calendar .em-cal-nav .month form {
display: inline-block;
}
.em.em-calendar .em-cal-nav .month input, .em.em-calendar .em-cal-nav .month span.marker {
border: 0 !important;
margin: 0 !important;
padding: 10px !important;
font-size: 22px;
}
.em.em-calendar .em-cal-nav .month input:hover, .em.em-calendar .em-cal-nav .month input:focus, .em.em-calendar .em-cal-nav .month span.marker:hover, .em.em-calendar .em-cal-nav .month span.marker:focus {
border: 0 !important;
}
.em.em-calendar .em-cal-nav .month span.marker { display: inline-block;
position: absolute;
left: -100%;
}
.em.em-calendar .em-cal-nav .month input[type=month] {
position: relative;
}
.em.em-calendar .em-cal-nav .month input[type=month]::-webkit-calendar-picker-indicator {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: pointer;
background: transparent;
}
.em.em-calendar .em-cal-nav .month input[type=text] {
background-color: transparent !important;
}
.em.em-calendar .em-cal-nav .button {
padding: 0 10px !important;
margin: 0 !important;
display: inline-block;
}
.em.em-calendar .em-cal-nav .month-nav {
margin: 5px 0 15px;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav {
background: var(--nav-background) !important;
color: var(--nav-color) !important;
width: 38px;
height: 18px;
display: inline-block;
padding: 0;
margin: 0;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-prev {
padding-right: 0;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-next {
padding-left: 0;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav:hover, .em.em-calendar .em-cal-nav .month-nav .em-calnav:hover svg, .em.em-calendar .em-cal-nav .month-nav .em-calnav:hover path {
color: var(--nav-color) !important;
filter: brightness(0.5) !important;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav:focus {
outline: none;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"], .em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover, .em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover svg, .em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover path {
cursor: not-allowed !important;
filter: brightness(1) !important;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav svg {
height: 28px;
width: 28px;
display: block;
margin: 0 auto;
transition: all ease-in-out;
fill: none;
stroke: var(--nav-color);
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav-today.is-today {
opacity: 0.3;
}
.em.em-calendar .em-cal-nav .month-nav .em-calnav-today.is-today:hover {
cursor: default !important;
}
.em.em-calendar .em-cal-head {
border: var(--header-border);
background: var(--calendar-background);
border-bottom: 0;
border-radius: 8px 8px 0 0; }
.em.em-calendar .em-cal-head > div {
background: var(--header-background);
color: var(--header-color);
margin: 10px 0;
padding: 0 10px;
border-left: var(--header-border);
text-transform: uppercase;
overflow-x: hidden;
text-overflow: ellipsis;
}
.em.em-calendar .em-cal-head > div:first-child {
border-left: none;
}
.em.em-calendar .em-cal-body {
border-bottom: var(--date-box-border);
background-color: var(--calendar-background);
--grid-auto-rows: auto;   }
.em.em-calendar .em-cal-body:not(.auto-aspect) {
grid-auto-rows: var(--grid-auto-rows);
}
.em.em-calendar .em-cal-body .em-cal-day {
text-align: right;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date {
display: inline-block;
text-align: center;
position: relative;
margin: 0 0 10px;
}
.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span {
color: var(--date-color) !important;
text-decoration: none !important;
display: inline-block;
margin: 0;
padding: 5px 6px;
width: 34px;
height: 34px;
font-size: 16px;
background: var(--date-background);
border-radius: 50%;
box-sizing: border-box;
}
.em.em-calendar .em-cal-body .em-cal-day.eventless-pre .em-cal-day-date, .em.em-calendar .em-cal-body .em-cal-day.eventless-post .em-cal-day-date, .em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date, .em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date {
opacity: 50%;
}
.em.em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date a {
border: var(--date-border) !important;
}
.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date span, .em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a, .em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date span {
border-radius: 50%;
text-decoration: underline !important;
text-underline-offset: 5px;
font-size: 16px;
line-height: 18px;
}
.em.em-calendar .em-cal-body .em-cal-day span.date-day-colors {
display: none;
visibility: hidden;
}
.em.em-calendar .em-cal-body > div {
border: var(--date-box-border);
border-right-width: 0;
border-bottom: none;
padding: 10px;
}
.em.em-calendar .em-cal-body > div:nth-child(7n) {
border-right-width: 1px;
}
.em.em-calendar .em-cal-body .em-cal-day-limit a {
margin-top: 10px;
line-height: 14px !important;
height: 14px !important;
padding: 0;
width: 100%;
outline: none !important;
border: none !important;
color: var(--date-more-color) !important;
font-size: 14px;
}
.em.em-calendar .em-cal-body.even-height {
grid-template-rows: 1fr;
grid-auto-rows: 1fr;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event {
text-align: left;
position: relative;
height: 28px;
padding: 0;
margin: 5px 0;
cursor: pointer;
font-size: 14px;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div {
text-align: left;
background-color: var(--event-background-color);
border: 1px solid var(--event-border-color);
color: var(--event-color);
position: absolute;
width: calc(100% + 10px);
height: 28px;
margin: 0;
padding: 5px 8px;
left: -5px;
border-radius: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div:hover {
filter: brightness(95%);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event > div a {
color: var(--event-text-color) !important;
text-decoration: none !important;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday {    }
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday > div {
left: -10px;
border-radius: 0;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-2 > div {
width: calc(200% + 44px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-3 > div {
width: calc(300% + 66px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-4 > div {
width: calc(400% + 88px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-5 > div {
width: calc(500% + 110px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-6 > div {
width: calc(600% + 132px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-7 > div {
width: calc(700% + 154px - 15px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-2 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-2 > div {
width: calc(200% + 44px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-3 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-3 > div {
width: calc(300% + 66px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-4 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-4 > div {
width: calc(400% + 88px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-5 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-5 > div {
width: calc(500% + 110px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-6 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-6 > div {
width: calc(600% + 132px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-7 > div, .em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-7 > div {
width: calc(700% + 154px - 10px);
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start > div {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px !important;
border-left: 0;
left: -5px;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end > div {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 1px !important;
border-right: 0;
}
.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.days-7 > div {
width: calc(700% + 146px);
}
.em.em-calendar.size-large .size-small:not(.size-large), .em.em-calendar.size-large .size-medium:not(.size-large) {
display: none !important;
visibility: hidden;
}
.em.em-calendar.size-large .event-style-pill .eventful-today .em-cal-day-date, .em.em-calendar.size-large .event-style-pill .eventless-today .em-cal-day-date {
margin-bottom: 6px;
}
.em.em-calendar.size-large .event-style-pill .eventful-today .em-cal-day-date a, .em.em-calendar.size-large .event-style-pill .eventless-today .em-cal-day-date a {
width: 38px;
height: 38px;
}
.em.em-calendar.size-medium .size-small:not(.size-medium), .em.em-calendar.size-medium .size-large:not(.size-medium) {
display: none !important;
visibility: hidden;
}
.em.em-calendar.size-medium .em-cal-body, .em.em-calendar.size-small .em-cal-body {
justify-items: center;
align-items: center;
}
.em.em-calendar.size-medium .em-cal-body > div, .em.em-calendar.size-small .em-cal-body > div {
padding: 0;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day, .em.em-calendar.size-small .em-cal-body .em-cal-day {
aspect-ratio: 1/1;
text-align: center;
display: grid;
justify-items: center;
align-items: center;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date {
position: relative;
display: inline-block;
text-align: center;
margin: 0;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date a, .em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date span, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date span {
margin: 0;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon {
color: var(--date-color) !important;
display: block;
position: absolute;
top: -2px;
right: -2px;
width: 14px;
height: 14px;
border: none;
border-radius: 50%;
background: #fff;
font-size: 14px;
padding: 0px;
margin: 0px;
line-height: 15px;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-event, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event {
display: none;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored {
--date-border-color-top: none;
--date-border-color-right: none;
--date-border-color-bottom: none;
--date-border-color-left: none;
--date-border-color: #fefefe;
--date-border: 1px solid var(--date-border-color);
--date-border: 1px solid var(--date-border-color);
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a {
border: none;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring {
border-radius: 50%;
padding: 1px;
display: inline-block;
border: var(--date-border) !important;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one {
border-color: var(--date-border-color) !important;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two {
border-top-color: var(--date-border-color-top) !important;
border-left-color: var(--date-border-color-top) !important;
border-right-color: var(--date-border-color-bottom) !important;
border-bottom-color: var(--date-border-color-bottom) !important;
background-clip: content-box;
clip-path: polygon(0 0, 75% 0, 75% 25%, 100% 25%, 100% 100%, 25% 100%, 25% 75%, 0 75%);
-webkit-clip-path: polygon(0 0, 75% 0, 75% 25%, 100% 25%, 100% 100%, 25% 100%, 25% 75%, 0 75%);
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.three, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.three {
border-top-color: var(--date-border-color-top) !important;
border-right-color: var(--date-border-color-bottom) !important;
border-bottom-color: var(--date-border-color-bottom) !important;
background-clip: content-box;
clip-path: polygon(0px 25%, 25% 25%, 25% 0%, 75% 0, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0 75%);
-webkit-clip-path: polygon(0px 25%, 25% 25%, 25% 0%, 75% 0, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0 75%);
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four {
border-top-color: var(--date-border-color-top) !important;
border-right-color: var(--date-border-color-right) !important;
border-bottom-color: var(--date-border-color-bottom) !important;
border-left-color: var(--date-border-color-left) !important;
background-clip: content-box;
clip-path: polygon(0px 25%, 25% 25%, 25% 0%, 75% 0, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0 75%);
-webkit-clip-path: polygon(0px 25%, 25% 25%, 25% 0%, 75% 0, 75% 25%, 100% 25%, 100% 75%, 75% 75%, 75% 100%, 25% 100%, 25% 75%, 0 75%);
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored.selected div.ring, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored.selected div.ring {
border-width: 3px !important;
font-weight: bold !important;
}
.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-limit, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-limit {
display: none;
visibility: hidden;
}
.em.em-calendar.size-small {
--header-border: none;
--header-background: none;
--header-color: #888;
--date-box-border: 0;
}
.em.em-calendar.size-small .size-large:not(.size-small), .em.em-calendar.size-small .size-medium:not(.size-small) {
display: none !important;
visibility: hidden;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) {
padding: 0 0.5% 0 1%;
margin: 0 0 10px;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) > div {
margin: 0;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .month input {
font-size: 20px !important;
padding-left: 0 !important;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav {
width: 26px;
height: 26px;
padding: 2px;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav svg {
height: 22px;
width: 22px;
margin: 0 auto;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav-today.size-small {
display: inline-block;
width: 12px;
height: 12px;
background: var(--nav-color) !important;
border: 0;
border-radius: 50%;
margin-bottom: 3px;
}
.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav-today.size-small:hover {
filter: brightness(0.8);
}
.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date span {
padding: 6px;
width: 36px;
height: 36px;
font-size: 16px;
}
.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a, .em.em-calendar.size-small .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a {
width: 38px;
height: 38px;
}
.em.em-calendar.size-small .em-cal-body.eventful a, .em.em-calendar.size-small .em-cal-body.eventful span {
line-height: 16px;
}
.em.em-calendar.size-small.with-advanced .em-cal-nav:not(.em-cal-nav-centered) .month input {
padding-left: 10px !important;
}
.em.em-calendar.with-advanced .em-cal-nav:not(.em-cal-nav-centered) {
grid-template-columns: 25px 1fr auto;
}
.em.em-calendar.with-advanced .em-cal-nav.em-cal-nav-centered {
grid-template-columns: 25px 1fr;
}
.em.em-calendar.with-advanced .em-cal-nav .em-search-advanced-trigger {
display: block;
visibility: visible;
background-size: 22px;
}
.em.em-calendar.preview-tooltips .tippy-box {
width: 330px;
}
.em.em-calendar.preview-tooltips section.em-cal-events-content {
display: none;
visibility: hidden;
}
.em.em-calendar.preview-tooltips .em-cal-event-content {
margin: 5px 2px 12px;
}
.em.em-calendar.preview-tooltips .em-cal-event-content > div {
margin-bottom: 8px;
text-align: left;
}
.em.em-calendar.preview-tooltips .em-cal-event-content > div:last-of-type {
margin-bottom: 0;
}
.em.em-calendar.preview-tooltips .em-cal-event-content div {
text-align: left;
}
.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title {
font-weight: bold;
margin: 10px 0 15px;
font-size: calc(var(--font-size) + 2px);
}
.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title a, .em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title a:hover {
color: #555555 !important;
}
.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-desc {
text-align: justify;
margin: 15px 0 10px;
}
.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-actions {
font-size: 14px;
text-align: center;
}
.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-actions .button {
padding: 0 20px !important;
border: none !important;
margin-bottom: 0 !important;
}
.em.size-small div.em-loading {
background-size: 18% 18%;
}
.em.size-medium div.em-loading {
background-size: 12% 12%;
}
.em.size-large div.em-loading {
background-size: 10% 10%;
}
.em.em-modal { }
.em.em-modal.em-cal-date-content .em-modal-content {
padding: 0 0 25px;
margin: 25px 0 !important;
border-bottom: 1px solid #dedede;
}
.em.em-modal.em-cal-date-content .em-modal-content:first-of-type {
margin-top: 0 !important;
}
.em.em-modal.em-cal-date-content .em-modal-content:last-of-type {
margin-bottom: 0 !important;
border-bottom: 0 !important;
}
.em.em-modal.em-cal-date-content .em-cal-day-limit, .em.em-modal.em-cal-date-content .button {
text-align: center;
margin-bottom: 0 !important;
}
@media only screen and (min-width: 40rem) {
.em.em-modal {
display: flex !important;
align-items: center !important;
justify-content: center !important;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
padding: 40px !important;
margin: 0 !important;
z-index: 99998 !important;
background: rgba(0, 0, 0, 0.6) !important;
opacity: 0 !important;
visibility: hidden !important;
backface-visibility: hidden !important;
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
-webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
pointer-events: none;
touch-action: none;
}
.em.em-modal.active {
opacity: 1 !important;
visibility: visible !important;
backdrop-filter: blur(4px);
pointer-events: auto;
touch-action: auto;
}
}
@media only screen and (max-width: 40rem) {
.em.em-modal {
display: none !important;
visibility: hidden !important;
}
.em.em-modal.active {
display: block !important;
visibility: visible !important;
}
}
.em.em-modal > form {
margin: 0 auto !important;
padding: 0 !important;
width: 100% !important;
max-width: 780px !important;
min-height: 200px !important;
max-height: calc(100vh - 80px) !important;
border: none !important;
background: none !important;
}
.em.em-modal .em-modal-popup {
margin: 0 auto !important;
padding: 0 !important;
width: 100% !important;
max-width: 780px !important;
min-height: 200px !important;
max-height: calc(100vh - 80px) !important;
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
justify-items: center !important;
justify-content: start !important;
position: relative !important;
background-color: #fff !important;
border-radius: 3px !important;
opacity: 0 !important;
visibility: hidden !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
backface-visibility: hidden !important;
transform: scale(1.2) !important;
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
transition-delay: 0.15s !important;
z-index: 99999 !important;
pointer-events: none;
touch-action: none; }
.em.em-modal .em-modal-popup.active {
visibility: visible !important;
opacity: 1 !important;
transform: scale(1) !important;
pointer-events: auto;
touch-action: auto;
}
.em.em-modal .em-modal-popup.active .em-modal-content, .em.em-modal .em-modal-popup.active .em-close-modal {
opacity: 1 !important;
}
.em.em-modal .em-modal-popup header {
width: 100%;
border-bottom: 1px solid #dedede;
margin: 0;
padding: 10px 0 7px 15px;
}
.em.em-modal .em-modal-popup header a.em-close-modal {
display: block;
width: 28px;
height: 28px;
background: var(--icon-close) no-repeat;
background-size: 28px 28px;
position: absolute !important;
cursor: pointer !important;
top: 10px !important;
right: 10px !important;
opacity: 0 !important;
backface-visibility: hidden !important;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
-webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
transition-delay: 0.15s !important;
}
.em.em-modal .em-modal-popup header .em-modal-title {
font-size: 24px !important;
line-height: 1.3 !important;
padding: 0 32px 0 0 !important;
margin: 0 !important;
}
.em.em-modal .em-modal-popup header .em-modal-title a {
color: var(--text-color-normal) !important;
}
.em.em-modal .em-modal-popup header .em-modal-title a:hover {
text-decoration: underline;
}
.em.em-modal .em-modal-popup .em-modal-content {
opacity: 0 !important;
backface-visibility: hidden !important;
transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1) !important;
transition-delay: 0.15s !important;
width: 100% !important;
margin: 0;
padding: 20px 15px;
overflow-y: auto !important;
}
.em.em-modal .em-modal-popup .em-modal-content.no-overflow {
overflow-y: visible !important;
}
.em.em-modal .em-modal-popup .em-modal-content.has-image {
display: grid;
grid-template-columns: auto minmax(80px, 150px);
grid-gap: 40px;
}
.em.em-modal .em-modal-popup .em-modal-content.has-image > div.image {
text-align: center;
}
.em.em-modal .em-modal-popup .em-modal-content.has-image > div.image img {
width: 100%;
}
.em.em-modal .em-modal-popup .em-modal-content section header {
width: 100%;
font-size: 18px;
padding: 16px 0 14px;
margin: 0;
border-bottom: 1px solid #dedede;
}
.em.em-modal .em-modal-popup .em-modal-content section > div {
margin: 15px 0;
}
.em.em-modal .em-modal-popup footer {
width: 100% !important;
border-top: 1px solid #dedede !important;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
}
.em.em-modal .em-modal-popup footer > div {
padding: 10px 25px !important;
}
.em.em-modal .em-modal-popup footer > div button, .em.em-modal .em-modal-popup footer > div .button {
margin: 0 !important;
}
.em.em-modal .em-modal-popup footer div:first-child {
justify-self: start;
}
.em.em-modal .em-modal-popup footer div:not(:first-child):last-child {
justify-self: end;
}
.em.em-modal .em-modal-popup footer button.button {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
@media only screen and (max-width: 39.99rem) {
.em.em-modal .em-modal-popup {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
max-height: 100% !important;
-webkit-overflow-scrolling: touch !important;
border-radius: 0 !important;
transform: scale(1.1) !important;
padding: 0 !important;
margin: 0 !important;
}
.em.em-modal .em-modal-popup .em-modal-content {
padding: 10px 15px 15px 15px;
}
}
.em.em-modal .em-modal-default:first-child {
padding-top: 0;
margin-top: 0;
}
.em.em-modal .em-modal-default > div {
margin-bottom: 20px;
}
.em.em-modal .em-modal-default > div:last-of-type {
margin-bottom: 0;
}
.em.em-modal .em-modal-default .em-event-title a {
font-size: 18px !important;
color: var(--text-color-normal) !important;
}
.em.em-modal .em-modal-default .em-event-title a:hover {
text-decoration: underline;
}
.em.em-modal .em-modal-default .em-event-main-info {
width: 100%;
}
.em.em-modal .em-modal-default .em-event-main-info.has-image {
display: grid;
grid-template-columns: 3fr 4fr;
}
.em.em-modal .em-modal-default .em-event-main-info.has-image .em-event-image {
justify-self: end;
}
.em.em-modal .em-modal-default .em-event-main-info.has-image .em-event-image img {
max-width: 100%;
}
.em.em-modal .em-modal-default .em-event-main-info .event-title a {
color: var(--text-color-normal) !important;
}
.em.em-modal .em-modal-default .em-event-main-info .event-title a:hover {
text-decoration: underline;
}
.em.em-modal .em-modal-default .em-event-main-info .event-meta-info .em-event-meta {
display: grid;
grid-template-columns: 30px 1fr;
}
.em.em-modal .em-modal-default .em-event-main-info .event-meta-info .em-icon {
opacity: 0.5;
padding-right: 10px;
}
.em.em-modal .em-modal-default .em-event-main-info .event-meta-info > div {
margin-bottom: 10px;
}
.em.em-modal .em-modal-default .em-event-main-info .event-meta-info > div:last-of-type {
margin-bottom: 0;
}
.em.em-modal .em-modal-default .em-event-actions {
font-size: 14px;
text-align: center;
}
.em.em-modal .em-modal-default .em-event-actions .button {
padding: 0 20px !important;
}
@media only screen and (max-width: 39.99rem) {
.em.em-modal .em-modal-default .em-modal-default {
margin-top: 25px;
}
.em.em-modal .em-modal-default .em-modal-default .em-event-main-info .event-meta-info {
margin-bottom: 20px;
}
.em.em-modal .em-modal-default .em-modal-default .em-event-main-info.has-image {
display: block;
}
.em.em-modal .em-modal-default .em-modal-default .em-event-main-info.has-image .em-event-image {
text-align: center;
}
}
.em.em-modal.em-admin-modal {
--font-size:15px;
--line-height:20px;
}
.em.em-modal.em-admin-modal .em-modal-content p {
font-size: var(--font-size) !important;
line-height: var(--line-height) !important;
text-align: justify;
}
.em.em-search, .em.em-search-advanced, .em .em-search-advanced {
--border-color: #dedede;
margin: 10px 0 25px;
}
.em.em-search form, .em.em-search-advanced form, .em .em-search-advanced form {
--background-color: #fff;
}
.em.em-search .em-search-main, .em.em-search-advanced .em-search-main, .em .em-search-advanced .em-search-main { }
.em.em-search .em-search-main.em-search-main-bar, .em.em-search-advanced .em-search-main.em-search-main-bar, .em .em-search-advanced .em-search-main.em-search-main-bar {
border: 1px solid var(--border-color);
padding: 10px;
width: 100%;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-items: stretch;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field {
border-right: 1px solid var(--border-color) !important;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field input, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field input {
margin: 0 !important;
text-overflow: ellipsis;
overflow: hidden;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field:not(:first-child) input, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field:not(:first-child) input, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field:not(:first-child) input {
border: none !important;
border-radius: 0 !important;
padding-left: 50px !important;
background-position-x: 15px !important;
background-size: 20px !important;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field:first-child input, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field:first-child input, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field:first-child input {
border: none !important;
margin-left: 0;
padding-left: 50px !important;
background-position-x: 15px !important;
background-size: 20px !important;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field.em-selectized, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field.em-selectized, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field.em-selectized {
max-height: 38px;
overflow: visible;
z-index: 10000;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-field.em-selectized .em-selectize .em-selectize-placeholder, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-field.em-selectized .em-selectize .em-selectize-placeholder, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-field.em-selectized .em-selectize .em-selectize-placeholder {
height: 36px;
padding-top: 6px;
}
.em.em-search .em-search-main.em-search-main-bar > div, .em.em-search-advanced .em-search-main.em-search-main-bar > div, .em .em-search-advanced .em-search-main.em-search-main-bar > div {
flex: none;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-text, .em.em-search .em-search-main.em-search-main-bar > .em-search-geo, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-text, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-geo, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-text, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-geo {
flex: auto;
width: 100%;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope {
flex: 1 0 180px;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data {
width: 100%;
overflow: hidden;
background: var(--icon-calendar) 8px 50% no-repeat !important;
background-size: 18px !important;
padding-left: 36px !important;
background-position-x: 14px !important;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input {
position: relative;
display: inline-block !important;
width: 130px !important;
padding: 0 0 0 10px !important;
margin: 0 !important;
font-size: 14px;
color: #777;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
cursor: pointer;
background: transparent;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data .separator, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data .separator, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-scope .em-datepicker-data .separator {
display: none;
}
.em.em-search .em-search-main.em-search-main-bar > .em-search-submit button, .em.em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button, .em .em-search-advanced .em-search-main.em-search-main-bar > .em-search-submit button {
padding: 0 20px !important;
line-height: 34px !important;
height: 34px !important;
margin: 0 !important;
}
.em.em-search .em-search-main input.em-search-text, .em.em-search-advanced .em-search-main input.em-search-text, .em .em-search-advanced .em-search-main input.em-search-text {
background: var(--icon-magnifying-glass) 8px 50% no-repeat !important;
background-size: 18px !important;
padding-left: 36px !important;
}
.em.em-search .em-search-main input.em-search-geo, .em.em-search-advanced .em-search-main input.em-search-geo, .em .em-search-advanced .em-search-main input.em-search-geo {
background: var(--icon-location) 8px 50% no-repeat !important;
background-size: 18px !important;
padding-left: 36px !important;
}
.em.em-search .em-search-main input.em-search-geo.on, .em.em-search-advanced .em-search-main input.em-search-geo.on, .em .em-search-advanced .em-search-main input.em-search-geo.on {
background-image: var(--icon-location-on) !important;
}
.em.em-search .em-search-main input.em-search-geo.off, .em.em-search-advanced .em-search-main input.em-search-geo.off, .em .em-search-advanced .em-search-main input.em-search-geo.off {
background-image: var(--icon-location-off) !important;
}
.em.em-search .em-search-main input.em-search-scope, .em.em-search-advanced .em-search-main input.em-search-scope, .em .em-search-advanced .em-search-main input.em-search-scope {
background: var(--icon-calendar) 8px 50% no-repeat !important;
background-size: 18px !important;
padding-left: 36px !important;
}
.em.em-search .em-search-main input:-webkit-autofill,
.em.em-search .em-search-main input:-webkit-autofill:focus, .em.em-search-advanced .em-search-main input:-webkit-autofill,
.em.em-search-advanced .em-search-main input:-webkit-autofill:focus, .em .em-search-advanced .em-search-main input:-webkit-autofill,
.em .em-search-advanced .em-search-main input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
}
.em.em-search .em-search-main input[data-autocompleted], .em.em-search-advanced .em-search-main input[data-autocompleted], .em .em-search-advanced .em-search-main input[data-autocompleted] {
background-color: transparent !important;
}
.em.em-search button[type=submit].disabled:hover, .em.em-search-advanced button[type=submit].disabled:hover, .em .em-search-advanced button[type=submit].disabled:hover {
cursor: not-allowed !important;
pointer-events: auto !important;
}
.em.em-search .em-search-advanced-trigger, .em.em-search-advanced .em-search-advanced-trigger, .em .em-search-advanced .em-search-advanced-trigger {
width: 55px;
padding: 0 15px;
}
.em.em-search .em-search-views, .em.em-search-advanced .em-search-views, .em .em-search-advanced .em-search-views {
width: 52px;
height: 25px;
padding: 0 15px;
}
.em.em-search .em-search-views [data-view=list], .em.em-search-advanced .em-search-views [data-view=list], .em .em-search-advanced .em-search-views [data-view=list] {
background-image: var(--icon-list) !important;
}
.em.em-search .em-search-views [data-view=list-grouped], .em.em-search-advanced .em-search-views [data-view=list-grouped], .em .em-search-advanced .em-search-views [data-view=list-grouped] {
background-image: var(--icon-list-grouped) !important;
}
.em.em-search .em-search-views [data-view=calendar], .em.em-search-advanced .em-search-views [data-view=calendar], .em .em-search-advanced .em-search-views [data-view=calendar] {
background-image: var(--icon-calendar) !important;
}
.em.em-search .em-search-views [data-view=map], .em.em-search-advanced .em-search-views [data-view=map], .em .em-search-advanced .em-search-views [data-view=map] {
background-image: var(--icon-map) !important;
}
.em.em-search .em-search-views [data-view=grid], .em.em-search-advanced .em-search-views [data-view=grid], .em .em-search-advanced .em-search-views [data-view=grid] {
background-image: var(--icon-list-grid) !important;
}
.em.em-search .em-search-views button[data-view=map], .em.em-search-advanced .em-search-views button[data-view=map], .em .em-search-advanced .em-search-views button[data-view=map] {
background-size: 28px;
width: 28px;
height: 28px;
}
.em.em-search .em-search-views .em-search-views-trigger, .em.em-search-advanced .em-search-views .em-search-views-trigger, .em .em-search-advanced .em-search-views .em-search-views-trigger {
display: block;
width: 42px;
height: 25px;
background: var(--icon-point-down) 30px 6px no-repeat;
background-size: 14px;
padding: 0 15px 0 0;
margin: 0;
cursor: pointer;
}
.em.em-search .em-search-views .em-search-views-trigger .em-search-view-option, .em.em-search-advanced .em-search-views .em-search-views-trigger .em-search-view-option, .em .em-search-advanced .em-search-views .em-search-views-trigger .em-search-view-option {
display: block;
width: 25px;
height: 25px;
background-size: 25px;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
text-indent: -10000px !important;
}
.em.em-search .em-search-views .em-search-views-options, .em.em-search-advanced .em-search-views .em-search-views-options, .em .em-search-advanced .em-search-views .em-search-views-options {
display: none;
}
.em.em-search .em-search-views .tippy-content .em-search-views-options, .em.em-search-advanced .em-search-views .tippy-content .em-search-views-options, .em .em-search-advanced .em-search-views .tippy-content .em-search-views-options {
display: block;
}
.em.em-search .em-search-views .em-search-views-options-list, .em.em-search-advanced .em-search-views .em-search-views-options-list, .em .em-search-advanced .em-search-views .em-search-views-options-list {
display: block !important;
padding: 0 !important;
margin: 5px 0 !important;
border: none !important;
background: transparent !important;
cursor: pointer !important;
overflow: visible !important;
}
.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option, .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option, .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option {
display: block !important;
padding: 5px 10px 5px 40px !important;
margin: 0 !important;
background-repeat: no-repeat !important;
background-size: 18px !important;
background-position: 10px center !important;
background-color: transparent !important;
}
.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option:hover, .em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option.focused, .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:hover, .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.focused, .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:hover, .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.focused {
background-color: #efefef !important;
}
.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option:checked, .em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option.checked, .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:checked, .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.checked, .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:checked, .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.checked {
background-color: #cee0ea !important;
}
.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio], .em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio], .em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio] {
border: 0;
padding: 0;
margin: 0;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.em.em-search .em-search-views .em-search-views-options-list:focus, .em.em-search-advanced .em-search-views .em-search-views-options-list:focus, .em .em-search-advanced .em-search-views .em-search-views-options-list:focus {
border: none !important;
outline: none !important;
}
.em.em-search .em-search-sort, .em.em-search-advanced .em-search-sort, .em .em-search-advanced .em-search-sort {
width: 52px;
height: 25px;
padding: 0 15px;
}
.em.em-search .em-search-sort [data-sort=ASC], .em.em-search-advanced .em-search-sort [data-sort=ASC], .em .em-search-advanced .em-search-sort [data-sort=ASC] {
background-image: var(--icon-sort-asc) !important;
}
.em.em-search .em-search-sort [data-sort=DESC], .em.em-search-advanced .em-search-sort [data-sort=DESC], .em .em-search-advanced .em-search-sort [data-sort=DESC] {
background-image: var(--icon-sort-desc) !important;
}
.em.em-search .em-search-sort .em-search-sort-trigger, .em.em-search-advanced .em-search-sort .em-search-sort-trigger, .em .em-search-advanced .em-search-sort .em-search-sort-trigger {
display: block;
width: 42px;
height: 25px;
margin: 0;
cursor: pointer;
}
.em.em-search .em-search-sort .em-search-sort-option, .em.em-search-advanced .em-search-sort .em-search-sort-option, .em .em-search-advanced .em-search-sort .em-search-sort-option {
display: block;
width: 25px;
height: 25px;
background-size: 25px;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
text-indent: -10000px !important;
}
.em.em-search[data-view=calendar] .em-search-scope, .em.em-search-advanced[data-view=calendar] .em-search-scope, .em .em-search-advanced[data-view=calendar] .em-search-scope {
display: none;
visibility: hidden;
}
.em.em-search.is-hidden {
display: none;
visibility: hidden;
}
.em.em-search.has-advanced.has-views .em-search-views, .em.em-search.has-sorting.has-views .em-search-views {
width: 72px;
border-left: 1px solid var(--border-color);
padding-left: 15px;
flex: 0 0 42px;
}
.em.em-search.has-advanced.has-sorting .em-search-sort {
width: 48px;
border-left: 1px solid var(--border-color);
padding-left: 10px;
flex: 0 0 42px;
}
.em.em-search.advanced-mode-inline.advanced-visible.no-advanced-trigger .em-search-main .em-search-submit {
display: none;
visibility: hidden;
}
.em.em-search.has-search-main .em-search-advanced-inline {
margin-top: 20px;
}
.em.em-search.size-medium.multi-line .em-search-main-bar, .em.em-search.size-small.multi-line .em-search-main-bar {
padding: 10px 15px 15px 10px;
flex-wrap: wrap;
}
.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-field, .em.em-search.size-small.multi-line .em-search-main-bar .em-search-field {
flex: 1 0 100% !important;
border-bottom: 1px solid var(--border-color) !important;
border-right: 0 !important;
padding-bottom: 5px;
margin-bottom: 5px;
}
.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-field:nth-last-child(1 of .em-search-field), .em.em-search.size-small.multi-line .em-search-main-bar .em-search-field:nth-last-child(1 of .em-search-field) {
padding-bottom: 8px;
margin-bottom: 18px;
}
.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-submit, .em.em-search.size-small.multi-line .em-search-main-bar .em-search-submit {
flex: 1;
}
.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-submit button, .em.em-search.size-small.multi-line .em-search-main-bar .em-search-submit button {
width: 100%;
}
.em.em-search.size-medium.multi-line[data-view=calendar] .em-search-main-bar .em-search-field:nth-last-child(2 of .em-search-field), .em.em-search.size-small.multi-line[data-view=calendar] .em-search-main-bar .em-search-field:nth-last-child(2 of .em-search-field) {
padding-bottom: 8px;
margin-bottom: 18px;
}
.em.em-search.size-small .hide-small {
display: none;
visibility: hidden;
}
.em.em-search.size-small .one-line {
padding: 5px !important;
}
.em.em-search.size-small .one-line .em-search-main-bar > .em-search-field:not(:first-child) {
display: none;
visibility: hidden;
}
.em.em-search.size-small .one-line .em-search-main-bar > .em-search-field:first-child input {
padding-left: 30px !important;
padding-right: 5px !important;
background-position-x: 3px !important;
background-size: 16px !important;
}
.em.em-search.size-small .one-line .em-search-main-bar .em-search-scope {
flex: auto;
}
.em.em-search.size-small .one-line .em-search-advanced-trigger {
width: 45px;
padding: 0 10px;
flex: 0 0 25px !important;
}
.em.em-search.size-small .one-line.has-advanced.has-sorting .em-search-sort {
width: 36px;
padding: 0 5px;
flex: 0 0 36px !important;
}
.em.em-search.size-small .one-line.has-advanced.has-views .em-search-views {
width: 62px !important;
padding-left: 10px !important;
}
.em.em-search.size-medium .hide-medium {
display: none;
visibility: hidden;
}
.em.em-search.size-medium .one-line .em-search-main-bar > .em-search-field:first-child input {
padding-left: 40px !important;
padding-right: 10px !important;
background-position-x: 8px !important;
}
.em button.em-clickable.em-search-advanced-trigger {
display: block !important;
visibility: visible !important;
width: 25px !important;
height: 25px !important;
background: var(--icon-filter) 0 center no-repeat !important;
background-size: 25px !important;
position: relative !important;
}
.em button.em-clickable.em-search-advanced-trigger span.total-count {
position: absolute;
border: 1px solid var(--counter-background);
border-radius: 50%;
color: var(--counter-color);
background: var(--counter-background);
width: 15px;
height: 15px;
font-size: 11px;
top: -8px;
right: -8px;
padding: 0;
line-height: 11px;
text-align: center;
}
.em button.em-clickable.em-search-advanced-trigger span.total-count.tentative {
background: var(--counter-background-tentative);
color: var(--counter-color-tentative);
border-color: var(--counter-background-tentative);
}
.em.em-search-advanced { }
.em.em-search-advanced section.em-search-main > .em-search-field {
margin: 0 !important;
}
.em.em-search-advanced .em-modal-content {
flex: 1 1 auto; }
.em.em-search-advanced .em-modal-content section > div {
margin: 0;
}
.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown {
margin-bottom: 15px;
max-height: none;
}
.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown .selectize-dropdown {
display: none !important;
position: relative;
}
.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown.dropdown-active {
height: auto;
}
.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown.dropdown-active .selectize-dropdown {
display: block !important;
}
.em.em-search-advanced.em-search-advanced-inline footer {
text-align: right;
}
.em.em-search-advanced.em-search-advanced-inline footer .em-search-views {
width: auto !important;
height: auto !important;
border: none !important;
border-right: 1px solid var(--border-color);
padding-left: 0 !important;
padding: 0 !important;
text-align: left;
}
.em.em-search-advanced.em-search-advanced-inline footer .em-search-views .em-search-views-trigger {
width: auto !important;
height: auto !important;
background-position: calc(100% - 8px) center;
padding: 0 !important;
}
.em.em-search-advanced.em-search-advanced-inline footer .em-search-views .em-search-views-trigger button {
width: auto !important;
padding: 0 40px 0 25px !important;
background-position: calc(50% - 8px) center;
background-size: 22px;
}
.em.em-search-advanced.em-search-advanced-inline footer div {
display: inline-block;
}
@media only screen and (max-width: 39.99rem) {
.em.em-search-advanced.em-modal footer > div {
padding: 10px 15px;
}
.em.em-search-advanced.em-modal footer button.button {
padding: 0 20px !important;
}
}
.em.em-search-advanced .em-search-advanced-sections section.em-search-advanced-section span.total-count {
border: 1px solid var(--counter-background);
border-radius: 50%;
color: #fff;
background: var(--counter-background);
width: 24px;
height: 24px;
font-size: 12px;
padding: 2px 0 0;
margin: 0 0 0 10px;
display: inline-block;
text-align: center;
top: -4px;
position: relative;
line-height: 16px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section {
background: var(--icon-options-v) 0 15px no-repeat;
background-size: 18px 18px;
border-bottom: 1px solid #dedede;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section:last-of-type {
border-bottom: 0;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section header {
width: 100%;
font-size: 18px;
padding: 16px 0 14px 28px;
margin: 0;
background: var(--icon-plus) right 50% no-repeat;
background-size: 18px 18px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section header:hover {
cursor: pointer;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section div.em-search-section-content {
display: none;
visibility: hidden;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.active header {
background-image: var(--icon-minus);
margin-bottom: 10px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.active div.em-search-section-content {
display: block;
visibility: visible;
padding: 0 0 20px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.active:last-of-type header, .em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.active:last-of-type div.em-search-section-content {
border-bottom: 0;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-location {
background-image: var(--icon-compass);
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-categories {
background-image: var(--icon-folder);
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-categories .em-search-section-content {
margin: 0 0 15px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-tags {
background-image: var(--icon-tag);
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-categories.active header, .em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion > section.em-search-advanced-section.em-search-section-tags.active header {
margin-bottom: 0;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings > section.em-search-advanced-section {
padding-bottom: 10px;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings > section.em-search-advanced-section header {
width: 100%;
font-size: 16px;
padding: 0 0 8px 0;
border: 0;
}
.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings > section.em-search-advanced-section > div {
margin: 0;
}
.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units {
display: flex;
flex-direction: row;
gap: 5px;
}
.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units select {
display: inline-block !important;
padding-right: 30px !important;
}
.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units label {
display: inline-block !important;
vertical-align: top !important;
padding: 9px 15px 9px !important;
}
.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units .em-search-geo-distance {
width: auto !important;
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
margin-right: 0 !important;
}
.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units .em-search-geo-unit {
width: auto !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
margin-left: 0 !important;
}
.em.em-modal.em-search-advanced { }
.em.em-modal.em-search-advanced section > header {
border-bottom: 0 !important;
}
.em .selectize-control {
--border-radius: 4px;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) input, .em .selectize-control.em-selectize:not(.always-open, .multidropdown) input:focus, .em .selectize-control.em-selectize:not(.always-open, .multidropdown) input:focus, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) input, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) input:focus, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) input:focus {
border: 0 !important;
outline: 0 !important;
height: auto !important;
padding: 0 !important;
margin: 0 !important;
border-radius: 0 !important;
background: none !important;
width: auto !important;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input {
border-radius: var(--border-radius) !important;
width: 100% !important;
min-height: 38px !important;
padding: 6px 30px 6px 10px !important; }
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input:after, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input:after {
display: inline-flex !important;
content: "";
position: absolute;
border: 0 !important;
background-image: var(--icon-chevron-down);
background-size: 16px 16px;
height: 16px;
width: 16px;
margin-top: calc(16px / 2 * -1);
right: 8px;
top: 50%;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input.focus:not(:focus), .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input.focus:not(:focus) {
border: 1px solid var(--border-color-softer) !important;
box-shadow: none !important;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input.focus.dropdown-active, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input.focus.dropdown-active {
border: 1px solid var(--accent-color) !important;
box-shadow: none !important;
border-bottom: 0 !important;
border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input.focus.dropdown-active:after, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input.focus.dropdown-active:after {
margin-top: -8px;
transform: rotate(180deg);
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown) .selectize-input:not(.has-items) input, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown) .selectize-input:not(.has-items) input {
width: calc(100% - 40px) !important;
}
.em .selectize-control.em-selectize:not(.always-open, .multidropdown).selectize-control, .em .selectize-control.em-selectize-autocomplete:not(.always-open, .multidropdown).selectize-control {
margin-bottom: 15px !important;
}
.em .selectize-control.em-selectize.multi.plugin-remove_button .item, .em .selectize-control.em-selectize-autocomplete.multi.plugin-remove_button .item {
background: #dff4fd;
border: 1px solid #97dbf9;
color: #0095c3;
padding-left: 8px;
}
.em .selectize-control.em-selectize.multi.plugin-remove_button .item a.remove, .em .selectize-control.em-selectize-autocomplete.multi.plugin-remove_button .item a.remove {
color: inherit !important;
background-color: inherit !important;
}
.em .selectize-control.em-selectize .selectize-dropdown, .em .selectize-control.em-selectize-autocomplete .selectize-dropdown {
width: 100% !important;
left: 0 !important;
top: calc(100% - 3px) !important;
border-radius: 0 0 var(--border-radius) var(--border-radius);
border: 1px solid var(--accent-color) !important;
border-top: 0 !important;
background-color: var(--background-color-inputs) !important;
box-shadow: none !important;
margin-bottom: 0 !important;
border-top: 0 !important;
}
.em .selectize-control.no-search .selectize-input {
position: absolute !important;
opacity: 0 !important;
pointer-events: none !important;
}
.em .selectize-control.em-selectize-autocomplete .selectize-input:after {
display: none !important;
}
.em .selectize-control.em-selectize-autocomplete.loading .selectize-input:after {
display: inline-flex !important;
content: "";
position: absolute;
border: 0 !important;
background-image: var(--icon-spinner);
background-size: 26px 26px;
height: 26px;
width: 26px;
margin-top: calc(26px / 2 * -1);
right: 8px;
top: 50%;
}
.em .selectize-control.em-selectize-autocomplete .selectize-dropdown-content > div {
padding: 3px 0.75rem;
}
.em .selectize-control.em-selectize.always-open .selectize-input, .em .selectize-control.em-selectize.multidropdown .selectize-input {
border: 0 !important;
padding: 0 !important;
}
.em .selectize-control.em-selectize.always-open .selectize-input.focus, .em .selectize-control.em-selectize.multidropdown .selectize-input.focus {
border: 0 !important;
box-shadow: none !important;
}
.em .selectize-control.em-selectize.always-open .selectize-input input, .em .selectize-control.em-selectize.multidropdown .selectize-input input {
border: 1px solid #cdcdcd !important;
border-radius: var(--border-radius);
padding: 5px;
width: 100%;
background: var(--icon-magnifying-glass) 8px 50% no-repeat !important;
background-size: 18px !important;
padding-left: 36px !important;
margin: 10px 0 0 !important;
opacity: 1 !important;
position: static !important;
}
.em .selectize-control.em-selectize.always-open .selectize-input input:focus, .em .selectize-control.em-selectize.multidropdown .selectize-input input:focus {
border: 1px solid #cdcdcd !important;
}
.em .selectize-control.em-selectize.always-open .selectize-input:after, .em .selectize-control.em-selectize.multidropdown .selectize-input:after {
display: none !important;
}
.em .selectize-control.em-selectize.always-open .selectize-input {
width: 100% !important;
margin: 0 !important;
}
.em .selectize-control.em-selectize.always-open .selectize-dropdown {
width: 100% !important;
position: static !important;
}
.em .selectize-control.em-selectize.always-open .selectize-dropdown {
border: none !important;
}
.em .selectize-control.em-selectize.always-open .selectize-dropdown .selectize-dropdown-content {
overflow-y: visible;
overflow-x: visible;
max-height: none;
}
.em .selectize-control.em-selectize.multidropdown {
width: 100%;
border: 1px solid var(--border-color-softer) !important;
background-color: var(--background-color-inputs) !important;
border-radius: 4px !important;
cursor: pointer;
max-height: 40px;
overflow: visible; }
.em .selectize-control.em-selectize.multidropdown.dropdown-active {
height: 100px;
}
.em .selectize-control.em-selectize.multidropdown .selectize-dropdown {
width: calc(100% + 2px) !important;
left: -1px !important;
}
.em .selectize-control.em-selectize.multidropdown .selectize-dropdown .selectize-dropdown-content {
overflow-y: scroll;
overflow-x: visible;
max-height: 500px;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder {
display: block;
width: 100%;
height: 38px;
font-size: 16px;
color: #888;
padding: 8px 30px 8px 10px;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder:after {
display: inline-flex !important;
content: "";
position: absolute;
border: 0 !important;
background-image: var(--icon-chevron-down);
background-size: 16px 16px;
height: 16px;
width: 16px;
margin-top: calc(16px / 2 * -1);
right: 8px;
top: 50%;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder:after {
top: 20px !important;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count {
border-radius: 5px;
color: #fff;
background: #999;
font-size: 14px;
padding: 2px 6px;
margin: 0px 10px 0px 0;
display: inline-block;
text-align: center;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count span {
display: inline-block;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count span.clear-selection {
display: none;
visibility: hidden;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count a.remove {
color: inherit !important;
background-color: inherit !important;
border-right: 1px solid #ccc;
display: inline-block;
padding: 0 5px 0 2px;
margin-right: 5px;
font-size: 12px;
text-decoration: none;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count a.remove:hover {
text-decoration: none;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count:hover > span:not(.clear) {
display: none;
visibility: hidden;
}
.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count:hover > span.clear-selection {
display: inline-block;
visibility: visible;
}
.em .selectize-control.em-selectize.multidropdown.dropdown-active {
border: 1px solid var(--accent-color) !important;
border-radius: 4px 4px 0 0 !important;
}
.em .selectize-control.em-selectize.multidropdown.dropdown-active .em-selectize-placeholder:after {
margin-top: -8px;
transform: rotate(180deg);
}
.em .selectize-control.em-selectize.multidropdown.dropdown-active.no-options {
border-radius: var(--border-radius) !important;
}
.em .selectize-control.em-selectize.multidropdown.dropdown-active.no-options .selectize-dropdown {
display: block !important;
}
.em .selectize-control.em-selectize.multidropdown.dropdown-active .selectize-dropdown {
opacity: 1;
pointer-events: all;
}
.em .selectize-control.em-selectize.multidropdown .selectize-dropdown {
display: block !important;
opacity: 0;
pointer-events: none;
}
.em .selectize-control.em-selectize.multidropdown:not(.dropdown-active) > .selectize-input {
opacity: 0;
position: absolute;
z-index: -1;
pointer-events: none;
}
.em .selectize-control.em-selectize.multidropdown .selectize-input {
width: calc(100% - 20px) !important;
margin: 0 10px 5px !important;
}
.em .selectize-control.em-selectize.multidropdown .selectize-input .item {
display: none;
visibility: hidden;
}
.em .selectize-control.em-selectize.always-open .selectize-dropdown {
display: block !important;
visibility: visible !important;
}
.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25px, max-content));
align-items: baseline;
}
.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option > span:first-child {
display: inline-block;
width: 15px;
height: 15px;
border: 1px solid #ccc;
border-radius: 2px;
margin: -4px 5px 0 0;
vertical-align: middle;
}
.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected {
color: #0095c3;
background-color: transparent;
}
.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected.active {
background-color: #e9ecef;
}
.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected > span:first-child {
background: var(--icon-checkmark) 50% 50% white no-repeat;
background-size: 12px 12px;
}
.em.em-item .em-item-image, .em.em-list .em-item .em-item-image, .em.em-list-widget .em-item .em-item-image {
min-width: 150px;
width: 100%;
height: 100%;
}
.em.em-item .em-item-image a, .em.em-list .em-item .em-item-image a, .em.em-list-widget .em-item .em-item-image a {
border: 0;
margin: 0;
padding: 0;
}
.em.em-item .em-item-image img, .em.em-list .em-item .em-item-image img, .em.em-list-widget .em-item .em-item-image img {
width: 100%;
padding: 0 10px 0 0;
border: 0;
margin: 0;
}
.em.em-item .em-item-image.has-placeholder, .em.em-list .em-item .em-item-image.has-placeholder, .em.em-list-widget .em-item .em-item-image.has-placeholder {
display: flex;
justify-content: center;
align-items: center;
}
.em.em-item .em-item-image .em-item-image-placeholder, .em.em-list .em-item .em-item-image .em-item-image-placeholder, .em.em-list-widget .em-item .em-item-image .em-item-image-placeholder {
width: 100%;
max-width: 150px;
aspect-ratio: 1/1;
background: var(--icon-calendar-empty) center center no-repeat;
background-size: 100%;
opacity: 0.45;
}
.em.em-item .em-item-image .em-item-image-placeholder div:first-child, .em.em-list .em-item .em-item-image .em-item-image-placeholder div:first-child, .em.em-list-widget .em-item .em-item-image .em-item-image-placeholder div:first-child {
align-self: end;
}
.em.em-item .em-item-meta .em-item-meta-line, .em.em-list .em-item .em-item-meta .em-item-meta-line, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line {
line-height: 22px;
margin-bottom: 10px;
display: grid;
grid-template-columns: 35px 1fr;
}
.em.em-item .em-item-meta .em-item-meta-line .em-icon, .em.em-list .em-item .em-item-meta .em-item-meta-line .em-icon, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line .em-icon {
margin-right: 15px;
}
.em.em-item .em-item-meta .em-item-meta-line a, .em.em-list .em-item .em-item-meta .em-item-meta-line a, .em.em-list-widget .em-item .em-item-meta .em-item-meta-line a {
color: var(--meta-color) !important;
font-style: italic !important;
text-decoration: underline dotted var(--meta-color) 1px !important;
text-underline-offset: 3px; }
.em.em-item .em-item-meta .em-item-taxonomy ul, .em.em-list .em-item .em-item-meta .em-item-taxonomy ul, .em.em-list-widget .em-item .em-item-meta .em-item-taxonomy ul {
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
.em.em-item .em-item-meta .em-item-taxonomy ul li, .em.em-list .em-item .em-item-meta .em-item-taxonomy ul li, .em.em-list-widget .em-item .em-item-meta .em-item-taxonomy ul li {
display: inline-block !important;
list-style: none !important;
margin: 0 5px 0 0 !important;
padding: 0 !important;
line-height: 1 !important;
}
.em.em-item.em-item-single {
width: 100%;
}
.em.em-item.em-item-single .em-item-header {
display: flex;
flex-wrap: nowrap;
gap: 20px;
width: 100%;
background-color: var(--meta-bg);
color: var(--default-color);
margin-bottom: 20px;
}
.em.em-item.em-item-single .em-item-image {
flex: 1 0 300px;
order: 2;
}
.em.em-item.em-item-single .em-item-image img {
padding-left: 10px !important;
border-left: 4px solid var(--default-border);
}
.em.em-item.em-item-single .em-item-meta {
flex: 1 1 auto;
order: 1;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.em.em-item.em-item-single .em-item-meta > section {
flex: max(290px, 33.4333333333%);
}
.em.em-item.em-item-single .em-item-meta > section section {
margin-bottom: 40px;
}
.em.em-item.em-item-single .em-item-meta h3 {
font-size: calc(var(--font-size) + 10px) !important;
text-transform: uppercase;
}
.em.em-item.em-item-single .em-item-meta button, .em.em-item.em-item-single .em-item-meta .button {
margin: 15px 0 0 !important;
}
.em.em-item.em-item-single > section {
margin: 0 0 20px;
}
.em.em-item.em-item-single .em-item-content {
margin: 30px 0;
}
.em.em-item.em-item-single.size-medium .em-item-header, .em.em-item.em-item-single.size-small .em-item-header {
display: block;
}
.em.em-item.em-item-single.size-medium .em-item-header .em-item-image, .em.em-item.em-item-single.size-small .em-item-header .em-item-image {
margin-bottom: 30px;
}
.em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
padding: 0 0 10px !important;
border: none;
border-bottom: 4px solid var(--default-border);
}
.em.em-item.em-item-single.size-small {
display: block;
}
.em.em-item.em-item-single.size-small .em-item-meta > section {
margin: 0;
padding: 0;
}
.em.em-item.em-item-single.size-small .em-item-meta > section section {
margin-bottom: 30px;
}
.em.em-item.em-item-single.size-small .em-item-meta h3 {
font-size: calc(var(--font-size) + 6px) !important;
}
.em.em-list {
width: 100%;
display: grid;
grid-template-rows: 1fr;
grid-gap: 25px;
}
.em.em-list.em-grid {
grid-template-rows: none;
grid-template-columns: repeat(auto-fill, minmax(var(--view-grid-width), 1fr));
align-items: start;
justify-items: center;
grid-gap: 20px;
}
.em.em-list.em-grid > div.em-item { max-width: 400px;
height: 100%;
padding: 0 !important;
border: none;
box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;
transition: box-shadow 0.3s ease-out;
cursor: pointer;
}
.em.em-list.em-grid > div.em-item:hover {
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.em.em-list.em-grid > div.em-item .em-item-image {
position: relative;
width: 100%;
aspect-ratio: 3/2;
padding: 0 !important;
}
.em.em-list.em-grid > div.em-item .em-item-image:not(.has-placeholder) > div {
position: absolute;
overflow: hidden;
inset: 0;
width: 100%;
height: 100%;
}
.em.em-list.em-grid > div.em-item .em-item-image:not(.has-placeholder) > div img {
position: absolute;
min-width: 100%;
min-height: 100%;
max-width: 100%;
max-height: 100%;
display: block;
padding: 0;
z-index: 0;
box-sizing: border-box;
object-fit: cover;
object-position: center center;
margin: auto;
}
.em.em-list.em-grid > div.em-item .em-item-image .em-item-image-placeholder {
display: block;
}
.em.em-list.em-grid > div.em-item .em-item-info {
margin-top: 1px;
padding: 10px 10px 20px 15px;
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-title {
font-weight: 400 !important;
font-size: calc(var(--font-size) + 4px) !important;
margin: 5px 0 15px !important;
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-title a {
color: var(--default-color) !important;
background-color: transparent !important;
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-meta {
display: block;
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-meta .em-item-meta-line {
line-height: 16px;
margin-bottom: 10px;
grid-template-columns: 30px 1fr;
font-size: calc(var(--font-size) - 2px);
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-meta .em-icon {
line-height: 16px;
width: 16px;
height: 16px;
background-size: 16px;
}
.em.em-list.em-grid > div.em-item .em-item-info .em-item-meta > div {
min-width: auto;
}
.em.em-list.em-grid > *:not(.em-item) {
width: 100%;
align-self: center;
justify-self: center;
justify-content: center;
grid-column: 1/-1;
}
.em.em-list .em-item {
width: 100%;
display: grid;
grid-template-columns: minmax(0, 1fr) 2fr;
border-top: 1px solid #efefef;
padding: 30px 4px 3px;
background-color: var(--meta-bg);
color: var(--default-color);
}
.em.em-list .em-item:first-child {
border-top: 0;
padding-top: 5px;
}
.em.em-list .em-item .em-item-info {
border-left: 4px solid var(--default-border);
padding: 0 10px 0 35px;
}
.em.em-list .em-item .em-item-info h3.em-item-title {
font-size: 22px;
line-height: 26px;
font-weight: normal;
clear: none;
margin: 0 0 7px 0;
padding: 0;
text-decoration: none;
}
.em.em-list .em-item .em-item-info h3.em-item-title a {
color: var(--a-color-1);
text-decoration: none;
}
.em.em-list .em-item .em-item-info .em-item-meta {
margin-bottom: 20px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.em.em-list .em-item .em-item-info .em-item-meta > div {
flex: 1 1 50%;
min-width: 250px;
}
.em.em-list .em-item .em-item-info .em-item-desc {
font-size: 16px;
margin: 20px 0;
}
.em.em-list .em-item .em-item-info .button {
margin-bottom: 0 !important;
}
.em.em-list.size-small .em-item, .em.em-list.em-grid .em-item {
border: 1px solid var(--main-border-color);
padding: 10px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
grid-template-columns: 100%;
grid-template-rows: min-content max-content;
}
.em.em-list.size-small .em-item .em-item-image, .em.em-list.em-grid .em-item .em-item-image {
min-width: 125px;
max-width: 100%;
padding-bottom: 10px;
}
.em.em-list.size-small .em-item .em-item-image.has-placeholder, .em.em-list.em-grid .em-item .em-item-image.has-placeholder {
padding: 20px 0 30px;
}
.em.em-list.size-small .em-item .em-item-image img, .em.em-list.size-small .em-item .em-item-image .em-item-image-placeholder, .em.em-list.em-grid .em-item .em-item-image img, .em.em-list.em-grid .em-item .em-item-image .em-item-image-placeholder {
padding: 0;
}
.em.em-list.size-small .em-item .em-item-info, .em.em-list.em-grid .em-item .em-item-info {
border-left: none !important;
border-top: 4px solid var(--default-border);
padding: 10px 10px 10px 10px;
}
.em.em-list.size-small .em-item .em-item-info .em-item-meta, .em.em-list.em-grid .em-item .em-item-info .em-item-meta {
width: 100%;
margin-left: 0;
line-height: 22px;
margin-bottom: 5px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.em.em-list.size-small .em-item .em-item-info .em-item-meta > div, .em.em-list.em-grid .em-item .em-item-info .em-item-meta > div {
flex: 1 1 50%;
min-width: 200px;
}
.em.em-item.em-item-single .em-item-meta {
flex: 1 1 auto;
order: 1;
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.em.em-list-widget {
display: flex;
flex-direction: column;
gap: 15px;
}
.em.em-list-widget .em-item {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
gap: 5px;
width: 100%;
margin-bottom: 0px !important;
}
.em.em-list-widget .em-item .em-item-image {
flex: 0 0 auto;
min-width: auto;
max-width: none;
}
.em.em-list-widget .em-item .em-item-image img {
width: auto;
height: auto;
}
.em.em-list-widget .em-item .em-item-image.has-placeholder {
flex: 0 0 auto;
}
.em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder {
max-width: 70px;
}
.em.em-list-widget .em-item .em-item-info {
border-left: 2px solid var(--default-border);
padding-left: 15px;
}
.em.em-list-widget .em-item .em-item-info .em-item-name {
margin-bottom: 10px;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line {
margin-bottom: 5px;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line .em-icon {
margin-left: 5px;
background-size: 18px;
background-position: 0 2px;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line p {
margin-bottom: 5px !important;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line p:last-child {
margin-bottom: 0 !important;
}
.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-name {
margin-bottom: 10px;
}
.em .em-pagination {
--color: #aaa;
--color-hover: #777;
display: flex;
flex-direction: row;
align-items: center;
justify-items: center;
flex-wrap: nowrap;
max-width: 100%;
min-width: 0;
margin: auto;
}
.em .em-pagination .not-current {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-items: center;
height: 40px;
overflow: hidden;
min-width: 0;
}
.em .em-pagination.overflowing .not-current .page-numbers {
display: none;
}
.em .em-pagination.overflowing .not-current:after {
content: "...";
padding: 0 10px;
}
.em .em-pagination.overflowing .not-current.first-half:after {
padding-right: 15px;
}
.em .em-pagination.overflowing .not-current.second-half:after {
padding-left: 15px;
}
.em .em-pagination .page-numbers {
display: inline-block;
min-width: 38px;
height: 40px;
font-size: 18px !important;
color: var(--color) !important;
text-decoration: none;
padding: 6px 0;
margin: 0;
transition: all 300ms ease-in-out;
text-align: center;
}
.em .em-pagination .page-numbers:hover, .em .em-pagination .page-numbers.current {
color: var(--color-hover);
font-size: 25px !important;
height: 48px;
padding: 4px 0;
}
.em .em-pagination .page-numbers.current {
text-decoration: 2px dotted underline;
text-underline-offset: 5px;
}
.em .em-pagination .page-numbers.next, .em .em-pagination .page-numbers.prev, .em .em-pagination .page-numbers.next.last, .em .em-pagination .page-numbers.prev.first {
display: block;
width: 25px;
height: 25px;
margin: 0;
font-size: 0 !important;
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
opacity: 0.5;
transition: all 300ms ease-in-out;
}
.em .em-pagination .page-numbers.next:hover, .em .em-pagination .page-numbers.prev:hover, .em .em-pagination .page-numbers.next.last:hover, .em .em-pagination .page-numbers.prev.first:hover {
opacity: 1;
background-size: 35px;
border-bottom: none;
}
.em .em-pagination .page-numbers.next {
background-image: var(--icon-next-circle);
}
.em .em-pagination .page-numbers.next.last {
background-image: var(--icon-last-circle);
}
.em .em-pagination .page-numbers.prev {
background-image: var(--icon-prev-circle);
}
.em .em-pagination .page-numbers.prev.first {
background-image: var(--icon-first-circle);
}
.em .em-pagination > .page-numbers {
flex: none;
}
.em.em-event.em-event-single .em-event-meta-line.em-event-location {
line-height: 24px !important;
}
.em.em-event .em-item-image .em-item-image-placeholder div.date, .em.em-events-list .em-item-image .em-item-image-placeholder div.date, .em.em-events-widget .em-item-image .em-item-image-placeholder div.date {
display: grid;
grid-template-rows: 7fr 4fr;
justify-content: center;
align-items: start;
height: 100%;
min-width: 125px;
}
.em.em-event .em-item-image .em-item-image-placeholder div.date span, .em.em-events-list .em-item-image .em-item-image-placeholder div.date span, .em.em-events-widget .em-item-image .em-item-image-placeholder div.date span {
text-align: center;
display: block;
font-size: 30px;
line-height: 30px;
}
.em.em-event .em-item-image .em-item-image-placeholder div.date span.day, .em.em-events-list .em-item-image .em-item-image-placeholder div.date span.day, .em.em-events-widget .em-item-image .em-item-image-placeholder div.date span.day {
font-size: 45px;
line-height: 45px;
align-self: end;
}
.em.em-event.em-event-cancelled .em-event-meta-datetime, .em.em-event .em-event-cancelled .em-event-meta-datetime, .em.em-events-list.em-event-cancelled .em-event-meta-datetime, .em.em-events-list .em-event-cancelled .em-event-meta-datetime, .em.em-events-widget.em-event-cancelled .em-event-meta-datetime, .em.em-events-widget .em-event-cancelled .em-event-meta-datetime {
text-decoration: line-through;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date {
padding-top: 15%;
min-width: 60px;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date span.day {
font-size: 30px !important;
line-height: 30px !important;
margin-bottom: 1px;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date span.month {
font-size: 16px !important;
line-height: 16px !important;
}
.em button.input.em-event-add-to-calendar {
padding-left: 20px !important;
}
.em button.input.em-event-add-to-calendar .em-icon-calendar {
margin-right: 10px;
}
.em .em-add-to-calendar-tooltip {
margin-top: -5px !important;
}
.em .em-event-add-to-calendar-content a {
display: inline-block;
width: calc(100% - 18px);
padding: 8px 10px 5px 35px !important;
color: var(--default-color) !important;
text-decoration: none !important;
background: var(--icon-download) 5px 50% no-repeat;
background-size: 18px;
}
.em .em-event-add-to-calendar-content a:focus, .em .em-event-add-to-calendar-content a:hover {
outline: none !important;
background-color: #f3f3f3 !important;
}
.em .em-event-add-to-calendar-content a.em-a2c-download {
background-image: var(--icon-download);
}
.em .em-event-add-to-calendar-content a.em-a2c-google {
background-image: var(--icon-logo-google-calendar);
}
.em .em-event-add-to-calendar-content a.em-a2c-apple {
background-image: var(--icon-logo-apple);
}
.em .em-event-add-to-calendar-content a.em-a2c-office {
background-image: var(--icon-logo-office365);
}
.em .em-event-add-to-calendar-content a.em-a2c-outlook {
background-image: var(--icon-logo-outlook);
}
.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section {
background: none !important;
}
.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section header {
display: none !important;
visibility: hidden !important;
}
.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section .em-search-section-content {
display: block !important;
visibility: visible !important;
}
.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section div.em-search-eventful {
margin: 15px 3px;
}
.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section .em-search-geo-units label {
padding-left: 3px !important;
}
.em.em-location .em-item-meta-line.em-location-address {
line-height: 24px !important;
}
.em.em-location .em-location-events p, .em.em-locations-list .em-location-events p {
margin: 0 0 8px !important;
}
.em.em-location .em-item-image .em-item-image-placeholder, .em.em-locations-list .em-item-image .em-item-image-placeholder {
min-width: 100px;
background-image: var(--icon-location) !important;
}
.em.em-item.em-taxonomy .em-item-events p, .em.em-list .em-item.em-taxonomy .em-item-events p {
margin: 0 0 8px !important;
}
.em.em-item.em-taxonomy .em-item-image .em-item-image-placeholder, .em.em-list .em-item.em-taxonomy .em-item-image .em-item-image-placeholder {
background-image: var(--icon-tag);
}
.em.em-item.em-taxonomy.em-category .em-item-image .em-item-image-placeholder, .em.em-list .em-item.em-taxonomy.em-category .em-item-image .em-item-image-placeholder {
background-image: var(--icon-category);
}
.em.em-event-booking-form {
width: 100%;
position: relative;   }
.em.em-event-booking-form div#em-loading {
background-color: #ffffff;
opacity: 50%;
}
.em.em-event-booking-form .em-booking-message {
padding: 15px !important;
margin-bottom: 20px !important;
border: 1px solid transparent !important;
border-radius: 2.5px !important;
display: block !important;
color: #084298 !important;
background-color: #cfe2ff !important;
border-color: #b6d4fe !important;
}
.em.em-event-booking-form .em-booking-message p {
margin: 10px 0px !important;
padding: 0px;
}
.em.em-event-booking-form .em-booking-message.em-booking-message-error {
color: #842029 !important;
background-color: #f8d7da !important;
border-color: #f5c2c7 !important;
}
.em.em-event-booking-form .em-booking-message.em-booking-message-success {
color: #0f5132 !important;
background-color: #d1e7dd !important;
border-color: #badbcc !important;
}
.em.em-event-booking-form .em-booking-form {
border: 1px solid var(--main-border-color);
}
.em.em-event-booking-form .em-booking-form .input-user-field, .em.em-event-booking-form .em-booking-form .input-group, .em.em-event-booking-form .em-booking-form .input-type {
display: block !important; margin-bottom: 25px !important;
}
.em.em-event-booking-form .em-booking-form .input-user-field.hidden, .em.em-event-booking-form .em-booking-form .input-group.hidden, .em.em-event-booking-form .em-booking-form .input-type.hidden {
display: none !important;
}
.em.em-event-booking-form .em-booking-form .input-user-field input:not([type=checkbox], [type=radio]), .em.em-event-booking-form .em-booking-form .input-user-field select, .em.em-event-booking-form .em-booking-form .input-user-field .input-group, .em.em-event-booking-form .em-booking-form .input-user-field .input-group-checkboxes, .em.em-event-booking-form .em-booking-form .input-user-field button, .em.em-event-booking-form .em-booking-form .input-group input:not([type=checkbox], [type=radio]), .em.em-event-booking-form .em-booking-form .input-group select, .em.em-event-booking-form .em-booking-form .input-group .input-group, .em.em-event-booking-form .em-booking-form .input-group .input-group-checkboxes, .em.em-event-booking-form .em-booking-form .input-group button, .em.em-event-booking-form .em-booking-form .input-type input:not([type=checkbox], [type=radio]), .em.em-event-booking-form .em-booking-form .input-type select, .em.em-event-booking-form .em-booking-form .input-type .input-group, .em.em-event-booking-form .em-booking-form .input-type .input-group-checkboxes, .em.em-event-booking-form .em-booking-form .input-type button {
margin-bottom: 0 !important;
}
.em.em-event-booking-form .em-booking-form > section {
margin: 0;
padding: 0;
}
.em.em-event-booking-form.em-hide-dynamic .em-booking-form[data-spaces="0"] section:not(.em-booking-form-section-tickets) {
display: none;
visibility: hidden;
}
.em.em-event-booking-form h3.em-booking-section-title {
width: auto;
background-color: var(--main-bg);
color: var(--main-h3-color);
font-size: 24px !important;
font-weight: bold;
padding: 15px 15px;
border-width: 1px 0 0 3px;
border-style: solid;
border-color: var(--main-border-color);
margin: 0;
}
.em.em-event-booking-form .em-button.em-booking-submit {
width: 100% !important;
padding: 15px;
font-size: var(--font-size);
font-weight: bold;
}
.em.em-event-booking-form .em-button.em-booking-submit:disabled, .em.em-event-booking-form .em-button.em-booking-submit.disabled {
opacity: 1 !important;
}
.em.em-event-booking-form .em-booking-section {
position: relative;
width: auto;
float: none;
padding: 20px 30px;
margin: 0;
}
.em.em-event-booking-form .em-booking-section.em-booking-form-buttons {
z-index: 100000000;
}
.em.em-event-booking-form .em-tickets {
border: 0;
margin: 0 10px;
padding: 0;
width: calc(100% - 20px);  }
.em.em-event-booking-form .em-tickets.widefat {
background-color: transparent;
}
.em.em-event-booking-form .em-tickets thead {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.em.em-event-booking-form .em-tickets tr td, .em.em-event-booking-form .em-tickets tr th {
border: 0;
}
.em.em-event-booking-form .em-tickets tr td {
padding: 15px 15px;
border: 0 !important;
}
.em.em-event-booking-form .em-tickets tr td:first-child {
padding-left: 30px;
}
.em.em-event-booking-form .em-tickets tr td:last-child {
padding-right: 30px;
}
.em.em-event-booking-form .em-tickets tr th {
background-color: var(--palette-1-bg);
color: var(--palette-1-color);
padding: 10px 15px;
}
.em.em-event-booking-form .em-tickets tr {
padding: 0 20px;
border-top: 1px solid #dedede;
}
.em.em-event-booking-form .em-tickets tr:first-child {
border-top: 0;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings {
margin: 0 20px 20px;
padding-bottom: 0;
border: 0;
text-align: left;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings.hidden {
display: none !important;
visibility: hidden !important;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings td:last-child {
text-align: left;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking {
margin: 0 0 25px;
padding: 20px 0 0;
border-top: 1px solid #dedede;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking > strong {
display: block;
margin-bottom: 15px;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking:first-child {
border-top: none;
}
.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking-template {
display: none;
visibility: hidden;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details {
border: 0;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fieldset {
margin: 0 20px 20px;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fieldset p.input-group {
padding-bottom: 0;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields {
margin: 0 0 25px;
padding: 20px 0 0;
border-top: 1px solid #dedede;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields > strong {
display: block;
margin-bottom: 15px;
}
.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields:first-child {
border-top: none;
}
.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces {
width: 5%;
}
.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select {
width: calc(3ch + 30px) !important;
padding: 5px 5px 5px 10px !important;
margin: 0 !important;
}
.em.em-event-booking-form .em-booking-form-details .em-login-trigger {
margin-bottom: 30px;
}
.em.em-event-booking-form .em-login {
margin: 10px 0 20px;
padding: 0;
border: 0;
}
.em.em-event-booking-form .em-login .em-login-trigger {
font-style: italic;
}
.em.em-event-booking-form .em-login .em-login-content {
display: none;
margin-bottom: 10px;
}
.em.em-event-booking-form .em-login .em-login-content p:first-of-type {
margin-bottom: 20px;
font-weight: bold;
}
.em.em-event-booking-form .em-login .em-login-actions {
display: flex;
align-items: normal;
font-size: 15px;
}
.em.em-event-booking-form .em-login .em-login-actions .em-login-meta {
padding-left: 15px;
}
.em.em-event-booking-form .em-login .em-login-actions .em-login-rememberme {
width: auto;
margin-bottom: 8px;
}
.em.em-event-booking-form .em-login .em-login-actions .em-login-rememberme input {
margin: 0 8px 0 0;
padding: 0;
}
.em.em-event-booking-form .em-login .em-login-actions .em-login-links a {
text-decoration: none;
}
.em.em-event-booking-form .em-login .em-login-actions .em-login-links a a:hover {
text-decoration: underline;
}
.em.em-event-booking-form .em-login.size-small .em-login-buttons {
max-width: 30%;
min-width: 120px;
}
.em.em-event-booking-form .em-login.size-small .em-login-buttons button {
width: 100%;
}
.em.em-event-booking-form .em-login.size-small .em-login-links span {
display: none;
}
.em.em-event-booking-form .em-login.size-small .em-login-links a {
display: inline-block;
width: 100%;
margin-bottom: 5px;
}
.em.em-event-booking-form .em-booking-form-confirm .em-booking-gateway-form {
margin-bottom: 20px;
}
.em.em-event-booking-form .em-booking-form-confirm .em-bookings-form-gateway-expiry select {
width: auto !important;
min-width: 100px;
}
.em .em-booking-form-summary.em-booking-section {
padding-bottom: 30px;
}
.em .em-booking-form-summary.em-booking-section.no-booking {
padding-bottom: 40px;
}
.em .em-booking-form-summary.em-booking-section.no-booking .em-loading {
background-position-y: calc(50% - 10px) !important;
}
.em .em-booking-form-summary .em-bs-section {
display: grid;
grid-template-rows: 1fr;
grid-template-columns: none;
grid-gap: 10px;
}
.em .em-booking-form-summary .em-bs-section:not(:first-child) {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #dedede;
}
.em .em-booking-form-summary .em-bs-section .em-bs-row {
display: grid;
grid-template-rows: none;
grid-template-columns: auto max-content;
grid-gap: 10px;
align-items: center;
justify-items: start;
}
.em .em-booking-form-summary .em-bs-section .em-bs-row.em-bs-row-item {
grid-template-columns: max-content auto max-content;
}
.em .em-booking-form-summary .em-bs-section .em-bs-subtitle {
width: 100%;
align-self: center;
justify-self: start;
justify-content: start;
grid-column: 1/-1;
margin: 20px 14px 0 10px;
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
font-weight: 500;
}
.em .em-booking-form-summary .em-loading {
opacity: 85% !important;
background-size: 55px !important;
}
.em .em-booking-form-summary .em-bs-section-total {
font-weight: bold;
font-size: 1.2rem;
}
.em .em-booking-form-summary .em-bs-section-total .em-bs-total-taxes-inc {
display: block;
font-size: 0.8rem;
font-weight: normal;
font-style: italic;
}
.em .em-booking-form-summary .em-bs-cell-price {
justify-self: end;
justify-content: end;
text-align: right;
}
.em .em-booking-form-summary .em-bs-cell-desc .em-icon {
font-size: 15px;
line-height: 17px;
width: 15px;
height: 17px;
background-size: 13px;
}
.em .em-booking-form-summary .em-bs-subsection .em-bs-cell-desc {
padding-left: 20px;
}
.em .em-booking-form-summary .em-bs-qty-x {
display: inline-block;
padding-right: 5px;
}
.em .em-booking-form-summary .skeleton .item {
margin-bottom: 0;
}
.em .em-booking-form-summary .skeleton .em-bs-row {
grid-template-columns: 8fr 2fr;
}
.em .em-booking-form-summary .skeleton .em-bs-row.em-bs-row-item {
grid-template-columns: 7fr 1fr 2fr;
}
.em .em-booking-recurrence-picker.mode-calendar {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
align-items: start;
width: 100%;
}
.em .em-booking-recurrence-picker.mode-calendar.size-xsmall {
grid-template-columns: 1fr;
}
.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-view-container[data-view=calendar] {
width: 100%;
max-width: 425px;
margin: 0 auto;
}
.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrences {
width: 100%;
}
.em .em-booking-recurrence-picker.mode-calendar.size-small {
grid-template-columns: 1fr minmax(200px, auto);
align-items: start;
}
.em .em-booking-recurrence-picker.mode-calendar.size-small .em-view-container[data-view=calendar] {
width: 100%;
}
.em .em-booking-recurrence-picker.mode-calendar.size-small .em-booking-recurrences {
width: 100%;
padding-right: 5px;
}
.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-booking-recurrence {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
align-items: center;
}
.em .em-booking-recurrence-picker.mode-calendar.size-medium, .em .em-booking-recurrence-picker.mode-calendar.size-large {
grid-template-columns: minmax(325px, 450px) minmax(300px, 1fr);
}
.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-view-container[data-view=calendar], .em .em-booking-recurrence-picker.mode-calendar.size-large .em-view-container[data-view=calendar] {
width: 100%;
}
.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-booking-recurrences, .em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrences {
width: 100%;
}
.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence, .em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence {
display: grid;
grid-template-columns: auto 1fr;
gap: 5px;
align-items: center;
}
.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence .em-booking-recurrence-time, .em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence .em-booking-recurrence-time {
padding-left: 10px !important;
}
.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence .em-booking-recurrence-spaces, .em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence .em-booking-recurrence-spaces {
grid-column: 1/-1;
}
.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrences:not(.has-dates) .em-booking-recurrence .em-booking-recurrence-time, .em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrences:not(.has-dates) .em-booking-recurrence .em-booking-recurrence-time {
padding-left: 0px !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences {
display: grid;
gap: 10px;
grid-template-columns: 1fr;
--original-accent-color: var(--accent-color);
--selected-border: var(--original-accent-color);
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence:not(.selected) {
opacity: 0.5;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected, .em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected:focus, .em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected:hover {
border: 2px solid var(--selected-border) !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences h3 {
font-size: 22px !important;
margin-top: 6px !important;
margin-bottom: 10px !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.em-timezone {
margin: 0 0 10px !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.em-timezone .em-selectize {
margin: 0 !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence {
--accent-color: var(--text-color-softer);
--accent-color-hover: var(--text-color-normal);
margin: 0;
padding: 15px;
border-radius: 4px;
transition: all 0.2s ease-in-out;
width: 100%;
line-height: 20px;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not(.skeleton-item) {
border: 1px solid var(--border-color);
background-color: var(--background-color-inputs, #fff);
text-decoration: none;
color: var(--text-color-normal);
cursor: pointer;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence.skeleton-item {
height: auto;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not([disabled]):hover, .em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not([disabled]):focus {
border-color: var(--accent-color) !important;
transform: translateY(-2px);
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence * {
padding: 0 !important;
margin: 0 !important;
vertical-align: middle;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence .em-icon {
margin-right: 8px !important;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence[disabled] {
opacity: 0.7;
cursor: not-allowed;
background-color: var(--background-color-softer);
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence .em-booking-recurrence-spaces {
font-size: 80%;
font-style: italic;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences:not(.has-dates) .em-booking-recurrence-date {
display: none;
visibility: hidden;
}
.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.more-recurrenes {
font-size: 80%;
font-style: italic;
}
.em .em-booking-recurrence-form {
margin-top: 40px;
}
.em .em-my-bookings-actions-content a.em-bookings-rsvp-confirm {
color: #198754 !important;
}
.em .em-my-bookings-actions-content a.em-bookings-rsvp-cancel {
color: #dc3545 !important;
}
.em .em-my-bookings-actions-content a.em-bookings-rsvp-maybe {
color: #6c757d !important;
}
.em.em-bookings-admin-single .input select {
width: auto !important;
padding-right: 30px !important;
margin: 0 5px !important;
}
.em.em-bookings-admin-single .input .em-button, .em.em-bookings-admin-single .input input[type=submit], .em.em-bookings-admin-single .input input[type=button] {
margin: 0 0 0 10px !important;
}
.em.em-bookings-admin-single .input .em-booking-single-status-info, .em.em-bookings-admin-single .input .em-booking-single-rsvp-status-info {
line-height: 38px;
margin-bottom: 30px !important;
}
.em.em-bookings-admin-single .input .em-booking-single-status-edit, .em.em-bookings-admin-single .input .em-booking-single-rsvp-status-edit {
margin-bottom: 30px !important;
}
.em.em-bookings-admin-single .input .em-booking-single-status-edit em:last-child, .em.em-bookings-admin-single .input .em-booking-single-rsvp-status-edit em:last-child {
margin: 10px 0;
}
.em.em-bookings-admin-single .input .em-booking-single-rsvp-status {
display: block;
margin: 15px 0;
}
.em.em-bookings-admin-single .input .em-booking-single-rsvp-status .button-secondary {
vertical-align: initial;
}
.em.em-bookings-admin-single table.em-tickets-bookings-table td, .em.em-bookings-admin-single table.em-tickets-bookings-table th {
border-top: 1px solid #dedede !important;
border-bottom: 0 !important;
}
.em.em-bookings-admin-single table.em-tickets-bookings-table :not(tfoot) tr:first-child th {
border-top: 0 !important;
}
.em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin {
border: 0 !important;
border-bottom: 1px solid #dedede;
}
.em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin .em-attendee-details td, .em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin .em-attendee-details th {
border: 0 !important;
}
.em.em-bookings-admin-single .metabox-holder .postbox {
margin-bottom: 40px;
}
.em .em-bookings-stats.wrap {
margin-bottom: 30px;
}
.em.em-events-admin-list .subsubsub > div {
margin: 10px 0;
}
.em.em-events-admin-list .input .search-box {
float: left;
width: 50%;
}
.em.em-events-admin-list .input .search-box input {
width: auto !important;
margin-bottom: 10px !important;
}
.em.em-events-admin-list .input .tablenav {
width: 50% !important;
}
.em.em-event-editor section, .em.em-location-editor section {
margin-bottom: 40px;
}
.em.em-event-editor .input.em-location-data > div, .em.em-location-editor .input.em-location-data > div {
margin-bottom: 15px;
}
.em.em-event-editor .input.em-location-data > div.em-location-data-name, .em.em-location-editor .input.em-location-data > div.em-location-data-name {
margin-bottom: 25px;
}
.em.em-event-editor .event-extra-details {
margin-top: 25px;
}
.em.em-event-editor .input.em-location-data .em-selectize-autocomplete {
margin-bottom: 5px !important;
}
.em.em-event-editor .em-ticket-form .em-ticket-form-main > div, .em.em-event-editor .em-ticket-form .em-ticket-form-advanced > div {
margin-bottom: 10px;
}
.em.em-event-editor .em-ticket-form .em-ticket-form-main > div.inline-inputs, .em.em-event-editor .em-ticket-form .em-ticket-form-main > div .inline-inputs, .em.em-event-editor .em-ticket-form .em-ticket-form-advanced > div.inline-inputs, .em.em-event-editor .em-ticket-form .em-ticket-form-advanced > div .inline-inputs {
margin-bottom: 25px;
}
.em.em-event-editor .em-ticket-form .em-ticket-form-main > div.inline-inputs:last-child, .em.em-event-editor .em-ticket-form .em-ticket-form-main > div .inline-inputs:last-child, .em.em-event-editor .em-ticket-form .em-ticket-form-advanced > div.inline-inputs:last-child, .em.em-event-editor .em-ticket-form .em-ticket-form-advanced > div .inline-inputs:last-child {
margin-bottom: 20px;
}
.em form.em-is-recurring .single-event-data {
display: none;
visibility: hidden;
}
.em form.em-is-recurring #em-tickets-form .ticket-dates-from-normal,
.em form.em-is-recurring #em-tickets-form .ticket-dates-to-normal,
.em form.em-is-recurring #event-rsvp-options .em-booking-date-normal {
display: none;
visibility: hidden;
}
.em form:not(.em-is-recurring) .recurring-event-editor, .em form:not(.em-is-recurring) .recurring-event-data, .em form:not(.em-is-recurring) .postbox#em-event-recurring {
display: none;
visibility: hidden;
}
.em form:not(.em-is-recurring) #em-tickets-form .ticket-dates-from-recurring,
.em form:not(.em-is-recurring) #em-tickets-form .ticket-dates-to-recurring,
.em form:not(.em-is-recurring) #event-rsvp-options .em-booking-date-recurring {
display: none;
visibility: hidden;
}
.em .event-form-when .em-event-datetimes > * {
margin-bottom: 15px !important;
}
.em .event-form-when .em-event-datetimes > *:last-child {
margin-bottom: 0 !important;
}
.em .event-form-when .em-event-dates label {
width: 100%;
display: block;
}
.em .event-form-when .em-event-dates .em-date-start-end {
width: 100% !important;
max-width: 250px !important;
}
.em .event-form-when .em-event-dates.em-datepicker-range fieldset {
width: 100%;
}
.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields {
display: grid;
grid-template-columns: minmax(100px, 150px) min-content minmax(100px, 150px);
grid-column-gap: 8px;
justify-items: center;
align-items: center;
}
.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields > * {
margin-bottom: 0 !important;
width: 100%;
}
.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields .em-range-description {
margin-top: 15px;
}
.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields [disabled] {
color: #777;
}
.em .event-form-when .em-event-type label:has(select) {
line-height: 38px;
vertical-align: middle;
}
.em .event-form-when > *, .em .em-recurrence-sets > * {
margin-bottom: 15px !important;
}
.em .event-form-when > p, .em .em-recurrence-sets > p {
margin-bottom: 20px !important;
}
.em .event-form-when fieldset, .em .em-recurrence-sets fieldset {
margin-bottom: 0 !important;
}
.em .event-form-when .em-recurrence-dates.em-datepicker-range fieldset, .em .em-recurrence-sets .em-recurrence-dates.em-datepicker-range fieldset {
width: 100%;
max-width: 250px !important;
}
.em .em-recurring-summary {
margin-bottom: 15px;
}
.em .em-recurring-summary .recurring-summary-missing {
font-style: italic;
}
.em .recurring-summary-dates {
display: grid;
grid-template-columns: 1fr;
width: 100%;
grid-template-areas: "start-label" "start-datetime" "end-label" "end-datetime" "timezone";
}
.em .recurring-summary-dates .label-start-time {
grid-area: start-label;
}
.em .recurring-summary-dates .label-end-time {
grid-area: end-label;
}
.em .recurring-summary-dates .label-start-day {
grid-area: start-label;
}
.em .recurring-summary-dates .label-end-day {
grid-area: end-label;
}
.em .recurring-summary-dates .recurring-datetime-start {
grid-area: start-datetime;
}
.em .recurring-summary-dates .recurring-datetime-end {
grid-area: end-datetime;
}
.em .recurring-summary-dates .recurring-timezone {
grid-area: timezone;
margin-top: 8px;
}
.em .recurring-summary-dates .recurring-all-day {
grid-area: all-day;
margin-top: 10px;
}
.em .recurring-summary-dates > * {
margin-bottom: 10px;
}
.em .recurring-summary-dates .label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.em .recurring-summary-dates .label:not(:first-child) {
margin-top: 8px;
}
.em .recurring-summary-dates .recurring-all-day {
font-style: italic;
margin-top: 8px;
}
.em .recurring-summary-dates:not(.is-all-day):not(.has-all-day) .all-day {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates.size-large {
display: block;
}
.em .recurring-summary-dates.size-large * {
display: inline-block;
}
.em .recurring-summary-dates.size-large .label-start-day, .em .recurring-summary-dates.size-large .recurring-all-day {
margin: 8px 0;
display: block;
}
.em .recurring-summary-dates.size-large .recurring-datetime, .em .recurring-summary-dates.size-large .label-end-day, .em .recurring-summary-dates.size-large .recurring-timezone {
margin: 0 8px 0 0;
}
.em .recurring-summary-dates.size-large .recurring-timezone .label {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates.size-large .recurring-timezone .timezone-varied {
font-size: 0.8rem;
font-style: italic;
}
.em .recurring-summary-dates.size-large .label-start-day {
display: block !important;
visibility: visible !important;
}
.em .recurring-summary-dates.size-large .label-end-day {
display: inline-block !important;
visibility: visible !important;
}
.em .recurring-summary-dates.size-large .label-time {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates.is-all-day:not(.size-large) {
width: max-content;
grid-template-columns: min-content 25px minmax(auto, 1fr);
grid-template-areas: "start-label start-label start-label" "start-datetime end-label end-datetime" "all-day all-day all-day" "timezone timezone timezone";
}
.em .recurring-summary-dates.is-all-day:not(.size-large) .label-time, .em .recurring-summary-dates.is-all-day:not(.size-large) .time {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates.is-all-day:not(.size-large) .recurring-datetime, .em .recurring-summary-dates.is-all-day:not(.size-large) .label-end-day {
margin: 0;
}
.em .recurring-summary-dates.is-all-day:not(.size-large) .label-end-day {
justify-self: center;
align-self: center;
white-space: nowrap;
width: auto;
}
.em .recurring-summary-dates.has-all-day .label.all-day {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates:not(.has-multiple-timezones) .timezone-varied {
display: none;
visibility: hidden;
}
.em .recurring-summary-dates .timezone-varied {
margin: 0;
font-style: italic;
}
.em .em-recurrence-sets {
margin-bottom: 20px; }
.em .em-recurrence-sets .em-recurrence-set-template {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type {
margin-bottom: 20px;
}
.em .em-recurrence-sets .em-recurrence-type .em-recurrence-advanced-description-primary {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .drop-placeholder {
background-color: #f0f0f0;
border: 1px dotted #ccc;
margin: 5px 0;
}
.em .em-recurrence-sets:not([data-exclude-count="0"]) .em-recurrence-type-include .em-add-recurrence-set[data-type=exclude] {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type-include[data-count="1"] .em-recurrence-set {
display: block;
}
.em .em-recurrence-sets .em-recurrence-type-include[data-count="1"] .em-recurrence-set .em-recurrence-set-actions {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type-include[data-count="1"] .em-recurrence-set .em-recurrence-set-data {
border-left: none;
padding: 15px;
}
.em .em-recurrence-sets .em-recurrence-type-include[data-count="1"] .em-recurrence-set .em-recurrence-set-data .em-recurrence-advanced {
padding-left: 5px;
}
.em .em-recurrence-sets .em-recurrence-type-include:not([data-count="1"]) .em-recurrence-set {
grid-template-columns: 105px 1fr;
}
.em .em-recurrence-sets .em-recurrence-type-include:not([data-count="1"]) .em-recurrence-set:first-child {
grid-template-columns: 75px 1fr;
}
.em .em-recurrence-sets .em-recurrence-type-include:not([data-count="1"]) .em-recurrence-set .em-recurrence-set-actions button {
margin-right: 4px;
}
.em .em-recurrence-sets .em-recurrence-type-include:not([data-count="1"]) .em-recurrence-set .em-recurrence-set-actions button.em-recurrence-set-action-advanced {
margin-left: 2px;
}
.em .em-recurrence-sets .em-recurrence-type-include .em-recurrence-set:first-child .em-recurrence-set-action-advanced, .em .em-recurrence-sets .em-recurrence-type-include .em-recurrence-set:first-child .em-recurrence-advanced-description {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type-include .em-recurrence-set:first-child .em-recurrence-advanced-description-primary {
margin-top: 0;
display: block;
visibility: visible;
}
.em .em-recurrence-sets .em-recurrence-type-exclude[data-count="0"] {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type-exclude:not([data-count="0"]) .em-recurrence-set {
grid-template-columns: 72px 1fr;
}
.em .em-recurrence-sets .em-recurrence-type-exclude:not([data-count="0"]) .em-recurrence-set .em-recurrence-set-action-advanced {
margin-left: 7px;
}
.em .em-recurrence-sets .em-recurrence-type-exclude .em-recurrence-set:not(.has-advanced-value) .advanced-summary {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets .em-recurrence-type-exclude .advanced-summary .duration-days {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets button[data-nostyle] {
background-color: transparent;
border: none;
cursor: pointer;
}
.em .em-recurrence-sets button[data-nostyle]:focus {
outline: none;
}
.em .em-recurrence-sets button[data-nostyle].em-add-recurrence-set {
color: var(--accent-color);
font-weight: bold;
}
.em .em-recurrence-sets .recurrence-reschedule-action {
color: #c46200;
line-height: 38px;
margin-bottom: 5px;
}
.em .em-recurrence-sets .recurrence-reschedule-action .em-icon-warning {
background: #c46200;
-webkit-mask-image: var(--icon-warning);
mask-image: var(--icon-warning);
}
.em .em-recurrence-sets .recurrence-reschedule-action label {
margin-bottom: 0 !important;
}
.em .em-recurrence-sets .recurrence-reschedule-action label select {
border-color: #dedede;
color: #c46200;
}
.em .em-recurrence-sets .recurrence-reschedule-action .em-icon-undo {
width: 22px;
height: 22px;
background-size: 22px;
vertical-align: middle;
margin-left: 5px;
}
.em .em-recurrence-sets .em-recurrence-type > .recurrence-reschedule-action {
margin-bottom: 10px;
}
.em .em-recurrence-sets .em-recurrence-type.em-recurrence-type-new .em-icon-undo {
display: none;
visibility: hidden;
}
.em .em-recurrence-sets:has(.em-recurrence-set[data-primary][data-rescheduled].has-modified-date-range) .em-recurrence-set:not([data-primary]):not(.has-date-range) .primary-reschedule-override-warning {
display: inline-block;
visibility: visible;
}
.em .em-recurrence-sets:has(.em-recurrence-set[data-primary][data-rescheduled].has-modified-date-range-end) .em-recurrence-set:not([data-primary]):not(.has-date-range):not(.has-date-range-end) .primary-reschedule-override-warning {
display: inline-block;
visibility: visible;
}
.em .em-recurrence-sets:has(.em-recurrence-set[data-primary][data-rescheduled].has-modified-date-range-start) .em-recurrence-set:not([data-primary]):not(.has-date-range):not(.has-date-range-start) .primary-reschedule-override-warning {
display: inline-block;
visibility: visible;
}
.em .em-recurrence-set {
box-shadow: 0 0 0 transparent;
border-radius: 4px;
border: 1px solid #dedede;
background-color: #fff;
display: grid;
grid-template-columns: 38px 1fr;
margin-bottom: 10px;
align-items: start;
}
.em .em-recurrence-set label[data-nostyle], .em .em-recurrence-set legend[data-nostyle] {
width: auto;
margin: 0 0 10px 0;
padding: 0;
line-height: 1;
display: block;
}
.em .em-recurrence-set label[data-nostyle].inline, .em .em-recurrence-set legend[data-nostyle].inline {
margin: 0;
display: inline-block;
}
.em .em-recurrence-set input[type=checkbox]:indeterminate {
-webkit-appearance: checkbox !important;
}
.em .em-recurrence-set input:placeholder-shown {
opacity: 0.8;
}
.em .em-recurrence-set:last-child {
margin-bottom: 10px;
}
.em .em-recurrence-set[data-type=exclude] {
grid-template-columns: 105px 1fr;
}
.em .em-recurrence-set[data-type=exclude] .em-recurrence-set-action-order {
display: none;
visibility: hidden;
}
.em .em-recurrence-set .em-recurrence-set-actions {
padding: 10px;
background: #F9FBFC;
height: 100%;
text-align: right;
}
.em .em-recurrence-set .em-recurrence-set-actions button.em-icon {
margin-top: 5px;
}
.em .em-recurrence-set .em-recurrence-set-actions button.em-icon-drag {
cursor: move;
}
.em .em-recurrence-set .em-recurrence-set-actions .em-icon {
opacity: 0.6;
}
.em .em-recurrence-set .em-recurrence-set-actions button.undo, .em .em-recurrence-set .em-recurrence-set-actions button.primary-reschedule-override-warning {
display: none;
visibility: hidden;
margin-top: 10px;
}
.em .em-recurrence-set.has-advanced-value .em-recurrence-set-action-advanced {
position: relative;
}
.em .em-recurrence-set.has-advanced-value .em-recurrence-set-action-advanced::after {
content: "";
position: absolute;
bottom: -5px;
right: -5px;
width: 8px;
height: 8px;
background-color: #4CAF50; border: 1px solid white; border-radius: 50%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
.em .em-recurrence-set.has-advanced-value[data-rescheduled]:not(.new-recurrence-set) button.undo, .em .em-recurrence-set.has-advanced-value.advanced-modified:not(.new-recurrence-set) button.undo {
display: inline-block;
visibility: visible;
}
.em .em-recurrence-set.has-advanced-value[data-rescheduled] .em-recurrence-set-action-advanced::after, .em .em-recurrence-set.has-advanced-value.advanced-modified .em-recurrence-set-action-advanced::after {
background-color: #c46200;
}
.em .em-recurrence-set.has-advanced-value.advanced-modified-primary .em-recurrence-set-action-advanced::after {
background-color: #c46200;
}
.em .em-recurrence-set .em-recurrence-set-data {
border-left: 1px solid #dedede;
padding: 10px 20px 10px 20px;
height: 100%;
}
.em .em-recurrence-set .em-recurrence-set-data .em-datepicker-dates {
margin-bottom: 0;
}
.em .em-recurrence-set .em-recurrence-pattern select, .em .em-recurrence-set .em-recurrence-pattern input[type=text] {
width: auto !important;
}
.em .em-recurrence-set .em-recurrence-pattern select {
padding-right: 30px !important;
}
.em .em-recurrence-set .em-recurrence-pattern div.alternate-selector:not(.em-selectize) {
margin-top: 15px;
}
.em .em-recurrence-set .em-recurrence-pattern .em-on-selector.em-datepicker-multiple {
display: inline;
}
.em .em-recurrence-set .em-recurrence-pattern .em-on-selector.em-datepicker-multiple label.em-date-input {
display: inline-block !important;
}
.em .em-recurrence-set .em-recurrence-pattern .em-on-selector.em-datepicker-multiple .em-datepicker-dates {
margin-bottom: 0;
}
.em .em-recurrence-set .em-recurrence-pattern input.hidden {
display: none !important;
visibility: hidden !important;
}
.em .em-recurrence-set .em-recurrence-pattern .em-weekly-selector {
display: inline-block;
width: max-content;
margin: 0 !important;
}
.em .em-recurrence-set .em-recurrence-pattern .em-weekly-selector .selectize-control.em-selectize:not(.negated) {
display: inline-block;
width: max-content;
margin-bottom: 0 !important;
}
.em .em-recurrence-set .em-recurrence-pattern .em-weekly-selector .selectize-control.em-selectize:not(.negated) .selectize-input > input {
width: 40px !important;
}
.em .em-recurrence-set .em-recurrence-pattern .em-weekly-selector .selectize-control.em-selectize:not(.negated) .selectize-input .item {
margin-bottom: 0 !important;
}
.em .em-recurrence-set .advanced-summary {
display: block;
visibility: visible;
margin: 10px 0 0;
font-style: italic;
opacity: 0.7;
font-size: 0.9em;
}
.em .em-recurrence-set .advanced-summary .all-day {
display: none;
visibility: hidden;
}
.em .em-recurrence-set .advanced-summary .is-set {
font-weight: bold;
}
.em .em-recurrence-set:has(input.em-time-all-day[type=checkbox]:checked) .advanced-summary .all-day, .em .em-recurrence-set:has(input.em-time-all-day[type=checkbox]:indeterminate) .advanced-summary .all-day {
display: inline;
visibility: visible;
}
.em .em-recurrence-set:has(input.em-time-all-day[type=checkbox]:checked) .advanced-summary .times, .em .em-recurrence-set:has(input.em-time-all-day[type=checkbox]:indeterminate) .advanced-summary .times {
display: none;
visibility: hidden;
}
.em .em-recurrence-set:has(select.em-recurrence-frequency option[value=on]:checked) .advanced-summary .dates {
display: none;
visibility: hidden;
}
.em .em-recurrence-set:has(.em-recurrence-status select[data-default="0"]) .advanced-summary, .em .em-recurrence-set:has(.em-recurrence-status select option[value="0"]:checked) .advanced-summary {
text-decoration: line-through;
color: #563c3c;
}
.em .em-recurrence-set .em-recurrence-advanced {
border-top: 1px solid #dedede;
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height 0.3s ease, opacity 0.3s ease;
}
.em .em-recurrence-set .em-recurrence-advanced ::placeholder {
opacity: 0.7;
}
.em .em-recurrence-set .em-recurrence-advanced legend, .em .em-recurrence-set .em-recurrence-advanced label[for] {
font-size: 1em;
}
.em .em-recurrence-set .em-recurrence-advanced > p {
font-style: italic;
margin: 5px 0 15px;
}
.em .em-recurrence-set .em-recurrence-advanced > div {
margin-bottom: 18px;
}
.em .em-recurrence-set .em-recurrence-advanced > div:last-child {
margin-bottom: 0;
}
.em .em-recurrence-set .em-recurrence-advanced > div:last-child .em-selectize.selectize-control {
margin-bottom: 0 !important;
}
.em .em-recurrence-set.show-advanced .em-recurrence-advanced, .em .em-recurrence-set[data-type=include]:first-child:not(.reordering) .em-recurrence-advanced {
padding: 18px 0 10px 10px;
max-height: 1000px;
opacity: 1;
overflow: visible;
}
.em .em-recurrence-set.show-advanced .em-recurrence-set-actions, .em .em-recurrence-set[data-type=include]:first-child:not(.reordering) .em-recurrence-set-actions {
grid-template-columns: auto;
}
.em .em-recurrence-set.show-advanced .em-recurrence-set-actions .em-icon.em-icon-filter, .em .em-recurrence-set[data-type=include]:first-child:not(.reordering) .em-recurrence-set-actions .em-icon.em-icon-filter {
background-image: var(--icon-filter-hide);
}
.em .em-recurrence-set.show-advanced .em-recurrence-pattern, .em .em-recurrence-set[data-type=include]:first-child:not(.reordering) .em-recurrence-pattern {
margin-bottom: 18px;
}
.em .em-recurrence-set.show-advanced .advanced-summary, .em .em-recurrence-set[data-type=include]:first-child:not(.reordering) .advanced-summary {
display: none;
visibility: hidden;
}
.em .em-recurrence-set .em-recurrence-set-actions {
grid-template-columns: 69px;
transition: grid-template-columns 0.3s ease;
}
.em .em-recurrence-set .reschedule-trigger {
width: 15px;
height: 15px;
background-size: 15px;
margin-left: 5px;
}
.em .em-recurrence-set .reschedule-trigger[disabled] {
display: none;
visibility: hidden;
}
.em .em-recurrence-set.new-recurrence-set .reschedule-trigger {
display: none;
visibility: hidden;
}
.em .em-modal-content .recurrence-reschedule-action {
line-height: 38px;
}
.em .em-modal-content .recurrence-reschedule-action .reschedule-warning, .em .em-modal-content .recurrence-reschedule-action .undo {
display: none;
visibility: hidden;
}
.em .em-location-map-container {
width: 100%;
height: 100%;
}
.em .reschedule-hidden {
display: none !important;
visibility: hidden !important;
}
.em.em-location-where.has-map {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 30px;
}
.em.em-location-where.has-map .em-location-data, .em.em-location-where.has-map .em-location-map-container {
width: 100%;
flex: 1 1 450px;
}
.em.em-location-where.has-map .em-location-map-container, .em.em-location-where.has-map div.em-location-data .em-location-map-404, .em.em-location-where.has-map div.em-location-data .em-location-map-content {
max-width: 800px;
aspect-ratio: 3/2;
}
.em.em-location-where.has-map .em-location-data-maps-tip {
width: 100%;
flex: 0 0 100%;
}
.em .em_obj {
position: relative;
}
.em .em_obj:not(.em-list-table) .alignleft.actions {
padding-bottom: 15px;
}
.em .em-list-table {
position: relative;
margin: 15px 0; }
.em .em-list-table .em-list-table-triggers {
margin-right: 5px;
}
.em .em-list-table .em-list-table-triggers .em-list-table-trigger {
float: left;
display: block;
margin: 2px 5px 0 5px;
width: 24px;
height: 36px;
background-position: 50% 50%;
background-size: 24px;
}
.em .em-list-table .em-list-table-triggers .em-list-table-trigger:hover, .em .em-list-table .em-list-table-triggers .em-list-table-trigger:focus {
outline: none;
box-shadow: none;
}
.em .em-list-table .em-list-table-error-notice {
clear: both;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages {
float: right;
grid-area: pagination;
text-wrap: nowrap;
text-align: right;
margin: 0 0 15px;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages.no-pages, .em .em-list-table.frontend div.tablenav .tablenav-pages.one-page {
padding-top: 18px;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages.no-pages .pagination-links, .em .em-list-table.frontend div.tablenav .tablenav-pages.one-page .pagination-links {
display: none;
visibility: hidden;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages .button {
padding: 0 12px !important;
margin: 0 !important;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages .button.disabled {
display: none;
}
.em .em-list-table.frontend div.tablenav .tablenav-pages input.current-page {
width: auto !important;
margin: 0 !important;
}
.em .em-list-table.backend div.tablenav > .actions .actions {
vertical-align: middle;
}
.em .em-list-table.has-filter div.tablenav {
margin-bottom: 0;
}
.em .em-list-table.has-filter div.tablenav .actions.filters {
margin-bottom: 15px;
}
.em .em-list-table div.tablenav {
clear: both;
width: 100%;
margin-bottom: 12px;
}
.em .em-list-table div.tablenav > br.clear {
display: none;
visibility: hidden;
}
.em .em-list-table div.tablenav > .actions {
display: block;
float: left;
margin: 0 0 15px;
text-align: left;
}
.em .em-list-table div.tablenav > .actions:last-child {
margin-bottom: 0;
}
.em .em-list-table div.tablenav > .actions.filters {
clear: left;
}
.em .em-list-table div.tablenav > .actions .actions {
display: inline-block;
float: none;
margin-right: 0;
padding-right: 0;
vertical-align: top;
}
.em .em-list-table div.tablenav > .actions .actions:not(:last-child, :first-child) {
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid var(--border-color-softer);
}
.em .em-list-table div.tablenav > .actions .actions:last-child {
margin-left: 10px;
}
.em .em-list-table div.tablenav > .actions .actions :last-of-type {
margin-right: 0;
}
.em .em-list-table div.tablenav > .actions .actions.bulkactions-input {
text-wrap: nowrap;
}
.em .em-list-table div.tablenav > .actions input, .em .em-list-table div.tablenav > .actions select, .em .em-list-table div.tablenav > .actions button {
max-width: 12.5rem;
min-height: auto;
margin: 0 6px 0 0 !important;
}
.em .em-list-table div.tablenav > .actions button.filters-trigger, .em .em-list-table div.tablenav > .actions button.small-expand-trigger {
width: 25px;
height: 25px;
background-size: 25px;
padding: 0 12.5px !important;
margin: 0 !important;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
text-indent: -10000px !important;
border: 0 !important;
background-image: var(--icon-filter-hide);
opacity: 0.5;
}
.em .em-list-table div.tablenav > .actions button.filters-trigger.hidden, .em .em-list-table div.tablenav > .actions button.small-expand-trigger.hidden {
display: inline-block !important;
visibility: visible !important;
background-image: var(--icon-filter);
opacity: 1;
}
.em .em-list-table div.tablenav > .actions button.filters-trigger:active, .em .em-list-table div.tablenav > .actions button.filters-trigger:focus, .em .em-list-table div.tablenav > .actions button.small-expand-trigger:active, .em .em-list-table div.tablenav > .actions button.small-expand-trigger:focus {
border: none !important;
box-shadow: none !important;
outline: none !important;
}
.em .em-list-table div.tablenav > .actions button.small-expand-trigger {
display: none;
visibility: hidden;
}
.em .em-list-table div.tablenav select {
width: auto !important;
padding-right: 30px !important;
}
.em .em-list-table div.tablenav.bottom {
margin-top: 15px;
align-items: start;
}
.em .em-list-table div.tablenav.bottom .tablenav-pages.no-pages, .em .em-list-table div.tablenav.bottom .tablenav-pages.one-page {
padding-top: 0;
}
.em .em-list-table div.table-wrap {
overflow-x: auto;
border: 1px solid var(--border-color);
margin: 0;
clear: both;
margin-top: 5px;
font-size: 14px; }
.em .em-list-table div.table-wrap .check-column {
text-wrap: nowrap;
padding: 10px 0 10px 10px !important;
}
.em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm {
font-family: "Arial", sans-serif !important;
transform: rotate(-90deg) !important;
border: 0 !important;
background: none !important;
width: 22px !important;
height: 1px !important;
font-size: 16px !important;
line-height: 3px !important;
font-weight: bold !important;
color: #aaa !important;
padding: 0 0 10px 6px !important;
cursor: pointer !important;
}
.em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm:active, .em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm:focus {
border: none !important;
box-shadow: none !important;
}
.em .em-list-table div.table-wrap thead .check-column {
padding: 0 0 0 3px;
}
.em .em-list-table div.table-wrap table {
width: 100%;
margin: 0 !important;
border: 0 !important;
}
.em .em-list-table div.table-wrap .toggle-row {
display: none;
visibility: hidden;
}
.em .em-list-table div.table-wrap tr {
transition: opacity 800ms ease-out;
}
.em .em-list-table div.table-wrap tr.loading {
pointer-events: none;
cursor: not-allowed;
}
.em .em-list-table div.table-wrap tr.loading td:not(.check-column) {
opacity: 0.5;
}
.em .em-list-table div.table-wrap tr.loading .check-column input {
opacity: 0.3;
}
.em .em-list-table div.table-wrap tr.loading .check-column button {
background: var(--icon-spinner) 3px 0 no-repeat;
background-size: 16px;
text-indent: -99999px;
overflow: hidden;
}
.em .em-list-table div.table-wrap tr.faded-out {
opacity: 0;
}
.em .em-list-table div.table-wrap td.column-primary .em-list-table-row-responsive-meta {
display: none;
visibility: hidden;
}
.em .em-list-table div.table-wrap td.column-primary .primary-column-content {
display: inline-block;
}
.em .em-list-table div.table-wrap thead td.manage-column, .em .em-list-table div.table-wrap tfoot td.manage-column {
vertical-align: middle;
}
.em .em-list-table div.table-wrap thead td.manage-column label, .em .em-list-table div.table-wrap tfoot td.manage-column label {
position: absolute;
}
.em .em-list-table div.table-wrap thead th, .em .em-list-table div.table-wrap tfoot th {
vertical-align: center;
}
.em .em-list-table div.table-wrap tbody td {
vertical-align: top;
}
.em .em-list-table div.table-wrap tbody > :nth-child(odd) {
background-color: #fafafa;
}
.em .em-list-table div.table-wrap tbody > .selected {
background-color: #f6f6f6;
}
.em .em-list-table div.table-wrap tfoot {
display: none;
}
.em .em-list-table div.table-wrap tfoot td, .em .em-list-table div.table-wrap tfoot th {
border-bottom: 0 !important;
}
.em .em-list-table div.table-wrap th {
font-weight: normal;
vertical-align: top;
padding: 10px 12px !important;
}
.em .em-list-table div.table-wrap th.sortable a, .em .em-list-table div.table-wrap th.sorted a {
display: grid;
grid-gap: 10px;
grid-template-columns: auto 15px;
align-items: center;
color: var(--text-color-normal) !important;
}
.em .em-list-table div.table-wrap th.sortable a:hover, .em .em-list-table div.table-wrap th.sorted a:hover {
color: var(--text-color-normal);
text-decoration: none;
}
.em .em-list-table div.table-wrap th.sortable a .sorting-indicators, .em .em-list-table div.table-wrap th.sorted a .sorting-indicators {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: min-content;
}
.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator, .em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator {
display: block;
width: 12px;
height: 12px;
background-size: 12px;
background-repeat: no-repeat;
}
.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator.asc, .em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator.asc {
background-image: var(--icon-chevron-up);
}
.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator.desc {
background-image: var(--icon-chevron-down);
}
.em .em-list-table div.table-wrap th.sortable:hover.asc .sorting-indicator.asc, .em .em-list-table div.table-wrap th.sortable:hover.desc .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sorted:hover.asc .sorting-indicator.asc, .em .em-list-table div.table-wrap th.sorted:hover.desc .sorting-indicator.desc {
opacity: 0.2;
}
.em .em-list-table div.table-wrap th.sortable:hover.asc .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sortable:hover.desc .sorting-indicator.asc, .em .em-list-table div.table-wrap th.sorted:hover.asc .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sorted:hover.desc .sorting-indicator.asc {
opacity: 1 !important;
}
.em .em-list-table div.table-wrap th.sortable.sorted.asc .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sortable.sorted.desc .sorting-indicator.asc, .em .em-list-table div.table-wrap th.sorted.sorted.asc .sorting-indicator.desc, .em .em-list-table div.table-wrap th.sorted.sorted.desc .sorting-indicator.asc {
opacity: 0.2;
}
.em .em-list-table div.table-wrap td {
padding: 11px 12px !important;
}
.em .em-list-table div.table-wrap td.column-primary {
text-wrap: nowrap;
}
.em .em-list-table div.table-wrap .em-icon {
width: 18px;
height: 18px;
margin-right: 5px;
background-size: 18px;
}
.em .em-list-table div.table-wrap .em-icon.em-icon-updated {
background: green;
-webkit-mask-image: var(--icon-updated);
mask-image: var(--icon-updated);
}
.em .em-list-table div.table-wrap .em-icon.em-icon-cross-circle {
background: red;
-webkit-mask-image: var(--icon-cross-circle);
mask-image: var(--icon-cross-circle);
}
.em .em-list-table div.table-wrap .em-icon.em-icon-trash {
background: red;
-webkit-mask-image: var(--icon-trash);
mask-image: var(--icon-trash);
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content {
padding: 10px;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section {
margin: 0 0 12px !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section:last-of-type {
margin-bottom: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section header {
padding-bottom: 2px;
border-bottom: 1px solid #dedede;
margin-bottom: 10px;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section footer {
margin-top: 5px;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section footer p {
margin: 0 0 5px !important;
padding: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl {
display: grid;
grid-template-columns: max-content max-content;
margin: 0 0 10px !important;
padding: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl:last-child {
margin-bottom: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dt, .em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dd {
margin: 0 !important;
padding: 3px 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dd {
padding-left: 15px !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dt {
font-weight: bold;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt {
font-weight: normal;
padding: 8px 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd {
padding: 8px 0 0 15px !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt, .em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd {
border-bottom: 1px solid #dedede;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt:first-of-type, .em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd:first-of-type {
border-top: 0 !important;
padding-top: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt:last-of-type, .em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd:last-of-type {
border-bottom: 0 !important;
padding-bottom: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section div.general-data {
margin: 0 0 10px !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section div.general-data:last-child {
margin-bottom: 0 !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip .tippy-box {
max-width: none !important;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip a.em-tooltip {
color: var(--text-color-softer) !important;
border-bottom: 2px dotted #ccc;
padding-bottom: 2px;
text-wrap: nowrap;
}
.em .em-list-table div.table-wrap .em-list-table-col-tooltip a.em-tooltip:hover {
cursor: pointer;
text-decoration: none !important;
}
.em .em-list-table div.table-wrap td.booking_price, .em .em-list-table div.table-wrap td.ticket_price, .em .em-list-table div.table-wrap td.ticket_total, .em .em-list-table div.table-wrap td.total_paid, .em .em-list-table div.table-wrap td.price-col {
text-wrap: nowrap;
}
.em .em-list-table.no-checkboxes div.tablenav > .actions {
margin-right: 15px;
}
.em .em-list-table.no-checkboxes div.tablenav > .actions .actions {
margin-right: 5px;
}
.em .em-list-table.no-checkboxes div.tablenav > .actions.filters {
clear: none;
}
.em .em-list-table.size-medium div.tablenav > .actions, .em .em-list-table.size-medium div.tablenav > .tablenav-pages, .em .em-list-table.size-small div.tablenav > .actions, .em .em-list-table.size-small div.tablenav > .tablenav-pages, .em .em-list-table.size-xsmall div.tablenav > .actions, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages {
display: flex;
float: none;
text-align: center;
justify-content: center;
justify-items: center;
align-items: center;
}
.em .em-list-table.size-medium div.tablenav > .filters, .em .em-list-table.size-small div.tablenav > .filters, .em .em-list-table.size-xsmall div.tablenav > .filters {
border-width: 1px 0;
border-style: solid;
border-color: var(--border-color);
padding: 10px 0;
}
.em .em-list-table.size-medium div.tablenav > .filters > *, .em .em-list-table.size-small div.tablenav > .filters > *, .em .em-list-table.size-xsmall div.tablenav > .filters > * {
width: 100% !important;
max-width: none !important;
float: none;
}
.em .em-list-table.size-medium div.tablenav > .filters > button, .em .em-list-table.size-medium div.tablenav > .filters .button, .em .em-list-table.size-small div.tablenav > .filters > button, .em .em-list-table.size-small div.tablenav > .filters .button, .em .em-list-table.size-xsmall div.tablenav > .filters > button, .em .em-list-table.size-xsmall div.tablenav > .filters .button {
width: auto !important;
}
.em .em-list-table.size-medium div.tablenav > .tablenav-pages, .em .em-list-table.size-small div.tablenav > .tablenav-pages, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages {
gap: 8px;
}
.em .em-list-table.size-medium div.tablenav > .tablenav-pages.no-pages, .em .em-list-table.size-medium div.tablenav > .tablenav-pages.one-page, .em .em-list-table.size-small div.tablenav > .tablenav-pages.no-pages, .em .em-list-table.size-small div.tablenav > .tablenav-pages.one-page, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages.no-pages, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages.one-page {
padding-top: 0;
}
.em .em-list-table.size-small button.small-expand-trigger, .em .em-list-table.size-xsmall button.small-expand-trigger {
display: inline-block !important;
visibility: visible !important;
width: 15px;
background-image: var(--icon-expand) !important;
opacity: 0.5;
}
.em .em-list-table.size-small button.small-expand-trigger.expanded, .em .em-list-table.size-xsmall button.small-expand-trigger.expanded {
background-image: var(--icon-collapse) !important;
opacity: 1;
}
.em .em-list-table.size-small.no-checkboxes .wp-list-table thead th:not(:nth-child(-n+1)), .em .em-list-table.size-xsmall.no-checkboxes .wp-list-table thead th:not(:nth-child(-n+1)) {
display: none !important;
overflow: hidden;
}
.em .em-list-table.size-small.no-checkboxes tbody td:not(.check-column):not(:nth-child(-n+1))::before, .em .em-list-table.size-xsmall.no-checkboxes tbody td:not(.check-column):not(:nth-child(-n+1))::before {
display: inline-block;
overflow: hidden;
width: 35%;
content: attr(data-colname);
white-space: nowrap;
text-overflow: ellipsis;
border: 0;
vertical-align: middle;
}
.em .em-list-table.size-small.has-checkboxes .wp-list-table thead th:not(:nth-child(-n+2)), .em .em-list-table.size-xsmall.has-checkboxes .wp-list-table thead th:not(:nth-child(-n+2)) {
display: none !important;
overflow: hidden;
}
.em .em-list-table.size-small.has-checkboxes tbody td:not(.check-column):not(:nth-child(-n+2))::before, .em .em-list-table.size-xsmall.has-checkboxes tbody td:not(.check-column):not(:nth-child(-n+2))::before {
display: inline-block;
overflow: hidden;
width: 35%;
content: attr(data-colname);
white-space: nowrap;
text-overflow: ellipsis;
border: 0;
vertical-align: middle;
}
.em .em-list-table.size-small .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column), .em .em-list-table.size-xsmall .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column) {
position: relative;
clear: both;
width: auto !important;
}
.em .em-list-table.size-small .wp-list-table thead th.column-primary, .em .em-list-table.size-xsmall .wp-list-table thead th.column-primary {
content: "";
}
.em .em-list-table.size-small .wp-list-table tbody th.check-column, .em .em-list-table.size-xsmall .wp-list-table tbody th.check-column {
width: 77px;
}
.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column), .em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column) {
display: block !important;
overflow: hidden;
}
.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):not(.column-primary), .em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):not(.column-primary) {
display: none !important;
}
.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):not(.column-primary, :last-child), .em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):not(.column-primary, :last-child) {
border: 0 !important;
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):last-child, .em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):last-child {
padding-top: 5px !important;
padding-bottom: 10px !important;
}
.em .em-list-table.size-small .wp-list-table tbody td, .em .em-list-table.size-small .wp-list-table tbody th, .em .em-list-table.size-xsmall .wp-list-table tbody td, .em .em-list-table.size-xsmall .wp-list-table tbody th {
vertical-align: top;
}
.em .em-list-table.size-small .wp-list-table tbody tr.expanded td.column-primary:not(:has(.em-list-table-row-responsive-meta)), .em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td.column-primary:not(:has(.em-list-table-row-responsive-meta)) {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary:not(:has(.em-list-table-row-responsive-meta)) .primary-column-content, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary:not(:has(.em-list-table-row-responsive-meta)) .primary-column-content {
border-bottom: 0;
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row {
display: inline-block !important;
visibility: visible !important;
float: right;
width: 10px !important;
height: 15px !important;
background-size: 15px;
padding: 0 5px !important;
margin: 0 0 0 5px !important;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
text-indent: -10000px !important;
border: 0 !important;
background-image: var(--icon-chevron-down);
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row.expanded, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row.expanded {
background-image: var(--icon-chevron-up);
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row:active, .em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row:focus, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row:active, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row:focus {
border: none !important;
box-shadow: none !important;
outline: none !important;
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row :focus:before, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row :focus:before {
box-shadow: none;
outline: none;
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary .em-list-table-row-responsive-meta, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary .em-list-table-row-responsive-meta {
float: left;
clear: left;
display: block;
visibility: visible;
}
.em .em-list-table.size-small .wp-list-table tbody td.column-primary .primary-column-content, .em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary .primary-column-content {
float: left;
clear: left;
margin-bottom: 8px;
border-bottom: 1px solid var(--border-color-softer);
padding-bottom: 5px;
}
.em .em-list-table.size-small .wp-list-table tbody tr.expanded td:not(:first-child, .column-primary), .em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td:not(:first-child, .column-primary) {
display: block !important;
}
.em .em-list-table.size-small .wp-list-table tbody tr.expanded td.column-primary, .em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td.column-primary {
margin: 0 13px 10px 11px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
.em .em-list-table.size-small div.tablenav > .actions.filters, .em .em-list-table.size-xsmall div.tablenav > .actions.filters {
display: block;
}
.em .em-list-table.size-small div.tablenav > .actions.filters > *, .em .em-list-table.size-xsmall div.tablenav > .actions.filters > * {
width: 90% !important;
max-width: none;
margin: 5px 5% !important;
}
.em .em-list-table.size-xsmall div.tablenav > .actions, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages {
display: block;
}
.em .em-list-table.size-xsmall div.tablenav > .actions .bulkactions-input, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages .bulkactions-input {
display: block;
margin-top: 15px;
}
.em .em-list-table.size-xsmall div.tablenav > .actions .bulkactions-input select, .em .em-list-table.size-xsmall div.tablenav > .tablenav-pages .bulkactions-input select {
float: none;
}
.em .em-list-table-cols {
display: grid;
width: 100%;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.em .em-list-table-cols p {
margin-bottom: 15px !important;
}
.em .em-list-table-cols .em-list-table-cols-selected .item {
width: 100%;
display: flex;
flex-wrap: nowrap;
flex-direction: row-reverse;
align-items: center;
cursor: pointer;
margin: 0 0 8px 0;
padding: 5px 0 5px 8px;
border-radius: calc(0.25rem - 1px);
background: #dff4fd;
border: 1px solid #97dbf9;
color: #0095c3;
}
.em .em-list-table-cols .em-list-table-cols-selected .item.sortable-ghost {
border-style: dotted;
opacity: 0.4;
}
.em .em-list-table-cols .em-list-table-cols-selected .item > span {
flex: 1 1 auto;
}
.em .em-list-table-cols .em-list-table-cols-selected .item .remove {
flex: 0 0 auto;
color: inherit !important;
background-color: inherit !important;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 0;
border: none;
box-sizing: border-box;
margin-right: 10px;
}
.em .em-list-table-cols .em-list-table-cols-select .selectize-input.items .item {
display: none !important;
}
.em .em-list-table-cols .em-list-table-cols-select .selectize-input.items input {
margin-top: 0 !important;
}
.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup:before {
display: none;
}
.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup-header {
display: block;
width: 95%;
padding: 0 0 6px;
margin: 10px auto 6px;
border-bottom: 1px solid #ddd;
}
.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup:first-child .optgroup-header {
margin-top: 5px;
}
.em .em-bookings-table .em-bookings-table-views-selection + .actions {
margin-left: 5px !important;
}
.em .em-bookings-table .em-bookings-table-views {
display: inline-block;
}
.em .em-bookings-table .em-bookings-table-views [data-view=bookings] {
background-image: var(--icon-tickets) !important;
background-size: 30px !important;
}
.em .em-bookings-table .em-bookings-table-views [data-view=tickets] {
background-image: var(--icon-ticket) !important;
}
.em .em-bookings-table .em-bookings-table-views [data-view=attendees] {
background-image: var(--icon-attendees) !important;
}
.em .em-bookings-table .em-bookings-table-views [data-view=multiple-bookings] {
background-image: var(--icon-multiple) !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-trigger {
display: block;
width: 42px;
background: var(--icon-point-down) 30px 6px no-repeat;
background-size: 14px;
padding: 0 15px 0 0;
margin: 0;
cursor: pointer;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-trigger .em-bookings-table-view-option {
display: block;
width: 25px;
height: 25px;
background-size: 25px;
background-repeat: no-repeat;
background-position: center center;
background-color: transparent !important;
text-indent: -10000px !important;
padding: 0 !important;
border: 0 !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options {
display: none;
}
.em .em-bookings-table .em-bookings-table-views .tippy-content .em-bookings-table-views-options {
display: block;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list {
display: block !important;
padding: 0 !important;
margin: 5px 0 !important;
border: none !important;
background: transparent !important;
cursor: pointer !important;
overflow: visible !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option {
display: block !important;
padding: 5px 10px 5px 40px !important;
margin: 0 !important;
background-repeat: no-repeat !important;
background-size: 18px !important;
background-position: 10px center !important;
background-color: transparent !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option:hover, .em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option.focused {
background-color: #efefef !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option:checked, .em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option.checked {
background-color: #cee0ea !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option input[type=radio] {
border: 0;
padding: 0;
margin: 0;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option[data-view=bookings], .em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option[data-view=mulitple-bookings] {
background-size: 24px !important;
background-position: 6px center !important;
}
.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list:focus {
border: none !important;
outline: none !important;
}
.em .em-bookings-table td.column-actions {
text-wrap: nowrap;
}
.em .em-bookings-table td.column-actions a {
display: inline-block;
text-indent: -9999px;
background-size: 18px;
width: 18px;
height: 18px;
margin: 0 6px 0 0;
}
.em .em-bookings-table td.column-actions a:last-of-type {
margin-right: 0;
}
.em .em-bookings-table td.column-actions a :focus {
box-shadow: none;
outline: none;
}
.em .em-bookings-table td.column-actions a[data-row_action=delete] {
background: var(--icon-trash) no-repeat;
}
.em .em-bookings-table td.column-actions a[data-row_action=approve] {
background: var(--icon-checkmark-circle) no-repeat;
}
.em .em-bookings-table td.column-actions a[data-row_action=unapprove] {
background: var(--icon-undo) no-repeat;
}
.em .em-bookings-table td.column-actions a[data-row_action=reject], .em .em-bookings-table td.column-actions a[data-row_action=cancel] {
background: var(--icon-cross-circle) no-repeat;
}
.em .em-bookings-table td.column-actions a[data-row_action=checkin] {
background: var(--icon-enter) no-repeat;
}
.em .em-bookings-table td.column-actions a[data-row_action=checkout] {
background: var(--icon-exit) no-repeat;
}
.em .em-bookings-table td.column-actions a.em-list-table-row-edit {
background: var(--icon-edit) no-repeat;
}
.em.em-list-table-settings .em-list-table-settings-remember {
text-align: right;
}
.em.em-list-table-settings .em-list-table-settings-remember input[type=checkbox] {
margin-left: 10px;
}
.em.em-list-table-settings .em-list-table-settings-remember [data-tippy-root] {
text-align: center;
}
@media only screen and (max-width: 800px) {
.em .em-list-table-cols-selected .item {
display: block;
}
}
@media only screen and (max-width: 380px) {
.em .em-list-table-cols-selected .item {
display: block;
}
}
.em button.input.em-tooltip-ddm {
background-image: var(--icon-chevron-down) !important;
background-position: calc(100% - 15px) 50% !important;
background-repeat: no-repeat !important;
background-size: 15px !important;
padding-right: 40px !important;
}
.em button.input.em-tooltip-ddm[aria-expanded=true] {
background-image: var(--icon-chevron-up) !important;
}
.em .em-tooltip-ddm-content {
border: 0;
padding: 0;
margin: 0;
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }
.em .em-tooltip-ddm-display {
top: -5px !important;
}
.em .em-tooltip-ddm-display a {
padding: 5px;
display: block;
}
.em .em-tooltip-ddm-display a:focus {
outline: 0;
box-shadow: none;
}
.em .em-tooltip-ddm-display .tippy-box {
width: 100%;
}
.em .em-tooltip-ddm-display section:not(:first-child) {
padding-top: 5px;
margin-top: 5px;
border-top: 1px solid #dedede;
}
.em .em-tooltip-ddm-display section:not(:last-child) {
border-bottom: 1px solid #dedede;
margin-bottom: 5px;
padding-bottom: 5px;
}
.em .em-tooltip-ddm-display section + section {
border-top: 0 !important;
}
.em {
--button-icon-padding: 20px;
}
.em button.input.with-icon, .em .button.input.with-icon,
.em .input button.with-icon, .em .input .button.with-icon {
padding-left: var(--button-icon-padding) !important;
}
.em button.input.with-icon .em-icon, .em .button.input.with-icon .em-icon,
.em .input button.with-icon .em-icon, .em .input .button.with-icon .em-icon {
margin-right: 6px;
}
.em button.input.with-icon-right, .em .button.input.with-icon-right,
.em .input button.with-icon-right, .em .input .button.with-icon-right {
padding-right: var(--button-icon-padding) !important;
}
.em button.input.with-icon-right .em-icon, .em .button.input.with-icon-right .em-icon,
.em .input button.with-icon-right .em-icon, .em .input .button.with-icon-right .em-icon {
margin-left: 6px;
}
.em button.input .em-icon, .em .button.input .em-icon,
.em .input button .em-icon, .em .input .button .em-icon {
width: 18px;
height: 18px;
background-size: 18px;
}
.em button.em-clickable.loading .loaded, .em form.em-ajax-form.loading .loaded {
display: none;
visibility: hidden;
}
.em button.em-clickable.loading .loading-content, .em form.em-ajax-form.loading .loading-content {
display: inline-block;
visibility: visible;
}
.em button.em-clickable.load-successful .loaded, .em form.em-ajax-form.load-successful .loaded {
display: none;
visibility: hidden;
}
.em button.em-clickable.load-successful .loaded-success, .em form.em-ajax-form.load-successful .loaded-success {
display: inline-block;
visibility: visible;
}
.em button.em-clickable .loading-content, .em button.em-clickable .loaded-success, .em form.em-ajax-form .loading-content, .em form.em-ajax-form .loaded-success {
display: none;
visibility: hidden;
}
.em .em-chart.hidden-filters form {
display: none;
}
.em .em-chart.hidden-filters .option-triggers {
float: none;
}
.em .em-chart .em-chart-header {
display: grid;
grid-template-columns: auto max-content;
align-items: center;
margin: 10px 0;
}
.em .em-chart .em-chart-header .em-chart-title {
padding-left: 5px;
font-size: 16px;
font-weight: 500;
}
.em .em-chart .em-chart-header .option-triggers {
text-align: right;
}
.em .em-chart .em-chart-header .option-triggers .em-icon {
margin: 0 5px;
}
.em .em-chart form section.main-filters {
margin: 5px 5px 15px;
padding: 10px 0 15px;
display: grid;
grid-template-columns: 1fr 1fr auto;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.em .em-chart form section.main-filters > div:nth-child(2) {
margin: 0 15px;
padding: 0 15px;
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
}
.em .em-chart form section.main-filters > div > :not(:first-child) {
margin-top: 10px;
}
.em .em-chart form section.main-filters .dataset-1-metric {
display: grid;
grid-template-columns: max-content auto;
grid-gap: 5px;
}
.em .em-chart form section.main-filters select {
width: 100%;
max-width: none;
}
.em .em-chart form section.main-filters .em-datepicker {
display: none;
}
.em .em-chart form section.main-filters .em-datepicker input.em-date-input {
cursor: pointer;
margin: 10px 0 0 5px;
width: 100%;
border-radius: 0 !important;
padding-left: 30px !important;
background: var(--icon-calendar) 0px 50% no-repeat !important;
background-size: 20px !important;
}
.em .em-chart form section.main-filters .em-datepicker input.em-date-input, .em .em-chart form section.main-filters .em-datepicker input.em-date-input:focus, .em .em-chart form section.main-filters .em-datepicker input.em-date-input:active {
border: none !important;
box-shadow: none;
}
.em .em-chart form section.main-filters label {
display: block;
}
.em .em-chart form section.main-filters label span {
display: block;
font-size: 12px;
margin-bottom: 2px;
}
.em .em-chart .em-chart-wrapper {
position: relative;
margin-top: 20px;
}
.em .em-chart .em-chart-wrapper canvas {
max-height: 400px;
}
.em .em-chart .em-chart-wrapper.loading canvas, .em .em-chart .em-chart-wrapper.loading .em-chart-stats {
opacity: 0.2;
}
.em .em-chart .em-chart-wrapper.loading .em-loading {
background-color: transparent;
filter: none;
opacity: 1;
}
.em .em-chart .em-chart-stats {
margin-top: 15px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.em .em-chart .em-chart-stats > div {
border-left: 1px solid #dedede;
padding: 0 10px;
margin: 10px 0;
text-align: center;
}
.em .em-chart .em-chart-stats > div:first-child {
border-left: none;
}
.em .em-chart .em-chart-stats > div div {
margin-bottom: 8px;
}
.em .em-chart .em-chart-stats > div .title {
font-weight: bold;
font-size: 16px;
}
.em .em-chart .em-chart-stats > div .total {
font-size: 18px;
}
.em .em-chart .em-chart-stats > div .change span:first-child {
font-size: 20px;
color: #999;
}
.em .em-chart .em-chart-stats > div .change span:first-child.minus {
color: red;
}
.em .em-chart .em-chart-stats > div .change span:first-child.plus {
color: green;
}
.em .em-chart .em-chart-stats > div span.sub {
font-size: 14px;
color: #aaa;
}
.em .em-chart:not(.size-small) section.view-options {
text-align: left;
padding-top: 5px;
margin: 10px 5px 15px;
}
.em .em-chart:not(.size-small) section.view-options select {
line-height: 1;
min-height: 24px;
text-transform: lowercase;
}
.em .em-chart:not(.size-small) section.view-options label:first-child span:first-child {
text-transform: none;
}
.em .em-chart:not(.size-small) section.view-options span {
text-transform: lowercase;
}
.em .em-chart.size-large .em-chart-title {
text-align: center;
}
.em .em-chart.size-large section.main-filters {
grid-template-columns: 1fr 1fr 1fr;
}
.em .em-chart.size-medium .em-chart-stats {
grid-template-columns: repeat(3, 1fr);
}
.em .em-chart.size-medium .em-chart-stats > div:nth-child(4) {
border-left: none;
}
.em .em-chart.size-small .option-triggers {
float: none;
}
.em .em-chart.size-small form section.main-filters {
display: block;
}
.em .em-chart.size-small form section.main-filters > div:nth-child(2) {
margin: 15px 0;
padding: 15px 0;
border: none;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.em .em-chart.size-small .em-chart-stats {
grid-template-columns: repeat(2, 1fr);
}
.em .em-chart.size-small .em-chart-stats > div:nth-child(2n+1) {
border-left: none;
}
.em .em-chart {
margin: 20px 0 40px;
}
.em #em_booking_stats .em-chart {
margin: 0;
}
.em .iti {
display: block !important; --iti-path-flags-1x: url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/flags.webp) !important;
--iti-path-flags-2x: url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/flags@2x.webp) !important;
--iti-path-globe-1x: url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/globe.webp) !important;
--iti-path-globe-2x: url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/globe@2x.webp) !important; }
.em .iti.phone-error {
border-color: red;
}
.em .iti ul {
list-style: none !important;
}
.em .iti .iti__search-input {
width: 100% !important;
}
.em .iti .iti__country-container button.iti__selected-country[type=button] {
display: flex !important;
cursor: pointer !important;
box-sizing: border-box !important;
z-index: 1 !important;
position: relative !important;
display: flex !important;
align-items: center !important;
height: 100% !important;
background: none !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
font-family: inherit !important;
font-size: inherit !important;
color: inherit !important;
border-radius: 0 !important;
font-weight: inherit !important;
line-height: inherit !important;
text-decoration: none !important;
}
.em .iti .iti__country-list {
margin-bottom: 0 !important;
}
.em .iti.invalid-number input[type=tel] {
border-color: darkred !important;
}
.em .iti + .em-inline-error {
margin: 10px 0;
color: darkred;
}
.em .iti + .em-inline-error .em-icon {
background-color: darkred;
}
.em .iti input[type=tel], .em .iti.iti--allow-dropdown > input, .em .iti.iti--allow-dropdown input[type=tel], .em .iti.iti--allow-dropdown > input[type=text], .em .iti.iti--separate-dial-code > input, .em .iti.iti--separate-dial-code > input[type=tel], .em .iti.iti--separate-dial-code > input[type=text] {
padding-right: 6px !important;
margin-left: 0 !important;
--input-padding: 6px 10px 6px 90px !important;
}
@media (min-resolution: 2x) {
.em .iti .iti__flag {
background-image: var(--iti-path-flags-2x);
}
.em .iti .iti__flag.iti__globe {
background-image: var(--icon-phone);
}
}
.em .em-input-upload {
min-width: 300px;
max-width: 800px;
}
.em .em-input-upload .em-input-upload-files, .em .em-input-upload .em-input-upload-files-tbd {
margin-top: 0;
padding-top: 0;
}
.em .em-input-upload .em-input-upload-files li, .em .em-input-upload .em-input-upload-files-tbd li {
display: block;
margin: 0 0 8px !important;
}
.em .em-input-upload .em-input-upload-files li:first-child, .em .em-input-upload .em-input-upload-files-tbd li:first-child {
margin-bottom: 10px !important;
}
.em .em-input-upload .em-input-upload-files li button.em-icon, .em .em-input-upload .em-input-upload-files-tbd li button.em-icon {
cursor: pointer !important;
margin: 0 10px 0 0 !important;
padding: 0 !important;
border: 0 !important;
background-color: transparent !important;
box-shadow: none;
height: 20px !important;
width: 20px !important;
}
.em .em-input-upload .em-input-upload-files li button.em-icon.em-icon-trash, .em .em-input-upload .em-input-upload-files-tbd li button.em-icon.em-icon-trash {
margin: 0 0 0 10px !important;
}
.em .em-input-upload .em-input-upload-files li a, .em .em-input-upload .em-input-upload-files-tbd li a {
display: inline-block;
vertical-align: top;
}
.em .em-input-upload .em-input-upload-files li {
margin-bottom: 5px;
}
.em .em-input-upload .em-input-upload-files li:before {
content: "";
display: inline-block;
margin-right: 10px; height: 20px; width: 20px;
background-image: var(--icon-file);
}
.em .em-input-upload.em-input-upload-post-image > input.em-uploader {
margin-top: 15px !important;
}
.em .em-input-upload.em-input-upload-post-image .em-input-upload-files li img {
display: block;
margin-bottom: 10px;
}
.em .em-input-upload.em-input-upload-post-image .em-input-upload-files li:before {
display: inline;
background: none;
width: auto;
height: auto;
margin: 0;
}
.em .em-input-upload.em-input-upload-post-image .em-input-upload-files-tbd li img {
display: none;
visibility: hidden;
}
.em .em-input-upload.disabled button.em-icon {
display: none !important;
visibility: hidden !important;
}
.em .em-input-upload:not(.disabled) ul {
margin-top: 15px;
}
.em .em-input-upload .em-input-upload-files .em-icon-undo, .em .em-input-upload .em-input-upload-files-tbd .em-icon-trash {
display: none;
visibility: hidden;
}
.em .em-input-upload input[disabled] {
display: none;
visibility: hidden;
}
.em form .event-form-bookings:has(input.event_rsvp:not(:checked)) #event-rsvp-options, .em form .event-form-bookings:has(input.event_rsvp:not(:checked)) .event-rsvp-options {
display: none;
visibility: hidden;
}
.em {
--counter-background: #F36752;
--counter-color: #fff;
--counter-background-tentative: #ddd;
--counter-color-tentative: #888;    --font-size: 16px;
--line-height: 20px;
--default-color: #666666;
--default-border: #4b86b4; --palette-1-bg: #03396c; --palette-1-color: #FFFFFF;
--meta-color: #787878;
--meta-bg: transparent;
--main-bg: #F5F5F5;
--main-h3-color: #777777;
--main-border-color: #cdcdcd;
}
.em div.em-loading, .em div#em-loading {
position: absolute;
width: 100%;
height: 100%;
background: #FFFFFF url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto%3B background: none%3B display: block%3B shape-rendering: auto%3B' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E") 50% 50% no-repeat;
left: 0px;
top: 0px;
opacity: 0.8;
filter: alpha(opacity=80);
z-index: 99998;
background-size: 100px;
}
.em button.em-clickable {
cursor: pointer !important;
justify-self: start !important;
background-color: transparent;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
outline: none;
}
.em button.em-clickable:focus {
outline: none;
}
.em .hidden {
display: none !important;
visibility: hidden !important;
}
.em .em-datepicker fieldset {
margin-bottom: 0 !important;
}
.em .em-datepicker .em-datepicker-data.hidden {
position: absolute !important;
left: -10000px !important;
top: auto !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
visibility: visible;
display: inherit;
}
.em .em-datepicker .em-date-input.button.button-secondary {
width: max-content !important;
min-height: 30px !important;
}
.em .em-datepicker .em-date-input.button.button-secondary input[type=text], .em .em-datepicker .em-date-input.button.button-secondary input[type=date] {
opacity: 0 !important;
width: 1px !important;
height: 30px !important;
min-height: 30px !important;
overflow: hidden !important;
padding: 0 !important;
margin: 0 !important;
display: inline !important;
}
.em .em-datepicker .em-date-input.button.button-secondary + button.clear-all {
min-height: 30px !important;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates {
margin: 10px 0;
max-width: 800px;
line-height: 1;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates:not(.has-value) {
display: none;
visibility: hidden;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item {
background: #dff4fd;
border: 1px solid #97dbf9;
color: #0095c3;
padding-left: 8px;
border-radius: calc(0.375rem - 1px);
cursor: pointer;
margin: 0 3px 3px 0;
display: inline-flex;
align-items: center;
padding-right: 0 !important;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item a.remove {
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 5px;
border-left: 1px solid #dee2e6;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
margin-left: 5px;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item span {
line-height: 1.5;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item.clear-all {
background: #efefef;
border: 1px solid #cdcdcd;
color: #777;
border-left: 1px solid #cdcdcd;
}
.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates.disabled {
opacity: 0.7;
pointer-events: none;
}
.em .em-datepicker:not(.has-value) .clear-all {
visibility: hidden;
display: none;
}
.em.em-view-container {
position: relative;
}
.em .em-location-map-container {
aspect-ratio: 2/1;
width: 100%;
}
.em .em-location-map-container .em-loading-maps, .em .em-location-map-container .em-location-map-404 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
border: 1px dashed #d0d0d0;
background-color: #fafafa;
color: #888;
font-size: 18px;
padding: 20px;
text-align: center;
}
.em .em-location-map-container .em-loading-maps svg, .em .em-location-map-container .em-location-map-404 svg {
width: 100px;
max-height: 100px;
}
.em .em-location-map-container .em-loading-maps span, .em .em-location-map-container .em-location-map-404 span {
display: block;
margin-bottom: 20px;
font-size: 20px;
color: #aaa;
}
.em .em-location-map-container .em-loading {
background-position: 50% 10%;
}
.em .em-location-map-container .em-locations-map, .em .em-location-map-container .em-location-map, .em .em-location-map-container .em-location-map-content {
width: 100%;
height: 100%;
}
.em .em-warning {
margin: 10px 0 15px;
padding: 15px;
color: #333;
border-radius: 3px;
display: block !important;
}
.em .em-warning p {
margin: 0 0 10px !important;
padding: 0;
color: #333;
}
.em .em-warning p:last-child {
margin-bottom: 0 !important;
}
.em .em-warning.em-warning-errors, .em .em-warning.error {
background-color: #FFEBE8;
border: 1px solid #C00;
}
.em .em-warning.em-warning-confirms, .em .em-warning.confirm {
background-color: #f1fff0;
border: 1px solid #a8d144;
}
.em a.em-button {
padding: 5px 10px;
margin: 5px;
background: #EEE;
color: #333;
border: 1px solid #CCC;
border-radius: 3px;
display: inline-block;
text-decoration: none;
}
.em a.em-button:hover {
text-decoration: none;
}
.em .em-notice {
padding: 15px !important;
margin-bottom: 20px !important;
border: 1px solid #b6d4fe !important;
border-radius: 2.5px !important;
display: block !important;
color: #084298 !important;
background-color: #cfe2ff !important;
}
.em .em-notice p {
margin: 10px 0 !important;
padding: 0;
}
.em .em-notice.em-notice-error {
color: #842029 !important;
background-color: #f8d7da !important;
border-color: #f5c2c7 !important;
}
.em .em-notice.em-notice-success {
color: #0f5132 !important;
background-color: #d1e7dd !important;
border-color: #badbcc !important;
}
.em .em-notice.em-notice-warning {
color: #664d03;
background: #fff3cd;
border-color: #ffecb5;
}
.em .em-notice.em-notice-icon {
display: grid !important;
grid-template-columns: 25px auto;
grid-gap: 10px;
}
.em .em-notice.em-notice-icon .em-icon {
align-self: center;
}
.em .em-notice.em-notice-thin {
padding: 10px 15px !important;
}
.em .em-inline-error {
color: red;
display: block;
width: 100%;
margin: 8px 0 0;
}
.em .em-inline-error .em-icon {
background-color: red;
-webkit-mask-image: var(--icon-cross-circle);
mask-image: var(--icon-cross-circle);
}
.em .skeleton {
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.em .skeleton .item {
display: block;
width: 100%;
height: 38px;
margin-bottom: 15px;
border: 1px solid var(--background-color-skeleton-softer);
border-radius: 4px;
background-color: var(--background-color-skeleton);
box-shadow: none;
overflow: hidden;
position: relative;
}
.em .skeleton .item::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transform: translateX(-100%);
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0));
animation: shimmer 1.5s infinite;
content: "";
}
.em .skeleton .item.label {
width: 33%;
height: 14px;
margin-bottom: 8px;
border-radius: 0;
}
.em .skeleton .item.text {
height: 26px;
border-radius: 0;
}
.em .skeleton .item.title {
margin-bottom: 15px;
border-radius: 0;
}
@keyframes shimmer {
100% {
transform: translateX(110%);
}
}
.em-working {
opacity: 0.5;
}
.em-working div.em-loading, .em-working div#em-loading {
background-color: transparent !important;
} body .pac-container, .em .flatpickr-calendar {
z-index: 100000 !important;
}
.em-view-container, div[data-view-id] {
position: relative;
}
.em-wrapper label span.screen-reader-text, #em-wrapper label span.screen-reader-text {
clip: rect(1px 1px 1px 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .em-search .hidden {
display: none !important;
} #event-form .em-notice-warning, #post .em-notice-warning {
margin: 10px 0px;
padding: 15px 20px;
border-left: 4px solid #ffa500;
}
#event-form .em-notice-warning h4, #post .em-notice-warning h4 {
margin-top: 0px;
}
#event-form .em-notice-warning div.warning-bold, #post .em-notice-warning div.warning-bold {
color: #c45500;
font-weight: bold;
}
#event-form .em-notice-warning div.warning-bold p, #post .em-notice-warning div.warning-bold p {
margin-top: 0px;
font-size: 14px;
} .css-events-list table.events-table {
border-spacing: 0px;
border-collapse: collapse;
}
.css-events-list table.events-table td {
padding: 0px;
}
.css-events-list table.events-table th.event-time {
width: 150px;
}
.css-events-list table.events-table th.event-description {
width: auto;
} #em-booking {
margin: 15px 0px 10px 0px;
position: relative;
}
#em-booking .em-booking-form {
position: relative;
clear: left;
}
#em-booking .em-booking-form-details {
padding: 10px;
width: 360px;
float: left;
}
#em-booking .em-booking-form-details input.input, .em-booking-form-details textarea {
width: 250px;
}
#em-booking .em-booking-form p {
clear: left;
}
#em-booking .em-booking-form label {
display: block;
float: left;
}
#em-booking .em-booking-form span.input-group input {
margin-left: -20px;
}
#em-booking .em-booking-form span.input-group {
display: block;
margin-left: 120px;
}
#em-booking .em-booking-form label {
display: inline-block;
width: 100px;
}
#em-booking .em-booking-form p.em-consent-checkbox label {
display: block;
width: 100%;
}
#em-booking .em-booking-form-details .em-booking-submit {
width: auto;
} #em-booking .em-tickets {
margin-bottom: 20px;
} #em-booking div.em-booking-message {
margin: 10px 0px;
padding: 10px;
color: #333;
border-radius: 3px;
}
#em-booking div.em-booking-message p {
margin: 10px 0px !important;
padding: 0px;
color: #333;
}
#em-booking div.em-booking-message-success {
background-color: #f1fff0;
border: 1px solid #a8d144;
}
#em-booking div.em-booking-message-error {
background-color: #FFEBE8;
border: 1px solid #C00;
} #em-booking div.em-booking-login {
padding: 10px 10px 10px 20px;
margin: 0px 0px 0px 390px;
border-left: 1px solid black;
}
#em-booking div.em-booking-login label {
display: inline-block;
width: 90px;
}
#em-booking div.em-booking-login p {
margin: 10px 0px !important;
padding: 0px !important;
}
#em-booking div.em-booking-login input {
margin: 0px;
} #em-wrapper #locations-filter .subsubsub .current {
font-weight: bold;
}
#em-wrapper .em-locations-admin-list .em-button {
float: right;
} #em-wrapper #posts-filter .subsubsub .current {
font-weight: bold;
}
#em-wrapper .em-events-admin-list .em-button {
float: right;
} #event-form h4 {
margin: 25px 0px 15px 0px;
font-weight: bold;
}
#event-form p {
margin-top: 10px;
}
#event-form .inside {
clear: both;
margin-bottom: 20px;
}
#buddypress .wp-editor-wrap table {
width: auto;
}
#buddypress .wp-editor-wrap table tr td, #buddypress .wp-editor-wrap table tr th {
padding: 0;
}
#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] {
padding: 0px 10px 1px;
} #event-form #event-name {
width: 80%;
padding: 2px;
}
#event-form .event-extra-details {
margin-top: 20px;
}
#event-form .event-extra-details select {
vertical-align: top;
} #event-form .reschedule-hidden, #post .reschedule-hidden {
display: none;
visibility: hidden;
}
#event-form .em-recurrence-reschedule, #post .em-recurrence-reschedule {
padding: 15px 20px;
border-left: 4px solid #ffa500;
}
#event-form .em-recurrence-reschedule h4, #post .em-recurrence-reschedule h4 {
margin-top: 0px;
}
#event-form .recurrence-reschedule-warning, #post .recurrence-reschedule-warning {
margin-bottom: 25px;
color: #c45500;
}
#event-form .recurrence-reschedule-warning p, #post .recurrence-reschedule-warning p {
margin-top: 0px;
font-size: 14px;
} #event-rsvp-box {
margin: 10px;
}
#event-rsvp-options label {
font-weight: bold;
} #em-tickets-form tbody.em-ticket-template {
display: none;
}
#em-tickets-form th {
width: auto;
}
#em-tickets-form th.ticket-status, .em-tickets-row .ticket-status {
width: 20px;
}
#em-tickets-form .em-tickets-row .ticket-status span.dashicons {
display: block;
width: 16px;
height: 16px;
line-height: 16px;
font-size: 16px;
font-weight: bolder;
}
#em-tickets-form .em-tickets-row .ticket-status.single span.dashicons {
cursor: auto;
}
#em-tickets-form .em-tickets-row .ticket-status span.ticket-on {
color: #008000;
}
#em-tickets-form .em-tickets-row .ticket-status span.ticket-off {
color: #ff0000;
}
#em-tickets-form .em-tickets-row .ticket-status span.ticket_new {
color: #808080;
}
#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons {
cursor: move;
}
#em-tickets-form .em-ticket-sortable-placeholder {
border: 2px dashed #dedede;
background: #efefef;
}
#em-tickets-form .ui-sortable-helper {
cursor: move;
}
#em-tickets-form input[type=checkbox][indeterminate]:not(:checked) {
-webkit-appearance: checkbox;
} #em-tickets-form .ticket-roles label {
font-weight: normal;
}
#em-tickets-form .ticket-required .ticket_required-default {
display: none;
}
#em-tickets-form .ticket-required:has(input:indeterminate) .ticket_required-default {
display: inline-block;
font-style: italic;
}
#em-tickets-form .em-ticket-form-parent-warning {
margin: 0 0 15px;
font-style: italic;
}
#em-tickets-form .ticket-deleted {
display: none;
visibility: hidden;
} .em-ticket-form .ticket-options {
margin-top: 10px;
}
#em-tickets-form .ticket-roles div {
margin-left: 110px;
} #wp-em-editor-content-wrap table {
margin-bottom: 0px;
} #event-form .em-location-types-single {
display: none;
visibility: hidden;
}
#event-form .em-location-type {
border-top: 1px solid #dedede;
margin-top: 20px;
padding-top: 20px;
}
#event-form .em-location-type-single .em-location-type {
border-top: 0;
margin-top: 0;
padding-top: 0;
}
#event-form .em-location-type.em-location-type-single {
border: none;
}
#event-form .em-location-type p:first-child {
margin-top: 0;
}
#event-form div.em-location-data table {
float: left;
margin: 0px 15px 0px 0px;
}
#event-form .em-event-location-data h4 {
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
margin-bottom: 15px;
}
#event-form .em-input-field {
margin-bottom: 10px;
}
#event-form .em-input-field label {
display: block;
margin-bottom: 5px;
}
#event-form .em-input-field.em-input-field-boolean label {
display: inline-block;
}
#event-form .em-input-field em {
display: block;
margin-top: 2px;
}
#event-form .em-location-type-delete-active-alert {
display: none;
visibility: hidden;
}  table.em-form-fields td, table.em-form-fields th {
text-align: left;
vertical-align: top;
}
table.em-form-fields th {
padding: 0px 20px 5px 0px;
} #em-bookings-admin-booking .em-booking-single-info {
display: none;
}
#em-bookings-admin-booking .em-booking-single-form {
padding-right: 20px;
} body#printable {
font-family: Gill Sans, Helvetica, Arial, sans-serif;
text-align: center;
}
body#printable #container {
margin: 0 auto;
width: 780px;
text-align: left;
}
body#printable table#bookings-table {
width: 600px;
border-spacing: 0px;
}
body#printable table#bookings-table td {
padding: 5px 0;
}
body#printable table#bookings-table td.spaces-number {
text-align: right;
padding-right: 20px;
}
body#printable table#bookings-table th {
text-align: left;
margin-left: 5px;
}
body#printable table#bookings-table tr#booked-spaces td {
border-top: 2px solid #999;
}
body#printable table#bookings-table td.total-label {
text-align: right;
}
body#printable table#bookings-table tr#booked-spaces td.spaces-number, table#bookings-table tr#available-spaces td.spaces-number {
font-weight: bold;
} table.em-calendar td {
padding: 2px 4px;
text-align: center;
}
table.em-calendar.table tr.days-names {
font-weight: bold;
}
table.em-calendar td.eventless-pre, .em-calendar td.eventless-post {
color: #ccc;
}
table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a {
color: #aaa;
text-decoration: underline;
}
table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
color: #FD7E29;
}
table.em-calendar td.eventful-today a {
font-weight: bold;
}
table.em-calendar td.eventless-today, table.em-calendar td.eventful-today {
background-color: #CFCFCF;
}
table.em-calendar thead {
font-size: 120%;
font-weight: bold;
}
table.fullcalendar {
border-collapse: collapse;
}
table.fullcalendar td {
text-align: left;
border: 1px solid #888;
}
div.em-calendar-wrapper {
position: relative;
width: 100% !important;
max-width: 100% !important;
} .em-map-balloon .em-map-balloon-content {
margin: 0px 0px 0px 0px !important;
padding: 0px 0px 20px 0px !important;
font-size: 12px !important;
color: #000000 !important;
width: auto !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
}
.em-location-map img, .em-locations-map img, #em-map img {
max-width: none !important;
background: none !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
height: auto;
width: auto;
} .em-time-input {
width: 7em;
}
.em-time-input fieldset {
margin-bottom: 0 !important;
}
.em-time-range:has(.em-time-all-day:checked) .em-time-input {
background-color: #dedede !important;
--background-color-inputs: #dedede;
color: #777 !important;
pointer-events: none;
}
.em-time-range:has(.em-time-all-day:indeterminate) .em-time-input {
background-color: #efefef !important;
--background-color-inputs: #efefef;
}
.em-time-range:has(.em-time-all-day:indeterminate) .em-time-input::placeholder {
opacity: 0.5;
}
.em-time-range .em-time-input.error, .em-time-input.error {
border: #cc0000 1px solid;
}
.ui-em_timepicker-wrapper {
overflow-y: auto;
max-height: 150px;
width: 6.5em;
background: #fff;
border: 1px solid #ddd;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
z-index: 10052;
margin: 0;
}
.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration {
width: 13em;
}
.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-30, .ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-60 {
width: 11em;
}
.ui-em_timepicker-list, .ui-em_timepicker-list li {
margin: 0;
padding: 0;
list-style: none;
}
.ui-em_timepicker-duration {
margin-left: 5px;
color: #888;
}
.ui-em_timepicker-list:hover .ui-em_timepicker-duration {
color: #888;
}
.ui-em_timepicker-list li {
padding: 3px 0 3px 5px;
cursor: pointer;
white-space: nowrap;
color: #000;
}
.ui-em_timepicker-list:hover .ui-em_timepicker-selected {
background: #fff;
color: #000;
}
.ui-em_timepicker-list .ui-em_timepicker-selected:hover, .ui-em_timepicker-list li:hover, li.ui-em_timepicker-selected {
background: #1980ec;
color: #fff;
}
.ui-em_timepicker-list li:hover .ui-em_timepicker-duration, li.ui-em_timepicker-selected .ui-em_timepicker-duration {
color: #ccc;
}
.ui-em_timepicker-list li.ui-em_timepicker-disabled, .ui-em_timepicker-list li.ui-em_timepicker-disabled:hover, .ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled {
color: #888;
cursor: default;
}
.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover, .ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled {
background: #f2f2f2;
} @-webkit-keyframes fpFadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fpFadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.flatpickr-calendar {
background: 0 0;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #fff;
-webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline, .flatpickr-calendar.open {
opacity: 1;
max-height: 640px;
visibility: visible;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
}
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px;
}
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
z-index: 999;
display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
height: 40px;
border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto;
}
.flatpickr-calendar:after, .flatpickr-calendar:before {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px;
}
.flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
left: auto;
right: 22px;
}
.flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
left: 50%;
right: 50%;
}
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px;
}
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
border-top-color: #fff;
}
.flatpickr-calendar:focus, .flatpickr-current-month input.cur-year:focus {
outline: 0;
}
.flatpickr-wrapper {
position: relative;
display: inline-block;
}
.flatpickr-months {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 34px;
color: rgba(0, 0, 0, 0.9);
fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-month {
background: 0 0;
line-height: 1;
text-align: center;
position: relative;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
padding: 10px;
z-index: 3;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
display: none;
}
.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i, .numInputWrapper {
position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
right: 0;
}
.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
color: #959ea9;
}
.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
width: 14px;
height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit;
}
.numInputWrapper {
height: auto;
}
.numInputWrapper input, .numInputWrapper span {
display: inline-block;
}
.numInputWrapper input {
width: 100%;
}
.numInputWrapper input::-ms-clear {
display: none;
}
.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(57, 57, 57, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
}
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(57, 57, 57, 0.6);
top: 26%;
}
.numInputWrapper span.arrowDown {
top: 50%;
}
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(57, 57, 57, 0.6);
top: 40%;
}
.numInputWrapper span svg {
width: inherit;
height: auto;
}
.numInputWrapper span svg path {
fill: rgba(0, 0, 0, 0.5);
}
.flatpickr-current-month span.cur-month:hover, .numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
opacity: 1;
}
.flatpickr-current-month {
font-size: 135%;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 7.48px 0 0;
line-height: 1;
height: 34px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0;
}
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0 ;
display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
background: 0 0;
border: 0;
border-radius: 0;
box-sizing: border-box;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 300;
height: auto;
line-height: inherit;
padding: 0 0 0 0.5ch;
vertical-align: initial;
-webkit-box-sizing: border-box;
}
.flatpickr-current-month input.cur-year {
cursor: text;
margin: 0;
display: inline-block;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(0, 0, 0, 0.5);
background: 0 0;
pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
appearance: menulist;
cursor: pointer;
margin: -1px 0 0;
outline: 0;
position: relative;
-webkit-appearance: menulist;
-moz-appearance: menulist;
width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
outline: 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: transparent;
outline: 0;
padding: 0;
}
.flatpickr-weekdays {
background: 0 0;
text-align: center;
overflow: hidden;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer, span.flatpickr-weekday {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: 0 0;
color: rgba(0, 0, 0, 0.54);
line-height: 1;
margin: 0;
text-align: center;
display: block;
font-weight: bolder;
}
.flatpickr-weeks {
padding: 1px 0 0;
}
.flatpickr-days, .flatpickr-weekdays .flatpickr-weekdaycontainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-days {
position: relative;
overflow: hidden;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
width: 307.875px;
}
.flatpickr-days:focus {
outline: 0;
}
.dayContainer, .flatpickr-day {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 #e6e6e6;
box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
background: 0 0;
border: 1px solid transparent;
border-radius: 150px;
color: #393939;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-webkit-flex-basis: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
cursor: pointer;
outline: 0;
background: #e6e6e6;
border-color: #e6e6e6;
}
.flatpickr-day.today {
border-color: #959ea9;
}
.flatpickr-day.today:focus, .flatpickr-day.today:hover {
border-color: #959ea9;
background: #959ea9;
color: #fff;
}
.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
background: #569ff7;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #569ff7;
}
.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #569ff7;
box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
border-radius: 50px;
}
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
background: 0 0;
border-color: transparent;
}
.flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
color: rgba(57, 57, 57, 0.3);
background: 0 0;
border-color: transparent;
cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
cursor: not-allowed;
color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
visibility: hidden;
}
.rangeMode .flatpickr-day {
margin-top: 1px;
}
.flatpickr-weekwrapper {
float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
-webkit-box-shadow: 1px 0 0 #e6e6e6;
box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(57, 57, 57, 0.3);
background: 0 0;
cursor: default;
border: 0;
}
.flatpickr-innerContainer, .flatpickr-rContainer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
.flatpickr-rContainer {
display: inline-block;
padding: 0;
}
.flatpickr-time, .flatpickr-time input {
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-time {
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-time:after {
content: "";
display: table;
clear: both;
}
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
width: 49%;
}
.flatpickr-time input {
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #393939;
font-size: 14px;
position: relative;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
font-weight: 700;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
font-weight: 400;
}
.flatpickr-time input:focus {
outline: 0;
border: 0;
}
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
height: inherit;
float: left;
line-height: inherit;
color: #393939;
font-weight: 700;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
background: #eee;
}
.flatpickr-input[readonly] {
cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fpFadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.flatpickr-calendar {
background: 0 0;
opacity: 0;
display: none;
text-align: center;
visibility: hidden;
padding: 0;
-webkit-animation: none;
animation: none;
direction: ltr;
border: 0;
font-size: 14px;
line-height: 24px;
border-radius: 5px;
position: absolute;
width: 307.875px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline, .flatpickr-calendar.open {
opacity: 1;
max-height: 640px;
visibility: visible;
}
.flatpickr-calendar.open {
display: inline-block;
z-index: 99999;
}
.flatpickr-calendar.animate.open {
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
display: block;
position: relative;
top: 2px;
}
.flatpickr-calendar.static {
position: absolute;
top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
z-index: 999;
display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
-webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
height: 40px;
}
.flatpickr-calendar.hasTime .flatpickr-innerContainer {
border-bottom: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
border: 1px solid #eceef1;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
height: auto;
}
.flatpickr-calendar:after, .flatpickr-calendar:before {
position: absolute;
display: block;
pointer-events: none;
border: solid transparent;
content: "";
height: 0;
width: 0;
left: 22px;
}
.flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
left: auto;
right: 22px;
}
.flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
left: 50%;
right: 50%;
}
.flatpickr-calendar:before {
border-width: 5px;
margin: 0 -5px;
}
.flatpickr-calendar:after {
border-width: 4px;
margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
bottom: 100%;
border-bottom-color: #eceef1;
}
.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
top: 100%;
border-top-color: #eceef1;
}
.flatpickr-calendar:focus, .flatpickr-current-month input.cur-year:focus {
outline: 0;
}
.flatpickr-wrapper {
position: relative;
display: inline-block;
}
.flatpickr-months {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-months .flatpickr-month, .flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
height: 34px;
color: #5a6171;
fill: #5a6171;
}
.flatpickr-months .flatpickr-month {
border-radius: 5px 5px 0 0;
background: #eceef1;
line-height: 1;
text-align: center;
position: relative;
overflow: hidden;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
text-decoration: none;
cursor: pointer;
position: absolute;
top: 0;
padding: 10px;
z-index: 3;
}
.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
display: none;
}
.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i, .numInputWrapper {
position: relative;
}
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
left: 0;
}
.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
right: 0;
}
.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
color: #bbb;
}
.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
fill: #f64747;
}
.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
width: 14px;
height: 14px;
}
.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
-webkit-transition: fill 0.1s;
transition: fill 0.1s;
fill: inherit;
}
.numInputWrapper {
height: auto;
}
.numInputWrapper input, .numInputWrapper span {
display: inline-block;
}
.numInputWrapper input {
width: 100%;
}
.numInputWrapper input::-ms-clear {
display: none;
}
.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.numInputWrapper span {
position: absolute;
right: 0;
width: 14px;
padding: 0 4px 0 2px;
height: 50%;
line-height: 50%;
opacity: 0;
cursor: pointer;
border: 1px solid rgba(72, 72, 72, 0.15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.numInputWrapper span:hover {
background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
display: block;
content: "";
position: absolute;
}
.numInputWrapper span.arrowUp {
top: 0;
border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-bottom: 4px solid rgba(72, 72, 72, 0.6);
top: 26%;
}
.numInputWrapper span.arrowDown {
top: 50%;
}
.numInputWrapper span.arrowDown:after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid rgba(72, 72, 72, 0.6);
top: 40%;
}
.numInputWrapper span svg {
width: inherit;
height: auto;
}
.numInputWrapper span svg path {
fill: rgba(90, 97, 113, 0.5);
}
.flatpickr-current-month span.cur-month:hover, .numInputWrapper:hover {
background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
opacity: 1;
}
.flatpickr-current-month {
font-size: 135%;
font-weight: 300;
color: inherit;
position: absolute;
width: 75%;
left: 12.5%;
padding: 7.48px 0 0;
line-height: 1;
height: 34px;
display: inline-block;
text-align: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
font-family: inherit;
font-weight: 700;
color: inherit;
display: inline-block;
margin-left: 0.5ch;
padding: 0;
}
.flatpickr-current-month .numInputWrapper {
width: 6ch;
width: 7ch\0 ;
display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
border-bottom-color: #5a6171;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
border-top-color: #5a6171;
}
.flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year {
border: 0;
border-radius: 0;
box-sizing: border-box;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: 300;
height: auto;
line-height: inherit;
padding: 0 0 0 0.5ch;
vertical-align: initial;
-webkit-box-sizing: border-box;
}
.flatpickr-current-month input.cur-year {
background: 0 0;
cursor: text;
margin: 0;
display: inline-block;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
font-size: 100%;
color: rgba(90, 97, 113, 0.5);
background: 0 0;
pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
appearance: menulist;
background: #eceef1;
cursor: pointer;
margin: -1px 0 0;
outline: 0;
position: relative;
-webkit-appearance: menulist;
-moz-appearance: menulist;
width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
outline: 0;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
background-color: #eceef1;
outline: 0;
padding: 0;
}
.flatpickr-weekdays {
background: #eceef1;
text-align: center;
overflow: hidden;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer, span.flatpickr-weekday {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
span.flatpickr-weekday {
cursor: default;
font-size: 90%;
background: #eceef1;
color: #5a6171;
line-height: 1;
margin: 0;
text-align: center;
display: block;
font-weight: bolder;
}
.flatpickr-weeks {
padding: 1px 0 0;
}
.flatpickr-days, .flatpickr-weekdays .flatpickr-weekdaycontainer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.flatpickr-days {
position: relative;
overflow: hidden;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
width: 307.875px;
border-left: 1px solid #eceef1;
border-right: 1px solid #eceef1;
}
.flatpickr-days:focus {
outline: 0;
}
.dayContainer, .flatpickr-day {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
}
.dayContainer {
padding: 0;
outline: 0;
text-align: left;
width: 307.875px;
min-width: 307.875px;
max-width: 307.875px;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
-ms-flex-pack: justify;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.dayContainer + .dayContainer {
-webkit-box-shadow: -1px 0 0 #eceef1;
box-shadow: -1px 0 0 #eceef1;
}
.flatpickr-day {
background: 0 0;
border: 1px solid transparent;
border-radius: 150px;
color: #484848;
cursor: pointer;
font-weight: 400;
width: 14.2857143%;
-webkit-flex-basis: 14.2857143%;
-ms-flex-preferred-size: 14.2857143%;
flex-basis: 14.2857143%;
max-width: 39px;
height: 39px;
line-height: 39px;
margin: 0;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
cursor: pointer;
outline: 0;
background: #e2e2e2;
border-color: #e2e2e2;
}
.flatpickr-day.today {
border-color: #bbb;
}
.flatpickr-day.today:focus, .flatpickr-day.today:hover {
border-color: #bbb;
background: #bbb;
color: #fff;
}
.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
background: #ff5a5f;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #ff5a5f;
}
.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
-webkit-box-shadow: -10px 0 0 #ff5a5f;
box-shadow: -10px 0 0 #ff5a5f;
}
.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
border-radius: 50px;
}
.flatpickr-day.inRange {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
background: 0 0;
border-color: transparent;
}
.flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
color: rgba(72, 72, 72, 0.3);
background: 0 0;
border-color: transparent;
cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
cursor: not-allowed;
color: rgba(72, 72, 72, 0.1);
}
.flatpickr-day.week.selected {
border-radius: 0;
-webkit-box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}
.flatpickr-day.hidden {
visibility: hidden;
}
.rangeMode .flatpickr-day {
margin-top: 1px;
}
.flatpickr-weekwrapper {
float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
padding: 0 12px;
border-left: 1px solid #eceef1;
}
.flatpickr-weekwrapper .flatpickr-weekday {
float: none;
width: 100%;
line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
display: block;
width: 100%;
max-width: none;
color: rgba(72, 72, 72, 0.3);
background: 0 0;
cursor: default;
border: 0;
}
.flatpickr-innerContainer, .flatpickr-rContainer {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-innerContainer {
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
background: #fff;
border-bottom: 1px solid #eceef1;
}
.flatpickr-rContainer {
display: inline-block;
padding: 0;
}
.flatpickr-time, .flatpickr-time input {
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.flatpickr-time {
outline: 0;
display: block;
height: 0;
line-height: 40px;
max-height: 40px;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background: #fff;
border-radius: 0 0 5px 5px;
}
.flatpickr-time:after {
content: "";
display: table;
clear: both;
}
.flatpickr-time .numInputWrapper {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
width: 40%;
height: 40px;
float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
border-bottom-color: #484848;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
border-top-color: #484848;
}
.flatpickr-time.hasSeconds .numInputWrapper {
width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
width: 49%;
}
.flatpickr-time input {
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
border-radius: 0;
margin: 0;
padding: 0;
height: inherit;
line-height: inherit;
color: #484848;
font-size: 14px;
position: relative;
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.flatpickr-time input.flatpickr-hour, span.flatpickr-day.selected {
font-weight: 700;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
font-weight: 400;
}
.flatpickr-time input:focus {
outline: 0;
border: 0;
}
.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
height: inherit;
float: left;
line-height: inherit;
color: #484848;
font-weight: 700;
width: 2%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
outline: 0;
width: 18%;
cursor: pointer;
text-align: center;
font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
background: #eaeaea;
}
.flatpickr-input[readonly] {
cursor: pointer;
}
.flatpickr-monthSelect-months {
margin: 10px 1px 3px;
flex-wrap: wrap;
}
.flatpickr-monthSelect-month {
background: 0 0;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #393939;
cursor: pointer;
display: inline-block;
font-weight: 400;
margin: 0.5px;
justify-content: center;
padding: 10px;
position: relative;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
text-align: center;
width: 33%;
}
.flatpickr-monthSelect-month.flatpickr-disabled {
color: #eee;
}
.flatpickr-monthSelect-month.flatpickr-disabled:focus, .flatpickr-monthSelect-month.flatpickr-disabled:hover {
cursor: not-allowed;
background: 0 0 !important;
}
.flatpickr-monthSelect-theme-dark {
background: #3f4458;
}
.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year {
color: #fff;
}
.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month, .flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month {
color: #fff;
fill: #fff;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month {
color: rgba(255, 255, 255, 0.95);
}
.flatpickr-monthSelect-month.today {
border-color: #959ea9;
}
.flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-month.inRange.today, .flatpickr-monthSelect-month:focus, .flatpickr-monthSelect-month:hover {
background: #e6e6e6;
cursor: pointer;
outline: 0;
border-color: #e6e6e6;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover {
background: #646c8c;
border-color: #646c8c;
}
.flatpickr-monthSelect-month.today:focus, .flatpickr-monthSelect-month.today:hover {
background: #959ea9;
border-color: #959ea9;
color: #fff;
}
.flatpickr-monthSelect-month.endRange, .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-month.startRange {
background-color: #569ff7;
box-shadow: none;
color: #fff;
border-color: #569ff7;
}
.flatpickr-monthSelect-month.startRange {
border-radius: 50px 0 0 50px;
}
.flatpickr-monthSelect-month.endRange {
border-radius: 0 50px 50px 0;
}
.flatpickr-monthSelect-month.startRange.endRange {
border-radius: 50px;
}
.flatpickr-monthSelect-month.inRange {
border-radius: 0;
box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected, .flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange {
background: #80cbc4;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
border-color: #80cbc4;
} .tippy-box[data-theme~=light-border] {
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 8, 16, 0.15);
color: #333;
box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box[data-theme~=light-border] > .tippy-backdrop {
background-color: #fff;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
content: "";
position: absolute;
z-index: -1;
}
.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
border-color: transparent;
border-style: solid;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
border-top-color: #fff;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
border-top-color: rgba(0, 8, 16, 0.2);
border-width: 7px 7px 0;
top: 17px;
left: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
top: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
top: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
border-bottom-color: #fff;
bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
border-bottom-color: rgba(0, 8, 16, 0.2);
border-width: 0 7px 7px;
bottom: 17px;
left: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
bottom: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
bottom: 17px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
border-left-color: #fff;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
border-left-color: rgba(0, 8, 16, 0.2);
border-width: 7px 0 7px 7px;
left: 17px;
top: 1px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
left: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
left: 12px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
border-right-color: #fff;
right: 16px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
border-width: 7px 7px 7px 0;
right: 17px;
top: 1px;
border-right-color: rgba(0, 8, 16, 0.2);
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
right: 11px;
}
.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
right: 12px;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
fill: #fff;
}
.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
background-size: 16px 6px;
width: 16px;
height: 6px;
} .selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
overflow: visible;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: "!";
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
position: relative;
padding: 6px 0.75rem;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
border-radius: 0.375rem 0.375rem 0 0;
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
position: absolute;
right: 0.75rem;
top: 50%;
color: #343a40;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
text-decoration: none;
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
color: black;
}
.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
display: flex;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
flex-grow: 1;
flex-basis: 0;
min-width: 0;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button .item {
display: inline-flex;
align-items: center;
padding-right: 0 !important;
}
.selectize-control.plugin-remove_button .item .remove {
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 5px;
border-left: 1px solid #dee2e6;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
margin-left: 5px;
}
.selectize-control.plugin-remove_button .item .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button .item.active .remove {
border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
background: 0;
}
.selectize-control.plugin-remove_button .disabled .item .remove {
border-left-color: white;
}
.selectize-control.plugin-clear_button .clear {
text-decoration: none;
display: flex;
position: absolute;
height: 100%;
width: 25px;
top: 0;
right: calc(0.75rem - 5px);
color: #000;
opacity: 0.4;
font-weight: bold;
border: 0;
cursor: pointer;
z-index: 1;
font-size: 21px;
justify-content: center;
align-items: center;
}
.selectize-control.plugin-clear_button .clear:hover {
opacity: 1;
}
.selectize-control.plugin-clear_button.single .clear {
right: calc(0.75rem - 5px + 1.5rem);
}
.selectize-dropdown.plugin-auto_position.selectize-position-top {
border-top: 1px solid #d0d0d0;
border-bottom: 0 none;
border-radius: 3px 3px 0 0;
box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}
.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
border-radius: 0 0 3px 3px;
border-top: 0 none;
}
.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
top: 0;
bottom: unset;
}
.selectize-control {
position: relative;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
color: #343a40;
font-family: inherit;
font-size: inherit;
line-height: 1.5;
font-smoothing: inherit;
}
.selectize-input, .selectize-control.single .selectize-input.input-active {
background: #fff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #ced4da;
padding: 0.375rem 0.75rem;
display: inline-block;
width: 100%;
position: relative;
z-index: 1;
box-sizing: border-box;
box-shadow: none;
border-radius: 0.375rem;
}
.selectize-control.multi .selectize-input.has-items {
padding: calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px);
}
.selectize-input.full {
background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
border-radius: 0.375rem 0.375rem 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: inline-block;
zoom: 1;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 1px 5px;
background: #efefef;
color: #343a40;
border: 0 solid #dee2e6;
}
.selectize-control.multi .selectize-input > div.active {
background: #0d6efd;
color: #fff;
border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
color: #878787;
background: white;
border: 0 solid white;
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
user-select: auto !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input > input[placeholder] {
box-sizing: initial;
}
.selectize-input.has-items > input {
margin: 0 0 !important;
}
.selectize-input::after {
content: " ";
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: " ";
display: block;
position: absolute;
background: #d8dde1;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 10;
border: 1px solid #d0d0d0;
background: #fff;
margin: -1px 0 0 0;
border-top: 0 none;
box-sizing: border-box;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
border-radius: 0 0 0.375rem 0.375rem;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(255, 237, 40, 0.4);
border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
padding: 3px 0.75rem;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
cursor: inherit;
opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
opacity: 1;
cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #6c757d;
background: #fff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #0d6efd;
color: #fff;
}
.selectize-dropdown .active.create {
color: #1e2125;
}
.selectize-dropdown .selected {
background-color: #0d6efd;
color: #fff;
}
.selectize-dropdown .create {
color: rgba(52, 58, 64, 0.5);
}
.selectize-dropdown .active:not(.selected) {
background: #e9ecef;
color: #1e2125;
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
overflow-scrolling: touch;
}
.selectize-dropdown-emptyoptionlabel {
text-align: center;
}
.selectize-dropdown .spinner {
display: inline-block;
width: 30px;
height: 30px;
margin: 3px 0.75rem;
}
.selectize-dropdown .spinner:after {
content: " ";
display: block;
width: 24px;
height: 24px;
margin: 3px;
border-radius: 50%;
border: 5px solid #d0d0d0;
border-color: #d0d0d0 transparent #d0d0d0 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input:not(:read-only) {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: " ";
display: block;
position: absolute;
top: 50%;
right: calc(0.75rem + 5px);
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #343a40 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #343a40 transparent;
}
.selectize-control.rtl {
text-align: right;
}
.selectize-control.rtl.single .selectize-input:after {
left: calc(0.75rem + 5px);
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #fff;
}
.selectize-dropdown, .selectize-dropdown.form-control {
height: auto;
padding: 0;
margin: 2px 0 0 0;
z-index: 1000;
background: #fff;
border: 1px solid var(--bs-border-color-translucent);
border-radius: 0.375rem;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
font-size: 0.875rem;
line-height: 1.5;
}
.selectize-dropdown .optgroup:first-child:before {
display: none;
}
.selectize-dropdown .optgroup:before {
content: " ";
display: block;
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid var(--bs-border-color-translucent);
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.selectize-dropdown .create {
padding-left: 0.75rem;
}
.selectize-dropdown-content {
padding: 5px 0;
}
.selectize-dropdown-emptyoptionlabel {
text-align: center;
}
.selectize-input {
min-height: calc(1.5em + 0.75rem + 2px);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.selectize-input {
transition: none;
}
}
.selectize-input.dropdown-active {
border-radius: 0.375rem;
}
.selectize-input.dropdown-active::before {
display: none;
}
.selectize-input.focus {
border-color: #86b7fe;
outline: 0;
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.is-invalid .selectize-input {
border-color: #dc3545;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.is-invalid .selectize-input:focus {
border-color: #bd2130;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb8c95;
}
.selectize-control.form-control-sm .selectize-input {
min-height: calc(1.5em + 0.5rem + 2px) !important;
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem !important;
font-size: 0.875rem;
line-height: 1.25;
}
.selectize-control.multi .selectize-input {
height: auto;
padding-left: calc(0.75rem - 5px);
padding-right: calc(0.75rem - 5px);
}
.selectize-control.multi .selectize-input > div {
border-radius: calc(0.375rem - 1px);
}
.form-select.selectize-control, .form-control.selectize-control {
padding: 0;
height: auto;
border: 0;
background: 0;
box-shadow: none;
border-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .form-control:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .input-group-prepend > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .selectize-control:not(:last-child) .selectize-input {
overflow: unset;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group .selectize-control:not(:first-child) .selectize-input {
overflow: unset;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.selectize-dropdown.plugin-auto_position.selectize-position-top {
border-top: 1px solid #ced4da !important;
border-bottom: 1px solid #ced4da !important;
border-radius: 0.375rem !important;
}
.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
border-radius: 0.375rem !important;
border-top: 1px solid #ced4da !important;
}
.selectize-dropdown.plugin-auto_position.selectize-position-top {
border-top: 1px solid #d0d0d0;
border-bottom: 0 none;
border-radius: 3px 3px 0 0;
box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.18);
}
.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active {
border-radius: 0 0 3px 3px;
border-top: 0 none;
}
.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before {
top: 0;
bottom: unset;
}
.selectize-control.plugin-clear_button .clear {
text-decoration: none;
display: flex;
position: absolute;
height: 100%;
width: 25px;
top: 0;
right: calc(0.75rem - 5px);
color: #000;
opacity: 0.4;
font-weight: bold;
border: 0;
cursor: pointer;
z-index: 1;
font-size: 21px;
justify-content: center;
align-items: center;
}
.selectize-control.plugin-clear_button .clear:hover {
opacity: 1;
}
.selectize-control.plugin-clear_button.single .clear {
right: calc(0.75rem - 5px + 1.5rem);
}
.selectize-control.plugin-drag_drop.multi > .selectize-input.dragging {
overflow: visible;
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: "!";
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header {
position: relative;
padding: 6px 0.75rem;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
border-radius: 0.375rem 0.375rem 0 0;
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close {
position: absolute;
right: 0.75rem;
top: 50%;
color: #343a40;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
text-decoration: none;
}
.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover {
color: black;
}
.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
display: flex;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
flex-grow: 1;
flex-basis: 0;
min-width: 0;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button .item {
display: inline-flex;
align-items: center;
padding-right: 0 !important;
}
.selectize-control.plugin-remove_button .item .remove {
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 5px;
border-left: 1px solid #dee2e6;
border-radius: 0 2px 2px 0;
box-sizing: border-box;
margin-left: 5px;
}
.selectize-control.plugin-remove_button .item .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button .item.active .remove {
border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
background: 0;
}
.selectize-control.plugin-remove_button .disabled .item .remove {
border-left-color: white;
} :root {
--iti-border-gray:#ccc;
--iti-text-gray:#999;
--iti-hover-color:rgba(0, 0, 0, 0.05);
--iti-border-color:var(--iti-border-gray);
--iti-dialcode-color:var(--iti-text-gray);
--iti-dropdown-bg:white;
--iti-spacer-horizontal:8px;
--iti-flag-height:15px;
--iti-flag-width:20px;
--iti-border-width:1px;
--iti-arrow-height:4px;
--iti-arrow-width:6px;
--iti-triangle-border:calc(var(--iti-arrow-width) / 2);
--iti-arrow-padding:6px;
--iti-arrow-color:#555;
--iti-input-padding:6px;
--iti-right-hand-selected-country-padding:calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
--iti-path-flags-1x:url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/img/flags.webp);
--iti-path-flags-2x:url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/img/flags@2x.webp);
--iti-path-globe-1x:url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/img/globe.webp);
--iti-path-globe-2x:url(//emmanuel-guerin.fr/dev-mybraintech/wp-content/plugins/events-manager/includes/img/globe@2x.webp);
--iti-flag-sprite-width:5762px;
--iti-flag-sprite-height:15px;
--iti-mobile-popup-margin:30px;
}
.em .iti {
position: relative;
display: inline-block;
}
.em .iti * {
box-sizing: border-box;
}
.em .iti__hide {
display: none;
}
.em .iti__v-hide {
visibility: hidden;
}
.em .iti__a11y-text {
width: 1px;
height: 1px;
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
position: absolute;
}
.em .iti input.iti__tel-input, .em .iti input.iti__tel-input[type=tel], .em .iti input.iti__tel-input[type=text] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: var(--iti-right-hand-selected-country-padding);
margin-right: 0;
}
.em .iti__country-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: var(--iti-border-width);
}
.em .iti__selected-country {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
background: 0 0;
border: 0;
margin: 0;
padding: 0;
font-family: inherit;
font-size: inherit;
color: inherit;
border-radius: 0;
font-weight: inherit;
line-height: inherit;
text-decoration: none;
}
.em .iti__selected-country-primary {
display: flex;
align-items: center;
height: 100%;
padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.em .iti__arrow {
margin-left: var(--iti-arrow-padding);
width: 0;
height: 0;
border-left: var(--iti-triangle-border) solid transparent;
border-right: var(--iti-triangle-border) solid transparent;
border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.em [dir=rtl] .iti__arrow {
margin-right: var(--iti-arrow-padding);
margin-left: 0;
}
.em .iti__arrow--up {
border-top: none;
border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.em .iti__dropdown-content {
border-radius: 3px;
background-color: var(--iti-dropdown-bg);
}
.em .iti--inline-dropdown .iti__dropdown-content {
position: absolute;
z-index: 2;
margin-top: 3px;
margin-left: calc(var(--iti-border-width) * -1);
border: var(--iti-border-width) solid var(--iti-border-color);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.em .iti__search-input {
width: 100%;
border-width: 0;
border-radius: 3px;
padding: 9px 12px;
}
.em .iti__search-input + .iti__country-list {
border-top: 1px solid var(--iti-border-color);
}
.em .iti__country-list {
list-style: none;
padding: 0;
margin: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.em .iti--inline-dropdown .iti__country-list {
max-height: 185px;
}
.em .iti--flexible-dropdown-width .iti__country-list {
white-space: nowrap;
}
@media (max-width: 500px) {
.em .iti--flexible-dropdown-width .iti__country-list {
white-space: normal;
}
}
.em .iti__flag-box {
display: inline-block;
width: var(--iti-flag-width);
}
.em .iti__country {
display: flex;
align-items: center;
padding: 8px var(--iti-spacer-horizontal);
outline: 0;
}
.em .iti__dial-code {
color: var(--iti-dialcode-color);
}
.em .iti__country.iti__highlight {
background-color: var(--iti-hover-color);
}
.em .iti__country-name, .em .iti__flag-box {
margin-right: var(--iti-spacer-horizontal);
}
.em [dir=rtl] .iti__country-name, .em [dir=rtl] .iti__flag-box {
margin-right: 0;
margin-left: var(--iti-spacer-horizontal);
}
.em .iti--allow-dropdown input.iti__tel-input, .em .iti--allow-dropdown input.iti__tel-input[type=tel], .em .iti--allow-dropdown input.iti__tel-input[type=text] {
padding-right: var(--iti-input-padding);
padding-left: var(--iti-selected-country-arrow-padding);
margin-left: 0;
}
.em [dir=rtl] .iti--allow-dropdown input.iti__tel-input, .em [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], .em [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text] {
padding-right: var(--iti-selected-country-arrow-padding);
padding-left: var(--iti-input-padding);
margin-right: 0;
}
.em .iti--allow-dropdown .iti__country-container {
right: auto;
left: 0;
}
.em [dir=rtl] .iti--allow-dropdown .iti__country-container {
right: 0;
left: auto;
}
.em .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .em .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
cursor: pointer;
}
.em .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .em .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
background-color: var(--iti-hover-color);
}
.em .iti .iti__selected-dial-code {
margin-left: 4px;
}
.em [dir=rtl] .iti .iti__selected-dial-code {
margin-left: 0;
margin-right: 4px;
}
.em .iti--container {
position: fixed;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: var(--iti-border-width);
}
.em .iti--container:hover {
cursor: pointer;
}
.em .iti--fullscreen-popup.iti--container {
background-color: rgba(0, 0, 0, 0.5);
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
padding: var(--iti-mobile-popup-margin);
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.em .iti--fullscreen-popup .iti__dropdown-content {
display: flex;
flex-direction: column;
max-height: 100%;
position: relative;
}
.em .iti--fullscreen-popup .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.em .iti__flag {
--iti-flag-offset:0px;
--iti-flag-width:20px;
--iti-flag-height:14px;
height: var(--iti-flag-height);
width: var(--iti-flag-width);
box-shadow: 0 0 1px 0 #888;
background-image: var(--iti-path-flags-1x);
background-repeat: no-repeat;
background-position: var(--iti-flag-offset) 0;
background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.em .iti__np {
--iti-flag-width:13px;
}
.em .iti__ch, .em .iti__va {
--iti-flag-width:15px;
}
.em .iti__be, .em .iti__ne {
--iti-flag-width:18px;
}
.em .iti__mc {
--iti-flag-width:19px;
}
.em .iti__ac, .em .iti__ae, .em .iti__ai, .em .iti__am, .em .iti__as, .em .iti__au, .em .iti__az, .em .iti__ba, .em .iti__bm, .em .iti__bn, .em .iti__bs, .em .iti__by, .em .iti__ca, .em .iti__cc, .em .iti__ck, .em .iti__cu, .em .iti__cx, .em .iti__dg, .em .iti__dm, .em .iti__eh, .em .iti__er, .em .iti__et, .em .iti__fj, .em .iti__fk, .em .iti__gb, .em .iti__gi, .em .iti__gs, .em .iti__gw, .em .iti__hm, .em .iti__hn, .em .iti__hr, .em .iti__hu, .em .iti__ie, .em .iti__im, .em .iti__io, .em .iti__jm, .em .iti__jo, .em .iti__ki, .em .iti__kp, .em .iti__kw, .em .iti__ky, .em .iti__kz, .em .iti__lc, .em .iti__lk, .em .iti__lv, .em .iti__ly, .em .iti__md, .em .iti__me, .em .iti__mk, .em .iti__mn, .em .iti__mp, .em .iti__ms, .em .iti__my, .em .iti__nc, .em .iti__nf, .em .iti__ng, .em .iti__nr, .em .iti__nu, .em .iti__nz, .em .iti__om, .em .iti__ph, .em .iti__pn, .em .iti__ps, .em .iti__sb, .em .iti__sc, .em .iti__sd, .em .iti__sh, .em .iti__si, .em .iti__ss, .em .iti__st, .em .iti__su, .em .iti__ta, .em .iti__tc, .em .iti__tj, .em .iti__tk, .em .iti__tl, .em .iti__to, .em .iti__tv, .em .iti__uk, .em .iti__uz, .em .iti__vg, .em .iti__ws, .em .iti__zw {
--iti-flag-height:10px;
}
.em .iti__fm, .em .iti__gu, .em .iti__lr, .em .iti__mh, .em .iti__py, .em .iti__um, .em .iti__us {
--iti-flag-height:11px;
}
.em .iti__bd, .em .iti__bg, .em .iti__bh, .em .iti__bi, .em .iti__bz, .em .iti__cq, .em .iti__cr, .em .iti__cv, .em .iti__de, .em .iti__fi, .em .iti__gd, .em .iti__gy, .em .iti__ht, .em .iti__ir, .em .iti__je, .em .iti__kg, .em .iti__km, .em .iti__li, .em .iti__lt, .em .iti__lu, .em .iti__mx, .em .iti__ni, .em .iti__sv, .em .iti__tt, .em .iti__vu {
--iti-flag-height:12px;
}
.em .iti__ar, .em .iti__ax, .em .iti__ee, .em .iti__gt, .em .iti__kh, .em .iti__pl, .em .iti__pw, .em .iti__se, .em .iti__tg {
--iti-flag-height:13px;
}
.em .iti__al, .em .iti__be, .em .iti__bv, .em .iti__cd, .em .iti__ch, .em .iti__dk, .em .iti__fo, .em .iti__ga, .em .iti__il, .em .iti__is, .em .iti__mc, .em .iti__ne, .em .iti__no, .em .iti__np, .em .iti__pg, .em .iti__sj, .em .iti__sm, .em .iti__va, .em .iti__xk {
--iti-flag-height:15px;
}
.em .iti__qa {
--iti-flag-height:8px;
}
.em .iti__ac {
--iti-flag-offset:0px;
}
.em .iti__ad {
--iti-flag-offset:-22px;
}
.em .iti__ae {
--iti-flag-offset:-44px;
}
.em .iti__af {
--iti-flag-offset:-66px;
}
.em .iti__ag {
--iti-flag-offset:-88px;
}
.em .iti__ai {
--iti-flag-offset:-110px;
}
.em .iti__al {
--iti-flag-offset:-132px;
}
.em .iti__am {
--iti-flag-offset:-154px;
}
.em .iti__ao {
--iti-flag-offset:-176px;
}
.em .iti__aq {
--iti-flag-offset:-198px;
}
.em .iti__ar {
--iti-flag-offset:-220px;
}
.em .iti__as {
--iti-flag-offset:-242px;
}
.em .iti__at {
--iti-flag-offset:-264px;
}
.em .iti__au {
--iti-flag-offset:-286px;
}
.em .iti__aw {
--iti-flag-offset:-308px;
}
.em .iti__ax {
--iti-flag-offset:-330px;
}
.em .iti__az {
--iti-flag-offset:-352px;
}
.em .iti__ba {
--iti-flag-offset:-374px;
}
.em .iti__bb {
--iti-flag-offset:-396px;
}
.em .iti__bd {
--iti-flag-offset:-418px;
}
.em .iti__be {
--iti-flag-offset:-440px;
}
.em .iti__bf {
--iti-flag-offset:-460px;
}
.em .iti__bg {
--iti-flag-offset:-482px;
}
.em .iti__bh {
--iti-flag-offset:-504px;
}
.em .iti__bi {
--iti-flag-offset:-526px;
}
.em .iti__bj {
--iti-flag-offset:-548px;
}
.em .iti__bl {
--iti-flag-offset:-570px;
}
.em .iti__bm {
--iti-flag-offset:-592px;
}
.em .iti__bn {
--iti-flag-offset:-614px;
}
.em .iti__bo {
--iti-flag-offset:-636px;
}
.em .iti__bq {
--iti-flag-offset:-658px;
}
.em .iti__br {
--iti-flag-offset:-680px;
}
.em .iti__bs {
--iti-flag-offset:-702px;
}
.em .iti__bt {
--iti-flag-offset:-724px;
}
.em .iti__bv {
--iti-flag-offset:-746px;
}
.em .iti__bw {
--iti-flag-offset:-768px;
}
.em .iti__by {
--iti-flag-offset:-790px;
}
.em .iti__bz {
--iti-flag-offset:-812px;
}
.em .iti__ca {
--iti-flag-offset:-834px;
}
.em .iti__cc {
--iti-flag-offset:-856px;
}
.em .iti__cd {
--iti-flag-offset:-878px;
}
.em .iti__cf {
--iti-flag-offset:-900px;
}
.em .iti__cg {
--iti-flag-offset:-922px;
}
.em .iti__ch {
--iti-flag-offset:-944px;
}
.em .iti__ci {
--iti-flag-offset:-961px;
}
.em .iti__ck {
--iti-flag-offset:-983px;
}
.em .iti__cl {
--iti-flag-offset:-1005px;
}
.em .iti__cm {
--iti-flag-offset:-1027px;
}
.em .iti__cn {
--iti-flag-offset:-1049px;
}
.em .iti__co {
--iti-flag-offset:-1071px;
}
.em .iti__cp {
--iti-flag-offset:-1093px;
}
.em .iti__cq {
--iti-flag-offset:-1115px;
}
.em .iti__cr {
--iti-flag-offset:-1137px;
}
.em .iti__cu {
--iti-flag-offset:-1159px;
}
.em .iti__cv {
--iti-flag-offset:-1181px;
}
.em .iti__cw {
--iti-flag-offset:-1203px;
}
.em .iti__cx {
--iti-flag-offset:-1225px;
}
.em .iti__cy {
--iti-flag-offset:-1247px;
}
.em .iti__cz {
--iti-flag-offset:-1269px;
}
.em .iti__de {
--iti-flag-offset:-1291px;
}
.em .iti__dg {
--iti-flag-offset:-1313px;
}
.em .iti__dj {
--iti-flag-offset:-1335px;
}
.em .iti__dk {
--iti-flag-offset:-1357px;
}
.em .iti__dm {
--iti-flag-offset:-1379px;
}
.em .iti__do {
--iti-flag-offset:-1401px;
}
.em .iti__dz {
--iti-flag-offset:-1423px;
}
.em .iti__ea {
--iti-flag-offset:-1445px;
}
.em .iti__ec {
--iti-flag-offset:-1467px;
}
.em .iti__ee {
--iti-flag-offset:-1489px;
}
.em .iti__eg {
--iti-flag-offset:-1511px;
}
.em .iti__eh {
--iti-flag-offset:-1533px;
}
.em .iti__er {
--iti-flag-offset:-1555px;
}
.em .iti__es {
--iti-flag-offset:-1577px;
}
.em .iti__et {
--iti-flag-offset:-1599px;
}
.em .iti__eu {
--iti-flag-offset:-1621px;
}
.em .iti__ez {
--iti-flag-offset:-1643px;
}
.em .iti__fi {
--iti-flag-offset:-1665px;
}
.em .iti__fj {
--iti-flag-offset:-1687px;
}
.em .iti__fk {
--iti-flag-offset:-1709px;
}
.em .iti__fm {
--iti-flag-offset:-1731px;
}
.em .iti__fo {
--iti-flag-offset:-1753px;
}
.em .iti__fr {
--iti-flag-offset:-1775px;
}
.em .iti__fx {
--iti-flag-offset:-1797px;
}
.em .iti__ga {
--iti-flag-offset:-1819px;
}
.em .iti__gb {
--iti-flag-offset:-1841px;
}
.em .iti__gd {
--iti-flag-offset:-1863px;
}
.em .iti__ge {
--iti-flag-offset:-1885px;
}
.em .iti__gf {
--iti-flag-offset:-1907px;
}
.em .iti__gg {
--iti-flag-offset:-1929px;
}
.em .iti__gh {
--iti-flag-offset:-1951px;
}
.em .iti__gi {
--iti-flag-offset:-1973px;
}
.em .iti__gl {
--iti-flag-offset:-1995px;
}
.em .iti__gm {
--iti-flag-offset:-2017px;
}
.em .iti__gn {
--iti-flag-offset:-2039px;
}
.em .iti__gp {
--iti-flag-offset:-2061px;
}
.em .iti__gq {
--iti-flag-offset:-2083px;
}
.em .iti__gr {
--iti-flag-offset:-2105px;
}
.em .iti__gs {
--iti-flag-offset:-2127px;
}
.em .iti__gt {
--iti-flag-offset:-2149px;
}
.em .iti__gu {
--iti-flag-offset:-2171px;
}
.em .iti__gw {
--iti-flag-offset:-2193px;
}
.em .iti__gy {
--iti-flag-offset:-2215px;
}
.em .iti__hk {
--iti-flag-offset:-2237px;
}
.em .iti__hm {
--iti-flag-offset:-2259px;
}
.em .iti__hn {
--iti-flag-offset:-2281px;
}
.em .iti__hr {
--iti-flag-offset:-2303px;
}
.em .iti__ht {
--iti-flag-offset:-2325px;
}
.em .iti__hu {
--iti-flag-offset:-2347px;
}
.em .iti__ic {
--iti-flag-offset:-2369px;
}
.em .iti__id {
--iti-flag-offset:-2391px;
}
.em .iti__ie {
--iti-flag-offset:-2413px;
}
.em .iti__il {
--iti-flag-offset:-2435px;
}
.em .iti__im {
--iti-flag-offset:-2457px;
}
.em .iti__in {
--iti-flag-offset:-2479px;
}
.em .iti__io {
--iti-flag-offset:-2501px;
}
.em .iti__iq {
--iti-flag-offset:-2523px;
}
.em .iti__ir {
--iti-flag-offset:-2545px;
}
.em .iti__is {
--iti-flag-offset:-2567px;
}
.em .iti__it {
--iti-flag-offset:-2589px;
}
.em .iti__je {
--iti-flag-offset:-2611px;
}
.em .iti__jm {
--iti-flag-offset:-2633px;
}
.em .iti__jo {
--iti-flag-offset:-2655px;
}
.em .iti__jp {
--iti-flag-offset:-2677px;
}
.em .iti__ke {
--iti-flag-offset:-2699px;
}
.em .iti__kg {
--iti-flag-offset:-2721px;
}
.em .iti__kh {
--iti-flag-offset:-2743px;
}
.em .iti__ki {
--iti-flag-offset:-2765px;
}
.em .iti__km {
--iti-flag-offset:-2787px;
}
.em .iti__kn {
--iti-flag-offset:-2809px;
}
.em .iti__kp {
--iti-flag-offset:-2831px;
}
.em .iti__kr {
--iti-flag-offset:-2853px;
}
.em .iti__kw {
--iti-flag-offset:-2875px;
}
.em .iti__ky {
--iti-flag-offset:-2897px;
}
.em .iti__kz {
--iti-flag-offset:-2919px;
}
.em .iti__la {
--iti-flag-offset:-2941px;
}
.em .iti__lb {
--iti-flag-offset:-2963px;
}
.em .iti__lc {
--iti-flag-offset:-2985px;
}
.em .iti__li {
--iti-flag-offset:-3007px;
}
.em .iti__lk {
--iti-flag-offset:-3029px;
}
.em .iti__lr {
--iti-flag-offset:-3051px;
}
.em .iti__ls {
--iti-flag-offset:-3073px;
}
.em .iti__lt {
--iti-flag-offset:-3095px;
}
.em .iti__lu {
--iti-flag-offset:-3117px;
}
.em .iti__lv {
--iti-flag-offset:-3139px;
}
.em .iti__ly {
--iti-flag-offset:-3161px;
}
.em .iti__ma {
--iti-flag-offset:-3183px;
}
.em .iti__mc {
--iti-flag-offset:-3205px;
}
.em .iti__md {
--iti-flag-offset:-3226px;
}
.em .iti__me {
--iti-flag-offset:-3248px;
}
.em .iti__mf {
--iti-flag-offset:-3270px;
}
.em .iti__mg {
--iti-flag-offset:-3292px;
}
.em .iti__mh {
--iti-flag-offset:-3314px;
}
.em .iti__mk {
--iti-flag-offset:-3336px;
}
.em .iti__ml {
--iti-flag-offset:-3358px;
}
.em .iti__mm {
--iti-flag-offset:-3380px;
}
.em .iti__mn {
--iti-flag-offset:-3402px;
}
.em .iti__mo {
--iti-flag-offset:-3424px;
}
.em .iti__mp {
--iti-flag-offset:-3446px;
}
.em .iti__mq {
--iti-flag-offset:-3468px;
}
.em .iti__mr {
--iti-flag-offset:-3490px;
}
.em .iti__ms {
--iti-flag-offset:-3512px;
}
.em .iti__mt {
--iti-flag-offset:-3534px;
}
.em .iti__mu {
--iti-flag-offset:-3556px;
}
.em .iti__mv {
--iti-flag-offset:-3578px;
}
.em .iti__mw {
--iti-flag-offset:-3600px;
}
.em .iti__mx {
--iti-flag-offset:-3622px;
}
.em .iti__my {
--iti-flag-offset:-3644px;
}
.em .iti__mz {
--iti-flag-offset:-3666px;
}
.em .iti__na {
--iti-flag-offset:-3688px;
}
.em .iti__nc {
--iti-flag-offset:-3710px;
}
.em .iti__ne {
--iti-flag-offset:-3732px;
}
.em .iti__nf {
--iti-flag-offset:-3752px;
}
.em .iti__ng {
--iti-flag-offset:-3774px;
}
.em .iti__ni {
--iti-flag-offset:-3796px;
}
.em .iti__nl {
--iti-flag-offset:-3818px;
}
.em .iti__no {
--iti-flag-offset:-3840px;
}
.em .iti__np {
--iti-flag-offset:-3862px;
}
.em .iti__nr {
--iti-flag-offset:-3877px;
}
.em .iti__nu {
--iti-flag-offset:-3899px;
}
.em .iti__nz {
--iti-flag-offset:-3921px;
}
.em .iti__om {
--iti-flag-offset:-3943px;
}
.em .iti__pa {
--iti-flag-offset:-3965px;
}
.em .iti__pe {
--iti-flag-offset:-3987px;
}
.em .iti__pf {
--iti-flag-offset:-4009px;
}
.em .iti__pg {
--iti-flag-offset:-4031px;
}
.em .iti__ph {
--iti-flag-offset:-4053px;
}
.em .iti__pk {
--iti-flag-offset:-4075px;
}
.em .iti__pl {
--iti-flag-offset:-4097px;
}
.em .iti__pm {
--iti-flag-offset:-4119px;
}
.em .iti__pn {
--iti-flag-offset:-4141px;
}
.em .iti__pr {
--iti-flag-offset:-4163px;
}
.em .iti__ps {
--iti-flag-offset:-4185px;
}
.em .iti__pt {
--iti-flag-offset:-4207px;
}
.em .iti__pw {
--iti-flag-offset:-4229px;
}
.em .iti__py {
--iti-flag-offset:-4251px;
}
.em .iti__qa {
--iti-flag-offset:-4273px;
}
.em .iti__re {
--iti-flag-offset:-4295px;
}
.em .iti__ro {
--iti-flag-offset:-4317px;
}
.em .iti__rs {
--iti-flag-offset:-4339px;
}
.em .iti__ru {
--iti-flag-offset:-4361px;
}
.em .iti__rw {
--iti-flag-offset:-4383px;
}
.em .iti__sa {
--iti-flag-offset:-4405px;
}
.em .iti__sb {
--iti-flag-offset:-4427px;
}
.em .iti__sc {
--iti-flag-offset:-4449px;
}
.em .iti__sd {
--iti-flag-offset:-4471px;
}
.em .iti__se {
--iti-flag-offset:-4493px;
}
.em .iti__sg {
--iti-flag-offset:-4515px;
}
.em .iti__sh {
--iti-flag-offset:-4537px;
}
.em .iti__si {
--iti-flag-offset:-4559px;
}
.em .iti__sj {
--iti-flag-offset:-4581px;
}
.em .iti__sk {
--iti-flag-offset:-4603px;
}
.em .iti__sl {
--iti-flag-offset:-4625px;
}
.em .iti__sm {
--iti-flag-offset:-4647px;
}
.em .iti__sn {
--iti-flag-offset:-4669px;
}
.em .iti__so {
--iti-flag-offset:-4691px;
}
.em .iti__sr {
--iti-flag-offset:-4713px;
}
.em .iti__ss {
--iti-flag-offset:-4735px;
}
.em .iti__st {
--iti-flag-offset:-4757px;
}
.em .iti__su {
--iti-flag-offset:-4779px;
}
.em .iti__sv {
--iti-flag-offset:-4801px;
}
.em .iti__sx {
--iti-flag-offset:-4823px;
}
.em .iti__sy {
--iti-flag-offset:-4845px;
}
.em .iti__sz {
--iti-flag-offset:-4867px;
}
.em .iti__ta {
--iti-flag-offset:-4889px;
}
.em .iti__tc {
--iti-flag-offset:-4911px;
}
.em .iti__td {
--iti-flag-offset:-4933px;
}
.em .iti__tf {
--iti-flag-offset:-4955px;
}
.em .iti__tg {
--iti-flag-offset:-4977px;
}
.em .iti__th {
--iti-flag-offset:-4999px;
}
.em .iti__tj {
--iti-flag-offset:-5021px;
}
.em .iti__tk {
--iti-flag-offset:-5043px;
}
.em .iti__tl {
--iti-flag-offset:-5065px;
}
.em .iti__tm {
--iti-flag-offset:-5087px;
}
.em .iti__tn {
--iti-flag-offset:-5109px;
}
.em .iti__to {
--iti-flag-offset:-5131px;
}
.em .iti__tr {
--iti-flag-offset:-5153px;
}
.em .iti__tt {
--iti-flag-offset:-5175px;
}
.em .iti__tv {
--iti-flag-offset:-5197px;
}
.em .iti__tw {
--iti-flag-offset:-5219px;
}
.em .iti__tz {
--iti-flag-offset:-5241px;
}
.em .iti__ua {
--iti-flag-offset:-5263px;
}
.em .iti__ug {
--iti-flag-offset:-5285px;
}
.em .iti__uk {
--iti-flag-offset:-5307px;
}
.em .iti__um {
--iti-flag-offset:-5329px;
}
.em .iti__un {
--iti-flag-offset:-5351px;
}
.em .iti__us {
--iti-flag-offset:-5373px;
}
.em .iti__uy {
--iti-flag-offset:-5395px;
}
.em .iti__uz {
--iti-flag-offset:-5417px;
}
.em .iti__va {
--iti-flag-offset:-5439px;
}
.em .iti__vc {
--iti-flag-offset:-5456px;
}
.em .iti__ve {
--iti-flag-offset:-5478px;
}
.em .iti__vg {
--iti-flag-offset:-5500px;
}
.em .iti__vi {
--iti-flag-offset:-5522px;
}
.em .iti__vn {
--iti-flag-offset:-5544px;
}
.em .iti__vu {
--iti-flag-offset:-5566px;
}
.em .iti__wf {
--iti-flag-offset:-5588px;
}
.em .iti__ws {
--iti-flag-offset:-5610px;
}
.em .iti__xk {
--iti-flag-offset:-5632px;
}
.em .iti__ye {
--iti-flag-offset:-5654px;
}
.em .iti__yt {
--iti-flag-offset:-5676px;
}
.em .iti__za {
--iti-flag-offset:-5698px;
}
.em .iti__zm {
--iti-flag-offset:-5720px;
}
.em .iti__zw {
--iti-flag-offset:-5742px;
}
.em .iti__globe {
background-image: var(--iti-path-globe-1x);
background-size: contain;
background-position: right;
box-shadow: none;
height: 19px;
}
@media (min-resolution: 2x) {
.em .iti__flag {
background-image: var(--iti-path-flags-2x);
}
.em .iti__globe {
background-image: var(--iti-path-globe-2x);
}
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.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}.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}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.qodef-core-dashboard{max-width:initial!important}.qodef-core-dashboard .qodef-core-dashboard-inner{margin:0 -15px;display:inline-block;width:100%}.qodef-core-dashboard .qodef-cd-logo{display:inline-block;vertical-align:middle;padding-right:15px;width:62px}.qodef-core-dashboard .qodef-cd-title{display:inline-block;vertical-align:middle;font-size:41px;font-weight:400;margin:0}.qodef-core-dashboard .qodef-cd-title-holder{margin-bottom:30px}.qodef-core-dashboard .qodef-cd-subtitle{font-size:18px;line-height:25px;font-weight:400;color:#555d66;max-width:610px;margin:10px 0 30px}.qodef-core-dashboard .qodef-core-dashboard-column{float:left;width:100%;max-width:610px;padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column.qodef-cd-smaller-column{max-width:380px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box{background-color:#fff}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-core-bottom-space{margin-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder{padding:28px 34px 23px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-box-title-holder p{margin:19px 0 0;padding:0;font-size:16px;line-height:22px;font-weight:400;color:#555d66}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-box-title-holder p{font-size:14px;line-height:20px;margin:17px 0 0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box.qodef-cd-import-box .qodef-cd-label{font-weight:600;margin-bottom:15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h2{margin:0;padding:0;font-size:25px;font-weight:400;color:#32373c;text-align:left}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box h3{margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-field-holder{padding-bottom:30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-label{display:block;color:#555d66;font-size:14px;margin-bottom:7px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input{border:none;border-bottom:1px solid #c2c2c2;outline:0;width:50%;-webkit-box-shadow:none;box-shadow:none;color:#555d66;font-size:14px;padding:4px 0;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus{outline:0;border-color:#c2c2c2}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-webkit-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus:-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:focus::placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-webkit-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-moz-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::-ms-input-placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input::placeholder{color:#555d66;opacity:1}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:active,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:focus,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-input:-webkit-autofill{-webkit-text-fill-color:#666!important}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-field{border-bottom-color:#ee3535}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cd-error-message{display:block;color:#ee3535;font-size:12px;margin-top:5px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem{border:1px solid #e1e1e1;border-left:3px solid #ee3535;padding:15px;margin-bottom:25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box .qodef-cdb-problem p{font-size:12px;line-height:18px;font-weight:600;margin:0;padding:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-core-dashboard-box:last-child .qodef-cd-box-row:last-child{padding-bottom:10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button{padding:7px 35px;font-size:16px;line-height:1em;color:#fff;background-color:#3596ee;border:none;border-radius:5px;-webkit-box-shadow:0 2px 0 0 #246eae;box-shadow:0 2px 0 0 #246eae;cursor:pointer}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-cd-button-disabled,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button.qodef-import-demo-data-disabled{background-color:#6bb4f7}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-button-wait{display:none;font-size:12px;color:#3596ee;margin-left:15px;font-weight:400}.qodef-core-dashboard .qodef-core-dashboard-column a.qodef-cd-button{text-decoration:none}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section{padding:0 35px 10px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-section h3{padding:0;margin:0 0 24px;color:#555d66;font-size:17px;line-height:20px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list{padding:10px 35px;margin:0}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li{font-size:15px;margin:0 0 25px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-list li a{color:#3675ae}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-box-row{display:table;padding:0 20px;border-bottom:1px solid #f1f1f1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-label,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{display:table-cell;width:50%;padding:17px 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value{color:#3e87be}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cdb-value-false span{color:#ea3a27}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form{padding:0 30px 10px 30px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section{padding:0 0 28px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column{padding:0 15px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:first-child{width:75%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section.qodef-cd-box-form-section-columns .qodef-cd-box-form-section-column:last-child{width:25%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-cd-import-option,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .qodef-import-demo{width:100%}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single{border-radius:0;border-color:#e1e1e1;height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:34px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-is-completed{display:none;color:#3596ee;font-size:14px;font-weight:600}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong{display:none;color:#3596ee;font-size:14px;font-weight:600}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-import-went-wrong a{color:inherit}.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-dependency,.qodef-core-dashboard .qodef-core-dashboard-column .qodef-cd-import-form .qodef-cd-box-form-section-progress{display:none}#qodef-progress-bar[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;height:5px}#qodef-progress-bar[value]::-webkit-progress-bar{background-color:#fff;border:1px solid #e1e1e1;border-radius:0}#qodef-progress-bar{color:#3596ee}#qodef-progress-bar::-moz-progress-bar{background:#3596ee}#qodef-progress-bar::-webkit-progress-value{background:#3596ee}#qodef-progress-bar[aria-valuenow]:before{background:#3596ee}.qodef-cd-selection li.select2-results__option{padding:10px;margin:0}.qodef-cd-selection img{vertical-align:middle;padding-right:20px}.select2-container--default .qodef-cd-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-action-selection li.select2-results__option,.qodef-cd-single-page-selection li.select2-results__option{margin:0}.select2-container--default .qodef-cd-action-selection .select2-results__option[aria-selected=true],.select2-container--default .qodef-cd-single-page-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .qodef-cd-action-selection .select2-results__option--highlighted,.select2-container--default .qodef-cd-single-page-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.qodef-cd-import-single-page{width:100%}.qodef-cd-switch{display:inline-block;border:1px solid #e1e1e1;border-radius:40px;overflow:hidden}.qodef-cd-switch .qodef-cd-import-attachments{display:none}.qodef-cd-switch .qodef-cd-cb-disable,.qodef-cd-switch .qodef-cd-cb-enable{display:block;float:left;padding:0 10px}.qodef-cd-switch .qodef-cd-cb-disable.selected,.qodef-cd-switch .qodef-cd-cb-enable.selected{background-color:#3596ee;color:#fff}.qodef-cd-switch .qodef-cd-cb-disable span,.qodef-cd-switch .qodef-cd-cb-enable span{line-height:32px;font-size:13px;display:block;font-weight:700}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@-webkit-keyframes qode-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes qode-fade-in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@-webkit-keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes qode-fade-out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes qode-ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@keyframes qode-ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@-webkit-keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@keyframes qode-scaleout{0%{-webkit-transform:scale(0)}100%{-webkit-transform:scale(1);opacity:0}}@-webkit-keyframes qode-double-pulse{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes qode-double-pulse{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes qode-cube{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes qode-cube{0%{-webkit-transform:perspective(120px) rotateX(0) rotateY(0);transform:perspective(120px) rotateX(0) rotateY(0)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0);transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@-webkit-keyframes qode-rotating-cubes{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes qode-rotating-cubes{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(.5);transform:translateX(42px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(42px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes qode-stretch-delay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes qode-stretch-delay{0%,100%,40%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes qode-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes qode-bounce-delay{0%,100%,80%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes qode-rotate-circles{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-rotate-circles{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-atom-position{50%{top:80px;left:80px}}@keyframes qode-atom-position{50%{top:80px;left:80px}}@-webkit-keyframes qode-atom-size{50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes qode-atom-size{50%{-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes qode-atom-zindex{100%{z-index:10}}@keyframes qode-atom-zindex{100%{z-index:10}}@-webkit-keyframes qode-atom-shrink{50%{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes qode-atom-shrink{50%{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes qode-clock{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-clock{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-clock-1{0%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}30%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}100%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}}@keyframes qode-clock-1{0%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}30%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}100%{-webkit-transform:rotate(-450deg);transform:rotate(-450deg)}}@-webkit-keyframes qode-clock-2{5%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}35%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes qode-clock-2{5%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}35%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@-webkit-keyframes qode-clock-3{10%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}40%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes qode-clock-3{10%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}40%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes qode-clock-4{15%{-webkit-transform:rotate(0);transform:rotate(0)}45%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}100%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}}@keyframes qode-clock-4{15%{-webkit-transform:rotate(0);transform:rotate(0)}45%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}100%{-webkit-transform:rotate(-315deg);transform:rotate(-315deg)}}@-webkit-keyframes qode-mitosis-invert{100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@keyframes qode-mitosis-invert{100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes qode-mitosis-ball-1{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,25%) scale(.6,.8);transform:translate(50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-1{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,25%) scale(.6,.8);transform:translate(50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,50%) scale(.6,.6);transform:translate(50%,50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-2{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,-25%) scale(.6,.8);transform:translate(50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-2{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(25%) scale(1,.8);transform:translateX(25%) scale(1,.8)}40%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}60%{-webkit-transform:translateX(50%) scale(.8,.8);transform:translateX(50%) scale(.8,.8)}74%{-webkit-transform:translate(50%,-25%) scale(.6,.8);transform:translate(50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(50%,-50%) scale(.6,.6);transform:translate(50%,-50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-3{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,25%) scale(.6,.8);transform:translate(-50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-3{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,25%) scale(.6,.8);transform:translate(-50%,25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,50%) scale(.6,.6);transform:translate(-50%,50%) scale(.6,.6)}}@-webkit-keyframes qode-mitosis-ball-4{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,-25%) scale(.6,.8);transform:translate(-50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}}@keyframes qode-mitosis-ball-4{12%{-webkit-transform:none;transform:none}26%{-webkit-transform:translateX(-25%) scale(1,.8);transform:translateX(-25%) scale(1,.8)}40%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}60%{-webkit-transform:translateX(-50%) scale(.8,.8);transform:translateX(-50%) scale(.8,.8)}74%{-webkit-transform:translate(-50%,-25%) scale(.6,.8);transform:translate(-50%,-25%) scale(.6,.8)}88%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}100%{-webkit-transform:translate(-50%,-50%) scale(.6,.6);transform:translate(-50%,-50%) scale(.6,.6)}}@-webkit-keyframes qode-lines-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qode-lines-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@keyframes qode-fussion-ball-1{50%{top:-100%;left:200%}100%{top:50%;left:100%;z-index:2}}@-webkit-keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@keyframes qode-fussion-ball-2{50%{top:200%;left:200%}100%{top:100%;left:50%;z-index:1}}@-webkit-keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@keyframes qode-fussion-ball-3{50%{top:200%;left:-100%}100%{top:50%;left:0;z-index:2}}@-webkit-keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@keyframes qode-fussion-ball-4{50%{top:-100%;left:-100%}100%{top:0;left:50%;z-index:1}}@-webkit-keyframes qode-wave-jump-1{12%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,24%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-1{12%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,24%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-jump-2{12%{-webkit-transform:translate(0,0);transform:translate(0,0)}24%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,36%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-2{12%{-webkit-transform:translate(0,0);transform:translate(0,0)}24%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,36%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-jump-3{24%{-webkit-transform:translate(0,0);transform:translate(0,0)}36%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,48%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@keyframes qode-wave-jump-3{24%{-webkit-transform:translate(0,0);transform:translate(0,0)}36%{-webkit-transform:translate(20px,-40px);transform:translate(20px,-40px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,48%{-webkit-transform:translate(40px,0);transform:translate(40px,0)}}@-webkit-keyframes qode-wave-wipe{100%,48%{-webkit-transform:translateX(-120px);transform:translateX(-120px)}}@keyframes qode-wave-wipe{100%,48%{-webkit-transform:translateX(-120px);transform:translateX(-120px)}}@-webkit-keyframes qode-pulse-circles-pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;border-width:50px}100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0;border-width:0}}@keyframes qode-pulse-circles-pulse{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;border-width:50px}100%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:0;border-width:0}}@-webkit-keyframes qode-bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes qode-bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@-webkit-keyframes qode-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes qode-pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{vertical-align:baseline;margin:0;padding:0;background:0 0;border:0;outline:0}*{-webkit-box-sizing:border-box;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}del{text-decoration:line-through}pre{max-width:100%;margin:15px 0;padding:15px;background-color:#f7f7f7;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:1em;color:#333}code{background-color:#f7f7f7;padding:0;font-family:monospace,monospace;font-size:1em;color:#333}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*=lekker-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:#f7f7f7}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:#333;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}::-moz-selection{color:#fff;background:#e82a2a}::selection{color:#fff;background:#e82a2a}::-moz-selection{color:#fff;background:#e82a2a}.screen-reader-text{position:absolute!important;width:1px;height:0;line-height:1;clip:rect(1px,1px,1px,1px);word-wrap:normal!important;overflow:hidden}.screen-reader-text:focus{top:5px;left:5px;display:block;width:auto;height:auto;padding:15px 23px 14px;font-size:14px;font-weight:700;line-height:normal;text-decoration:none;color:#21759b;background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);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*=lekker-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:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:60px;line-height:1.26em;letter-spacing:-.04em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}@media only screen and (max-width:480px){.qodef-h1,h1{font-size:48px}}.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:#e82a2a}.qodef-h2,h2{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:45px;line-height:1.18em;letter-spacing:-.04em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h2 a,h2 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h2 a:hover,h2 a:hover{color:#e82a2a}.qodef-h3,h3{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;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:#e82a2a}.qodef-h4,h4{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:31px;line-height:1.22em;letter-spacing:-.04em;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:#e82a2a}.qodef-h5,h5{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;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:#e82a2a}.qodef-h6,h6{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;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:#e82a2a}a,p a{color:#1f1f1f;text-decoration:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;cursor:pointer}a:hover,p a:hover{color:#e82a2a}p{margin:10px 0;line-height:1.6875em}p.has-background{padding:20px 30px}.wp-block-quote,blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;padding:0;position:relative;padding:18px 30px 20px 192px;border:none;font-size:19px;line-height:30px;quotes:none;z-index:1}@media only screen and (max-width:1440px){.wp-block-quote,blockquote{padding:18px 30px 20px 18%}}@media only screen and (max-width:1024px){.wp-block-quote,blockquote{padding:18px 0 20px 25%}}@media only screen and (max-width:768px){.wp-block-quote,blockquote{padding:18px 8px 20px 31%}}@media only screen and (max-width:680px){.wp-block-quote,blockquote{padding:18px 0 20px 46%}}.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 30px 20px 192px}.wp-block-quote.wp-block-pullquote,blockquote.wp-block-pullquote{padding:25px!important;text-align:center}.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:before,blockquote:before{content:'“';position:absolute;top:50%;left:15px;height:.3em;font-size:400px;line-height:1;font-weight:600;letter-spacing:-.04em;color:#fcd4d2;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}@media only screen and (max-width:480px){.wp-block-quote:before,blockquote:before{top:20px;left:-16px;-webkit-transform:none;-ms-transform:none;transform:none;font-size:340px}}.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:none!important}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 26px;padding:16px 39px;font-family:inherit;font-size:15px;line-height:24px;font-weight:inherit;color:#424242;background-color:#f7f7f7;border:1px solid #f7f7f7;border-radius:0;outline:0;cursor:pointer;-webkit-appearance:none;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;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=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:#aaa}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:inherit;opacity:1}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder{color:inherit;opacity:1}input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:inherit;opacity:1}#qodef-page-footer input[type=email],#qodef-page-footer input[type=number],#qodef-page-footer input[type=password],#qodef-page-footer input[type=tel],#qodef-page-footer input[type=text],#qodef-page-footer input[type=url],#qodef-page-footer textarea{color:#fff;background-color:transparent;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=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:transparent;border-color:#aaa}.qodef-cf7-light input[type=email],.qodef-cf7-light input[type=number],.qodef-cf7-light input[type=password],.qodef-cf7-light input[type=tel],.qodef-cf7-light input[type=text],.qodef-cf7-light input[type=url],.qodef-cf7-light textarea{background-color:#fff}textarea{height:150px}.post-password-form input[type=password]{margin-top:.5em}.qodef-theme-button,button[type=submit],input[type=submit]{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;cursor:pointer}.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover{color:#fff;background-color:#1f1f1f}body .select2-container--default{position:relative;display:inline-block;vertical-align:top;width:auto;margin:0 0 26px}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:#f7f7f7;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:#1f1f1f}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:56px;padding:16px 27px;margin:0;font-family:inherit;font-size:15px;line-height:24px;font-weight:300;color:#424242;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body .select2-container--default .select2-selection--single .select2-selection__rendered{display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--single .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--single .select2-selection__placeholder{color:inherit}body .select2-container--default .select2-selection--single .select2-selection__arrow{position:absolute;top:0;right:0;width:73px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:19px;color:#1f1f1f}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:56px;padding:16px 39px;margin:0;font-family:inherit;font-size:15px;line-height:24px;font-weight:400;color:#424242;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body .select2-container--default .select2-selection--multiple .select2-selection__rendered{list-style:none;display:block;padding:0;line-height:inherit;color:inherit;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}body .select2-container--default .select2-selection--multiple .select2-selection__rendered li{margin:0;padding:0}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder{float:left;margin:0;color:inherit}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{position:relative;float:right;margin:0;font-weight:inherit;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{margin:5px 5px 0 0;padding:0 10px;float:left;color:#fff;background-color:#1f1f1f;border:0;border-radius:0;cursor:default}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove{display:inline-block;margin:0 3px 0 0;font-weight:700;color:inherit;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;cursor:pointer}body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover{color:inherit;opacity:.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:#aaa}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:#f7f7f7;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:#333;background-color:#fff;border:1px solid #e1e1e1;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#1f1f1f;background-color:#fff;border-color:#aaa}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 27px;list-style:none}body .select2-container--default .select2-results__option{padding:3px 0;font-size:15px;line-height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;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:#1f1f1f}body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true]{color:#1f1f1f;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:#1f1f1f;background:0 0}body .select2-container--default .select2-results__group{display:block;padding:7px 0;cursor:default}body:not([class*=lekker-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\25BE'!important;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}.qodef-cf7-widget-email{position:relative}.qodef-cf7-widget-email input{padding:18px 21px;margin:0 0 5px}.qodef-cf7-widget-email button{background:0 0;padding:0 20px;color:#333;position:absolute;right:0;top:0;height:58px;font-size:16px;font-weight:300;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;-o-transition:transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.qodef-cf7-widget-email button:hover{background:0 0;color:#333;-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}.qodef-newsletter input[type=email]{width:100%}.qodef-newsletter.qodef-newsletter-about-us input[type=email]{padding:16px 15px 16px 37px}.qodef-newsletter .qodef-theme-button,.qodef-newsletter button[type=submit],.qodef-newsletter input[type=submit]{letter-spacing:0}@media only screen and (max-width:480px){.qodef-newsletter .qodef-theme-button,.qodef-newsletter button[type=submit],.qodef-newsletter input[type=submit]{padding:15px}}span.wpcf7-not-valid-tip{color:#f55758}div.wpcf7-response-output{margin:15px 0 0 0}div.wpcf7-acceptance-missing,div.wpcf7-validation-errors{border:2px solid #f55758}.qodef-newsletter-button{display:inline-block;position:absolute;right:0;top:0}.qodef-newsletter-button.qodef-newsletter-sidebar{right:3px}.qodef-newsletter-button.qodef-newsletter-sidebar button{border:none}.qodef-newsletter-button.qodef-newsletter-sidebar button:after,.qodef-newsletter-button.qodef-newsletter-sidebar button:before{display:none}.qodef-newsletter-button.qodef-newsletter-sidebar:after{content:'>';display:inline-block;position:absolute;right:20px;top:18px;font-size:16px;color:#424242;z-index:999;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.qodef-newsletter-button.qodef-newsletter-sidebar .qodef-m-text{display:none}.qodef-newsletter-button.qodef-newsletter-sidebar:hover:after{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}@media only screen and (max-width:1024px){.qodef-newsletter-button{display:block;text-align:center}}.qodef-content-grid{width:1100px;margin:0 auto}.qodef--boxed .qodef-content-grid{width:1160px}@media only screen and (min-width:1441px){.qodef-content-grid-1400 .qodef-content-grid{width:1400px}.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid{width:1460px}}@media only screen and (min-width:1441px){.qodef-content-grid-1300 .qodef-content-grid{width:1300px}.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid{width:1360px}}@media only screen and (min-width:1367px){.qodef-content-grid-1200 .qodef-content-grid{width:1200px}.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid{width:1260px}}@media only screen and (min-width:1025px){.qodef-content-grid-1000 .qodef-content-grid{width:1000px}.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid{width:1060px}}@media only screen and (min-width:769px){.qodef-content-grid-800 .qodef-content-grid{width:800px}.qodef--boxed.qodef-content-grid-800 .qodef-content-grid{width:860px}}.qodef-grid{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-grid>.qodef-grid-inner{margin:0 -15px}.qodef-grid>.qodef-grid-inner>.qodef-grid-item{padding:0 15px}.qodef-grid .qodef-grid-item{position:relative;display:inline-block;width:100%;vertical-align:top;min-height:1px;float:left}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12{left:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12{right:100%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11{left:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11{right:9.09091%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10{left:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10{right:83.33333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9{left:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9{right:75%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8{left:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8{right:66.66667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7{left:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7{right:14.28571%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6{left:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6{right:50%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5{left:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5{right:20%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4{left:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4{right:33.33333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3{left:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3{right:25%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2{left:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2{right:16.66667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1{left:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1{right:8.33333%}}.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}@media only screen and (min-width:681px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}@media only screen and (min-width:1025px){.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;text-align:center}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%}.qodef-grid.qodef-layout--masonry .qodef-grid-inner{visibility:hidden}.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer{width:100%;padding:0;margin:0}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter{width:0;padding:0;margin:0}.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}.qodef-grid.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner{margin:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item{padding:0;margin:0}.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner{margin:0 -5px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item{padding:0 5px;margin:0 0 10px}.qodef-grid.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner{margin:0 -10px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item{padding:0 10px;margin:0 0 20px}.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner{margin:0 -15px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item{padding:0 15px;margin:0 0 30px}.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner{margin:0 -20px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item{padding:0 20px;margin:0 0 40px}.qodef-grid.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-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-grid.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-150px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner{margin:0 -75px}.qodef-grid.qodef-gutter--extra>.qodef-grid-inner>.qodef-grid-item{padding:0 75px;margin:0 0 150px}#qodef-page-wrapper{position:relative;overflow:hidden}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:100px 0 90px}.qodef--boxed{background-color:#f7f7f7}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}@media only screen and (max-width:1024px){.qodef-page-sidebar-section{margin-top:80px}}.qodef-underline a p:before{content:'';position:absolute;bottom:18px;left:0;height:4px;width:0;background:#fff;z-index:-1;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.qodef-underline a:hover p:before{width:100%}@media only screen and (max-width:680px){.qodef-grid.qodef-gutter--extra>.qodef-grid-inner>.qodef-grid-item{margin:0 0 100px!important}}button.mfp-arrow{-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1}button.mfp-arrow:hover{opacity:.6}button.mfp-arrow-left:after,button.mfp-arrow-left:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:100%;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}button.mfp-arrow-left:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}button.mfp-arrow-left:after,button.mfp-arrow-left:before{border:0;margin:23px 0 0 50px;background-color:#fff;opacity:1}button.mfp-arrow-left:hover:after{-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}button.mfp-arrow-left:hover:before{-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}button.mfp-arrow-left:hover:after,button.mfp-arrow-left:hover:before{opacity:1}button.mfp-arrow-right:after,button.mfp-arrow-right:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}button.mfp-arrow-right:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}button.mfp-arrow-right:after,button.mfp-arrow-right:before{border:0;margin:23px 50px 0;background-color:#fff;opacity:1}button.mfp-arrow-right:hover:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}button.mfp-arrow-right:hover:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}button.mfp-arrow-right:hover:after,button.mfp-arrow-right:hover:before{opacity:1}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{right:26px!important;width:auto!important}.mfp-close{font-size:0!important}.mfp-img{padding:0 0 40px!important;margin-top:40px!important}.mfp-figure:after{display:none!important}button.mfp-close{text-indent:-1000px;overflow:hidden;text-align:left!important;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;opacity:1;right:26px;z-index:9999;width:auto}button.mfp-close:hover{opacity:.6}button.mfp-close:after{content:'';position:absolute;height:2px;width:27px;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:10px;top:21px;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}button.mfp-close:before{content:'';position:absolute;height:2px;width:27px;background-color:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:9px;top:21px;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{font-family:Poppins,sans-serif;color:#fff;font-size:16px;font-weight:300}.qodef-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-swiper-container .swiper-wrapper{-webkit-transition-timing-function:cubic-bezier(.35,.04,0,.9);-o-transition-timing-function:cubic-bezier(.35,.04,0,.9);transition-timing-function:cubic-bezier(.35,.04,0,.9)}.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{position:relative;width:30px;height:12px;background-color:transparent;border-radius:0;opacity:1;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.qodef-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.qodef-swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px}.swiper-pagination-bullets .swiper-pagination-bullet:after{content:'';display:inline-block;width:100%;position:absolute;top:4px;left:0;height:2px;background-color:#000}.swiper-pagination-bullets .swiper-pagination-bullet-active{width:45px;background-color:transparent}.swiper-button-next,.swiper-button-prev{background-image:none!important;width:50px!important;height:48px!important;margin-top:0!important;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:#fff;text-align:center}.swiper-button-next:after,.swiper-button-prev:after{font-family:"Font Awesome 5 Free";font-size:35px;font-weight:900;display:none}.swiper-button-next .qodef-swiper-label,.swiper-button-prev .qodef-swiper-label{font-family:Poppins,sans-serif;font-size:22px;line-height:1.5em;font-weight:600;color:#1f1f1f;font-size:14px;top:0;position:relative;line-height:48px}.swiper-button-prev{left:88px!important}@media only screen and (max-width:680px){.swiper-button-prev{left:28px!important}}.swiper-button-prev:after{content:'\f104'}.swiper-button-prev .qodef-swiper-label{margin-left:43px}.swiper-button-prev .qodef-swiper-lines:after,.swiper-button-prev .qodef-swiper-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:100%;top:0;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.swiper-button-prev .qodef-swiper-lines:after{top:24px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.swiper-button-prev:hover .qodef-swiper-lines:after{-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.swiper-button-prev:hover .qodef-swiper-lines:before{-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.swiper-button-next{right:88px!important;text-align:right}@media only screen and (max-width:680px){.swiper-button-next{right:28px!important}}.swiper-button-next:after{content:"\f105"}.swiper-button-next .qodef-swiper-label{margin-right:43px}.swiper-button-next .qodef-swiper-lines:after,.swiper-button-next .qodef-swiper-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:0;top:0;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.swiper-button-next .qodef-swiper-lines:after{top:24px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.swiper-button-next:hover .qodef-swiper-lines:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}.swiper-button-next:hover .qodef-swiper-lines:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}.swiper-button-next.swiper-button-outside,.swiper-button-prev.swiper-button-outside{color:#000}@media only screen and (max-width:768px){.swiper-button-next.swiper-button-outside,.swiper-button-prev.swiper-button-outside{display:none}}.swiper-button-prev.swiper-button-outside,.swiper-container-rtl .swiper-button-next.swiper-button-outside{-webkit-transform:translate(-300%,-50%);-ms-transform:translate(-300%,-50%);transform:translate(-300%,-50%)}.swiper-button-next.swiper-button-outside,.swiper-container-rtl .swiper-button-prev.swiper-button-outside{-webkit-transform:translate(300%,-50%);-ms-transform:translate(300%,-50%);transform:translate(300%,-50%)}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle;width:100%}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu{opacity:1;visibility:visible;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-flag,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-flag{position:relative;top:-1px}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-legacy-dropdown{padding:0;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\33';font-family:ElegantIcons;font-size:15px;line-height:1;border:0;position:initial;margin-left:auto}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{position:absolute;top:100%;left:0;width:100%;list-style:none;margin:0;border-top:0;z-index:10;opacity:0;visibility:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:visibility 0s linear .25s,opacity .25s ease-in-out;-o-transition:visibility 0s linear .25s,opacity .25s ease-in-out;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;background-color:transparent;padding:7px 0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal{padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{display:inline-block;vertical-align:middle;margin-bottom:0!important}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{padding:0;display:block}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul{list-style-type:none;margin:0;padding:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{display:block;margin:0}.widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{padding:0;display:block}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:200px}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#333;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:#e82a2a}#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:#333;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:#e82a2a}#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:#333}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#e82a2a}#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:#333}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#e82a2a}#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:#333;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:#e82a2a}#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:#333;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:#e82a2a}#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:#333}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#e82a2a}#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:#333}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#e82a2a}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:175px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:8px 20px;height:40px;line-height:24px;color:#fff;background-color:#000;border:1px solid transparent;font-size:14px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#000}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#fff;font-size:14px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle{padding:11px 20px;height:46px;line-height:24px;color:#333;background-color:#f7f7f7;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:#e82a2a}#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:#f7f7f7}#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:#333;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:#e82a2a}#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:#333}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#e82a2a}#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:#333}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#e82a2a}#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:#333;background-color:#f7f7f7;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:#e82a2a}#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:#f7f7f7}#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:#333;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:#e82a2a}#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:#333;background-color:#f7f7f7;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:#e82a2a}#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:#f7f7f7}#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:#333;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:#e82a2a}#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-title{display:none}.error404 #qodef-page-footer{display:none}.error404 #qodef-page-inner{padding:0}@media (min-width:680px) and (max-width:1024px){.error404 #qodef-page-inner{padding-right:40%}}.error404.qodef-custom-404 #qodef-page-header{position:fixed;background:0 0}body:not([class*=lekker-core]) .error404.qodef-custom-404 #qodef-page-header{background:#fff!important}.error404.qodef-custom-404 #qodef-page-mobile-header{position:fixed;width:100%}.error404 #qodef-page-outer{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#1f1f1f}@media (min-width:1025px) and (max-width:1600px){.error404 #qodef-page-outer{background-size:contain;background-position:right;background-repeat:no-repeat}}@media (min-width:680px) and (max-width:1024px){.error404 #qodef-page-outer{background-position:center;background-repeat:no-repeat;background-size:cover}}#qodef-404-page{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:31%}@media (min-width:1025px) and (max-width:1600px){#qodef-404-page{padding-left:14%;padding-right:22%}}@media only screen and (max-width:480px){#qodef-404-page{padding-top:56px}}@media only screen and (max-width:1024px){#qodef-404-page{padding-left:11%}}#qodef-404-page .qodef-404-title{margin:0;font-size:100px;color:#fff}@media only screen and (max-width:480px){#qodef-404-page .qodef-404-title{line-height:1}}#qodef-404-page .qodef-404-text{display:block;margin:14px 0 0;max-width:80%;color:#fff;font-size:18px}#qodef-404-page .qodef-404-button{position:relative;display:inline-block;vertical-align:top;margin-top:52px}#qodef-404-page .qodef-404-button .qodef-button.qodef-layout--filled{z-index:1;border:1px solid #fff}#qodef-404-page .qodef-404-button a{background-color:#fff;color:#1f1f1f}body:not([class*=lekker-core]).error404.qodef-custom-404 #qodef-page-header{background:#fff}.qodef-blog{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog article{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 90px}.qodef-blog article .qodef-e-content,.qodef-blog article .qodef-e-inner,.qodef-blog article .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}@media only screen and (max-width:1024px){.qodef-blog article .qodef-e-content{margin-bottom:37px}}.qodef-blog article .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-blog article .qodef-e-media-image a,.qodef-blog article .qodef-e-media-image img{display:block;width:100%}.qodef-blog article .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-blog article .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-blog article .qodef-e-media{margin-bottom:48px}.qodef-blog article .qodef-e-media iframe{display:block;height:100%}.qodef-blog article:not(.has-post-thumbnail) .qodef-e-media{margin-bottom:0}.qodef-blog article .qodef-e-title{margin:0}.qodef-blog article .qodef-e-title a:hover{color:#333}.qodef-blog article .qodef-e-excerpt{margin:19px 0 0}.qodef-blog article .qodef-e-read-more{margin:15px 0 0}.qodef-blog article .qodef-e-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media only screen and (min-width:681px){.qodef-blog article .qodef-e-info .qodef-e-info-left,.qodef-blog article .qodef-e-info .qodef-e-info-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.qodef-blog article .qodef-e-info .qodef-e-info-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.qodef-blog article .qodef-e-info .qodef-e-info-item{position:relative;display:inline-block;vertical-align:top;padding:0 19px 0 0;color:currentColor;z-index:20;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}.qodef-blog article .qodef-e-info .qodef-e-info-item:after{content:'/';position:absolute;top:0;right:7px}.qodef-blog article .qodef-e-info .qodef-e-info-item a{color:inherit}.qodef-blog article .qodef-e-info .qodef-e-info-item a:hover{color:#e82a2a}.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child{padding-right:0}.qodef-blog article .qodef-e-info .qodef-e-info-item:last-child:after{content:''}.qodef-blog article .qodef-e-info.qodef-info--top{margin-bottom:9px;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-blog article .qodef-e-info.qodef-info--bottom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:35px}.qodef-blog article .qodef-e-info-tags{margin-bottom:-2px}.qodef-blog article .qodef-e-info-tags a{position:relative;display:inline-block;vertical-align:top;margin-right:2px;margin-bottom:2px;background:#f55758;font-size:13px;font-weight:600;color:#fff!important;padding:9px 17px;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.qodef-blog article .qodef-e-info-tags a:hover{background:#e82a2a!important;color:#fff!important}.qodef-blog article .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog article.sticky .qodef-e-title a{position:relative;color:#e82a2a;text-decoration:underline}.qodef-blog article.format-gallery .swiper-button-next,.qodef-blog article.format-gallery .swiper-button-prev{background-color:#fff;width:75px!important;height:75px!important}.qodef-blog article.format-gallery .swiper-button-next .qodef-swiper-lines,.qodef-blog article.format-gallery .swiper-button-prev .qodef-swiper-lines{position:absolute;top:14px}.qodef-blog article.format-gallery .swiper-button-prev{left:0!important}.qodef-blog article.format-gallery .swiper-button-next{right:0!important}.qodef-blog article.format-gallery .qodef-swiper-label{display:none}.qodef-blog article.format-audio .qodef-e-media-image{width:100%}.qodef-blog article.format-audio .qodef-e-media-image img{width:100%}.qodef-blog article.format-audio .qodef-e-media-audio{position:absolute;left:0;bottom:0;width:100%}.qodef-blog article.format-link .qodef-e-link{position:relative;display:inline-block;width:100%;vertical-align:top;padding:80px 10% 83px 22.6%;background-color:#222;margin-bottom:11px}@media only screen and (max-width:1024px){.qodef-blog article.format-link .qodef-e-link{padding:77px 7% 76px 26.2%}}@media only screen and (max-width:768px){.qodef-blog article.format-link .qodef-e-link{padding:77px 7% 76px 28.2%}}@media only screen and (max-width:680px){.qodef-blog article.format-link .qodef-e-link{padding:128px 12% 40px 12%}}.qodef-blog article.format-link .qodef-e-link-text{position:relative;margin:0;color:#fff}@media only screen and (max-width:680px){.qodef-blog article.format-link .qodef-e-link-text{text-align:center}}.qodef-blog article.format-link svg{position:absolute;top:50%;left:7.6%;width:100px;line-height:1;fill:#fff;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:680px){.qodef-blog article.format-link svg{top:17%;-webkit-transform:none;-ms-transform:none;transform:none;left:0;right:0;margin:auto;width:60px}}.qodef-blog article.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog article.format-link .qodef-info--top{margin-bottom:12px}.qodef-blog article.format-quote .qodef-e-quote{position:relative;display:inline-block;width:100%;vertical-align:top;padding:77px 10% 76px 25.2%;background-color:#ffe6b5;margin-bottom:11px}@media only screen and (max-width:1366px){.qodef-blog article.format-quote .qodef-e-quote{padding:77px 10% 76px 29.2%}}@media only screen and (max-width:768px){.qodef-blog article.format-quote .qodef-e-quote{padding:77px 7% 76px 32.2%}}@media only screen and (max-width:680px){.qodef-blog article.format-quote .qodef-e-quote{padding:128px 12% 40px 12%;text-align:center}}.qodef-blog article.format-quote .qodef-e-quote:before{content:'“';position:absolute;top:50%;left:6%;height:.3em;font-size:400px;line-height:1em;font-weight:600;letter-spacing:-.04em;color:#1f1f1f;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:680px){.qodef-blog article.format-quote .qodef-e-quote:before{top:13%;-webkit-transform:none;-ms-transform:none;transform:none;font-size:230px;left:-8px;right:0}}.qodef-blog article.format-quote .qodef-e-quote-text{position:relative;margin:0;color:#1f1f1f}.qodef-blog article.format-quote .qodef-e-quote-author{position:relative;display:block;margin:10px 0 0;font-size:15px;color:#333}.qodef-blog article.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog article.format-quote .qodef-info--top{margin-bottom:12px}.qodef-blog.qodef-items--fixed article .qodef-e-media,.qodef-blog.qodef-items--fixed article .qodef-e-media-image{height:100%}.qodef-blog .mejs-container{height:56px!important}.qodef-blog .mejs-container *{font-family:Poppins,sans-serif}.qodef-blog .mejs-container .mejs-controls{height:56px!important;padding:0 3%!important}.qodef-blog .mejs-container .mejs-controls>*{height:56px!important;padding:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.qodef-blog .mejs-container .mejs-controls>*>*{margin-top:0!important;margin-bottom:0!important}.qodef-blog .mejs-container .mejs-controls .mejs-volume-button.mejs-mute{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-blog .mejs-container .mejs-controls .mejs-volume-button.mejs-unmute{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-blog .mejs-container .mejs-controls .mejs-playpause-button{margin-right:5px}.qodef-blog .mejs-container .mejs-controls .mejs-volume-button{margin-left:8px}.qodef-blog .mejs-container .mejs-controls .mejs-time{font-size:15px;font-weight:400;color:#fff}.qodef-blog .mejs-container .mejs-controls .mejs-time-rail>*{height:2px}.qodef-blog .mejs-container .mejs-controls .mejs-time-rail>*>:not(.mejs-time-float){height:2px}.qodef-blog .mejs-container .mejs-controls .mejs-time-rail>*>:not(.mejs-time-float)>*{height:2px;border:0;background:#e82a2a}.qodef-blog .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total{background:#fff}.qodef-blog .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current{background:#e82a2a}.qodef-blog .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#fff;top:initial;height:2px}.qodef-blog .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total .mejs-horizontal-volume-current{background:#e82a2a}.qodef-blog.qodef--list article .qodef-e-read-more{margin-top:0}.qodef-blog.qodef--list article.format-gallery .swiper-button-next,.qodef-blog.qodef--list article.format-gallery .swiper-button-prev{background-color:#fff;width:75px!important;height:75px!important}.qodef-blog.qodef--list article.format-gallery .swiper-button-next .qodef-swiper-lines,.qodef-blog.qodef--list article.format-gallery .swiper-button-prev .qodef-swiper-lines{position:absolute;top:14px}.qodef-blog.qodef--list article.format-gallery .swiper-button-prev{left:0!important}.qodef-blog.qodef--list article.format-gallery .swiper-button-next{right:0!important}.qodef-blog.qodef--list article.format-gallery .qodef-swiper-label{display:none}.qodef-blog.qodef--single article{margin-bottom:0}@media only screen and (max-width:680px){.qodef-blog.qodef--single article{margin:0 0 31px}}.qodef-blog.qodef--single article .qodef-e-title{margin:0 0 19px}.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom{margin-top:62px}.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom .qodef-e-info-right .qodef-social-share{top:3px}.qodef-blog.qodef--single article.format-link .qodef-e-inner .qodef-e-link{margin-bottom:61px}.qodef-blog.qodef--single article.format-quote .qodef-e-inner .qodef-e-quote{margin-bottom:61px}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:74px}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}body:not([class*=lekker-core]) #qodef-page-comments-list{margin-bottom:84px}#qodef-page-comments-list .qodef-m-title{margin:0 0 53px}#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:43px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 132px}#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-page-comments-list .qodef-comment-item .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;margin-right:30px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block;border-radius:50%}#qodef-page-comments-list .qodef-comment-item .comment-respond small{float:right}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .comment-respond small{float:left}}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title{margin:25px 0 0}#qodef-page-comments-list .qodef-comment-item .comment-respond form{clear:both}#qodef-page-comments-list .qodef-comment-item .comment-respond form .comment-notes{margin-bottom:30px}@media only screen and (max-width:480px){#qodef-page-comments-list .qodef-comment-item .comment-respond form .qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:100%!important}}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1px 0 23px}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent{margin:1px 0 37px}}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-form-cookies-consent label{margin:0 0 0 5px}#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-date-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-title-date-holder{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin-top:3px;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin-top:8px}}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a{color:inherit}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#e82a2a}#qodef-page-comments-list .qodef-comment-item .qodef-e-text{margin:14px 0 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-text img{display:block;margin:10px 0}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{margin-top:26px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{position:relative;display:inline-block;vertical-align:top;padding-right:12px;position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;margin-right:17px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after,#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:3px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:after{top:13px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover{color:inherit}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:hover:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-m-pagination{margin-top:50px}#qodef-page-comments-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .comment-reply-title{margin:0}#qodef-page-comments-form .comment-reply-title #cancel-comment-reply-link{float:right}@media only screen and (max-width:680px){#qodef-page-comments-form .comment-reply-title #cancel-comment-reply-link{float:left}}#qodef-page-comments-form .comment-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;clear:both}#qodef-page-comments-form .comment-form .comment-notes{margin:5px 0 11px}#qodef-page-comments-form .comment-form input[type=email],#qodef-page-comments-form .comment-form input[type=number],#qodef-page-comments-form .comment-form input[type=password],#qodef-page-comments-form .comment-form input[type=tel],#qodef-page-comments-form .comment-form input[type=text],#qodef-page-comments-form .comment-form input[type=url],#qodef-page-comments-form .comment-form textarea{margin:0 0 7px}#qodef-page-comments-form .comment-form input[type=submit]:hover{background-color:#333}#qodef-page-comments-form .comment-form .comment-form-comment{margin-top:21px}@media only screen and (max-width:480px){#qodef-page-comments-form .comment-form .qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:100%!important}}#qodef-page-comments-form .comment-form-cookies-consent{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1px 0 23px}#qodef-page-comments-form .comment-form-cookies-consent input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0}#qodef-page-comments-form .comment-form-cookies-consent label{margin:0 0 0 5px}.qodef-filter--on .qodef-hidden-filter-items{position:absolute!important;display:none!important;height:0!important;line-height:1!important}.qodef-filter--on .qodef-grid-inner{opacity:1;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease}.qodef-filter--on.qodef--filter-loading .qodef-grid-inner{opacity:0;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.qodef-filter--on.qodef--filter-loading .qodef-loading-spinner{bottom:calc(50% - 16px)!important}.qodef-m-filter{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 40px}.qodef-m-filter .qodef-m-filter-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.qodef-m-filter .qodef-m-filter-title{margin-right:18px}.qodef-m-filter .qodef-m-filter-item{position:relative;display:inline-block;vertical-align:top;margin:0 15px;padding:0 2px;-webkit-transition:color .3s ease,background-color .3s ease;-o-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-m-filter .qodef-m-filter-item:hover{color:#e82a2a}#qodef-page-footer{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer>*{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer-top-area{padding:150px 0 130px;background-color:#1f1f1f;background-position:center;background-repeat:no-repeat;background-size:cover;border-top:0 solid #e1e1e1}#qodef-page-footer-top-area .qodef-content-full-width{padding:0 70px}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item{display:-webkit-box;display:-ms-flexbox;display:flex}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget{margin-bottom:0}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul li{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-size:15px}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul li a{position:relative;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul li a:before{content:'';position:absolute;display:inline-block;background-color:currentColor;width:100%;height:2px;left:0;bottom:0;z-index:100;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.16,.21,0,.95);-o-transition:.3s cubic-bezier(.16,.21,0,.95);transition:.3s cubic-bezier(.16,.21,0,.95)}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul li a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item .widget_nav_menu ul li a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(1){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(1) .widget_nav_menu ul li{margin-left:34px}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(1) .widget_nav_menu ul li{margin-left:20px}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(1) .widget_nav_menu ul li{margin:0 10px}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(1){text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(2){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(2) .widget_media_image img{-webkit-transform:translateY(calc(-50% + 12px));-ms-transform:translateY(calc(-50% + 12px));transform:translateY(calc(-50% + 12px))}@media only screen and (max-width:680px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(2) .widget_media_image img{-webkit-transform:none;-ms-transform:none;transform:none}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(2){margin:50px 0}}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(3){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(3) .widget_nav_menu ul li{margin-right:36px}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(3) .widget_nav_menu ul li{margin-right:20px}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(3) .widget_nav_menu ul li{margin:0 10px}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-item:nth-child(3){text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:768px){#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-inner .qodef-grid-item:nth-child(1){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:50px}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-inner .qodef-grid-item:nth-child(2){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0!important}#qodef-page-footer-top-area .qodef-col-num--3 .qodef-grid-inner .qodef-grid-item:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:25px}}#qodef-page-footer-bottom-area{padding:62px 0;background-color:#1f1f1f;border-top:0 solid #e1e1e1}#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 70px}.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:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;border-radius:28px;cursor:pointer}.wp-block-button .wp-block-button__link:hover{color:#fff;background-color:#1f1f1f}.wp-block-button.is-style-outline{border:none}.wp-block-button.is-style-outline .wp-block-button__link{color:#e82a2a;background-color:transparent;border:2px solid #e82a2a;border-width:1px}.wp-block-button.is-style-outline .wp-block-button__link:hover{color:#fff;background-color:#e82a2a;border-color:#e82a2a}.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:#e82a2a!important}.wp-block-cover-image .has-text-align-left{text-align:left}.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:#e82a2a!important}.wp-block-cover .has-text-align-left{text-align:left}.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}.has-drop-cap:after{content:'';display:table;table-layout:fixed;clear:both}.wp-block-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;color:#1f1f1f;text-decoration:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;cursor:pointer}.wp-block-file:hover{color:#e82a2a}.wp-block-group.has-background{padding:20px 30px}.gallery-item img{border:0!important}.wp-block-latest-comments article{margin:0!important;display:block!important}.wp-block-latest-posts li{margin-bottom:1em}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:110px;background-color:#fff;z-index:200}#qodef-page-header .qodef-header-logo-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;height:110px;max-height:100%;max-width:100%}.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:49px 0 0;padding:0 45px}#qodef-page-header .qodef-header-logo-link img{display:block;margin:auto 0;width:auto;max-height:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 45px}.qodef-layout--justified-gallery{height:auto!important;visibility:hidden}.qodef-layout--justified-gallery.qodef--justified-gallery-init{visibility:visible}.qodef-layout--justified-gallery .qodef-grid-inner{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item{position:absolute;width:auto;margin:0!important;padding:0!important;overflow:hidden}.qodef-layout--justified-gallery .qodef-grid-item img{height:auto!important;width:auto!important;margin:0!important}.qodef-layout--justified-gallery>.jg-filtered{display:none}#qodef-page-mobile-header{position:relative;display:none;height:70px;z-index:100}#qodef-page-mobile-header .qodef-mobile-header-logo-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:70px;max-height:100%;max-width:100%}#qodef-page-mobile-header .qodef-mobile-header-logo-link img{display:block;margin:auto;width:auto;max-height:100%;max-width:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}body:not([class*=lekker-core]) #qodef-page-mobile-header .qodef-mobile-header-logo-link img{width:50%;margin-left:0}#qodef-page-mobile-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 38px}@media only screen and (max-width:768px){#qodef-page-mobile-header-inner{padding:0}}#qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0 auto}@media only screen and (max-width:768px){#qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener{width:600px}}@media only screen and (max-width:680px){#qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener{width:420px}}@media only screen and (max-width:480px){#qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener{width:300px}}.qodef-mobile-header-opener{font-size:20px;margin-left:20px}.qodef-mobile-header-opener .qodef-m-lines{position:relative;display:block;width:45px;height:45px;background-color:#000;border-radius:50%;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.qodef-mobile-header-opener .qodef-m-lines:before{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;z-index:-1;opacity:0}.qodef-mobile-header-opener .qodef-m-lines:after{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:8px;top:7px;z-index:-1;opacity:0}.qodef-mobile-header-opener .qodef-m-lines:hover:after,.qodef-mobile-header-opener .qodef-m-lines:hover:before{opacity:1}.qodef-mobile-header-opener .qodef-m-line{position:absolute;left:10px;height:2px;width:56%;background-color:#fff;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-mobile-header-opener .qodef-m-line.qodef--1{top:18px}.qodef-mobile-header-opener .qodef-m-line.qodef--2{top:26px}.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 ul{display:none;padding:3px 0;margin-left:0}.qodef-mobile-header-navigation ul li ul li ul{margin-left:10px}.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{content:'>';position:absolute;top:0;right:0;line-height:inherit;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .2s ease-out;transition:-webkit-transform .2s ease-out;-o-transition:transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>a:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.qodef-mobile-header-navigation>ul{margin:0 auto;padding:34px 0}.qodef-mobile-header-navigation>ul>li>a{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:600;font-size:15px}.qodef-mobile-header-navigation>ul>li>a>span{position:relative;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-mobile-header-navigation>ul>li>a>span:before{content:'';position:absolute;display:inline-block;background-color:currentColor;width:100%;height:2px;left:0;bottom:0;z-index:100;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.16,.21,0,.95);-o-transition:.3s cubic-bezier(.16,.21,0,.95);transition:.3s cubic-bezier(.16,.21,0,.95)}.qodef-mobile-header-navigation>ul>li>a>span:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-mobile-header-navigation>ul>li>a:hover>span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a>span:before,.qodef-mobile-header-navigation>ul>li.current-menu-item>a>span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a{font-family:Poppins,sans-serif;font-size:15px;line-height:1.6875em;font-weight:400;color:#333}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover{opacity:.6}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a{opacity:.6}.qodef-header-navigation{height:100%}.qodef-header-navigation ul{margin:0;padding:0;list-style:none}.qodef-header-navigation ul li{position:relative;margin:0;padding:0}.qodef-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header-navigation ul li.qodef-menu-item--narrow ul{position:absolute;top:100%;left:0;width:260px;margin:0;padding:28px 0;background-color:#1f1f1f;opacity:0;visibility:hidden;-webkit-transition:opacity .2s,visibility .2s ease-out;-o-transition:opacity .2s,visibility .2s ease-out;transition:opacity .2s,visibility .2s ease-out;text-align:left}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li{padding:1px 39px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{content:'>';position:absolute;top:50%;right:10px;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.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:-28px;left:100%}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right{left:auto;right:0;text-align:right}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{content:'<';left:0;right:auto}.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}.qodef-header-navigation>ul{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-header-navigation>ul>li{height:100%;margin:0 18px}.qodef-header-navigation>ul>li:first-child{margin-left:0}.qodef-header-navigation>ul>li:last-child{margin-right:0}.qodef-header-navigation>ul>li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:600;font-size:15px;height:100%;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-header-navigation>ul>li>a>span{position:relative;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-header-navigation>ul>li>a>span:before{content:'';position:absolute;display:inline-block;background-color:currentColor;width:100%;height:2px;left:0;bottom:0;z-index:100;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.16,.21,0,.95);-o-transition:.3s cubic-bezier(.16,.21,0,.95);transition:.3s cubic-bezier(.16,.21,0,.95)}.qodef-header-navigation>ul>li>a>span:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-header-navigation>ul>li.current-menu-ancestor>a>span:before,.qodef-header-navigation>ul>li.current-menu-item>a>span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#fff;font-size:15px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:25px;justify-content:flex-start;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a span{position:relative;padding:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.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{opacity:.75}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:25px;justify-content:flex-end;-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a span{position:relative;padding:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.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{opacity:.75}.qodef-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;margin:30px 0 0 0}@media only screen and (max-width:1024px){.qodef-m-pagination{margin:30px 0 81px 0}}.archive .qodef-m-pagination{margin:39px 0 0 0}@media only screen and (max-width:1024px){.archive .qodef-m-pagination{margin:39px 0 82px 0!important}}.qodef-m-pagination.qodef--wp .nav-links{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-m-pagination.qodef--wp .page-numbers{position:relative;margin:0 6px;font-size:17px;font-weight:600;color:#333;width:32px;height:32px;background-color:transparent;border-radius:50%;text-align:center;line-height:32px;-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.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.next,.qodef-m-pagination.qodef--wp .page-numbers.prev{position:relative;top:1px;font-size:19px;width:4px}.qodef-m-pagination.qodef--wp .page-numbers.next span,.qodef-m-pagination.qodef--wp .page-numbers.prev span{display:none}body:not([class*=lekker-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,body:not([class*=lekker-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev{top:0;font-size:17px}.qodef-m-pagination.qodef--wp .page-numbers.next:hover,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover{background-color:transparent}.qodef-m-pagination.qodef--wp .page-numbers.next:after,.qodef-m-pagination.qodef--wp .page-numbers.next:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.qodef-m-pagination.qodef--wp .page-numbers.next:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.qodef-m-pagination.qodef--wp .page-numbers.next:hover:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-m-pagination.qodef--wp .page-numbers.next:hover:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-m-pagination.qodef--wp .page-numbers.prev:after,.qodef-m-pagination.qodef--wp .page-numbers.prev:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.qodef-m-pagination.qodef--wp .page-numbers.prev:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.qodef-m-pagination.qodef--wp .page-numbers.prev:hover:after{-webkit-transform:translateY(-3px) rotate(-45deg);-ms-transform:translateY(-3px) rotate(-45deg);transform:translateY(-3px) rotate(-45deg)}.qodef-m-pagination.qodef--wp .page-numbers.prev:hover:before{-webkit-transform:translateY(3px) rotate(45deg);-ms-transform:translateY(3px) rotate(45deg);transform:translateY(3px) rotate(45deg)}.qodef-m-pagination.qodef--wp .page-numbers.prev{margin-right:20px}.qodef-m-pagination.qodef--wp .page-numbers.next{margin-left:20px}.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover{color:#fff;background-color:#1f1f1f}.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item{position:relative;margin:0 12px;font-size:19px;font-weight:300;color:#333}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--number{position:relative;margin:0 6px;font-size:17px;font-weight:600;color:#333;width:32px;height:32px;background-color:transparent;border-radius:50%;text-align:center;line-height:32px;-webkit-transition:background-color .3s ease-in-out;-o-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.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{width:23px;height:32px;line-height:32px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a{color:#333}body:not([class*=lekker-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,body:not([class*=lekker-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--next span,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev span{display:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover{background-color:transparent}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{margin-right:27px;margin-left:-5px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:hover:after{-webkit-transform:translateY(-3px) rotate(-45deg);-ms-transform:translateY(-3px) rotate(-45deg);transform:translateY(-3px) rotate(-45deg)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:hover:before{-webkit-transform:translateY(3px) rotate(45deg);-ms-transform:translateY(3px) rotate(45deg);transform:translateY(3px) rotate(45deg)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{margin-left:0;margin-right:-5px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:hover:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:hover:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover{color:#fff;background-color:#1f1f1f}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover a{color:#fff}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active a{color:#fff}.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{width:100%;text-align:center;margin-top:-50px;bottom:0;pointer-events:none}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner{position:relative;width:60px;height:60px;-webkit-animation:qodef-rotate-lekker-spinner 5s infinite;animation:qodef-rotate-lekker-spinner 5s infinite;display:inline-block;opacity:0}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s .6s infinite;animation:qodef-animate-lekker-spinner 1s .6s infinite}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:after{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s infinite;animation:qodef-animate-lekker-spinner 1s infinite}@-webkit-keyframes qodef-animate-lekker-spinner{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}}@keyframes qodef-animate-lekker-spinner{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}}@-webkit-keyframes qodef-rotate-lekker-spinner{0%,100%,60%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qodef-rotate-lekker-spinner{0%,100%,60%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;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{width:100%;text-align:center;margin-top:-50px;bottom:0;pointer-events:none;opacity:0}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner .qodef-loading-spinner-inner{position:relative;width:60px;height:60px;-webkit-animation:qodef-rotate-lekker-spinner 5s infinite;animation:qodef-rotate-lekker-spinner 5s infinite;display:inline-block}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner .qodef-loading-spinner-inner:before{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s .6s infinite;animation:qodef-animate-lekker-spinner 1s .6s infinite}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner .qodef-loading-spinner-inner:after{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s infinite;animation:qodef-animate-lekker-spinner 1s infinite}@keyframes qodef-animate-lekker-spinner{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}}@keyframes qodef-rotate-lekker-spinner{0%,100%,60%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner{opacity:1;z-index:1}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner{opacity:1;z-index:1}.qodef-single-links{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:100%;margin:15px 0}.qodef-single-links .qodef-m-single-links-title{font-family:Poppins,sans-serif;font-size:22px;line-height:1.5em;font-weight:600;color:#1f1f1f;margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){position:relative;display:inline-block;vertical-align:top;margin-right:8px;padding:0 3px;color:#1f1f1f}.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:#e82a2a}.qodef-search{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 50px}.qodef-search .qodef-e-search-heading{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form{width:100%;margin:0}.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search .qodef-e-search-heading .qodef-search-form button,.qodef-search .qodef-e-search-heading .qodef-search-form input{height:50px;padding:10px 0;font-family:inherit;font-weight:inherit;line-height:30px;border-radius:0;outline:0;-webkit-appearance:none}.qodef-search .qodef-e-search-heading .qodef-search-form input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:20px;padding-right:60px;font-size:14px;color:#333;background-color:#fff;border:1px solid #e1e1e1;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.qodef-search .qodef-e-search-heading .qodef-search-form input:focus{border-color:#1f1f1f}.qodef-search .qodef-e-search-heading .qodef-search-form input::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-search .qodef-e-search-heading .qodef-search-form input::-moz-placeholder{color:inherit;opacity:1}.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search .qodef-e-search-heading .qodef-search-form input::-ms-input-placeholder{color:inherit;opacity:1}.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder{color:inherit;opacity:1}.qodef-search .qodef-e-search-heading .qodef-search-form button{position:absolute;top:0;right:0;width:50px;font-size:15px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-search .qodef-e-search-heading .qodef-search-form button span{display:block;line-height:inherit}.qodef-search .qodef-e-search-heading .qodef-search-form button span:before{display:block;line-height:inherit}.qodef-search .qodef-e-search-heading .qodef-search-form button:hover{color:#e82a2a}.qodef-search article{margin-bottom:45px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-inner .qodef-e-image{-ms-flex-preferred-size:180px;flex-basis:180px;padding-right:30px}.qodef-search article .qodef-e-inner .qodef-e-title{margin:0}.qodef-search article .qodef-e-inner .qodef-e-excerpt{margin:15px 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}@media only screen and (max-width:1024px){#qodef-page-sidebar{margin-bottom:-30px}}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:100px;background-color:#fce5c5}body:not([class*=lekker-core]) .qodef-page-title{height:auto;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error404 .qodef-page-title{display:none!important}.qodef-page-title .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-page-title .qodef-m-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-page-title .qodef-m-title{margin:0 0 6px 0}body:not([class*=lekker-core]) .qodef-page-title .qodef-m-title{margin-left:-3px}.widget{margin:0 0 50px}.widget:last-child{margin-bottom:0!important}.widget .qodef-widget-title{margin:0 0 13px}.widget .qodef-widget-title a{color:inherit}.widget .qodef-widget-title a:hover{color:#e82a2a}.widget a{color:#333}.widget a:hover{color:#e82a2a}.widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.widget ul:not(.qodef-shortcode-list) li{margin:0 0 4px}.widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.widget ul:not(.qodef-shortcode-list) li ul{margin-top:4px;margin-left:1em}.widget.widget_lekker_core_side_area_opener{margin:0!important}.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}.widget.widget_archive .select2,.widget.widget_categories .select2,.widget.widget_text .select2{margin-bottom:0}.widget.widget_lekker_core_blog_list{margin:0 0 42px}.widget.widget_lekker_core_blog_list .swiper-button-next,.widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}.widget.widget_lekker_core_blog_list .swiper-button-next:before,.widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}.widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,.widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,.widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,.widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}.widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}.widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}.widget.widget_categories .qodef-widget-title{margin:0 0 11px}.widget.widget_lekker_core_social_share{margin:0 0 36px}.widget.widget_calendar{width:100%}.widget.widget_calendar table{table-layout:fixed}.widget.widget_calendar #today{color:#17d5d5;background-color:#e82a2a}.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:#333}.widget.widget_calendar tfoot a:hover{color:#e82a2a}.widget.widget_text img{display:block}.widget.widget_lekker_core_instagram_list{position:relative}.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:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}.widget.widget_rss ul .rssSummary{margin-top:5px}.widget.widget_rss ul cite{display:block;margin-top:5px}.widget.widget_search .qodef-widget-title{margin-bottom:21.5px}.widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_search button,.widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}.widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:transparent}.widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}.widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}.widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}.widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}.widget.widget_search input::placeholder{color:inherit;opacity:1}.widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.widget.widget_search button span{display:block;line-height:inherit}.widget.widget_search button span:before{display:block;line-height:inherit}.widget.widget_search button:hover{color:#333}.widget.widget_lekker_core_author_info{margin:0 0 48px}.widget.widget_tag_cloud{margin:0 0 48px}.widget.widget_tag_cloud .tagcloud{font-size:0}.widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}.widget.widget_media_image .qodef-widget-title{margin-bottom:21.5px}.widget.widget_media_image a{display:inline-block;vertical-align:top}.widget.widget_media_image img{display:block}#qodef-top-area .widget{margin:0 0 0;color:#fff}#qodef-top-area .widget:last-child{margin-bottom:0!important}#qodef-top-area .widget .qodef-widget-title{margin:0 0 13px;color:#fff}#qodef-top-area .widget .qodef-widget-title a{color:inherit}#qodef-top-area .widget .qodef-widget-title a:hover{color:#e82a2a}#qodef-top-area .widget a{color:#fff}#qodef-top-area .widget a:hover{color:#e82a2a}#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 4px}#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:4px;margin-left:1em}#qodef-top-area .widget.widget_lekker_core_side_area_opener{margin:0!important}#qodef-top-area .widget.widget_archive select,#qodef-top-area .widget.widget_categories select,#qodef-top-area .widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}#qodef-top-area .widget.widget_archive .select2,#qodef-top-area .widget.widget_categories .select2,#qodef-top-area .widget.widget_text .select2{margin-bottom:0}#qodef-top-area .widget.widget_lekker_core_blog_list{margin:0 0 42px}#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-next,#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-next:before,#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}#qodef-top-area .widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}#qodef-top-area .widget.widget_categories .qodef-widget-title{margin:0 0 11px}#qodef-top-area .widget.widget_lekker_core_social_share{margin:0 0 36px}#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:#17d5d5;background-color:#e82a2a}#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:#fff}#qodef-top-area .widget.widget_calendar tfoot a:hover{color:#e82a2a}#qodef-top-area .widget.widget_text img{display:block}#qodef-top-area .widget.widget_lekker_core_instagram_list{position:relative}#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:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}#qodef-top-area .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-top-area .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-top-area .widget.widget_search .qodef-widget-title{margin-bottom:21.5px}#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 button,#qodef-top-area .widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-top-area .widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-top-area .widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:transparent}#qodef-top-area .widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-top-area .widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-top-area .widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-top-area .widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-top-area .widget.widget_search input::placeholder{color:inherit;opacity:1}#qodef-top-area .widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-top-area .widget.widget_search button span{display:block;line-height:inherit}#qodef-top-area .widget.widget_search button span:before{display:block;line-height:inherit}#qodef-top-area .widget.widget_search button:hover{color:#333}#qodef-top-area .widget.widget_lekker_core_author_info{margin:0 0 48px}#qodef-top-area .widget.widget_tag_cloud{margin:0 0 48px}#qodef-top-area .widget.widget_tag_cloud .tagcloud{font-size:0}#qodef-top-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:21.5px}#qodef-top-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-top-area .widget.widget_media_image img{display:block}#qodef-page-footer .widget{margin:0 0 50px;color:#fff}#qodef-page-footer .widget:last-child{margin-bottom:0!important}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 37px;color:#fff}#qodef-page-footer .widget .qodef-widget-title a{color:inherit}#qodef-page-footer .widget .qodef-widget-title a:hover{color:#fff}#qodef-page-footer .widget a{color:#fff}#qodef-page-footer .widget a:hover{color:#fff}#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 4px}#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:4px;margin-left:1em}#qodef-page-footer .widget.widget_lekker_core_side_area_opener{margin:0!important}#qodef-page-footer .widget.widget_archive select,#qodef-page-footer .widget.widget_categories select,#qodef-page-footer .widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid #fff;border-radius:0;outline:0}#qodef-page-footer .widget.widget_archive .select2,#qodef-page-footer .widget.widget_categories .select2,#qodef-page-footer .widget.widget_text .select2{margin-bottom:0}#qodef-page-footer .widget.widget_lekker_core_blog_list{margin:0 0 42px}#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-next,#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-next:before,#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}#qodef-page-footer .widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}#qodef-page-footer .widget.widget_categories .qodef-widget-title{margin:0 0 11px}#qodef-page-footer .widget.widget_lekker_core_social_share{margin:0 0 36px}#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:#000;background-color:#fff}#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:#fff}#qodef-page-footer .widget.widget_calendar tfoot a:hover{color:#fff}#qodef-page-footer .widget.widget_text img{display:block}#qodef-page-footer .widget.widget_lekker_core_instagram_list{position:relative}#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:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}#qodef-page-footer .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-page-footer .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-page-footer .widget.widget_search .qodef-widget-title{margin-bottom:45.5px}#qodef-page-footer .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_search button,#qodef-page-footer .widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-page-footer .widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid #fff;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-page-footer .widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:#e82a2a}#qodef-page-footer .widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_search input::placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer .widget.widget_search button span{display:block;line-height:inherit}#qodef-page-footer .widget.widget_search button span:before{display:block;line-height:inherit}#qodef-page-footer .widget.widget_search button:hover{color:#333}#qodef-page-footer .widget.widget_lekker_core_author_info{margin:0 0 48px}#qodef-page-footer .widget.widget_tag_cloud{margin:0 0 48px}#qodef-page-footer .widget.widget_tag_cloud .tagcloud{font-size:0}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:45.5px}#qodef-page-footer .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer .widget.widget_media_image img{display:block}#qodef-side-area .widget{margin:0 0 20px;color:#fff}#qodef-side-area .widget:last-child{margin-bottom:0!important}#qodef-side-area .widget .qodef-widget-title{margin:0 0 13px;color:#fff}#qodef-side-area .widget .qodef-widget-title a{color:inherit}#qodef-side-area .widget .qodef-widget-title a:hover{color:#d7d7d7}#qodef-side-area .widget a{color:#fff}#qodef-side-area .widget a:hover{color:#d7d7d7}#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 4px}#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:4px;margin-left:1em}#qodef-side-area .widget.widget_lekker_core_side_area_opener{margin:0!important}#qodef-side-area .widget.widget_archive select,#qodef-side-area .widget.widget_categories select,#qodef-side-area .widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}#qodef-side-area .widget.widget_archive .select2,#qodef-side-area .widget.widget_categories .select2,#qodef-side-area .widget.widget_text .select2{margin-bottom:0}#qodef-side-area .widget.widget_lekker_core_blog_list{margin:0 0 42px}#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-next,#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-next:before,#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}#qodef-side-area .widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}#qodef-side-area .widget.widget_categories .qodef-widget-title{margin:0 0 11px}#qodef-side-area .widget.widget_lekker_core_social_share{margin:0 0 36px}#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:#282828;background-color:#d7d7d7}#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_calendar tfoot a:hover{color:#d7d7d7}#qodef-side-area .widget.widget_text img{display:block}#qodef-side-area .widget.widget_lekker_core_instagram_list{position:relative}#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:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}#qodef-side-area .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-side-area .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-side-area .widget.widget_search .qodef-widget-title{margin-bottom:21.5px}#qodef-side-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-side-area .widget.widget_search button,#qodef-side-area .widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-side-area .widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-side-area .widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:transparent}#qodef-side-area .widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-side-area .widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-side-area .widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-side-area .widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-side-area .widget.widget_search input::placeholder{color:inherit;opacity:1}#qodef-side-area .widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-side-area .widget.widget_search button span{display:block;line-height:inherit}#qodef-side-area .widget.widget_search button span:before{display:block;line-height:inherit}#qodef-side-area .widget.widget_search button:hover{color:#333}#qodef-side-area .widget.widget_lekker_core_author_info{margin:0 0 48px}#qodef-side-area .widget.widget_tag_cloud{margin:0 0 48px}#qodef-side-area .widget.widget_tag_cloud .tagcloud{font-size:0}#qodef-side-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-side-area .widget.widget_media_image .qodef-widget-title{margin-bottom:21.5px}#qodef-side-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-side-area .widget.widget_media_image img{display:block}#qodef-page-sidebar .widget{margin:0 0 39px}#qodef-page-sidebar .widget:last-child{margin-bottom:0!important}#qodef-page-sidebar .widget .qodef-widget-title{margin:0 0 23px}#qodef-page-sidebar .widget .qodef-widget-title a{color:inherit}#qodef-page-sidebar .widget .qodef-widget-title a:hover{color:#e82a2a}#qodef-page-sidebar .widget a{color:#333}#qodef-page-sidebar .widget a:hover{color:#e82a2a}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li{margin:0 0 6px}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul{margin-top:6px;margin-left:1em}#qodef-page-sidebar .widget.widget_lekker_core_side_area_opener{margin:0!important}#qodef-page-sidebar .widget.widget_archive select,#qodef-page-sidebar .widget.widget_categories select,#qodef-page-sidebar .widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}#qodef-page-sidebar .widget.widget_archive .select2,#qodef-page-sidebar .widget.widget_categories .select2,#qodef-page-sidebar .widget.widget_text .select2{margin-bottom:0}#qodef-page-sidebar .widget.widget_lekker_core_blog_list{margin:0 0 42px}#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-next,#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-next:before,#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}#qodef-page-sidebar .widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}#qodef-page-sidebar .widget.widget_categories .qodef-widget-title{margin:0 0 11px}#qodef-page-sidebar .widget.widget_lekker_core_social_share{margin:0 0 36px}#qodef-page-sidebar .widget.widget_calendar{width:100%}#qodef-page-sidebar .widget.widget_calendar table{table-layout:fixed}#qodef-page-sidebar .widget.widget_calendar #today{color:#17d5d5;background-color:#e82a2a}#qodef-page-sidebar .widget.widget_calendar #today a{color:inherit}#qodef-page-sidebar .widget.widget_calendar tfoot td,#qodef-page-sidebar .widget.widget_calendar tfoot tr{border:0}#qodef-page-sidebar .widget.widget_calendar tfoot a{color:#333}#qodef-page-sidebar .widget.widget_calendar tfoot a:hover{color:#e82a2a}#qodef-page-sidebar .widget.widget_text img{display:block}#qodef-page-sidebar .widget.widget_lekker_core_instagram_list{position:relative}#qodef-page-sidebar .widget.widget_rss ul li{margin-bottom:25px}#qodef-page-sidebar .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_rss ul .rsswidget{display:block;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}#qodef-page-sidebar .widget.widget_rss ul .rssSummary{margin-top:5px}#qodef-page-sidebar .widget.widget_rss ul cite{display:block;margin-top:5px}#qodef-page-sidebar .widget.widget_search .qodef-widget-title{margin-bottom:31.5px}#qodef-page-sidebar .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_search button,#qodef-page-sidebar .widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-page-sidebar .widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-page-sidebar .widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:transparent}#qodef-page-sidebar .widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_search input::placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-sidebar .widget.widget_search button span{display:block;line-height:inherit}#qodef-page-sidebar .widget.widget_search button span:before{display:block;line-height:inherit}#qodef-page-sidebar .widget.widget_search button:hover{color:#333}#qodef-page-sidebar .widget.widget_lekker_core_author_info{margin:0 0 48px}#qodef-page-sidebar .widget.widget_tag_cloud{margin:0 0 48px}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud{font-size:0}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}#qodef-page-sidebar .widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title{margin-bottom:31.5px}#qodef-page-sidebar .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-sidebar .widget.widget_media_image img{display:block}.qodef-mega-menu-widget-holder .widget{margin:0 0 15px;color:#fff}.qodef-mega-menu-widget-holder .widget:last-child{margin-bottom:0!important}.qodef-mega-menu-widget-holder .widget .qodef-widget-title{margin:0 0 14px;color:#fff}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a{color:inherit}.qodef-mega-menu-widget-holder .widget .qodef-widget-title a:hover{color:#fff}.qodef-mega-menu-widget-holder .widget a{color:#fff}.qodef-mega-menu-widget-holder .widget a:hover{color:#fff}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li{margin:0 0 4px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul{margin-top:4px;margin-left:1em}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_side_area_opener{margin:0!important}.qodef-mega-menu-widget-holder .widget.widget_archive select,.qodef-mega-menu-widget-holder .widget.widget_categories select,.qodef-mega-menu-widget-holder .widget.widget_text select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 20px;font-family:inherit;font-size:14px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}.qodef-mega-menu-widget-holder .widget.widget_archive .select2,.qodef-mega-menu-widget-holder .widget.widget_categories .select2,.qodef-mega-menu-widget-holder .widget.widget_text .select2{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list{margin:0 0 42px}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-next,.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-prev{background-color:#fff;bottom:auto!important;top:0!important;-webkit-transform:none;-ms-transform:none;transform:none}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-next:before,.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-prev:before{font-size:16px;color:#000}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-label,.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-next .qodef-swiper-lines,.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-label,.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-prev .qodef-swiper-lines{display:none}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-prev:before{content:'\3c'}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_blog_list .swiper-button-next:before{content:'\3e'}.qodef-mega-menu-widget-holder .widget.widget_categories .qodef-widget-title{margin:0 0 11px}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_social_share{margin:0 0 36px}.qodef-mega-menu-widget-holder .widget.widget_calendar{width:100%}.qodef-mega-menu-widget-holder .widget.widget_calendar table{table-layout:fixed}.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#000;background-color:#fff}.qodef-mega-menu-widget-holder .widget.widget_calendar #today a{color:inherit}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot td,.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot tr{border:0}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_calendar tfoot a:hover{color:#fff}.qodef-mega-menu-widget-holder .widget.widget_text img{display:block}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_instagram_list{position:relative}.qodef-mega-menu-widget-holder .widget.widget_rss ul li{margin-bottom:25px}.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget{display:block;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary{margin-top:5px}.qodef-mega-menu-widget-holder .widget.widget_rss ul cite{display:block;margin-top:5px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-widget-title{margin-bottom:22.5px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_search button,.qodef-mega-menu-widget-holder .widget.widget_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}.qodef-mega-menu-widget-holder .widget.widget_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.qodef-mega-menu-widget-holder .widget.widget_search input:focus{color:#1f1f1f;background-color:#f7f7f7;border-color:transparent}.qodef-mega-menu-widget-holder .widget.widget_search input::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-mega-menu-widget-holder .widget.widget_search input::-moz-placeholder{color:inherit;opacity:1}.qodef-mega-menu-widget-holder .widget.widget_search input:-ms-input-placeholder{color:inherit;opacity:1}.qodef-mega-menu-widget-holder .widget.widget_search input::-ms-input-placeholder{color:inherit;opacity:1}.qodef-mega-menu-widget-holder .widget.widget_search input::placeholder{color:inherit;opacity:1}.qodef-mega-menu-widget-holder .widget.widget_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-mega-menu-widget-holder .widget.widget_search button span{display:block;line-height:inherit}.qodef-mega-menu-widget-holder .widget.widget_search button span:before{display:block;line-height:inherit}.qodef-mega-menu-widget-holder .widget.widget_search button:hover{color:#333}.qodef-mega-menu-widget-holder .widget.widget_lekker_core_author_info{margin:0 0 48px}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud{margin:0 0 48px}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud{font-size:0}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;line-height:inherit;letter-spacing:-.02em;background-color:#f55758;font-size:13px!important;font-weight:600;color:#fff!important;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;transition:all .3s ease-in}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:22.5px}.qodef-mega-menu-widget-holder .widget.widget_media_image a{display:inline-block;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_media_image img{display:block}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:50%;left:31px;padding:7px 27px 9px;font-size:15px;line-height:1;color:#fff;background-color:#e82a2a;z-index:5;-webkit-transform:rotate(90deg) translateX(-50%);-ms-transform:rotate(90deg) translateX(-50%);transform:rotate(90deg) translateX(-50%);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}#qodef-woo-page .qodef-woo-product-mark.qodef-new,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-new{background-color:#1f1f1f}#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock{opacity:.5}#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:12px;letter-spacing:.2em;color:#e82a2a}#qodef-woo-page .qodef-woo-ratings .qodef-m-star.qodef--active,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}#qodef-woo-page .price,.qodef-woo-shortcode .price{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;margin:1px 0 0}#qodef-woo-page .price del,.qodef-woo-shortcode .price del{margin-right:10px;color:#777}#qodef-woo-page .price ins,.qodef-woo-shortcode .price ins{text-decoration:none}#qodef-woo-page .added_to_cart,#qodef-woo-page .button,.qodef-woo-shortcode .added_to_cart,.qodef-woo-shortcode .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px;cursor:pointer;z-index:3;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f}#qodef-woo-page .added_to_cart:hover,#qodef-woo-page .button:hover,.qodef-woo-shortcode .added_to_cart:hover,.qodef-woo-shortcode .button:hover{color:#fff;background-color:#1f1f1f}#qodef-woo-page .added_to_cart:after,#qodef-woo-page .added_to_cart:before,#qodef-woo-page .button:after,#qodef-woo-page .button:before,.qodef-woo-shortcode .added_to_cart:after,.qodef-woo-shortcode .added_to_cart:before,.qodef-woo-shortcode .button:after,.qodef-woo-shortcode .button:before{content:"";position:absolute;top:-1px;left:-2px;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}#qodef-woo-page .added_to_cart:after,#qodef-woo-page .button:after,.qodef-woo-shortcode .added_to_cart:after,.qodef-woo-shortcode .button:after{z-index:-2}#qodef-woo-page .added_to_cart:before,#qodef-woo-page .button:before,.qodef-woo-shortcode .added_to_cart:before,.qodef-woo-shortcode .button:before{z-index:-1}#qodef-woo-page .added_to_cart:hover:after,#qodef-woo-page .added_to_cart:hover:before,#qodef-woo-page .button:hover:after,#qodef-woo-page .button:hover:before,.qodef-woo-shortcode .added_to_cart:hover:after,.qodef-woo-shortcode .added_to_cart:hover:before,.qodef-woo-shortcode .button:hover:after,.qodef-woo-shortcode .button:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}#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{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}#qodef-woo-page .added_to_cart:hover:before,#qodef-woo-page .button:hover:before,.qodef-woo-shortcode .added_to_cart:hover:before,.qodef-woo-shortcode .button:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}#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!important}#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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;margin-bottom:30px;border:1px solid #e1e1e1}.woocommerce-page div.woocommerce .woocommerce-error a,.woocommerce-page div.woocommerce .woocommerce-info a,.woocommerce-page div.woocommerce .woocommerce-message a{margin-top:0}@media only screen and (max-width:680px){.woocommerce-page div.woocommerce .woocommerce-error a,.woocommerce-page div.woocommerce .woocommerce-info a,.woocommerce-page div.woocommerce .woocommerce-message a{margin-top:10px}}.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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.woocommerce-page div.woocommerce .shop_table td ul{list-style:none;margin:0;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li{margin:0 0 10px;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li:last-child{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table td ul li label{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table p{margin:0}.woocommerce-page div.woocommerce .col2-set{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -15px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 15px;margin-bottom:30px}.woocommerce-page div.woocommerce address{font-style:normal}.woocommerce-page div.woocommerce address p{margin:0}.woocommerce-page div.woocommerce form p{margin:0}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close,.woocommerce-page .pswp__button.pswp__button--fs,.woocommerce-page .pswp__button.pswp__button--zoom{background:0 0!important}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close:before,.woocommerce-page .pswp__button.pswp__button--fs:before,.woocommerce-page .pswp__button.pswp__button--zoom:before{border:0;color:#fff;font-family:"Font Awesome 5 Free";font-weight:900;background:0 0}.woocommerce-page .pswp__button--arrow--left:before{font-size:45px;content:"\f104"}.woocommerce-page .pswp__button--arrow--right:before{font-size:45px;content:"\f105"}.woocommerce-page .pswp__button.pswp__button--close:before{font-size:17px;content:"\f00d"}.woocommerce-page .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f00e"}.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f010"}.woocommerce-page .pswp__button.pswp__button--fs:before{font-size:17px;content:"\f0b2"}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{font-family:inherit;text-transform:uppercase;font-size:15px;font-weight:500;color:#fff}@media only screen and (max-width:480px){#qodef-woo-page.qodef--cart .shop_table tbody tr .product-subtotal,#qodef-woo-page.qodef--cart .shop_table thead tr .product-subtotal{display:none}}#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:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions{padding:30px 0 0;text-align:initial}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;width:70%;float:left}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{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]{margin-right:20px;margin-bottom:29px}#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:65px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;margin:0 0 42px}#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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:none;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce-page div.woocommerce>.return-to-shop{margin:20px 0 0;text-align:center}.woocommerce-page div.woocommerce>.return-to-shop a{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px;cursor:pointer;z-index:3;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f}.woocommerce-page div.woocommerce>.return-to-shop a:hover{color:#fff;background-color:#1f1f1f}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p{margin-bottom:10px}#qodef-woo-page.qodef--checkout .woocommerce-checkout{margin-top: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:33px}#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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;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:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:#e82a2a}.woocommerce-account .woocommerce .woocommerce-form-login{max-width:600px;width:100%}.woocommerce-account .woocommerce .woocommerce-form-login p.form-row:nth-child(3){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce-account .woocommerce-MyAccount-content{position:relative;display:inline-block;vertical-align:top;width:70%;float:left}@media only screen and (max-width:480px){.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message a{margin-top:10px!important}}.woocommerce-account .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px;cursor:pointer;z-index:3;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;margin-top:13px}.woocommerce-account .button:hover{color:#fff;background-color:#1f1f1f}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:inline-block;margin-left:25px;margin-top:15px;margin-bottom:0}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox span{position:relative;top:-2px}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword{margin-top:31px}.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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;margin:0 0 20px}.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{margin-top:50px}#qodef-woo-page .woocommerce-pagination{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px;margin-bottom:55px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:1024px){#qodef-woo-page .woocommerce-pagination{margin-top:114px;margin-bottom:0}}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;margin:0 5px;font-size:17px;font-weight:600;color:#333;width:32px;height:32px;background-color:transparent;border-radius:50%;text-align:center;line-height:32px;-webkit-transition:background-color 0s;-o-transition:background-color 0s;transition:background-color 0s}#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.dots:after{display:none}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{margin-right:20px}#qodef-woo-page .woocommerce-pagination .page-numbers.next{margin-left:20px}#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover{background-color:#1f1f1f;color:#fff}#qodef-woo-page .woocommerce-pagination .page-numbers.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{position:relative;top:2px;font-size:19px;width:4px}#qodef-woo-page .woocommerce-pagination .page-numbers.next span,#qodef-woo-page .woocommerce-pagination .page-numbers.prev span{display:none}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover{background-color:transparent}#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,#qodef-woo-page .woocommerce-pagination .page-numbers.next:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-woo-page .woocommerce-pagination .page-numbers.next:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after{top:15px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover:after{-webkit-transform:translateY(-3px) rotate(-45deg);-ms-transform:translateY(-3px) rotate(-45deg);transform:translateY(-3px) rotate(-45deg)}#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover:before{-webkit-transform:translateY(3px) rotate(45deg);-ms-transform:translateY(3px) rotate(45deg);transform:translateY(3px) rotate(45deg)}#qodef-woo-page .qodef-woo-product-list,.qodef-woo-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page .qodef-woo-product-list ul.products,.qodef-woo-product-list ul.products{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 -15px;list-style:none;clear:both}#qodef-woo-page .qodef-woo-product-list ul.products>.product,.qodef-woo-product-list ul.products>.product{padding:0 15px;margin:0 0 30px}#qodef-woo-page .qodef-woo-product-list ul.products.columns-1>.product,.qodef-woo-product-list ul.products.columns-1>.product{width:100%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-2>.product,.qodef-woo-product-list ul.products.columns-2>.product{width:50%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-3>.product,.qodef-woo-product-list ul.products.columns-3>.product{width:33.33333%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-4>.product,.qodef-woo-product-list ul.products.columns-4>.product{width:25%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-5>.product,.qodef-woo-product-list ul.products.columns-5>.product{width:20%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-6>.product,.qodef-woo-product-list ul.products.columns-6>.product{width:16.66667%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-7>.product,.qodef-woo-product-list ul.products.columns-7>.product{width:14.28571%}#qodef-woo-page .qodef-woo-product-list ul.products.columns-8>.product,.qodef-woo-product-list ul.products.columns-8>.product{width:12.5%}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--no ul.products,.qodef-woo-product-list.qodef-gutter--no ul.products{margin:0 0}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--no ul.products>.product,.qodef-woo-product-list.qodef-gutter--no ul.products>.product{padding:0 0;margin:0 0 0}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--tiny ul.products,.qodef-woo-product-list.qodef-gutter--tiny ul.products{margin:0 -5px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--tiny ul.products>.product,.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product{padding:0 5px;margin:0 0 10px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--small ul.products,.qodef-woo-product-list.qodef-gutter--small ul.products{margin:0 -10px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--small ul.products>.product,.qodef-woo-product-list.qodef-gutter--small ul.products>.product{padding:0 10px;margin:0 0 20px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--normal ul.products,.qodef-woo-product-list.qodef-gutter--normal ul.products{margin:0 -15px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--normal ul.products>.product,.qodef-woo-product-list.qodef-gutter--normal ul.products>.product{padding:0 15px;margin:0 0 30px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--medium ul.products,.qodef-woo-product-list.qodef-gutter--medium ul.products{margin:0 -20px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--medium ul.products>.product,.qodef-woo-product-list.qodef-gutter--medium ul.products>.product{padding:0 20px;margin:0 0 40px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--large ul.products,.qodef-woo-product-list.qodef-gutter--large ul.products{margin:0 -30px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--large ul.products>.product,.qodef-woo-product-list.qodef-gutter--large ul.products>.product{padding:0 30px;margin:0 0 60px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--huge ul.products,.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -40px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--huge ul.products>.product,.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 40px;margin:0 0 80px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--extra ul.products,.qodef-woo-product-list.qodef-gutter--extra ul.products{margin:0 -75px}#qodef-woo-page .qodef-woo-product-list.qodef-gutter--extra ul.products>.product,.qodef-woo-product-list.qodef-gutter--extra ul.products>.product{padding:0 75px;margin:0 0 150px}#qodef-woo-page .qodef-woo-product-list.qodef-disable-rating .qodef-woo-product-inner .qodef-woo-product-content .qodef-woo-ratings,.qodef-woo-product-list.qodef-disable-rating .qodef-woo-product-inner .qodef-woo-product-content .qodef-woo-ratings{display:none}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-image-inner,.qodef-woo-product-list .qodef-woo-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;opacity:0;padding:10px;overflow:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;background-color:#fcd4d2;z-index:100}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner,.qodef-woo-product-list .qodef-woo-product-inner{position:relative;display:inline-block;vertical-align:top}.touchevents #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner,.touchevents .qodef-woo-product-list .qodef-woo-product-inner{cursor:pointer}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner a.added_to_cart,.qodef-woo-product-list .qodef-woo-product-inner a.added_to_cart{padding:9px 0;border-radius:0;width:100%;display:block;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;padding:15px 40px;width:auto}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner,.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner{opacity:1}.qodef-browser--edge #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.added_to_cart,.qodef-browser--edge #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.button,.qodef-browser--edge .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.added_to_cart,.qodef-browser--edge .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.button,.qodef-browser--ms-explorer #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.added_to_cart,.qodef-browser--ms-explorer #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.button,.qodef-browser--ms-explorer .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.added_to_cart,.qodef-browser--ms-explorer .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner a.button{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title,.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title{color:#1f1f1f}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-image,.qodef-woo-product-list .qodef-woo-product-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-image img,.qodef-woo-product-list .qodef-woo-product-image img{display:block;width:100%}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-content,.qodef-woo-product-list .qodef-woo-product-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 23px}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-title,.qodef-woo-product-list .qodef-woo-product-title{-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-categories,.qodef-woo-product-list .qodef-woo-product-categories{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:1px}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-categories a,.qodef-woo-product-list .qodef-woo-product-categories a{position:relative;display:inline-block;vertical-align:top;font-size:11px;color:#333;z-index:3}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-categories a:hover,.qodef-woo-product-list .qodef-woo-product-categories a:hover{color:#1f1f1f}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator,.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator{position:relative;display:inline-block;vertical-align:top;margin:0 2px;font-size:12px}#qodef-woo-page .qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after,.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after{content:'/'}#qodef-woo-page .qodef-woo-product-list .qodef-woo-ratings,.qodef-woo-product-list .qodef-woo-ratings{margin-top:9px}#qodef-woo-page .qodef-woo-product-list .woocommerce-LoopProduct-link,.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-block;vertical-align:middle}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{display:inline-block;vertical-align:middle;font-size:21px;font-family:inherit;font-weight:300;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input{position:relative;height:59px;width:59px;padding:0;margin:0 26px 0 0;font-family:inherit;line-height:59px;outline:0;color:#1f1f1f;background-color:#e7e7e7;border-color:transparent}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{position:absolute;right:-4px;width:29px;height:29px;line-height:29px;border-left:0;cursor:pointer;-webkit-transition:color .15s ease-in-out;-o-transition:color .15s ease-in-out;transition:color .15s ease-in-out;color:#1f1f1f;background-color:#e7e7e7}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{top:0;border-bottom:0}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus{bottom:0}.qodef-woo-results{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:34px}.qodef-woo-results .woocommerce-result-count{font-size:15px;color:#555}.qodef-woo-results .woocommerce-ordering{margin-left:auto}.qodef-woo-results .woocommerce-ordering select{width:auto;min-width:225px;margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default{margin:0}#qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 30px;margin-bottom:30px;border:1px solid #e1e1e1}#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:0}@media only screen and (max-width:680px){#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:10px}}@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{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}#qodef-woo-page.qodef--single>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -30px}#qodef-woo-page.qodef--single .qodef-woo-single-inner>*{padding:0 30px}#qodef-woo-page.qodef--single .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{top:38%;left:60px;-webkit-transform:rotate(90deg) translateX(-38%);-ms-transform:rotate(90deg) translateX(-38%);transform:rotate(90deg) translateX(-38%)}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{top:17%;-webkit-transform:rotate(90deg) translateX(-21%);-ms-transform:rotate(90deg) translateX(-21%);transform:rotate(90deg) translateX(-21%)}}#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 -5px}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery figure img{display:block;width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.woocommerce-product-gallery__image{position:relative;width:calc(100% - 10px)!important;margin:0 5px;overflow:hidden}#qodef-woo-page.qodef--single .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{position:relative;padding:0 5px;margin-top:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__trigger{position:absolute;top:10px;left:10px;width:30px;height:30px;line-height:30px;text-align:center;z-index:5}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image{width:100%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image{width:50%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image{width:33.33333%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image{width:25%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image{width:20%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image{width:16.66667%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image{width:14.28571%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image{width:12.5%}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:calc(27% + 10px)}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure a,#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure img{height:100%;-o-object-fit:cover;object-fit:cover}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:calc(100% - 27%)!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:27%}@media screen and (min-width:681px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:100%}}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:0}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--below figure>.qodef-woo-thumbnails-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{position:relative;display:inline-block;width:100%;vertical-align:top;-ms-flex-preferred-size:72%;flex-basis:72%}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single .entry-summary{-ms-flex-preferred-size:auto;flex-basis:auto}}#qodef-woo-page.qodef--single .entry-summary .price{font-size:28px;font-weight:300;line-height:53px;margin-top:5px}#qodef-woo-page.qodef--single .woocommerce-product-rating{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings{-ms-flex-negative:0;flex-shrink:0;width:auto;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link{color:#333}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover{color:#1f1f1f}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description{margin-top:20px}#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 .button{padding:16px 45px}#qodef-woo-page.qodef--single form.cart .variations_button,#qodef-woo-page.qodef--single form.cart:not(.variations_form){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single form.cart .variations_button .quantity,#qodef-woo-page.qodef--single form.cart:not(.variations_form) .quantity{margin-right:5px}#qodef-woo-page.qodef--single form.cart.grouped_form{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label{margin-bottom:0;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single form.cart.grouped_form>.button{margin-top:30px}#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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#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:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single form.cart .variations select{width:auto;min-width:225px;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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .single_variation .price{margin:0}#qodef-woo-page.qodef--single .out-of-stock{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;margin:28px 0 0}#qodef-woo-page.qodef--single .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:41px}#qodef-woo-page.qodef--single .product_meta>*{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}#qodef-woo-page.qodef--single .product_meta>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-label{-ms-flex-negative:0;flex-shrink:0;margin-right:8px;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;line-height:31px!important}#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value{padding-top:3px;font-size:16px}#qodef-woo-page.qodef--single .qodef-social-share{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex}#qodef-woo-page.qodef--single .qodef-social-share ul{margin-top:2px}#qodef-woo-page.qodef--single .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:90px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 42px 0 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{display:block;position:relative;padding:0;z-index:100;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before{content:'';position:absolute;display:inline-block;background-color:#1f1f1f;width:0;height:2px;left:0;bottom:2px;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.85,.26,.17,1);-o-transition:.3s cubic-bezier(.85,.26,.17,1);transition:.3s cubic-bezier(.85,.26,.17,1)}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before{width:100%}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover{color:currentColor}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:before,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 0 26px 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-bottom:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:12px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:16px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--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-right:none;padding-left:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:27px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2{display:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p{margin:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-author{margin-right:9px}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-author{margin-right:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-email{margin-left:9px}@media only screen and (max-width:480px){#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-email{margin-left:0}}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-cookies-consent{margin-bottom:17px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-cookies-consent input,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-cookies-consent label{display:inline}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p.comment-form-cookies-consent input{top:2px;position:relative}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab input[type=text]{margin:0 0 6px}#qodef-woo-page.qodef--single .shop_attributes{max-width:500px;margin-top:10px}#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th{padding:3px;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single .shop_attributes th{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single .shop_attributes p{margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title{font-size:18px;line-height:1.5em;letter-spacing:-.02em;margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 0;padding:0;list-style:none}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>*{margin:0 0 30px;padding:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .commentlist>:last-child{margin-bottom:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment_container>img{-ms-flex-negative:0;flex-shrink:0;width:80px;margin-right:20px}#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .woocommerce-Reviews .meta{padding-top:2px}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single #review_form{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:32px}#qodef-woo-page.qodef--single #review_form .comment-reply-title{display:block;margin-bottom:14px;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-woo-page.qodef--single #review_form .comment-form-rating label{margin-bottom:5px}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars{line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars *{line-height:inherit}#qodef-woo-page.qodef--single #review_form .comment-form-rating a{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent}#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:12px;letter-spacing:.2em;color:#e82a2a;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=lekker-core]) #qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{content:'\2606'}#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:12px;letter-spacing:.2em;color:#e82a2a;font-family:ElegantIcons;line-height:1;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=lekker-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}#qodef-woo-page.qodef--single .related{margin-top:80px}#qodef-woo-page.qodef--single .related>h2{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:38px;line-height:1.2em;letter-spacing:-.04em;margin:0 0 37px;font-size:31px;line-height:1.22em;letter-spacing:-.04em}.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:12px;letter-spacing:.2em;color:#e82a2a}.widget.woocommerce .qodef-woo-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.widget.woocommerce .price{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:15px;margin:1px 0 0}.widget.woocommerce .price del{margin-right:10px;color:#777}.widget.woocommerce .price ins{text-decoration:none}.widget.woocommerce .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:8px 30px;cursor:pointer;z-index:3;color:#e82a2a;background-color:transparent;border:2px solid #e82a2a}.widget.woocommerce .button:hover{color:#fff;background-color:#e82a2a;border-color:#e82a2a}.widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}.widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;font-family:ElegantIcons;content:"\4d";font-size:18px;line-height:25px}.widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}.widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}.widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}.widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}.widget.widget_layered_nav ul li.chosen a{color:#e82a2a}.widget.widget_product_categories .qodef-widget-title{margin:0 0 11px}.widget.widget_price_filter .price_slider_wrapper{margin-top:22px}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:2px;background-color:#e7e7e7;border-radius:0;cursor:pointer}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:8px;width:8px;background-color:#e82a2a;border-radius:100%;outline:0;z-index:2}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#1f1f1f;border-radius:0;z-index:1}.widget.widget_price_filter .price_slider_wrapper .price_label{font-size:15px}.widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 0}.widget.widget_price_filter .price_slider_amount .clear{display:none}.widget.widget_price_filter .price_slider_amount .button{color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;padding:16px 40px}.widget.widget_price_filter .price_slider_amount .button:after,.widget.widget_price_filter .price_slider_amount .button:before{content:"";position:absolute;top:-1px;left:-2px;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}.widget.widget_price_filter .price_slider_amount .button:after{z-index:-2}.widget.widget_price_filter .price_slider_amount .button:before{z-index:-1}.widget.widget_price_filter .price_slider_amount .button:hover:after,.widget.widget_price_filter .price_slider_amount .button:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}.widget.widget_price_filter .price_slider_amount .button:hover:after{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.widget.widget_price_filter .price_slider_amount .button:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}.widget.widget_price_filter .price_slider_amount .button:hover{color:#fff;background-color:#1f1f1f}.widget.widget_product_categories select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 30px;font-family:inherit;font-size:15px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}.widget.widget_product_categories li a{font-size:15px;color:#555;font-weight:300}.widget.widget_product_categories li a:hover{color:#e82a2a}.widget.widget_product_search .qodef-widget-title{margin-bottom:21.5px}.widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_product_search button,.widget.widget_product_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}.widget.widget_product_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:15px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.widget.widget_product_search input:focus{color:#1f1f1f;border-color:transparent}.widget.widget_product_search input::-webkit-input-placeholder{color:inherit;opacity:1}.widget.widget_product_search input::-moz-placeholder{color:inherit;opacity:1}.widget.widget_product_search input:-ms-input-placeholder{color:inherit;opacity:1}.widget.widget_product_search input::-ms-input-placeholder{color:inherit;opacity:1}.widget.widget_product_search input::placeholder{color:inherit;opacity:1}.widget.widget_product_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.widget.widget_product_search button span{display:block;line-height:inherit}.widget.widget_product_search button span:before{display:block;line-height:inherit}.widget.widget_product_search button:hover{color:#333}.widget.widget_product_tag_cloud .tagcloud{font-size:0;margin-top:23px}.widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;font-size:13px!important;background-color:#f55758;line-height:inherit;font-weight:600;letter-spacing:-.02em;text-transform:capitalize;color:#fff!important;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.widget.widget_product_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}.widget.widget_products ul li,.widget.widget_recently_viewed_products ul li,.widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.widget.widget_products ul li:last-child,.widget.widget_recently_viewed_products ul li:last-child,.widget.widget_top_rated_products ul li:last-child{margin-bottom:0}.widget.widget_products .qodef-woo-product-image,.widget.widget_recently_viewed_products .qodef-woo-product-image,.widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}.widget.widget_products .qodef-woo-product-image a,.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image a,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image a,.widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}.widget.widget_products .qodef-woo-product-image img,.widget.widget_recently_viewed_products .qodef-woo-product-image img,.widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}.widget.widget_products .qodef-woo-product-title a,.widget.widget_recently_viewed_products .qodef-woo-product-title a,.widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}.widget.widget_products .qodef-woo-product-title a:hover,.widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,.widget.widget_top_rated_products .qodef-woo-product-title a:hover{color:#e82a2a}.widget.widget_products .qodef-woo-ratings,.widget.widget_recently_viewed_products .qodef-woo-ratings,.widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}.widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}.widget.widget_recent_reviews ul li:last-child{margin-bottom:0}.widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}.widget.widget_recent_reviews a{position:relative;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.widget.widget_recent_reviews a:hover{color:#e82a2a}.widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}.widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;font-family:ElegantIcons;content:"\4d";font-size:18px;line-height:25px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}#qodef-page-footer .widget.widget_layered_nav ul li.chosen a{color:#e82a2a}#qodef-page-footer .widget.widget_product_categories .qodef-widget-title{margin:0 0 11px}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper{margin-top:22px}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:2px;background-color:#e7e7e7;border-radius:0;cursor:pointer}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:8px;width:8px;background-color:#e82a2a;border-radius:100%;outline:0;z-index:2}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#1f1f1f;border-radius:0;z-index:1}#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .price_label{font-size:15px}#qodef-page-footer .widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 0}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button{color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;padding:16px 40px}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after,#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before{content:"";position:absolute;top:-1px;left:-2px;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after{z-index:-2}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before{z-index:-1}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after,#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}#qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover{color:#fff;background-color:#1f1f1f}#qodef-page-footer .widget.widget_product_categories select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 30px;font-family:inherit;font-size:15px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid #ccc;border-radius:0;outline:0}#qodef-page-footer .widget.widget_product_categories li a{font-size:15px;color:#ccc;font-weight:300}#qodef-page-footer .widget.widget_product_categories li a:hover{color:#e82a2a}#qodef-page-footer .widget.widget_product_search .qodef-widget-title{margin-bottom:21.5px}#qodef-page-footer .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_product_search button,#qodef-page-footer .widget.widget_product_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-page-footer .widget.widget_product_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:15px;color:#333;background-color:#f7f7f7;border:1px solid #ccc;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-page-footer .widget.widget_product_search input:focus{color:#1f1f1f;border-color:#e82a2a}#qodef-page-footer .widget.widget_product_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_product_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_product_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_product_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_product_search input::placeholder{color:inherit;opacity:1}#qodef-page-footer .widget.widget_product_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer .widget.widget_product_search button span{display:block;line-height:inherit}#qodef-page-footer .widget.widget_product_search button span:before{display:block;line-height:inherit}#qodef-page-footer .widget.widget_product_search button:hover{color:#333}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud{font-size:0;margin-top:23px}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;font-size:13px!important;background-color:#f55758;line-height:inherit;font-weight:600;letter-spacing:-.02em;text-transform:capitalize;color:#fff!important;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-page-footer .widget.widget_products ul li,#qodef-page-footer .widget.widget_recently_viewed_products ul li,#qodef-page-footer .widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}#qodef-page-footer .widget.widget_products ul li:last-child,#qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-footer .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}#qodef-page-footer .widget.widget_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-footer .widget.widget_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-footer .widget.widget_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover{color:#e82a2a}#qodef-page-footer .widget.widget_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-footer .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-footer .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-footer .widget.widget_recent_reviews a{position:relative;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-page-footer .widget.widget_recent_reviews a:hover{color:#e82a2a}#qodef-page-footer .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove{position:absolute;top:0;right:0;font-size:0;line-height:1;z-index:2}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{position:relative;display:block;padding:0 3px;font-family:ElegantIcons;content:"\4d";font-size:18px;line-height:25px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:21px 0 0}#qodef-page-sidebar .widget.widget_layered_nav ul li.chosen a{color:#e82a2a}#qodef-page-sidebar .widget.widget_product_categories .qodef-widget-title{margin:0 0 11px}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper{margin-top:22px}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:2px;background-color:#e7e7e7;border-radius:0;cursor:pointer}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle{position:absolute;top:-3px;height:8px;width:8px;background-color:#e82a2a;border-radius:100%;outline:0;z-index:2}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type{-webkit-transform:translateX(-8px);-ms-transform:translateX(-8px);transform:translateX(-8px)}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#1f1f1f;border-radius:0;z-index:1}#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .price_label{font-size:15px}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 0}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear{display:none}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button{color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f;padding:16px 40px}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:after,#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:before{content:"";position:absolute;top:-1px;left:-2px;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:after{z-index:-2}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:before{z-index:-1}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover:after,#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover:after{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .button:hover{color:#fff;background-color:#1f1f1f}#qodef-page-sidebar .widget.widget_product_categories select{width:100%;max-width:100%;height:60px;margin:8.5px 0 0;padding:18px 30px;font-family:inherit;font-size:16px;line-height:24px;font-style:inherit;font-weight:inherit;color:#333;background-color:#f7f7f7;border:1px solid transparent;border-radius:0;outline:0}#qodef-page-sidebar .widget.widget_product_categories li a{font-size:15px;color:#555;font-weight:300}#qodef-page-sidebar .widget.widget_product_categories li a:hover{color:#e82a2a}#qodef-page-sidebar .widget.widget_product_search .qodef-widget-title{margin-bottom:21.5px}#qodef-page-sidebar .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-sidebar .widget.widget_product_search button,#qodef-page-sidebar .widget.widget_product_search input{height:60px;padding:18px 0;font-family:inherit;font-weight:inherit;line-height:24px;border-radius:0;outline:0;-webkit-appearance:none}#qodef-page-sidebar .widget.widget_product_search input{position:relative;display:inline-block;width:100%;vertical-align:top;padding-left:27px;padding-right:60px;font-size:16px;color:#333;background-color:#f7f7f7;border:1px solid transparent;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#qodef-page-sidebar .widget.widget_product_search input:focus{color:#1f1f1f;border-color:transparent}#qodef-page-sidebar .widget.widget_product_search input::-webkit-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_product_search input::-moz-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_product_search input:-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_product_search input::-ms-input-placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_product_search input::placeholder{color:inherit;opacity:1}#qodef-page-sidebar .widget.widget_product_search button{position:absolute;top:0;right:0;width:77px;font-size:13px;text-align:center;color:#1f1f1f;background-color:transparent;border:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-sidebar .widget.widget_product_search button span{display:block;line-height:inherit}#qodef-page-sidebar .widget.widget_product_search button span:before{display:block;line-height:inherit}#qodef-page-sidebar .widget.widget_product_search button:hover{color:#333}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud{font-size:0;margin-top:23px}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 2px 2px 0;padding:5px 10px;font-family:inherit;font-size:13px!important;background-color:#f55758;line-height:inherit;font-weight:600;letter-spacing:-.02em;text-transform:capitalize;color:#fff!important;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#qodef-page-sidebar .widget.widget_product_tag_cloud .tagcloud a:hover{background:#e82a2a!important;color:#fff!important}#qodef-page-sidebar .widget.widget_products ul li,#qodef-page-sidebar .widget.widget_recently_viewed_products ul li,#qodef-page-sidebar .widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}#qodef-page-sidebar .widget.widget_products ul li:last-child,#qodef-page-sidebar .widget.widget_recently_viewed_products ul li:last-child,#qodef-page-sidebar .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:20px}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image a,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-image img,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}#qodef-page-sidebar .widget.widget_products .qodef-woo-product-title a:hover,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-product-title a:hover{color:#e82a2a}#qodef-page-sidebar .widget.widget_products .qodef-woo-ratings,#qodef-page-sidebar .widget.widget_recently_viewed_products .qodef-woo-ratings,#qodef-page-sidebar .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:10px}#qodef-page-sidebar .widget.widget_recent_reviews ul li{min-height:80px;margin-bottom:20px}#qodef-page-sidebar .widget.widget_recent_reviews ul li:last-child{margin-bottom:0}#qodef-page-sidebar .widget.widget_recent_reviews ul li>*{display:block;padding-left:100px}#qodef-page-sidebar .widget.widget_recent_reviews a{position:relative;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}#qodef-page-sidebar .widget.widget_recent_reviews a:hover{color:#e82a2a}#qodef-page-sidebar .widget.widget_recent_reviews a img{position:absolute;top:0;left:0;width:80px}#qodef-page-sidebar .widget.widget_recent_reviews .qodef-woo-ratings{margin-top:5px}@media only screen and (max-width:1200px){.qodef-content-grid{width:960px}.qodef--boxed .qodef-content-grid{width:1020px}}@media only screen and (max-width:1024px){.qodef-content-grid{width:768px}.qodef--boxed .qodef-content-grid{width:828px}}@media only screen and (max-width:768px){.qodef-content-grid{width:600px}.qodef--boxed .qodef-content-grid{width:660px}}@media only screen and (max-width:680px){.qodef-content-grid{width:420px}.qodef--boxed .qodef-content-grid{width:480px}}@media only screen and (max-width:480px){.qodef-content-grid{width:300px}.qodef--boxed .qodef-content-grid{width:360px}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-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-blog article .qodef-e-info .qodef-e-info-right{margin-top:15px}.qodef-blog article .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-blog article .qodef-e-quote:before{right:19%;font-size:470px}}@media only screen and (max-width:1024px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{margin-top:23px}#qodef-page-comments-list .qodef-comment-item .children{padding-left:0}}@media only screen and (max-width:1024px){.qodef-m-filter .qodef-m-filter-items .qodef-m-filter-title{margin:15px 0}}@media only screen and (max-width:680px){.qodef-m-filter .qodef-m-filter-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-m-filter .qodef-m-filter-items .qodef-m-filter-title{margin:7px 0}.qodef-m-filter .qodef-m-filter-item{margin:2px 0}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-content-full-width{padding:0 38px}}@media only screen and (max-width:1024px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 38px}}@media only screen and (max-width:1024px){#qodef-page-header{display:none}}@media only screen and (max-width:1024px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:768px){.woocommerce-page div.woocommerce .col2-set{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:768px){#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-input{height:45px;width:45px;line-height:45px;font-size:15px;margin:0 24px 0 0}#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-plus{width:27px;height:22px;line-height:22px}#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-minus{bottom:0}}@media only screen and (max-width:768px) and (max-width:480px){#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-input{background-color:transparent;width:33px}#qodef-woo-page.qodef--cart .qodef-quantity-buttons .qodef-quantity-plus{right:-3px}#qodef-woo-page.qodef--cart .qodef-quantity-minus,#qodef-woo-page.qodef--cart .qodef-quantity-plus{background-color:transparent}}@media only screen and (max-width:768px){#qodef-woo-page.qodef--cart .shop_table td.actions .coupon{width:100%;float:none}#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>*{margin-bottom:20px}#qodef-woo-page.qodef--cart .shop_table td.actions>.button{float:none}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:auto}}@media only screen and (max-width:480px){#qodef-woo-page.qodef--cart .shop_table th{font-size:15px}#qodef-woo-page.qodef--cart .shop_table td.product-name a{font-size:15px}#qodef-woo-page.qodef--cart .shop_table td.product-price{font-size:12px}#qodef-woo-page.qodef--cart .shop_table td.product-subtotal .amount{font-size:12px}#qodef-woo-page.qodef--cart .shop_table tr.cart_item{font-size:14px}}@media only screen and (max-width:768px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:0}.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}}@media only screen and (max-width:1440px){.qodef-woo-product-list ul.products.columns-6>.product{width:20%!important}}@media only screen and (max-width:1366px){.qodef-woo-product-list ul.products.columns-5>.product{width:25%!important}.qodef-woo-product-list ul.products.columns-6>.product{width:25%!important}.qodef-woo-product-list ul.products.columns-7>.product{width:25%!important}.qodef-woo-product-list ul.products.columns-8>.product{width:25%!important}}@media only screen and (max-width:1024px){.qodef-woo-product-list ul.products.columns-4>.product{width:33.33333%!important}.qodef-woo-product-list ul.products.columns-5>.product{width:33.33333%!important}.qodef-woo-product-list ul.products.columns-6>.product{width:33.33333%!important}.qodef-woo-product-list ul.products.columns-7>.product{width:33.33333%!important}.qodef-woo-product-list ul.products.columns-8>.product{width:33.33333%!important}}@media only screen and (max-width:768px){.qodef-woo-product-list ul.products.columns-3>.product{width:50%!important}.qodef-woo-product-list ul.products.columns-4>.product{width:50%!important}.qodef-woo-product-list ul.products.columns-5>.product{width:50%!important}.qodef-woo-product-list ul.products.columns-6>.product{width:50%!important}.qodef-woo-product-list ul.products.columns-7>.product{width:50%!important}.qodef-woo-product-list ul.products.columns-8>.product{width:50%!important}}@media only screen and (max-width:680px){.qodef-woo-product-list ul.products.columns-2>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-3>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-4>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-5>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-6>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-7>.product{width:100%!important}.qodef-woo-product-list ul.products.columns-8>.product{width:100%!important}}@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{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.qodef-woo-results .woocommerce-ordering{margin-left:0}@media only screen and (max-width:1024px){#qodef-woo-page.qodef--single .qodef-woo-single-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .entry-summary{margin-top:60px}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image{width:50%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left .woocommerce-product-gallery__trigger{left:10px}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.woocommerce-product-gallery__image{width:100%!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:100%!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image:first-child{margin-top:10px!important}}.lekker-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.qodef-blog.qodef-item-layout--simple .qodef-e .qodef-e-media-image{overflow:hidden}.qodef-blog.qodef-item-layout--simple .qodef-e .qodef-e-media-image img{clip-path:inset(0);-webkit-clip-path:inset(0);-webkit-transition:.4s cubic-bezier(.13,.43,0,.94);-o-transition:.4s cubic-bezier(.13,.43,0,.94);transition:.4s cubic-bezier(.13,.43,0,.94)}.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-e-title-link{color:#333}.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-e-media-image img{clip-path:inset(10px);-webkit-clip-path:inset(10px)}.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-blog.qodef-item-layout--simple .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-e-title-link{color:#333}.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-item-layout--switch-images .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-layout--masonry.qodef-item-layout--info-on-side{-webkit-perspective:3000px;perspective:3000px}.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner{opacity:0;-webkit-transform:rotateX(-50deg);transform:rotateX(-50deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:-webkit-transform 1s cubic-bezier(.7,.1,0,1);transition:-webkit-transform 1s cubic-bezier(.7,.1,0,1);-o-transition:transform 1s cubic-bezier(.7,.1,0,1);transition:transform 1s cubic-bezier(.7,.1,0,1);transition:transform 1s cubic-bezier(.7,.1,0,1),-webkit-transform 1s cubic-bezier(.7,.1,0,1)}.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner.qodef--isNewPost{-webkit-transition:opacity .5s,-webkit-transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,-webkit-transform 1s cubic-bezier(.7,.1,0,1);-o-transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1),-webkit-transform 1s cubic-bezier(.7,.1,0,1)}.elementor-editor-active .qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner,.qodef-layout--masonry.qodef-item-layout--info-on-side .qodef-e-inner.qodef--appear-masonry{opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:.7s cubic-bezier(.7,.1,0,1);-o-transition:.7s cubic-bezier(.7,.1,0,1);transition:.7s cubic-bezier(.7,.1,0,1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--isNewPost{-webkit-transition:opacity .5s,-webkit-transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,-webkit-transform 1s cubic-bezier(.7,.1,0,1);-o-transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1);transition:opacity .5s,transform 1s cubic-bezier(.7,.1,0,1),-webkit-transform 1s cubic-bezier(.7,.1,0,1)}.elementor-editor-active .qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner,.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--appear,.qodef-layout--masonry.qodef-portfolio-list.qodef-item-layout--image-only .qodef-e-inner.qodef--appear-masonry{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e{overflow:hidden;pointer-events:none}.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{opacity:0;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:0s;-o-transition:0s;transition:0s}.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content{opacity:1;-webkit-transition:0s;-o-transition:0s;transition:0s}.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content .qodef-e-content-inner>*{visibility:hidden}.elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-image,.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry .qodef-e-image{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:opacity .5s,-webkit-transform 1s;transition:opacity .5s,-webkit-transform 1s;-o-transition:opacity .5s,transform 1s;transition:opacity .5s,transform 1s;transition:opacity .5s,transform 1s,-webkit-transform 1s}.elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e .qodef-e-content,.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry .qodef-e-content{opacity:0;-webkit-transition:.5s .2s;-o-transition:.5s .2s;transition:.5s .2s}.elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded,.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded{pointer-events:all}.elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded .qodef-e-content,.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded .qodef-e-content{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-editor-active .qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--isLoaded .qodef-e-content .qodef-e-content-inner>*,.qodef-layout--masonry.qodef-hover-animation--fade-in .qodef-e.qodef--appear-masonry.qodef--isLoaded .qodef-e-content .qodef-e-content-inner>*{visibility:visible}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-image,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-inner,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-media-image,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-media-image>a{height:100%}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-swiper-container .qodef-e-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.qodef-button.wpcf7-submit.qodef-type--filled{z-index:1}.qodef-button.wpcf7-submit.qodef-type--filled:after,.qodef-button.wpcf7-submit.qodef-type--filled:before{content:"";position:absolute;top:1px;left:0;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}.qodef-button.wpcf7-submit.qodef-type--filled:after{z-index:-2}.qodef-button.wpcf7-submit.qodef-type--filled:before{z-index:-1}.qodef-button.wpcf7-submit.qodef-type--filled:hover:after,.qodef-button.wpcf7-submit.qodef-type--filled:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}.qodef-button.wpcf7-submit.qodef-type--filled:hover:after{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.qodef-button.wpcf7-submit.qodef-type--filled:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas{font-family:'Font Awesome 5 Free';font-weight:900}.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before{font-family:inherit;font-weight:inherit}.kc-elm.qodef-shortcode .fab{font-family:'Font Awesome 5 Brands';font-weight:400}.kc-elm.qodef-shortcode .fab:before{font-family:inherit;font-weight:inherit}.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li{margin-bottom:0!important}#qodef-back-to-top{position:fixed;width:58px;right:50px;bottom:8%;margin:0;z-index:10000;opacity:0;visibility:hidden;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}#qodef-back-to-top .qodef-btn-background{position:absolute;left:-26px;top:0;background-color:transparent;width:158px;height:58px;z-index:-10;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}#qodef-back-to-top .qodef-btn-background.down .qodef-back-to-top-text{color:#fff}#qodef-back-to-top .qodef-btn-background.down .qodef-m-nav-lines:after,#qodef-back-to-top .qodef-btn-background.down .qodef-m-nav-lines:before{background-color:#fff}#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines{width:58px;height:58px;position:absolute;left:139px}#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:after,#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:100%;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-back-to-top .qodef-btn-background .qodef-m-nav-lines:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-back-to-top .qodef-btn-background:hover .qodef-m-nav-lines:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}#qodef-back-to-top .qodef-btn-background:hover .qodef-m-nav-lines:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}#qodef-back-to-top .qodef-back-to-top-text{position:relative;display:block;width:158px;height:58px;font-family:Poppins,sans-serif;color:#1f1f1f;letter-spacing:-.02em;line-height:58px;font-size:13px;text-align:center;font-weight:700;overflow:hidden;-webkit-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in}#qodef-back-to-top span span{display:block;line-height:inherit}#qodef-back-to-top.qodef--off{opacity:0;visibility:hidden;-webkit-transition:opacity .15s ease,visibility 0s .15s;-o-transition:opacity .15s ease,visibility 0s .15s;transition:opacity .15s ease,visibility 0s .15s}#qodef-back-to-top.qodef--on{opacity:1;visibility:visible;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-blog{position:relative}.qodef-blog.qodef-item-layout--basic article{margin:0}.qodef-blog.qodef-item-layout--basic article .qodef-e-media-image{margin:0 0 17px}.qodef-blog.qodef-item-layout--basic .swiper-button-next,.qodef-blog.qodef-item-layout--basic .swiper-button-prev{position:absolute;bottom:29px!important;left:unset!important;top:unset!important;height:30px!important;width:30px!important}.qodef-blog.qodef-item-layout--basic .swiper-button-next:after,.qodef-blog.qodef-item-layout--basic .swiper-button-prev:after{font-family:Poppins,sans-serif;background:#fff;color:#333;font-weight:300;font-size:16px;line-height:30px;height:30px;width:30px;text-align:center}.qodef-blog.qodef-item-layout--basic .swiper-button-prev{right:30px!important}.qodef-blog.qodef-item-layout--basic .swiper-button-prev:after{content:'<'}.qodef-blog.qodef-item-layout--basic .swiper-button-next{right:0!important}.qodef-blog.qodef-item-layout--basic .swiper-button-next:after{content:'>'}.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom{margin-top:5px}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{margin:0 0 37px}.qodef-blog.qodef-item-layout--simple article .qodef-info--top{margin-bottom:12px}.qodef-blog.qodef-item-layout--simple article .qodef-e-read-more{margin:22px 0 0}@media only screen and (max-width:680px){.qodef-blog.qodef-item-layout--simple article .qodef-e-read-more{margin:22px 0 25px}}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom{margin-bottom:30px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link{margin-bottom:39px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote{margin-bottom:39px}.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-e-link{padding:76px}.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-icon-elegant-icons{right:40px;font-size:140px}.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote{padding:76px}.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote:before{font-size:540px}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;margin:170px 0 0}#qodef-author-info .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#ffe6b5;padding:46px 111px 46px 60px}@media only screen and (max-width:1366px){#qodef-author-info .qodef-m-inner{padding:42px 65px 42px 42px}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{padding:35px 29px}}#qodef-author-info .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;margin-right:33px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block;border-radius:50%}#qodef-author-info .qodef-m-author{margin:0}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:11px 0 0}#qodef-author-info .qodef-m-social-icons{margin-top:21px}#qodef-author-info .qodef-m-social-icons a{position:relative;display:inline-block;vertical-align:top;margin-right:24px;font-size:15px}#qodef-author-info .qodef-m-social-icons a:last-child{margin-right:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:86px}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:75px 0 0}#qodef-single-post-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}#qodef-single-post-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-post-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after,#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:100%;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:after{-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}#qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:before{-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}#qodef-single-post-navigation .qodef-m-nav.qodef--next{text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after,#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}#qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}#qodef-single-post-navigation .qodef-m-nav-label{font-family:Poppins,sans-serif;font-size:22px;line-height:1.5em;font-weight:600;color:#1f1f1f;font-size:13px;padding:0 20px;top:5px;position:relative;line-height:48px}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0;z-index:-1}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f55758;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area .qodef-content-grid{height:100%}#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu{width:100%}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area{-webkit-animation:qode-fade-in .25s linear both;animation:qode-fade-in .25s linear both}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}#qodef-fullscreen-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.qodef-fullscreen-menu{position:relative;top:0;margin:0 auto;text-align:center}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding:5px 0}.qodef-fullscreen-menu ul li.qodef--hide-link>a{cursor:default}.qodef-fullscreen-menu ul.sub-menu{display:none}.qodef-fullscreen-menu .qodef-menu-item-icon{margin-right:5px}.qodef-fullscreen-menu .qodef-mega-menu-widget-holder{display:none}.qodef-fullscreen-menu>ul>li>a{font-family:Poppins,sans-serif;font-weight:700;font-size:60px;line-height:1.26em;letter-spacing:-.04em;color:#fff;font-weight:600;font-size:53px;-webkit-transition:opacity .2s,color .2s;-o-transition:opacity .2s,color .2s;transition:opacity .2s,color .2s}@media only screen and (max-width:480px){.qodef-fullscreen-menu>ul>li>a{font-size:48px}}.qodef-fullscreen-menu>ul>li>a:hover{opacity:.75}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{opacity:.75}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:6px 0 3px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li{padding:3px 0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:25px;font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;color:#fff;font-size:15px;font-weight:400;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:0;font-size:17px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a span{position:relative;padding:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a span:before{background:#fff}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a span:before,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}#menu-fullscreen-menu>li{opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.24,.55,.2,.91);-o-transition-timing-function:cubic-bezier(.24,.55,.2,.91);transition-timing-function:cubic-bezier(.24,.55,.2,.91)}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(2){-webkit-transition-delay:90ms;-o-transition-delay:90ms;transition-delay:90ms}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(3){-webkit-transition-delay:.18s;-o-transition-delay:.18s;transition-delay:.18s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(4){-webkit-transition-delay:.27s;-o-transition-delay:.27s;transition-delay:.27s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(5){-webkit-transition-delay:.36s;-o-transition-delay:.36s;transition-delay:.36s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(6){-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(7){-webkit-transition-delay:.54s;-o-transition-delay:.54s;transition-delay:.54s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(8){-webkit-transition-delay:.63s;-o-transition-delay:.63s;transition-delay:.63s}.qodef-fullscreen-menu--opened #menu-fullscreen-menu>li:nth-child(9){-webkit-transition-delay:.72s;-o-transition-delay:.72s;transition-delay:.72s}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line{-webkit-transform-origin:28% 50%;-ms-transform-origin:28% 50%;transform-origin:28% 50%}.qodef-fullscreen-menu-opener.qodef-source--predefined .qodef--close .qodef-m-line{left:11px}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#fff}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,.qodef-fullscreen-menu--opened .qodef-header-logo-link,.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link{visibility:visible}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--light #qodef-page-header .qodef-header-navigation>ul>li>a{color:#fff!important}.qodef-header--dark #qodef-page-header .qodef-header-navigation>ul>li>a{color:#000!important}#qodef-page-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin-left:24px}#qodef-page-header .qodef-widget-holder .widget{margin:0 12px}#qodef-page-header .qodef-widget-holder .widget:first-child{margin-left:0;margin-right:5px}#qodef-page-header .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-header-inner.qodef-content-grid{padding:0}#qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:1}#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:0}#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--light{opacity:1}.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--dark,.qodef-header--light #qodef-page-header .qodef-header-logo-link .qodef--main{opacity:0}.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--dark{opacity:1}.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--light,.qodef-header--dark #qodef-page-header .qodef-header-logo-link .qodef--main{opacity:0}#qodef-page-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link{margin-right:auto}.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder{margin-right:30px}.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link{margin-right:24px}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid{width:768px}}.qodef-header--vertical-sliding #qodef-page-header{height:100%;left:0;position:fixed;top:0;width:70px}.qodef-header--vertical-sliding #qodef-page-header-inner{padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header--vertical-sliding .qodef-vertical-sliding-area{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder{-webkit-animation:qode-fade-in .25s .6s linear both;animation:qode-fade-in .25s .6s linear both}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic{background-color:#fff;left:-395px;padding-left:70px;position:fixed;top:0;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1);visibility:hidden;width:325px;z-index:-1}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link,.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-vertical-sliding-widget-holder{margin-right:43px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-vertical-sliding-widget-holder{padding:0 0 33px 0}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_lekker_core_custom_font{margin:0 0 20px 3px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_lekker_core_social_share .qodef-social-share.qodef-layout--list li{margin-right:26px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img{position:relative!important;top:0!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--static .qodef-vertical-sliding-widget-holder{-webkit-animation:qode-fade-out .25s linear both;animation:qode-fade-out .25s linear both}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic{left:0;visibility:visible}.qodef-header--vertical-sliding.admin-bar #qodef-page-header,.qodef-header--vertical-sliding.admin-bar .qodef--dynamic{height:calc(100% - 32px);top:32px}.qodef-header--vertical-sliding #qodef-page-footer,.qodef-header--vertical-sliding #qodef-page-outer{padding-left:70px}.qodef-opener-icon.qodef-vertical-sliding-menu-opener{display:block}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close{top:50%;left:50%}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line.qodef--1{top:21px;left:7px}.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon .qodef-m-lines .qodef-m-line.qodef--2{top:21px;left:14px}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:21px;left:10px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line.qodef--2{top:21px;left:10px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon{visibility:hidden}.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close{visibility:visible}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light{opacity:1}.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark,.qodef-vertical-sliding-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 45px;width:100%;z-index:100}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul{list-style:none;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li{margin:17px 0;padding:0;position:relative}.qodef-header--light.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li>a{color:#fff!important}.qodef-header--dark.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li>a{color:#000!important}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner{display:block;padding:0;position:relative;z-index:997}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul{margin:32px 0 0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:600;font-size:15px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>span{position:relative}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>span:before{content:'';position:absolute;display:inline-block;background-color:currentColor;width:100%;height:2px;left:0;bottom:0;z-index:100;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.16,.21,0,.95);-o-transition:.3s cubic-bezier(.16,.21,0,.95);transition:.3s cubic-bezier(.16,.21,0,.95)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a>span:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover span:before{width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 0;margin:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li{margin:2px 0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:25px;font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;font-size:15px;font-size:15px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a span{position:relative;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li>a:before{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a{opacity:.6}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a span:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a span:before{width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul{background-color:#fff;left:calc(100% + 40px);margin-left:50px;opacity:0;padding:25px 20px;position:absolute;top:-23px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;visibility:hidden;width:254px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation.qodef-vertical-sliding-drop-down--side .qodef-drop-down-second ul ul{left:calc(100% + 20px);top:-25px;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;visibility:hidden}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1400.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1680px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1300.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1367px) and (max-width:1440px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:1100px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1200.qodef-header--vertical .qodef-content-grid{width:768px}}@media only screen and (min-width:1281px) and (max-width:1366px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid{width:960px}}@media only screen and (min-width:1025px) and (max-width:1280px){.qodef-content-grid-1100.qodef-header--vertical .qodef-content-grid{width:768px}}.qodef-header--vertical #qodef-page-header{position:fixed;top:0;left:0;width:300px;height:100%}.qodef-header--vertical #qodef-page-header .qodef-header-logo-link{height:auto}.qodef-header--vertical #qodef-page-header-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:45px}.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder{display:block}.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget{margin:0 0 15px}.qodef-header--vertical #qodef-page-header-inner .qodef-vertical-widget-holder .widget:last-child{margin-bottom:0}.qodef-header--vertical.admin-bar #qodef-page-header{top:32px;height:calc(100% - 32px)}.qodef-header--vertical #qodef-page-footer,.qodef-header--vertical #qodef-page-outer{padding-left:300px}.qodef-header--vertical .qodef-header-vertical-navigation{margin-top:auto;margin-bottom:auto;z-index:100;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation ul{margin:0;padding:0;list-style:none}.qodef-header--vertical .qodef-header-vertical-navigation ul li{position:relative;padding:0;margin:0}.qodef-header--light.qodef-header--vertical .qodef-header-vertical-navigation ul li>a{color:#fff!important}.qodef-header--dark.qodef-header--vertical .qodef-header-vertical-navigation ul li>a{color:#000!important}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second{-webkit-transform:translateZ(0);transform:translateZ(0)}.qodef-header--vertical .qodef-header-vertical-navigation ul li .qodef-drop-down-second-inner{position:relative;display:block;padding:0;z-index:997}.qodef-header--vertical .qodef-header-vertical-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-menu-item-icon{margin-right:5px}.qodef-header--vertical .qodef-header-vertical-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:600}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li>a:hover{opacity:.75}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:20px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:25px;font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;font-size:15px}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a span{position:relative;padding:0}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a span:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a span:before,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a span:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical .qodef-header-vertical-navigation>ul>li.current-menu-item>a{opacity:.75}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--below ul li .qodef-drop-down-second{display:none}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second{position:absolute;top:0;width:100%}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul{position:absolute;top:-23px;left:calc(100% + 40px);width:254px;background-color:#fff;padding:25px 20px;margin-left:50px;visibility:hidden;opacity:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul.qodef-float--open{margin-left:0;opacity:1;visibility:visible;z-index:900}.qodef-header--vertical .qodef-header-vertical-navigation.qodef-vertical-drop-down--side .qodef-drop-down-second ul ul{top:-25px;left:calc(100% + 20px);visibility:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area{top:32px}.qodef-header-sticky{position:fixed;top:0;left:0;height:110px;width:100%;background-color:#fff;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:top .5s ease,-webkit-transform .5s ease;transition:top .5s ease,-webkit-transform .5s ease;-o-transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease;transition:transform .5s ease,top .5s ease,-webkit-transform .5s ease;z-index:100}.qodef-header--sticky-display .qodef-header-sticky{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-header--sticky-display .qodef-header-sticky{top:32px}#qodef-page-header .qodef-header-sticky.qodef-skin--dark .qodef-header-sticky-inner .qodef-header-navigation>ul>li>a{color:#1f1f1f!important}.qodef-header-sticky-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 45px}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{margin-left:20px}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder{margin-left:auto}#qodef-top-area{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:40px;padding:0 45px;background-color:#000;z-index:101}#qodef-top-area .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-top-area .qodef-widget-holder.qodef-top-area-left{margin-right:auto}#qodef-top-area .qodef-widget-holder.qodef-top-area-right{margin-left:auto}#qodef-top-area .qodef-widget-holder .widget{margin:0 12px}#qodef-top-area .qodef-widget-holder .widget:first-child{margin-left:0}#qodef-top-area .qodef-widget-holder .widget:last-child{margin-right:0}#qodef-top-area .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p{margin:0}#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header{background-color:#fff}.qodef-mobile-header--sticky #qodef-page-mobile-header{width:100%;position:fixed;top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.qodef-mobile-header--sticky-animation #qodef-page-mobile-header{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease;transition:transform .3s ease,top .3s ease,-webkit-transform .3s ease}.qodef-mobile-header--sticky-display #qodef-page-mobile-header{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header{top:46px}#qodef-page-mobile-header .qodef-widget-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}#qodef-page-mobile-header .qodef-widget-holder .widget{margin:0 0 0 12px}#qodef-page-mobile-header .widget{display:inline-block;vertical-align:middle;line-height:1}#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p{margin:0}#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder]{display:none}#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer{max-height:100%;width:auto;margin-right:auto}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:1}#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:0}#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main){position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon{margin-right:5px}.qodef-mobile-header-navigation ul li.qodef--hide-link>a{cursor:default}.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder{display:none}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon{margin-left:20px}.qodef-fullscreen-menu--opened{overflow-y:hidden}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main{opacity:0}.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link{margin-right:auto}.qodef-header-navigation .qodef-menu-item-icon{display:block;margin-right:5px;line-height:inherit}.qodef-header-navigation .qodef-menu-item-icon:before{display:block;line-height:inherit}.qodef-header-navigation ul li .qodef-drop-down-second{position:absolute;top:100%;left:-33px;display:block;width:260px;opacity:0;visibility:hidden;overflow:hidden;z-index:10;background-color:#1f1f1f}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:20}.qodef-header-navigation ul li .qodef-mega-menu-widget-holder{display:none;white-space:normal}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:-33px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder{display:block}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image{margin:0 19% 25px 19%;overflow:hidden}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{font-size:15px;color:#fefefe;font-weight:300}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget a{position:relative;font-size:15px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget a:hover{color:#fff;opacity:.75}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder .widget:hover a{color:#fff;opacity:.75}.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second{width:100vw}.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid){padding:0 45px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:35px 0 36px;margin:0 -15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li{width:100%;padding:0 15px}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;color:#fff;font-weight:600;font-weight:600}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:15px;margin-left:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li{margin:0 0 2px 0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 4px 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:25px;font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#fff;font-size:15px;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a span{position:relative;padding:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a span:before{content:'';position:absolute;bottom:0;left:0;height:2px;width:100%;background:#e82a2a;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a:hover{opacity:.75}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a{opacity:.75}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a{opacity:.75}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover{opacity:.75}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 45px}body:not(.qodef-drop-down-second--animate-height) .qodef-header-navigation ul li .qodef-drop-down-second{-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.qodef-opener-icon{position:relative;display:inline-block;vertical-align:middle;line-height:1}.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible}.qodef-opener-icon .qodef-m-icon.qodef--close{position:absolute;top:0;left:0;visibility:hidden}.qodef-opener-icon.qodef-source--icon-pack{font-size:35px}.qodef-opener-icon.qodef-source--icon-pack *{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--icon-pack :before{display:inline-block;line-height:inherit}.qodef-opener-icon.qodef-source--svg-path span{position:relative}.qodef-opener-icon.qodef-source--svg-path span>*{vertical-align:middle}.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>*{fill:currentColor;stroke:currentColor}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines{position:relative;display:block;width:45px;height:45px;background-color:#000;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after,.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before{-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;z-index:-1;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:8px;top:7px;z-index:-1;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:after,.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s cubic-bezier(.11,.54,0,1.2);-o-transition:.3s cubic-bezier(.11,.54,0,1.2);transition:.3s cubic-bezier(.11,.54,0,1.2)}.qodef-opener-icon.qodef-source--predefined .qodef-m-lines:hover:after{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines{background-color:#fff}.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:after,.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-lines:before{border:1px solid #fff}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:10px;height:2px;width:56%;background-color:#fff;-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,-webkit-transform .3s ease;-o-transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease;transition:top .3s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1{top:18px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{top:26px}.qodef-header--light .qodef-opener-icon.qodef-source--predefined .qodef-m-line{background-color:#000}.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path{color:#fff!important}.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--icon-pack,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--predefined,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon.qodef-source--svg-path{color:#000!important}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax>.elementor-container{z-index:12}.qodef-parallax:not(.qodef-page-title){min-height:100vh}.qodef-parallax-img-holder{position:absolute;top:-50%;height:150%;left:0;width:100%;opacity:1}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;opacity:1}.qodef-parallax-content-holder{position:relative;z-index:99}.qodef-parallax-img-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;will-change:transform;margin-top:-10%}@media only screen and (max-width:1024px){.qodef-parallax-img-wrapper{margin-top:0}}.qodef-parallax-img-wrapper img{-o-object-fit:cover;object-fit:cover;height:100%!important;width:100%!important}.qodef-parallax-img{position:absolute;top:50%;left:calc(50% - 1px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.touchevents .qodef-parallax-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-browser--edge .qodef-parallax-img,.qodef-browser--ms-explorer .qodef-parallax-img{height:100%}.qodef-contact-form-7{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-contact-form-7 .ajax-loader{position:absolute;right:-10px}.qodef-instagram-list #sb_instagram{position:relative}.qodef-instagram-list #sb_instagram:after{content:"\e09a";font-family:ElegantIcons;font-size:14px;line-height:60px;color:#1f1f1f;display:inline-block;position:absolute;width:60px;height:60px;background-color:#fff;text-align:center;left:0;right:0;margin:auto;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a{background-image:none!important;height:auto!important}.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img{display:inline-block!important}.qodef-instagram-list #sb_instagram.sbi_fixed_height{overflow-y:hidden;padding:0}.qodef-instagram-list.qodef-gutter--no #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-gutter--no #sb_instagram:after{top:calc(50% - 0px)}.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0}.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram:after{top:calc(50% - 10px)}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-gutter--small #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-gutter--small #sb_instagram:after{top:calc(50% - 20px)}.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-gutter--normal #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-gutter--normal #sb_instagram:after{top:calc(50% - 30px)}.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-gutter--medium #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-gutter--medium #sb_instagram:after{top:calc(50% - 40px)}.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-gutter--large #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-60px}.qodef-instagram-list.qodef-gutter--large #sb_instagram:after{top:calc(50% - 60px)}.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -30px}.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 30px!important;margin:0 0 60px!important}.qodef-instagram-list.qodef-gutter--huge #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-instagram-list.qodef-gutter--huge #sb_instagram:after{top:calc(50% - 80px)}.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -40px}.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 40px!important;margin:0 0 80px!important}.qodef-instagram-list.qodef-gutter--extra #sb_instagram{padding-bottom:0!important}.qodef-instagram-list.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-150px}.qodef-instagram-list.qodef-gutter--extra #sb_instagram:after{top:calc(50% - 150px)}.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images{float:none;padding:0!important;width:auto;margin:0 -75px}.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images:after{content:'';display:table;clear:both}.qodef-instagram-list.qodef-gutter--extra #sb_instagram #sbi_images>.sbi_item{padding:0 75px!important;margin:0 0 150px!important}.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions{display:none}.qodef-twitter-list.qodef-layout--columns #ctf{overflow:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item{position:relative;display:inline-block;width:100%;vertical-align:top;float:left;border:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box{margin-left:0;display:block;margin-bottom:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link{line-height:1!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar{width:37px;height:37px;margin:0 7px 0 0;float:none;border-radius:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:600!important;margin:0 4px 0 0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6875em;font-weight:400;color:#333;margin-right:4px;margin-left:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta{margin-top:4px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname{display:none}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;padding:0;margin-top:-5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;position:relative;top:5px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-left:0;margin-top:-3px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before{content:'\e094';font-family:ElegantIcons;padding-right:10px;font-size:18px;visibility:hidden}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a{padding:0;font-size:14px;margin-right:8px}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child{margin-right:0}.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply{margin-left:0}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before{content:"";display:table;table-layout:fixed}.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after{clear:both}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item{width:50%}@media only screen and (min-width:681px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item{width:33.33333%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item{width:25%}@media only screen and (min-width:1025px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item{width:20%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets{margin:0}.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item{padding:0;margin:0}.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets{margin:0 -5px}.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item{padding:0 5px;margin:0 0 10px}.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets{margin:0 -10px}.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item{padding:0 10px;margin:0 0 20px}.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets{margin:0 -15px}.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item{padding:0 15px;margin:0 0 30px}.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets{margin:0 -20px}.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item{padding:0 20px;margin:0 0 40px}.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-60px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -30px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 30px;margin:0 0 60px}.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -40px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 40px;margin:0 0 80px}.qodef-twitter-list.qodef-gutter--extra.qodef--no-bottom-space{margin-bottom:-150px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets{margin:0 -75px}.qodef-twitter-list.qodef-gutter--extra #ctf .ctf-tweets>.ctf-item{padding:0 75px;margin:0 0 150px}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a,.qodef-woo-product-list .product-category a{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,.qodef-woo-product-list .product-category .woocommerce-loop-category__title{background-color:#fff;left:50%;margin:0;padding:12px 41px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto}.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count,.qodef-woo-product-list .count{display:none}.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .added_to_cart,.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-inner .button{margin-top:20px!important}.widget_lekker_core_woo_dropdown_cart{height:100%}.qodef-woo-dropdown-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-dropdown-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-dropdown-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;margin:0 0 0 10px}.qodef-woo-dropdown-cart .qodef-m-opener:hover{color:inherit}.qodef-header--light .qodef-woo-dropdown-cart .qodef-m-opener{color:#fff}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{position:relative;font-size:15px;font-weight:600;letter-spacing:-.03em}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon:before{content:'';position:absolute;bottom:2px;left:0;height:2px;width:100%;background:currentColor;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .3s cubic-bezier(.85,.26,.17,1);-o-transition:all .3s cubic-bezier(.85,.26,.17,1);transition:all .3s cubic-bezier(.85,.26,.17,1)}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{position:relative;top:-4px;font-size:9px;font-weight:600}.qodef-woo-dropdown-cart .qodef-m-dropdown{position:absolute;top:100%;left:auto;right:0;text-align:left;max-height:0;pointer-events:none;overflow:hidden;will-change:transform;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner{position:relative;display:inline-block;vertical-align:top;width:315px;padding:28px;background-color:#1f1f1f}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner .qodef-m-posts-not-found{color:#fff}.qodef-woo-dropdown-cart .qodef-woo-dropdown-items{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items{color:#333}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a{color:#333}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover{color:#e82a2a}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:20px}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child{margin-top:0}.qodef-woo-dropdown-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:63px;margin-right:20px}.qodef-woo-dropdown-cart .qodef-e-image a,.qodef-woo-dropdown-cart .qodef-e-image img{display:block}.qodef-woo-dropdown-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px;padding-top:4px}.qodef-woo-dropdown-cart .qodef-e-title{margin:0}.qodef-woo-dropdown-cart .qodef-e-title a{color:#fff}.qodef-woo-dropdown-cart .qodef-e-title a:hover{color:#f7f7f7}.qodef-woo-dropdown-cart .qodef-e-price{margin:3px 0 0;display:inline-block;font-size:15px;color:#fff}.qodef-woo-dropdown-cart .qodef-e-quantity{margin:3px 0 0;display:inline-block;font-size:15px;color:#fff}.qodef-woo-dropdown-cart .qodef-e-quantity:after{content:'X';display:inline-block;position:relative;padding-left:3px}.qodef-woo-dropdown-cart .qodef-e-remove{position:absolute;top:-7px;right:0;font-size:15px;line-height:1;color:#fff}.qodef-woo-dropdown-cart .qodef-e-remove:hover{color:#f7f7f7}.qodef-woo-dropdown-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:18px;margin-top:28px;border-top:1px solid #fff}.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label{font-size:17px;font-weight:600}.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount{font-size:15px;font-weight:300}.qodef-woo-dropdown-cart .qodef-m-order-details>*{margin:0;color:#fff}#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details{color:#333}.qodef-woo-dropdown-cart .qodef-m-action{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:8px}.qodef-woo-dropdown-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;width:100%;padding:15px 40px;text-align:center;color:#1f1f1f;background-color:#fff;border:1px solid #fff}.qodef-woo-dropdown-cart .qodef-m-action-link:hover{background-color:#f7f7f7;color:#1f1f1f}.qodef-woo-dropdown-cart .qodef-m-action-link:first-child{margin-bottom:10px}.touchevents .qodef-woo-dropdown-cart{cursor:pointer}.qodef-woo-dropdown-cart:hover .qodef-m-dropdown{max-height:100vh;pointer-events:auto;-webkit-transition:.5s cubic-bezier(.39,-.02,.24,.9) .1s;-o-transition:.5s cubic-bezier(.39,-.02,.24,.9) .1s;transition:.5s cubic-bezier(.39,-.02,.24,.9) .1s}.qodef-woo-side-area-cart{position:relative;display:inline-block;vertical-align:top;height:100%;padding:0 10px}.qodef-woo-side-area-cart .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-woo-side-area-cart .qodef-m-opener{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-woo-side-area-cart .qodef-m-content{position:fixed;top:0;right:-360px;height:100vh;width:360px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:100px 0 74px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.admin-bar .qodef-woo-side-area-cart .qodef-m-content{top:32px;height:calc(100vh - 32px)}.qodef-woo-side-area-cart .qodef-m-close{position:absolute;top:30px;right:30px;display:block;font-size:34px;z-index:1000}.qodef-woo-side-area-cart .qodef-m-items{position:relative;display:inline-block;width:100%;vertical-align:top;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:20px}.qodef-woo-side-area-cart .qodef-m-item:first-child{margin-top:0}.qodef-woo-side-area-cart .qodef-e-image{-ms-flex-negative:0;flex-shrink:0;width:80px;margin-right:20px}.qodef-woo-side-area-cart .qodef-e-image a,.qodef-woo-side-area-cart .qodef-e-image img{display:block}.qodef-woo-side-area-cart .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top;padding-right:20px}.qodef-woo-side-area-cart .qodef-e-title{margin:0}.qodef-woo-side-area-cart .qodef-e-price{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-quantity{margin:3px 0 0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:-2px;right:0;font-size:20px;line-height:1}.qodef-woo-side-area-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px;padding:0 50px}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:0;left:0;width:100%}.qodef-woo-side-area-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;width:100%;padding:15px 40px;text-align:center;color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f}.qodef-woo-side-area-cart .qodef-m-action-link:hover{color:#fff;background-color:#1f1f1f;background-color:#333}.qodef-woo-side-area-cart.qodef--opened .qodef-m-content{right:0;visibility:visible}.qodef-woo-side-area-cart-cover{position:fixed;top:0;left:0;width:calc(100% - 360px);height:100vh;overflow:hidden;z-index:1002}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:1s cubic-bezier(.12,.66,.12,.88);-o-transition:1s cubic-bezier(.12,.66,.12,.88);transition:1s cubic-bezier(.12,.66,.12,.88)}.elementor-editor-active .qodef-clients-list .qodef-e,.qodef-clients-list .qodef-e.qodef--appear{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo{width:auto;opacity:1;will-change:opacity;-webkit-transition:opacity .15s ease-out;-o-transition:opacity .15s ease-out;transition:opacity .15s ease-out;display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;opacity:0;will-change:opacity;-webkit-transition:opacity .15s ease-out;-o-transition:opacity .15s ease-out;transition:opacity .15s ease-out}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo{opacity:0}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-portfolio-single .qodef-portfolio-title{margin:0 0 25px}.qodef-portfolio-single .qodef-portfolio-info>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.qodef-portfolio-single .qodef-portfolio-info>:last-child{margin-bottom:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{margin:0 5px 0 0}.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p{margin:0;color:#333}.qodef-portfolio-single .qodef-portfolio-info a:hover,.qodef-portfolio-single .qodef-portfolio-info p:hover{color:#e82a2a}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after{content:",";margin:0 0 0 -2px}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after{display:none}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:after{content:",";margin:0 0 0 -2px}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-tag:last-child:after{display:none}.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px}.qodef-portfolio-single .swiper-button-next,.qodef-portfolio-single .swiper-button-prev{background-color:#fff;width:75px!important;height:75px!important}.qodef-portfolio-single .swiper-button-next .qodef-swiper-lines,.qodef-portfolio-single .swiper-button-prev .qodef-swiper-lines{position:absolute;top:14px}.qodef-portfolio-single .swiper-button-prev{left:0!important}.qodef-portfolio-single .swiper-button-next{right:0!important}.qodef-portfolio-list .qodef-e-inner{position:relative}.qodef-portfolio-list .qodef-e-image img{display:block}.qodef-portfolio-list .qodef-e-media-image-hover{position:absolute;top:0;left:0;z-index:-1;max-width:100%}.qodef-portfolio-list .qodef-e-title{margin:0}.qodef-portfolio-list .qodef-m-pagination{margin-top:20px}.qodef-portfolio-list.qodef-items--fixed .qodef-e-image{height:100%;overflow:hidden}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image{height:100%}.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article.qodef-item-light--yes *{color:#fff!important}.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article.qodef-item-light--yes :hover{color:#fff!important}.qodef-portfolio-list:not(.qodef-item-layout--switch-images) article:hover .qodef-e-media-image a>img:not(:only-child){opacity:0;-webkit-transition:opacity .2s ease-in;-o-transition:opacity .2s ease-in;transition:opacity .2s ease-in}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split{padding:0 22px}}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-wrapper{-webkit-transition-timing-function:cubic-bezier(.51,.05,0,1.03);-o-transition-timing-function:cubic-bezier(.51,.05,0,1.03);transition-timing-function:cubic-bezier(.51,.05,0,1.03)}@media (min-width:1025px) and (max-width:1680px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide{width:55%}}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide{margin-top:15px}}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination{width:auto!important;position:absolute;right:-30px;left:unset!important;bottom:unset!important;top:43%;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination .swiper-pagination-bullet{height:11px}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-pagination{left:75%!important}}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-inner{width:100%;height:100%}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content{position:absolute;left:27%;top:62.5%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:550px}@media only screen and (max-width:1280px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content{left:35%;top:54.5%}}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content{top:52.5%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content{top:43.5%}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-content .qodef-e-content-inner .qodef-e-title{font-size:36px}}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image{position:absolute;left:63%;top:44%;width:43%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image{left:60%;top:40%;width:57%}}@media only screen and (max-width:480px){.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image{width:68%}}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e-image img{width:auto}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .qodef-e.qodef-e--isHovered .qodef-button .qodef-m-lines:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-info-category{opacity:0;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);-webkit-transition:.8s cubic-bezier(.72,.32,.12,.95);-o-transition:.8s cubic-bezier(.72,.32,.12,.95);transition:.8s cubic-bezier(.72,.32,.12,.95)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-title{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);-webkit-transition:-webkit-transform .8s 40ms cubic-bezier(.72,.32,.12,.95);transition:-webkit-transform .8s 40ms cubic-bezier(.72,.32,.12,.95);-o-transition:transform .8s 40ms cubic-bezier(.72,.32,.12,.95);transition:transform .8s 40ms cubic-bezier(.72,.32,.12,.95);transition:transform .8s 40ms cubic-bezier(.72,.32,.12,.95),-webkit-transform .8s 40ms cubic-bezier(.72,.32,.12,.95)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-button{opacity:0;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);-webkit-transition:.8s 80ms cubic-bezier(.72,.32,.12,.95);-o-transition:.8s 80ms cubic-bezier(.72,.32,.12,.95);transition:.8s 80ms cubic-bezier(.72,.32,.12,.95)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-media-image{overflow:hidden}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide .qodef-e-media-image img{clip-path:inset(30px);-webkit-clip-path:inset(30px);-webkit-transition:.4s cubic-bezier(.13,.43,0,.94);-o-transition:.4s cubic-bezier(.13,.43,0,.94);transition:.4s cubic-bezier(.13,.43,0,.94)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-button,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-info-category,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-button,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-info-category,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-title{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-active .qodef-e-media-image img,.qodef-portfolio-list.qodef-predefined-sliders--vertical-split .swiper-slide.swiper-slide-duplicate-active .qodef-e-media-image img{clip-path:inset(0);-webkit-clip-path:inset(0);-webkit-transition:1s .3s cubic-bezier(.13,.54,0,.94);-o-transition:1s .3s cubic-bezier(.13,.54,0,.94);transition:1s .3s cubic-bezier(.13,.54,0,.94)}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full{height:calc(100vh - 110px);margin-bottom:0!important;visibility:hidden}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full.qodef-slider-navigation--disabled .swiper-button-next,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full.qodef-slider-navigation--disabled .swiper-button-prev{visibility:hidden}.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full{width:150%;margin-left:-25%}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-content-hidden{display:none}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 79px;align-items:center;margin-top:-110px}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-inner-slider-section{position:relative;display:inline-block;width:40vw;height:62%;overflow:visible}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-inner-slider-section .qodef-slider-images-holder{position:absolute;display:block;width:100%;height:100%;top:0;left:0;overflow:hidden;cursor:pointer}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-inner-slider-section{width:59vw;height:72%}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-inner-slider-section{width:81vw}}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-slider-images-holder img{-webkit-animation-delay:.3s;animation-delay:.3s}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center .qodef-slider-images-holder img{-webkit-animation-delay:0s;animation-delay:0s}}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-slider-center-image-link{-webkit-animation-name:qodef-animate-clicked;animation-name:qodef-animate-clicked;-webkit-animation-timing-function:cubic-bezier(.29,.04,0,1.05);animation-timing-function:cubic-bezier(.29,.04,0,1.05);-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-slider-center-image-link{-webkit-animation-name:qodef-ie-animate-clicked;animation-name:qodef-ie-animate-clicked}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-category,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-title-link{-webkit-animation:qode-fade-out .7s cubic-bezier(.29,.04,0,1.05) forwards;animation:qode-fade-out .7s cubic-bezier(.29,.04,0,1.05) forwards}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--center.qodef--isClicked .qodef-inner-slider-info .qodef-e-category{-webkit-animation-delay:.2s;animation-delay:.2s}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--left .qodef-slider-images-holder img{-webkit-animation-delay:.6s;animation-delay:.6s;-webkit-animation-timing-function:cubic-bezier(.25,.29,.09,.94)!important;animation-timing-function:cubic-bezier(.25,.29,.09,.94)!important;-webkit-animation-duration:.8s!important;animation-duration:.8s!important}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section--right .qodef-slider-images-holder img{-webkit-animation-delay:0s;animation-delay:0s}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img{position:absolute;top:0;left:0;-webkit-animation-timing-function:cubic-bezier(.29,.04,0,1.05);animation-timing-function:cubic-bezier(.29,.04,0,1.05);will-change:transform}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--active{z-index:15;-webkit-animation-name:qodef-animate-slide-in;animation-name:qodef-animate-slide-in;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--active{-webkit-animation-name:qodef-ie-animate-slide-in;animation-name:qodef-ie-animate-slide-in}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active{z-index:30;-webkit-animation-name:qodef-animate-slide-out;animation-name:qodef-animate-slide-out;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active{-webkit-animation-duration:2s;animation-duration:2s}}.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-section .qodef-slider-images-holder img.qodef-img--last-active{-webkit-animation-name:qodef-ie-animate-slide-out;animation-name:qodef-ie-animate-slide-out}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-center-image-link{display:block;width:100%;height:100%}@media only screen and (max-width:768px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-slider-center-image-link{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-inner-slider-info{position:absolute;left:0;bottom:-115px;z-index:12}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-inner-slider-info .qodef-e-category{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#777;letter-spacing:0}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-image,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-inner,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-e-media-image{width:100%;height:100%}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full img{width:100%;height:calc(100% + 1px);-o-object-fit:cover;object-fit:cover}.qodef-browser--ms-explorer .qodef-portfolio-list.qodef-predefined-sliders--horizontal-full img{height:auto}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev{visibility:visible;width:75px!important;height:75px!important}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev{display:none}}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:before{right:50%}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:before{top:13px}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .qodef-swiper-lines:after{top:37px}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next,.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;top:auto!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next .qodef-swiper-label{margin-left:-20px}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev .qodef-swiper-label{margin-right:-20px}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev{left:-132px!important}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev.qodef--isHovered .qodef-swiper-lines:after{-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev.qodef--isHovered .qodef-swiper-lines:before{-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next{right:-132px!important}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next.qodef--isHovered .qodef-swiper-lines:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next.qodef--isHovered .qodef-swiper-lines:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-prev{left:-90px!important}.qodef-portfolio-list.qodef-predefined-sliders--horizontal-full .swiper-button-next{right:-90px!important}}@-webkit-keyframes qodef-animate-slide-out{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}100%{-webkit-transform:scale(1.1) translateX(-150px);transform:scale(1.1) translateX(-150px);clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}}@keyframes qodef-animate-slide-out{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}100%{-webkit-transform:scale(1.1) translateX(-150px);transform:scale(1.1) translateX(-150px);clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}}@-webkit-keyframes qodef-animate-slide-in{0%{-webkit-transform:scale(1.1) translateX(30px);transform:scale(1.1) translateX(30px)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes qodef-animate-slide-in{0%{-webkit-transform:scale(1.1) translateX(30px);transform:scale(1.1) translateX(30px)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-webkit-keyframes qodef-ie-animate-slide-out{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);opacity:1}100%{-webkit-transform:scale(1.1) translateX(-20px);transform:scale(1.1) translateX(-20px);opacity:0}}@keyframes qodef-ie-animate-slide-out{0%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0);opacity:1}100%{-webkit-transform:scale(1.1) translateX(-20px);transform:scale(1.1) translateX(-20px);opacity:0}}@-webkit-keyframes qodef-ie-animate-slide-in{0%{-webkit-transform:scale(1.1) translateX(30px);transform:scale(1.1) translateX(30px)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@keyframes qodef-ie-animate-slide-in{0%{-webkit-transform:scale(1.1) translateX(30px);transform:scale(1.1) translateX(30px)}100%{-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}}@-webkit-keyframes qodef-animate-clicked{0%{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}100%{clip-path:inset(6%);-webkit-clip-path:inset(6%)}}@keyframes qodef-animate-clicked{0%{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0)}100%{clip-path:inset(6%);-webkit-clip-path:inset(6%)}}@-webkit-keyframes qodef-ie-animate-clicked{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes qodef-ie-animate-clicked{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.9);transform:scale(.9)}}.qodef-portfolio-list.qodef-predefined-filter--yes{position:relative;padding-left:20%;min-height:440px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-predefined-filter--yes{padding-left:0}}.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter{position:absolute;left:0;top:0;width:20%}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter{position:relative;width:100%}}.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-title{margin:0 0 13px 0}.qodef-portfolio-list.qodef-predefined-filter--yes .qodef-m-filter-item{margin:0 0 3px 0;padding:0}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content{position:absolute;bottom:0;left:0;background:#fff;padding:30px 34px 27px;opacity:0;-webkit-transition:opacity .1s,-webkit-transform .1s cubic-bezier(0,.29,.29,1);transition:opacity .1s,-webkit-transform .1s cubic-bezier(0,.29,.29,1);-o-transition:opacity .1s,transform .1s cubic-bezier(0,.29,.29,1);transition:opacity .1s,transform .1s cubic-bezier(0,.29,.29,1);transition:opacity .1s,transform .1s cubic-bezier(0,.29,.29,1),-webkit-transform .1s cubic-bezier(0,.29,.29,1)}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:after,.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:before{content:'';position:absolute;background:0 0;border:1px solid #fff;width:100%;height:100%;left:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(.15,.91,.25,1);transition:-webkit-transform .3s cubic-bezier(.15,.91,.25,1);-o-transition:transform .3s cubic-bezier(.15,.91,.25,1);transition:transform .3s cubic-bezier(.15,.91,.25,1);transition:transform .3s cubic-bezier(.15,.91,.25,1),-webkit-transform .3s cubic-bezier(.15,.91,.25,1);-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:after{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner *{z-index:1}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:9px;color:#555}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-info-category a{color:inherit}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content-inner .qodef-e-title a{color:inherit}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-image{overflow:hidden;height:320px}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-media-image{height:150%;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-transition:.8s cubic-bezier(.37,.23,0,.96);-o-transition:.8s cubic-bezier(.37,.23,0,.96);transition:.8s cubic-bezier(.37,.23,0,.96)}.qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-media-image img{opacity:0}.qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-title{-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);-webkit-transition:.5s cubic-bezier(.18,.26,0,1);-o-transition:.5s cubic-bezier(.18,.26,0,1);transition:.5s cubic-bezier(.18,.26,0,1)}.qodef-portfolio-list.qodef-item-layout--image-background article .qodef-e-title{-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content{opacity:1;-webkit-transform:translate(20px,-20px);-ms-transform:translate(20px,-20px);transform:translate(20px,-20px);-webkit-transition:opacity .2s,-webkit-transform .2s cubic-bezier(0,.29,.29,1);transition:opacity .2s,-webkit-transform .2s cubic-bezier(0,.29,.29,1);-o-transition:opacity .2s,transform .2s cubic-bezier(0,.29,.29,1);transition:opacity .2s,transform .2s cubic-bezier(0,.29,.29,1);transition:opacity .2s,transform .2s cubic-bezier(0,.29,.29,1),-webkit-transform .2s cubic-bezier(0,.29,.29,1)}.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content:before{-webkit-transform:translate(7px,-7px);-ms-transform:translate(7px,-7px);transform:translate(7px,-7px)}.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content:after{-webkit-transform:translate(14px,-14px);-ms-transform:translate(14px,-14px);transform:translate(14px,-14px)}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-content{-webkit-transform:none;-ms-transform:none;transform:none;margin:20px}}.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-media-image{-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--image-background article:hover .qodef-e-title{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover{color:#333}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:35px;margin-bottom:22px}.archive .qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:25px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:7px}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a{color:#555}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-info-category a:hover{color:#e82a2a}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{position:absolute;bottom:62px;left:69px}@media only screen and (max-width:1366px){.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{bottom:37px;left:46px}}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{bottom:23px;left:31px}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{bottom:22px;left:28px}}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner *{z-index:1}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:8px;font-size:13px}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-info-category a{color:inherit}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner .qodef-e-title a{color:inherit}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow.qodef-swiper-container{margin-bottom:0!important;height:calc(100vh - 125px)!important}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow.qodef-swiper-container{height:calc(100vh - 85px)!important}}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.4s cubic-bezier(.22,.12,0,.8);-o-transition:.4s cubic-bezier(.22,.12,0,.8);transition:.4s cubic-bezier(.22,.12,0,.8);-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content{display:none}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev{width:75px!important;height:75px!important;background:#fff}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next .qodef-swiper-lines,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev .qodef-swiper-lines{position:absolute;top:20%;-webkit-transform:translateY(-20%);-ms-transform:translateY(-20%);transform:translateY(-20%)}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next .qodef-swiper-label,.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev .qodef-swiper-label{display:none}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-prev{left:0!important}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .swiper-button-next{right:0!important}.qodef-follow-info-holder{position:fixed;top:50%;left:50%;z-index:9999;pointer-events:none;visibility:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-follow-info-holder.qodef-right{text-align:right;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-follow-info-holder.qodef-right .qodef-follow-info-category{top:7px;left:unset;right:10px}.qodef-follow-info-holder .qodef-follow-info-inner{position:relative;display:inline-block;vertical-align:middle}.qodef-follow-info-holder .qodef-follow-info-title{display:inline-block;position:relative;color:#1f1f1f;background-color:#fff;white-space:nowrap;z-index:8;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);padding:12px 17px 15px}.qodef-follow-info-holder .qodef-follow-info-title a{color:inherit}.qodef-follow-info-holder .qodef-follow-info-title>*{margin:0}.qodef-follow-info-holder .qodef-follow-info-category{display:inline-block;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;padding:3px 12px;background-color:#1f1f1f;color:#fff;white-space:nowrap;z-index:9;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);top:7px;left:13px;position:relative}.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after{content:'/';margin:0 2px 0 3px}.qodef-follow-info-holder a{color:#fff}.qodef-follow-info-holder.qodef-is-active{visibility:visible}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category,.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;-o-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;transition:.5s cubic-bezier(.165,.84,.44,1) .25s}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-category{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1);-o-transition:.5s cubic-bezier(.165,.84,.44,1);transition:.5s cubic-bezier(.165,.84,.44,1)}.qodef-portfolio-list.qodef-item-layout--info-image-divided{-webkit-perspective:3000px;perspective:3000px}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e .qodef-e-media-image{-webkit-transform:rotateX(-50deg);transform:rotateX(-50deg);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;-webkit-transition:-webkit-transform 1s cubic-bezier(.7,.1,0,1);transition:-webkit-transform 1s cubic-bezier(.7,.1,0,1);-o-transition:transform 1s cubic-bezier(.7,.1,0,1);transition:transform 1s cubic-bezier(.7,.1,0,1);transition:transform 1s cubic-bezier(.7,.1,0,1),-webkit-transform 1s cubic-bezier(.7,.1,0,1);overflow:hidden}.elementor-editor-active .qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e .qodef-e-media-image,.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e.qodef--appear .qodef-e-media-image{-webkit-transform:rotateX(0);transform:rotateX(0)}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e:hover .qodef-e-image img{-webkit-filter:grayscale(0);filter:grayscale(0)}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-e-image img{-webkit-filter:grayscale(0);filter:grayscale(0)}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-button .qodef-m-lines:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-button .qodef-m-lines:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-inner.qodef-e--isHovered .qodef-e-title-link{color:#333}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content{padding-left:100px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content{padding-left:50px}}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-content{padding-left:0;padding-top:50px}}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-read-more{margin-top:24px}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-title-link:hover{color:#333}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-image{-ms-flex-preferred-size:57%;flex-basis:57%;-ms-flex-negative:0;flex-shrink:0}.qodef-portfolio-list.qodef-item-layout--info-image-divided .qodef-e-image img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3);-webkit-transition:-webkit-transform .5s cubic-bezier(.09,.65,0,.99),-webkit-filter .3s;transition:-webkit-transform .5s cubic-bezier(.09,.65,0,.99),-webkit-filter .3s;-o-transition:transform .5s cubic-bezier(.09,.65,0,.99),filter .3s;transition:transform .5s cubic-bezier(.09,.65,0,.99),filter .3s;transition:transform .5s cubic-bezier(.09,.65,0,.99),filter .3s,-webkit-transform .5s cubic-bezier(.09,.65,0,.99),-webkit-filter .3s}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content{-ms-flex-preferred-size:100%;flex-basis:100%}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-image{-ms-flex-preferred-size:100%;flex-basis:100%}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-image img{width:auto}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-title{margin-bottom:32px}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner *{z-index:1}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:6px}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-info-category a{color:inherit}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-title{line-height:1.1em}.qodef-portfolio-list.qodef-item-layout--info-left .qodef-e-content-inner .qodef-e-title a{color:inherit}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;bottom:0;left:0;width:100%;height:100%}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner{background-color:#f88f8f;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *{z-index:1}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner :hover{color:#1f1f1f!important}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:13px}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content{display:none;padding:inherit;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content{opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-info-category,.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content .qodef-e-title{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);-webkit-transition:0s .3s;-o-transition:0s .3s;transition:0s .3s}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content{opacity:1}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-info-category,.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:.5s cubic-bezier(0,.71,0,1);-o-transition:.5s cubic-bezier(0,.71,0,1);transition:.5s cubic-bezier(0,.71,0,1)}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content .qodef-e-title{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-portfolio-list.qodef-item-layout--info-on-side article .qodef-e-media-image{clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:.4s cubic-bezier(.13,.43,0,.94);-o-transition:.4s cubic-bezier(.13,.43,0,.94);transition:.4s cubic-bezier(.13,.43,0,.94)}.qodef-portfolio-list.qodef-item-layout--info-on-side article:hover .qodef-e-media-image{clip-path:inset(30px 30px 30px 30px);-webkit-clip-path:inset(30px 30px 30px 30px)}.qodef-portfolio-list.qodef-item-layout--info-on-side article:hover .qodef-e-content-inner{opacity:1;clip-path:inset(0 0 0 0);-webkit-clip-path:inset(0 0 0 0);-webkit-transition:.5s cubic-bezier(.24,.12,0,1.07);-o-transition:.5s cubic-bezier(.24,.12,0,1.07);transition:.5s cubic-bezier(.24,.12,0,1.07)}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content{position:absolute;bottom:47px;left:-5px}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-transform:rotate(-90deg) translate(-11%,102%);-ms-transform:rotate(-90deg) translate(-11%,102%);transform:rotate(-90deg) translate(-11%,102%);-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:0;-webkit-transition:.3s cubic-bezier(0,.96,.25,1);-o-transition:.3s cubic-bezier(0,.96,.25,1);transition:.3s cubic-bezier(0,.96,.25,1);clip-path:inset(0 100% 0 0);-webkit-clip-path:inset(0 100% 0 0)}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner *{z-index:1}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;font-weight:400}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category:before{content:'/';margin:0 5px 0 7px}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-info-category a{color:inherit}.qodef-portfolio-list.qodef-item-layout--info-on-side .qodef-e-content-inner .qodef-e-title a{color:inherit}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content{background:#f7f7f7;padding:60px 80px 34px 37px;min-height:484px}@media only screen and (max-width:1024px){.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content{border-bottom:1px solid #e6e8eb}}@media only screen and (max-width:1440px){.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-content{padding:60px 46px 34px 37px}}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-info-category{font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;margin-bottom:12px}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-read-more{position:absolute;top:60%;-webkit-transform:translateY(-60%);-ms-transform:translateY(-60%);transform:translateY(-60%)}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-title-link:hover{color:#333}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image{position:relative}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img{opacity:0}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:first-child{opacity:1}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:not(:first-child){position:absolute;top:0;left:0}.qodef-portfolio-list.qodef-item-layout--switch-images .qodef-e-media-image img:not(:first-child).active{opacity:1}#qodef-portfolio-single-related-items{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:86px}#qodef-single-portfolio-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:80px 0 0}#qodef-single-portfolio-navigation .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}#qodef-single-portfolio-navigation .qodef-m-nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-single-portfolio-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:100%;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:after{-webkit-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover .qodef-m-nav-lines:before{-webkit-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next{text-align:right}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:before{content:'';width:2px;height:24px;background-color:#1f1f1f;position:absolute;right:0;top:5px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after{top:29px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:after{-webkit-transform:translateY(-7px) rotate(45deg);-ms-transform:translateY(-7px) rotate(45deg);transform:translateY(-7px) rotate(45deg)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover .qodef-m-nav-lines:before{-webkit-transform:translateY(7px) rotate(-45deg);-ms-transform:translateY(7px) rotate(-45deg);transform:translateY(7px) rotate(-45deg)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link{position:absolute;top:0;left:calc(50% - 16px)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon{font-size:32px}#qodef-single-portfolio-navigation .qodef-m-nav-label{font-family:Poppins,sans-serif;font-size:22px;line-height:1.5em;font-weight:600;color:#1f1f1f;font-size:13px;padding:0 20px;top:5px;position:relative;line-height:48px}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-e-content .qodef-grid-item{margin-top:65px!important}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin-right:30px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:32px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content .qodef-grid-item{margin-top:45px!important}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item{display:block;margin-bottom:20px;float:none}.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:85px!important}.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin-right:30px}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item{display:block;margin-bottom:20px;float:none}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child{margin-bottom:0}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:32px!important}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item{margin-top:65px!important}@media only screen and (max-width:680px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item{margin-top:50px!important}}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:90px!important}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin-right:30px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:32px!important}.qodef-portfolio-single.qodef-layout--slider-big .qodef-media{margin-bottom:65px!important}.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin-right:30px}.qodef-portfolio-single.qodef-layout--slider-small .qodef-portfolio-info{margin-top:48px!important}.qodef-portfolio-single-slider .swiper-slide{width:auto}.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info{margin-top:0!important}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info{margin-top:50px!important}}.qodef-team-list .qodef-e-role{margin:0}.qodef-team-list .qodef-e-title{margin:2px 0 13px}.qodef-team-list .qodef-team-member-social-icons{margin:0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 0}.qodef-team-list.qodef-item-layout--info-follow .qodef-e-content{margin:14px 0 0}.qodef-team-list.qodef-item-layout--info-follow .qodef-e-inner{overflow:hidden}.qodef-team-list.qodef-item-layout--info-follow .qodef-e-inner .qodef-e-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.4s cubic-bezier(.22,.12,0,.8);-o-transition:.4s cubic-bezier(.22,.12,0,.8);transition:.4s cubic-bezier(.22,.12,0,.8);-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-team-list.qodef-item-layout--info-follow .qodef-e-inner:hover .qodef-e-image{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.qodef-team-list.qodef-item-layout--info-follow .qodef-e-content{display:none}.qodef-follow-info-holder{position:fixed;top:50%;left:50%;z-index:9999;pointer-events:none;visibility:hidden;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.qodef-follow-info-holder.qodef-right{text-align:right;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-follow-info-holder.qodef-right .qodef-follow-info-role{top:7px;left:unset;right:10px}.qodef-follow-info-holder .qodef-follow-info-inner{position:relative;display:inline-block;vertical-align:middle}.qodef-follow-info-holder .qodef-follow-info-title{display:inline-block;position:relative;color:#1f1f1f;background-color:#fff;white-space:nowrap;z-index:8;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);padding:12px 23px 15px}.qodef-follow-info-holder .qodef-follow-info-title a{color:inherit}.qodef-follow-info-holder .qodef-follow-info-title>*{margin:0}.qodef-follow-info-holder .qodef-follow-info-role{display:inline-block;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:14px;line-height:1.2em;font-weight:600;color:#777;letter-spacing:0;padding:4px 12px;background-color:#1f1f1f;color:#fff;white-space:nowrap;z-index:9;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);top:7px;left:11px;position:relative}.qodef-follow-info-holder .qodef-follow-info-role a:not(:last-child):after{content:'/';margin:0 2px 0 3px}.qodef-follow-info-holder a{color:#fff}.qodef-follow-info-holder.qodef-is-active{visibility:visible}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-role,.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-title{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;-o-transition:.5s cubic-bezier(.165,.84,.44,1) .25s;transition:.5s cubic-bezier(.165,.84,.44,1) .25s}.qodef-follow-info-holder.qodef-is-active .qodef-follow-info-role{-webkit-transition:.5s cubic-bezier(.165,.84,.44,1);-o-transition:.5s cubic-bezier(.165,.84,.44,1);transition:.5s cubic-bezier(.165,.84,.44,1)}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content{opacity:1;z-index:1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;z-index:-1}.qodef-testimonials-list{text-align:center}.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper{cursor:-webkit-grab;cursor:grab;-webkit-transition-timing-function:cubic-bezier(.48,.1,0,1);-o-transition-timing-function:cubic-bezier(.48,.1,0,1);transition-timing-function:cubic-bezier(.48,.1,0,1)}.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide{opacity:0;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide .qodef-e-title{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);-webkit-transition:-webkit-transform .8s cubic-bezier(.72,.32,.12,.95);transition:-webkit-transform .8s cubic-bezier(.72,.32,.12,.95);-o-transition:transform .8s cubic-bezier(.72,.32,.12,.95);transition:transform .8s cubic-bezier(.72,.32,.12,.95);transition:transform .8s cubic-bezier(.72,.32,.12,.95),-webkit-transform .8s cubic-bezier(.72,.32,.12,.95)}.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active,.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active{opacity:1;-webkit-transition:.8s;-o-transition:.8s;transition:.8s}.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .qodef-e-title,.qodef-testimonials-list.qodef-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .qodef-e-title{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.qodef-testimonials-list .qodef-e-inner{padding-bottom:40px;max-width:980px;margin:0 auto}@media only screen and (max-width:1024px){.qodef-testimonials-list .qodef-e-inner{max-width:90%}}@media only screen and (max-width:680px){.qodef-testimonials-list .qodef-e-inner{max-width:100%}}.qodef-testimonials-list .qodef-e-media-image{line-height:0;margin-bottom:25px}.qodef-testimonials-list .qodef-e-title{margin:0 0 18px}.qodef-testimonials-list .qodef-e-text{margin:0 auto 38px;font-size:19px}@media only screen and (max-width:1440px){.qodef-testimonials-list .qodef-e-text{max-width:850px}}.qodef-testimonials-list .qodef-e-author{margin:0}.qodef-testimonials-list .qodef-e-author-name{font-size:19px;font-weight:700}.qodef-testimonials-list .qodef-e-author-job{font-size:19px;margin-left:2px}.qodef-testimonials-list .qodef-e-author-job:before{content:'/';left:0;top:0}.qodef-testimonials-list .swiper-pagination-bullets{text-align:left;bottom:0!important}.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before{background-color:#e82a2a}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before{background-color:#fff}@-webkit-keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@keyframes cover_search_fade_out{0%{opacity:1;visibility:visible;z-index:100}100%{opacity:0;visibility:hidden;z-index:0}}@-webkit-keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}@keyframes cover_search_fade_in{0%{opacity:0;visibility:hidden;z-index:100}100%{opacity:1;visibility:visible;z-index:100}}.qodef-search-cover-form{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;opacity:0;background-color:#fff;z-index:-1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.qodef-search-cover-form .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 70px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-size:26px;font-weight:600;text-transform:uppercase;color:#e82a2a;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:#e82a2a}.qodef-search-cover-form .qodef-m-form-field::-webkit-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-moz-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::-ms-input-placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-form-field::placeholder{color:inherit;opacity:1}.qodef-search-cover-form .qodef-m-close{-ms-flex-negative:0;flex-shrink:0}.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack{font-size:23px}.qodef-covers-search--fadeout .qodef-search-cover-form{-webkit-animation:cover_search_fade_out .3s ease both;animation:cover_search_fade_out .3s ease both}.qodef-covers-search--fadein .qodef-search-cover-form{-webkit-animation:cover_search_fade_in .3s ease both;animation:cover_search_fade_in .3s ease both}.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form{display:none}.qodef-fullscreen-search-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(255,255,255,.98);z-index:100}.qodef-fullscreen-search-holder .qodef-m-inner{width:100%}.qodef-fullscreen-search-holder .qodef-m-form{position:relative;width:60%;margin:0 auto}.qodef-fullscreen-search-holder .qodef-m-form-field{height:100%;margin:0;padding:0;font-size:25px;color:#1f1f1f;line-height:2em;background:0 0;border:0;border-radius:0}.qodef-fullscreen-search-holder .qodef-m-form-submit{position:absolute;right:0;bottom:-20px;width:auto;padding:0;margin:0;color:#1f1f1f;background:0 0;border:0;outline:0;opacity:0;cursor:pointer;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-fullscreen-search-holder .qodef-m-form-submit:hover{color:#e82a2a;background:0 0}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit{opacity:1;bottom:10px;-webkit-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;-o-transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;transition:color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s}.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack{font-size:18px}.qodef-fullscreen-search-holder .qodef-m-form-line{position:absolute;left:0;bottom:-2px;width:0;border-bottom:1px solid #000;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line{width:100%;-webkit-transition:width .5s ease .6s;-o-transition:width .5s ease .6s;transition:width .5s ease .6s}.qodef-fullscreen-search-holder .qodef-m-close{position:absolute;top:33px;right:70px;color:#333;opacity:0;visibility:hidden;z-index:1}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#1f1f1f}.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack{font-size:25px}.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close{opacity:1;visibility:visible}.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_out .3s ease both;animation:fullscreen_search_fade_out .3s ease both}.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder{-webkit-animation:fullscreen_search_fade_in .3s ease both;animation:fullscreen_search_fade_in .3s ease both}@-webkit-keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@keyframes fullscreen_search_fade_out{0%{opacity:1;visibility:visible}100%{opacity:0;visibility:hidden}}@-webkit-keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}@keyframes fullscreen_search_fade_in{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:visible}}.qodef-search-opener>*{position:relative;display:inline-block;vertical-align:middle;line-height:inherit}.qodef-search-opener.qodef-source--icon-pack{font-size:23px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-accordion .qodef-accordion-content-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-accordion.qodef--init{visibility:visible}.qodef-accordion.qodef-layout--simple .qodef-accordion-title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:12px 0 0;padding:2px 10px 2px 5px;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out;cursor:pointer}.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child{margin-top:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark{position:relative;-ms-flex-negative:0;flex-shrink:0;width:20px;height:18px;line-height:1;text-align:center}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span{position:absolute;display:block;width:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before{display:block;line-height:inherit}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover{color:#fff;background-color:#000}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--minus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--minus{opacity:1}.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon--plus,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon--plus{opacity:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content{padding:16px 0 2px;margin:0}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-banner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-banner .qodef-m-banner-link{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:1}.qodef-banner .qodef-m-content{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.qodef-banner .qodef-m-content-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-banner .qodef-m-title{margin:10px 0 4px}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-m-subtitle{font-family:Poppins,sans-serif;margin:0;opacity:.5;letter-spacing:0}.qodef-banner .qodef-m-text-field{font-size:15px;color:#e82a2a;margin:0 0 10px;font-style:italic}.qodef-banner .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden}.qodef-banner .qodef-m-image img{display:block;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.4s cubic-bezier(.22,.12,0,.8);-o-transition:.4s cubic-bezier(.22,.12,0,.8);transition:.4s cubic-bezier(.22,.12,0,.8);-webkit-backface-visibility:hidden;backface-visibility:hidden}.qodef-banner:hover .qodef-m-image img{-webkit-transform:scale(1.03);-ms-transform:scale(1.03);transform:scale(1.03)}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:35px}.qodef-banner.qodef-layout--link-button .qodef-m-title{margin:10px 0}.qodef-banner.qodef-layout--link-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:0}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px}.qodef-button.qodef-html--link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:Poppins,sans-serif;font-size:13px;line-height:2em;font-weight:700;text-decoration:none;letter-spacing:-.01em;border-radius:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;-o-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;padding:15px 40px}.qodef-button.qodef-size--small{padding:8px 30px}.qodef-button.qodef-size--large{padding:25px 60px}.qodef-button.qodef-layout--filled.qodef-html--link{color:#fff;background-color:#1f1f1f;border:1px solid #1f1f1f}.qodef-button.qodef-layout--filled.qodef-html--link:after,.qodef-button.qodef-layout--filled.qodef-html--link:before{content:"";position:absolute;top:2px;left:0;width:100%;height:100%;border:1px solid;border-color:inherit;opacity:0;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}.qodef-button.qodef-layout--filled.qodef-html--link:after{z-index:-2}.qodef-button.qodef-layout--filled.qodef-html--link:before{z-index:-1}.qodef-button.qodef-layout--filled.qodef-html--link:hover:after,.qodef-button.qodef-layout--filled.qodef-html--link:hover:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}.qodef-button.qodef-layout--filled.qodef-html--link:hover:after{-webkit-transform:translate3d(11px,9px,0);transform:translate3d(11px,9px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.qodef-button.qodef-layout--filled.qodef-html--link:hover:before{-webkit-transform:translate3d(6px,4px,0);transform:translate3d(6px,4px,0)}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff;background-color:#1f1f1f}.qodef-button.qodef-layout--outlined{color:#e82a2a;background-color:transparent;border:2px solid #e82a2a}.qodef-button.qodef-layout--outlined:hover{color:#fff;background-color:#e82a2a;border-color:#e82a2a}.qodef-button.qodef-layout--textual{padding:0!important;font-size:13px;color:#1f1f1f;background-color:transparent;border:0}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle;padding-right:19px}.qodef-button.qodef-layout--textual .qodef-m-lines:after,.qodef-button.qodef-layout--textual .qodef-m-lines:before{content:'';width:2px;height:10px;background-color:#1f1f1f;position:absolute;right:0;top:4px;-webkit-transition:.2s cubic-bezier(.23,.24,0,.99);-o-transition:.2s cubic-bezier(.23,.24,0,.99);transition:.2s cubic-bezier(.23,.24,0,.99);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;display:inline-block!important}.qodef-button.qodef-layout--textual .qodef-m-lines:after{top:14px;-webkit-transform-origin:bottom;-ms-transform-origin:bottom;transform-origin:bottom}.qodef-button.qodef-layout--textual:hover .qodef-m-lines:after{-webkit-transform:translateY(-3px) rotate(45deg);-ms-transform:translateY(-3px) rotate(45deg);transform:translateY(-3px) rotate(45deg)}.qodef-button.qodef-layout--textual:hover .qodef-m-lines:before{-webkit-transform:translateY(3px) rotate(-45deg);-ms-transform:translateY(3px) rotate(-45deg);transform:translateY(3px) rotate(-45deg)}.qodef-call-to-action.qodef-layout--standard{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-call-to-action.qodef-layout--standard .qodef-m-content{padding-right:20px}.qodef-call-to-action.qodef-layout--standard .qodef-m-content>*{margin:0}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-countdown.qodef-show--1 .qodef-digit-wrapper{width:100%}.qodef-countdown.qodef-show--2 .qodef-digit-wrapper{width:50%}.qodef-countdown.qodef-show--3 .qodef-digit-wrapper{width:33.33333%}.qodef-countdown.qodef-show--4 .qodef-digit-wrapper{width:25%}.qodef-countdown.qodef-show--5 .qodef-digit-wrapper{width:20%}.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:16.66667%}.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label{color:#fff}.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper{display:inline-block;vertical-align:top;padding:0 20px}.qodef-countdown.qodef-layout--simple .qodef-digit{font-family:inherit;font-size:100px;line-height:1em;letter-spacing:-.05em;font-weight:700;color:#f9b7b8}@media only screen and (max-width:480px){.qodef-countdown.qodef-layout--simple .qodef-digit{font-size:60px}}.qodef-countdown.qodef-layout--simple .qodef-label{font-size:16px;font-weight:300;color:#333;margin-top:4px}.qodef-counter.qodef-layout--simple{text-align:center;position:relative}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:inherit;font-weight:700;letter-spacing:-.05em;font-size:165px;line-height:1;color:rgba(252,212,209,.5)}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:0;color:#333;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.qodef-counter.qodef-layout--simple .qodef-m-content{position:absolute;left:0;right:0;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-custom-font{position:relative;margin:0}@media (min-width:1366px) and (max-width:1680px){.qodef-custom-font.qodef-custom-font-responsive{font-size:215px!important}}.qodef-dropcaps{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-dropcaps .qodef-m-letter{position:relative;top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:left;margin:0 10px 5px 0;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:45px;line-height:1.18em;letter-spacing:-.04em}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:31px;line-height:1.22em;letter-spacing:-.04em;color:#fff;background-color:#1f1f1f}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-google-map{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-google-map .qodef-m-map{display:block;width:100%}.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object{width:100%;display:block}.qodef-google-map .qodef-m-map img{max-width:none}.qodef-highlight .qodef-highlight-text{padding:0 5px;color:#fff;background-color:#1f1f1f}.qodef-icon-list-item{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-icon-list-item .qodef-e-title{position:relative;display:inline-block;vertical-align:top;margin:0;line-height:1}.qodef-icon-list-item .qodef-e-title a{display:block}.qodef-icon-list-item .qodef-e-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-list-item .qodef-icon-holder{-ms-flex-negative:0;flex-shrink:0;margin-right:5px;float:none}.qodef-icon-list-item .qodef-icon-holder .qodef-icon{font-size:18px}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img{display:block}#qodef-page-sidebar .widget.widget_lekker_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_lekker_core_icon_list_item{margin-bottom:0}#qodef-side-area .widget.widget_lekker_core_icon_list_item{margin-bottom:0}.qodef-icon-with-text .qodef-m-title{margin:0}.qodef-icon-with-text .qodef-m-title a{display:block}.qodef-icon-with-text .qodef-m-text{margin:8px 0 0}.qodef-icon-with-text .qodef-m-icon-wrapper{line-height:1}.qodef-icon-with-text .qodef-icon-holder{float:none}.qodef-icon-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper{position:relative;display:inline-block;vertical-align:top}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img{display:block}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-hover-wrapper{position:absolute;top:0;left:0;width:auto;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-hover-wrapper img{opacity:0}.qodef-icon-with-text.qodef--custom-icon.qodef-custom-icon-animation .qodef-m-icon-wrapper:hover img:first-child{opacity:0}.qodef-icon-with-text.qodef--custom-icon.qodef-custom-icon-animation .qodef-m-icon-wrapper:hover .qodef-m-icon-hover-wrapper img{opacity:1}.qodef-icon-with-text.qodef-layout--before-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title{line-height:1}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper{-ms-flex-negative:0;flex-shrink:0;margin-right:5px}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center{text-align:center}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left{text-align:left}.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right{text-align:right}.qodef-icon-with-text.qodef-layout--top .qodef-m-title{margin-top:18px}.qodef-icon-holder{position:relative;display:inline-block;vertical-align:top;width:auto;line-height:1}.qodef-icon-holder a{display:block}.qodef-icon-holder .qodef-icon{display:block;line-height:inherit}.qodef-icon-holder .qodef-icon:before{display:block;line-height:inherit}.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square{width:2em;height:2em;line-height:2em;text-align:center;color:#fff;background-color:#e82a2a;-webkit-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a{color:inherit;-webkit-transition:none;-o-transition:none;transition:none}.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover{background-color:#1f1f1f}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.qodef-icon-holder.qodef-size--small{font-size:2em}.qodef-icon-holder.qodef-size--medium{font-size:3em}.qodef-icon-holder.qodef-size--large{font-size:4em}.qodef-icon-holder.qodef-size--huge{font-size:5em}.widget.widget_lekker_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_lekker_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_lekker_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_lekker_core_icon{margin-bottom:0}.qodef-image-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-marquee .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 auto;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile .qodef-m-image{background-size:cover!important}.qodef-image-marquee .qodef-m-image{position:absolute;top:0;left:0;height:100%;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.qodef-image-marquee .qodef-m-image a{position:relative;display:block}@-webkit-keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes qode-move-marquee{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.qodef-image-with-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-image-inner-holder{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);-webkit-transition:1s cubic-bezier(.7,.1,0,1);-o-transition:1s cubic-bezier(.7,.1,0,1);transition:1s cubic-bezier(.7,.1,0,1)}.elementor-editor-active .qodef-image-with-text .qodef-m-image-inner-holder,.qodef-image-with-text .qodef-m-image-inner-holder.qodef--appear{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-image-with-text .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top;display:inline-block}.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img{position:relative;display:block;-webkit-transition:.33s cubic-bezier(.18,.82,.31,.96);-o-transition:.33s cubic-bezier(.18,.82,.31,.96);transition:.33s cubic-bezier(.18,.82,.31,.96)}.qodef-image-with-text.qodef-second-image .qodef-m-original-image{opacity:1}.qodef-image-with-text.qodef-second-image .qodef-m-hover-image{position:absolute;top:0;left:0;width:auto;opacity:0}.qodef-image-with-text.qodef-second-image:hover .qodef-m-original-image{opacity:0}.qodef-image-with-text.qodef-second-image:hover .qodef-m-hover-image{opacity:1}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top;display:inline-block;text-align:center;opacity:0;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:1s cubic-bezier(.7,.1,0,1);-o-transition:1s cubic-bezier(.7,.1,0,1);transition:1s cubic-bezier(.7,.1,0,1)}.elementor-editor-active .qodef-image-with-text .qodef-m-content,.qodef-image-with-text .qodef-m-content.qodef--appear{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-image-with-text .qodef-m-title{margin:31px 0 0}.qodef-image-with-text .qodef-m-title a:hover{color:#333}.qodef-image-with-text .qodef-m-text{margin:15px 0 0}.qodef-image-with-text.qodef-outline-image .qodef-m-image img{outline:1px solid #f0f0f0}.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder{position:relative}.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image{display:block;position:absolute;top:0;left:0;height:101%;width:100%;overflow:hidden;border:1px solid #f0f0f0;border-radius:7px 7px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image img{margin-top:3.3%;outline:0;-webkit-transition-timing-function:cubic-bezier(.42,.98,.18,.98);-o-transition-timing-function:cubic-bezier(.42,.98,.18,.98);transition-timing-function:cubic-bezier(.42,.98,.18,.98)}.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image a{position:relative;display:block}.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-iwt-frame{vertical-align:middle;position:relative;z-index:12;top:-1px;border-radius:7px 7px 0 0;width:100%;pointer-events:none}.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical .qodef-m-image img{width:100%}.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image a{width:100%;height:95%}.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image img{max-width:unset;height:100%;width:auto}.qodef-interactive-link-showcase{position:relative;display:inline-block;width:100%;vertical-align:top;height:100vh;visibility:hidden}.admin-bar .qodef-interactive-link-showcase{height:calc(100vh - 32px)}.qodef-interactive-link-showcase .qodef-m-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:0}.qodef-interactive-link-showcase .qodef-m-image.qodef--active{opacity:1;z-index:5}.qodef-interactive-link-showcase .qodef-m-image img{display:none}.qodef-interactive-link-showcase .qodef-m-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;z-index:10}.qodef-interactive-link-showcase .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;padding:0;margin:13px 0;font-family:Poppins,sans-serif;font-weight:700;font-size:60px;line-height:1.26em;letter-spacing:-.04em;font-size:6vw;color:#e82a2a;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}@media only screen and (max-width:480px){.qodef-interactive-link-showcase .qodef-m-item{font-size:48px}}@media only screen and (max-width:1600px){.qodef-interactive-link-showcase .qodef-m-item{margin:1px 0;font-size:87px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase .qodef-m-item{font-size:75px}}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title{position:relative;display:block;z-index:2}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:after,.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:before{content:attr(data-title);-webkit-text-fill-color:#fcd4d2;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#e82a2a;position:absolute;opacity:0;top:-1px;left:-2px;-webkit-transition:.3s cubic-bezier(.17,.54,0,1.01);-o-transition:.3s cubic-bezier(.17,.54,0,1.01);transition:.3s cubic-bezier(.17,.54,0,1.01)}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:after{z-index:-2}.qodef-interactive-link-showcase .qodef-m-item .qodef-e-title:before{z-index:-1}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:after,.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:before{opacity:1;-webkit-transition:.3s cubic-bezier(0,1.42,.11,1.18);-o-transition:.3s cubic-bezier(0,1.42,.11,1.18);transition:.3s cubic-bezier(0,1.42,.11,1.18)}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:after{-webkit-transform:translate3d(15px,13px,0);transform:translate3d(15px,13px,0);-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s}.qodef-interactive-link-showcase .qodef-m-item.qodef--active .qodef-e-title:before{-webkit-transform:translate3d(9px,7px,0);transform:translate3d(9px,7px,0)}.qodef-interactive-link-showcase.qodef--init{visibility:visible}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item{color:#fff}.qodef-interactive-link-showcase.qodef-skin--light .qodef-m-item.qodef--active{color:#1f1f1f;background-color:#fff}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-items{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item{padding:20px 0;margin:0;color:#1f1f1f;background-color:transparent}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item.qodef--active .qodef-e-follow-content{display:block}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-title{display:block;z-index:-2}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-content{position:absolute;top:0;left:0;width:auto;display:none}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image{position:relative;display:inline-block;vertical-align:top;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);overflow:hidden;z-index:-1}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-image img{position:relative;display:block}.qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-e-follow-title{position:absolute;top:calc(50% + 20px);left:0;display:block;font-family:Poppins,sans-serif;font-weight:700;font-size:45px;line-height:1.18em;letter-spacing:-.04em;white-space:nowrap;color:#fff}.qodef-interactive-link-showcase.qodef-layout--list{padding:90px 0 45px}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--list{padding:90px 0}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--list{padding:0}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{position:relative;display:block;margin-left:auto;width:60.5%;height:100%;overflow:hidden}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{width:58.5%}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-images{display:none}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{position:absolute;top:0;left:0;width:100%;height:100%;left:10.5%;width:30%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{width:40%}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items{width:100%;left:0}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s,-webkit-transform 1s cubic-bezier(.1,.7,0,1);transition:opacity .3s,-webkit-transform 1s cubic-bezier(.1,.7,0,1);-o-transition:opacity .3s,transform 1s cubic-bezier(.1,.7,0,1);transition:opacity .3s,transform 1s cubic-bezier(.1,.7,0,1);transition:opacity .3s,transform 1s cubic-bezier(.1,.7,0,1),-webkit-transform 1s cubic-bezier(.1,.7,0,1)}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child{margin-top:5%}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child{margin-top:30%}}@media only screen and (max-width:768px){.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:first-child{margin-top:28%}}.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item:last-child{padding-bottom:36px}.elementor-editor-active .qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item,.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-items .qodef-m-item.qodef--appear{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container{width:100%;height:100%;z-index:10}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{position:absolute;top:0;left:0;width:100%;height:100%;height:100%;overflow:hidden;z-index:5}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{height:auto;margin:0 5%}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title{opacity:0}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(1) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .1s;-o-transition:opacity 1s .1s;transition:opacity 1s .1s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(2) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .2s;-o-transition:opacity 1s .2s;transition:opacity 1s .2s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(3) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .3s;-o-transition:opacity 1s .3s;transition:opacity 1s .3s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(4) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .4s;-o-transition:opacity 1s .4s;transition:opacity 1s .4s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(5) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .5s;-o-transition:opacity 1s .5s;transition:opacity 1s .5s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(6) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .6s;-o-transition:opacity 1s .6s;transition:opacity 1s .6s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(7) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .7s;-o-transition:opacity 1s .7s;transition:opacity 1s .7s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(8) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .8s;-o-transition:opacity 1s .8s;transition:opacity 1s .8s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(9) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s .9s;-o-transition:opacity 1s .9s;transition:opacity 1s .9s}.qodef-interactive-link-showcase.qodef-layout--slider.qodef--init .qodef-m-item:nth-child(10) .qodef-e-title{opacity:1;-webkit-transition:opacity 1s 1s;-o-transition:opacity 1s 1s;transition:opacity 1s 1s}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top;text-align:center}.qodef-pricing-table.qodef-status--featured{-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.qodef-pricing-table .qodef-m-inner{padding:82px 67px}@media only screen and (max-width:480px){.qodef-pricing-table .qodef-m-inner{padding:82px 50px}}.qodef-pricing-table .qodef-m-title{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;-webkit-text-orientation:mixed;text-orientation:mixed;white-space:nowrap;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1);background-color:#e82a2a;padding:20px 7px;position:absolute;left:0}.qodef-pricing-table .qodef-m-title p{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.02em;margin:0;color:#fff}.qodef-pricing-table .qodef-m-price{margin-top:-3px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;line-height:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency{font-size:32px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-value{margin-left:2px}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-period{font-size:18px;font-weight:300;letter-spacing:0;color:#333;position:relative;right:-20px;top:35px}.qodef-pricing-table .qodef-m-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:3px}.qodef-pricing-table .qodef-m-content{margin:42px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0;text-align:left}.qodef-pricing-table .qodef-m-content ul li{font-size:15px;color:#1f1f1f;margin-bottom:5px}.qodef-pricing-table .qodef-m-content ul li:last-child{margin-bottom:0}.qodef-pricing-table .qodef-m-content ul li:before{content:'\4e';font-family:ElegantIcons;font-weight:400;padding-right:14px;font-size:14px;color:#e82a2a}.qodef-pricing-table .qodef-m-button .qodef-button{margin:40px 0 0 0}.qodef-progress-bar{margin-bottom:10px}.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg{display:block}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{position:absolute;top:0;left:0;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.qodef-progress-bar .qodef-m-title{margin:20px 0 0}.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text{padding-top:20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.qodef-progress-bar.qodef-layout--line .progressbar{position:relative}.qodef-progress-bar.qodef-layout--line .proggress{width:0;position:relative}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-32px;width:auto;height:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 5px}.qodef-section-title{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-section-title.qodef-alignment--center{text-align:center}.qodef-section-title.qodef-alignment--left{text-align:left}.qodef-section-title.qodef-alignment--right{text-align:right}.qodef-section-title.qodef-section-title--animated .qodef-m-title{margin:0;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.qodef-section-title.qodef-section-title--animated .qodef-m-text{margin:18px 0 0}.elementor-editor-active .qodef-section-title.qodef-section-title--animated .qodef-m-title,.qodef-section-title.qodef-section-title--animated.qodef--appear .qodef-m-title{-webkit-animation:qodef-animate-section-title-in .8s cubic-bezier(.7,.1,0,1) forwards;animation:qodef-animate-section-title-in .8s cubic-bezier(.7,.1,0,1) forwards}@-webkit-keyframes qodef-animate-section-title-in{0%{-webkit-transform:translateX(30px);transform:translateX(30px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes qodef-animate-section-title-in{0%{-webkit-transform:translateX(30px);transform:translateX(30px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.qodef-separator{position:relative;height:auto;font-size:0;line-height:1}.qodef-separator .qodef-m-line{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;border-bottom:1px solid #e1e1e1}.qodef-separator.qodef-position--center{text-align:center}.qodef-separator.qodef-position--left{text-align:left}.qodef-separator.qodef-position--right{text-align:right}#qodef-page-sidebar .widget.widget_lekker_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_lekker_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_lekker_core_separator{margin-bottom:0}.qodef-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-tabs.qodef--init{visibility:visible}.qodef-tabs .qodef-tabs-navigation{margin:0;padding:0;list-style:none}.qodef-tabs .qodef-tabs-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-tabs .qodef-tabs-content p{margin:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 42px 0 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{display:block;position:relative;padding:0;z-index:100;-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out;font-family:Poppins,sans-serif;font-weight:700;font-size:18px;line-height:1.5em;letter-spacing:-.02em}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before{content:'';position:absolute;display:inline-block;background-color:#1f1f1f;width:0;height:2px;left:0;bottom:2px;z-index:-1;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition:.3s cubic-bezier(.85,.26,.17,1);-o-transition:.3s cubic-bezier(.85,.26,.17,1);transition:.3s cubic-bezier(.85,.26,.17,1)}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:before{width:100%}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover{color:currentColor}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:before,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 0 26px 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-bottom:0}}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{-ms-flex-negative:0;flex-shrink:0;display:block;padding-right:26px;margin-right:26px;border-right:1px solid #e1e1e1}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin-bottom:26px}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child{margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a{display:inline-block;width:auto}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:12px 0 0}.qodef-text-marquee{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-text-marquee .qodef-m-content{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:nowrap;font-size:135px;font-family:Poppins,sans-serif;line-height:1em;font-weight:700;overflow:visible;letter-spacing:0!important}.qodef-text-marquee .qodef-marquee-element{padding:0 25px;will-change:transform}.qodef-text-marquee .qodef-m-text>span:after{content:'\00b7';display:inline-block;padding:0 28px;color:#e82a2a}.qodef-text-marquee .qodef-m-text--1{text-stroke:1px #e82a2a;-webkit-text-stroke:1px #e82a2a;color:transparent;-webkit-text-fill-color:transparent;letter-spacing:.001em}.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--1{color:#e82a2a}.qodef-text-marquee .qodef-m-text--2{text-stroke:1px #e82a2a;-webkit-text-stroke:1px #e82a2a;color:transparent;-webkit-text-fill-color:transparent;letter-spacing:.001em}.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--2{color:#e82a2a}.qodef-text-marquee .qodef-m-text--3{text-stroke:1px #e82a2a;-webkit-text-stroke:1px #e82a2a;color:transparent;-webkit-text-fill-color:transparent}.qodef-browser--ms-explorer .qodef-text-marquee .qodef-m-text--3{color:#e82a2a}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle;width:100%}.qodef-video-button .qodef-m-play{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#1f1f1f;font-size:106px;line-height:1}.qodef-video-button .qodef-m-play .qodef-m-play-inner{display:block;line-height:inherit;position:relative;width:98px;height:98px;background-color:#fff;border-radius:50%}.qodef-video-button .qodef-m-play .qodef-m-play-inner:after,.qodef-video-button .qodef-m-play .qodef-m-play-inner:before{-webkit-transition:1s cubic-bezier(.17,.54,0,1.01);-o-transition:1s cubic-bezier(.17,.54,0,1.01);transition:1s cubic-bezier(.17,.54,0,1.01)}.qodef-video-button .qodef-m-play .qodef-m-play-inner:before{content:'';position:absolute;width:98px;height:98px;border:1px solid #fff;border-radius:50%;background-color:transparent;left:5px;top:5px;z-index:-1;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.qodef-video-button .qodef-m-play .qodef-m-play-inner:after{content:'';position:absolute;width:98px;height:98px;border:1px solid #fff;border-radius:50%;background-color:transparent;left:9px;top:9px;z-index:-1;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:after,.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s cubic-bezier(.11,.54,0,1.2);-o-transition:.3s cubic-bezier(.11,.54,0,1.2);transition:.3s cubic-bezier(.11,.54,0,1.2)}.qodef-video-button .qodef-m-play .qodef-m-play-inner:hover:after{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-video-button .qodef-m-play .qdoef-e-arrow-right{position:relative;width:0;height:0;border:0 solid transparent;border-bottom-width:13px;border-top-width:13px;border-left:23px solid #1f1f1f;margin:auto;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:3px}.qodef-video-button .qodef-m-image{position:relative;overflow:hidden}.qodef-video-button .qodef-m-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:1s;-o-transition:1s;transition:1s;width:100%}.elementor-editor-active .qodef-video-button .qodef-m-image img,.qodef-video-button.qodef--appear .qodef-m-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}#qodef-side-area{position:fixed;top:0;right:-490px;width:490px;height:100%;min-height:100%;padding:64px 101px 35px 66px;text-align:left;background-color:#1f1f1f;overflow:hidden;visibility:hidden;z-index:9999;-webkit-transition:all .6s cubic-bezier(.77,0,.175,1);-o-transition:all .6s cubic-bezier(.77,0,.175,1);transition:all .6s cubic-bezier(.77,0,.175,1)}.qodef-side-area--opened #qodef-side-area{right:-6px;visibility:visible}#qodef-side-area.qodef-alignment--center{text-align:center}#qodef-side-area.qodef-alignment--right{text-align:right}#qodef-side-area.qodef-alignment--left{text-align:left}#qodef-side-area .widget_media_image{margin:0 0 13px}#qodef-side-area-close{position:absolute;top:31px;right:46px;display:block;z-index:1000;color:#fff}.admin-bar #qodef-side-area-close{top:69px}#qodef-side-area-close.qodef-source--predefined{-webkit-transition:-webkit-transform .3s cubic-bezier(.15,.71,.25,1);transition:-webkit-transform .3s cubic-bezier(.15,.71,.25,1);-o-transition:transform .3s cubic-bezier(.15,.71,.25,1);transition:transform .3s cubic-bezier(.15,.71,.25,1);transition:transform .3s cubic-bezier(.15,.71,.25,1),-webkit-transform .3s cubic-bezier(.15,.71,.25,1)}#qodef-side-area-close.qodef-source--predefined:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line{background-color:#1f1f1f}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{top:21px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{top:21px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}#qodef-side-area-close.qodef-source--predefined .qodef-m-lines{background-color:#fff}#qodef-side-area-close.qodef-source--predefined .qodef-m-lines:after,#qodef-side-area-close.qodef-source--predefined .qodef-m-lines:before{display:none}#qodef-side-area-close.qodef-source--predefined .qodef-m-lines .qodef-m-line{height:2px;width:56%}.qodef-side-area-cover{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;overflow:hidden;z-index:0;-webkit-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;-o-transition:opacity .2s ease-in-out,z-index .2s ease-in-out;transition:opacity .2s ease-in-out,z-index .2s ease-in-out}.qodef-side-area--opened .qodef-side-area-cover{opacity:1;z-index:1002}.qodef-social-share{position:relative;display:inline-block;vertical-align:top}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:top;margin:0 10px 0 0;font-family:Poppins,sans-serif;font-weight:700;color:#1f1f1f;font-size:18px;line-height:1.5em;letter-spacing:-.02em;line-height:1}.qodef-social-share ul{position:relative;vertical-align:middle;list-style:none;padding:0;margin:0;display:inline-block}.qodef-social-share li{position:relative;display:inline-block;vertical-align:top;line-height:1;padding:0;margin:0}.qodef-social-share li a{font-size:14px}.qodef-social-share li.qodef-facebook-share a:hover{color:#e82a2a}.qodef-social-share li.qodef-twitter-share a:hover{color:#e82a2a}.qodef-social-share li.qodef-linkedin-share a:hover{color:#e82a2a}.qodef-social-share li.qodef-tumblr-share a:hover{color:#e82a2a}.qodef-social-share li.qodef-pinterest-share a:hover{color:#e82a2a}.qodef-social-share li.qodef-vk-share a:hover{color:#e82a2a}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block;vertical-align:bottom}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0;vertical-align:middle}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{vertical-align:middle}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li{opacity:1;visibility:visible;cursor:pointer}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener{display:block}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block;vertical-align:top;margin-right:5px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown{position:absolute;visibility:hidden;z-index:950}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul{position:relative;display:block;z-index:990;margin:0;padding:0!important}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li{position:absolute;display:block;text-align:center;visibility:hidden;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out;-o-transition:opacity .2s ease-out,visibility .2s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a{-webkit-transition:color .2s ease-out,background-color .2s ease-out;-o-transition:color .2s ease-out,background-color .2s ease-out;transition:color .2s ease-out,background-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li *{display:block;line-height:inherit}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown{bottom:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li{width:90px;height:30px;line-height:30px;border:1px solid #e1e1e1}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child){border-top:none}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover{background-color:#3b5998;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover{background-color:#00aced;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover{background-color:#007bb5;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover{background-color:#32506d;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover{background-color:#cb2027;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover{background-color:#45668e;color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a{font-size:14px;color:#333;background-color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-30px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-60px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-90px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-120px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-180px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-210px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown{top:0;right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:185px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown{top:0;left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li{width:calc(90px / 3)}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:5px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:35px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:65px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:95px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:125px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:155px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:185px}.qodef-social-share.qodef-layout--list li{margin-right:15px}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text li{margin-right:15px}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:26px}.widget .qodef-social-share.qodef-layout--text .qodef-social-title{display:block;margin-bottom:21px}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#ccc}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#fff}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#fff}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#45668e}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#fff}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover{color:#45668e}#qodef-page-spinner{position:fixed;top:0;bottom:0;right:0;left:0;z-index:2000}#qodef-page-spinner .qodef-m-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;color:#e82a2a;background-color:#fff}#qodef-page-spinner .qodef-m-spinner{position:relative}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1{position:absolute;top:50%;left:50%;height:50%;width:50%;z-index:1;-webkit-animation:qode-atom-shrink 4.5s infinite linear;animation:qode-atom-shrink 4.5s infinite linear}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before{content:'';position:absolute;top:-50%;left:-50%;height:100%;width:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{position:absolute;width:100%;height:100%;z-index:0}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{content:'';position:absolute;top:0;left:0;height:20px;width:20px;margin:0 auto;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2{-webkit-animation:qode-atom-zindex 1.5s .75s infinite steps(2,end);animation:qode-atom-zindex 1.5s .75s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;animation:qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end);animation:qode-atom-zindex 1.5s -.25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before{-webkit-animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;animation:qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation:qode-atom-zindex 1.5s .25s infinite steps(2,end);animation:qode-atom-zindex 1.5s .25s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before{-webkit-animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;animation:qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock{position:relative;width:50px;height:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-clock 8s infinite steps(8);animation:qode-clock 8s infinite steps(8)}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item{position:absolute;height:50px;width:50px}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before{content:'';position:absolute;height:18.31501832px;width:18.31501832px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);-webkit-animation:qode-clock-1 1s ease-in infinite;animation:qode-clock-1 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-animation:qode-clock-2 1s ease-in infinite;animation:qode-clock-2 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:qode-clock-3 1s ease-in infinite;animation:qode-clock-3 1s ease-in infinite}#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4{-webkit-animation:qode-clock-4 1s ease-in infinite;animation:qode-clock-4 1s ease-in infinite}#qodef-page-spinner.qodef-layout--cube .qodef-m-cube{width:60px;height:60px;margin:-30px 0 0 -30px;background-color:currentColor;-webkit-animation:qode-cube 1.2s infinite ease-in-out;animation:qode-cube 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background-color:currentColor;border-radius:50%;opacity:.6;-webkit-animation:qode-double-pulse 2s infinite ease-in-out;animation:qode-double-pulse 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2{-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles{position:relative;width:60px;height:60px;margin:-30px 0 0 -30px}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item{position:absolute;width:100%;height:100%}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1500ms);animation-delay:calc((600ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1500ms);animation-delay:calc((900ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1500ms);animation-delay:calc((1200ms) - 1500ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1400ms);animation-delay:calc((300ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1400ms);animation-delay:calc((600ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1400ms);animation-delay:calc((900ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1400ms);animation-delay:calc((1200ms) - 1400ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2{-webkit-animation-delay:calc((600ms) - 1300ms);animation-delay:calc((600ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3{-webkit-animation-delay:calc((900ms) - 1300ms);animation-delay:calc((900ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4{-webkit-animation-delay:calc((1200ms) - 1300ms);animation-delay:calc((1200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle{position:absolute;width:12px;height:12px;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.2s infinite ease-in-out both;animation:qode-bounce-delay 1.2s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1{top:0;left:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2{top:0;right:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3{right:0;bottom:0}#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4{left:0;bottom:0}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion{position:relative;width:30px;height:30px;margin:-45px 0 0 -30px}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item{position:absolute;top:50%;left:50%;height:40px;width:40px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1{top:0;left:50%;-webkit-animation:qode-fussion-ball-1 1s 0s ease infinite;animation:qode-fussion-ball-1 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2{top:50%;left:100%;-webkit-animation:qode-fussion-ball-2 1s 0s ease infinite;animation:qode-fussion-ball-2 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3{top:100%;left:50%;-webkit-animation:qode-fussion-ball-3 1s 0s ease infinite;animation:qode-fussion-ball-3 1s 0s ease infinite;z-index:1}#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4{top:50%;left:0;-webkit-animation:qode-fussion-ball-4 1s 0s ease infinite;animation:qode-fussion-ball-4 1s 0s ease infinite;z-index:2}#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker{position:relative;width:60px;height:60px;-webkit-animation:qodef-rotate-lekker-spinner 5s infinite;animation:qodef-rotate-lekker-spinner 5s infinite}#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:before{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s .6s infinite;animation:qodef-animate-lekker-spinner 1s .6s infinite}#qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:after{content:'';position:absolute;width:43px;height:43px;border:1px solid #000;border-radius:50%;background-color:transparent;left:4px;top:3px;-webkit-animation:qodef-animate-lekker-spinner 1s infinite;animation:qodef-animate-lekker-spinner 1s infinite}@-webkit-keyframes qodef-animate-lekker-spinner{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}}@keyframes qodef-animate-lekker-spinner{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(10px,10px,0);transform:translate3d(10px,10px,0)}}@-webkit-keyframes qodef-rotate-lekker-spinner{0%,100%,60%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qodef-rotate-lekker-spinner{0%,100%,60%{-webkit-transform:rotate(0);transform:rotate(0)}60%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#qodef-page-spinner.qodef-layout--lines .qodef-m-lines{width:60px;height:60px;margin:0 0 0 -30px}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)}#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4{position:absolute;width:60px;height:4px;margin-left:10px;background-color:currentColor;-webkit-animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);animation:qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis{position:relative;height:50px;width:50px;margin:-25px 0 0 -25px;-webkit-animation:qode-mitosis-invert 2s infinite steps(2,end);animation:qode-mitosis-invert 2s infinite steps(2,end)}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item{position:absolute;top:0;left:0;width:100%;height:100%;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1{-webkit-animation:qode-mitosis-ball-1 1s infinite alternate linear;animation:qode-mitosis-ball-1 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2{-webkit-animation:qode-mitosis-ball-2 1s infinite alternate linear;animation:qode-mitosis-ball-2 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3{-webkit-animation:qode-mitosis-ball-3 1s infinite alternate linear;animation:qode-mitosis-ball-3 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4{-webkit-animation:qode-mitosis-ball-4 1s infinite alternate linear;animation:qode-mitosis-ball-4 1s infinite alternate linear}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>*{margin:0;opacity:0;-webkit-animation:qode-fade-in 1s forwards;animation:qode-fade-in 1s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder{-ms-flex-negative:0;flex-shrink:0;-webkit-animation-delay:.5s;animation-delay:.5s}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line{position:relative;display:block;height:3px;width:500px;margin-top:20px;background-color:#e5e1dc;overflow:hidden;opacity:0;-webkit-animation:qode-fade-in 1s .3s forwards;animation:qode-fade-in 1s .3s forwards}#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e82a2a;width:0}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles{position:relative;width:100px;height:100px;margin:-50px 0 0 -50px}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle{position:absolute;height:100%;width:100%;background:currentColor;border:0 solid currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4{-webkit-animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);animation:qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)}#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse{width:32px;height:32px;margin:-16px 0 0 -16px;background-color:currentColor;border-radius:16px;-webkit-animation:qode-scaleout 1s infinite ease-in-out;animation:qode-scaleout 1s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles{width:60px;height:20px}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div{display:inline-block;width:12px;height:12px;margin:4px;background-color:currentColor;border-radius:100%;opacity:0;-webkit-animation:qode-ball-fall 1.5s ease infinite both;animation:qode-ball-fall 1.5s ease infinite both}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1){-webkit-animation-delay:calc((100ms) - 300ms);animation-delay:calc((100ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2){-webkit-animation-delay:calc((200ms) - 300ms);animation-delay:calc((200ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3){-webkit-animation-delay:calc((300ms) - 300ms);animation-delay:calc((300ms) - 300ms)}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes{position:relative;width:32px;height:32px;margin:-16px 0 0 -16px}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube{position:absolute;top:0;left:0;width:10px;height:10px;background-color:currentColor;-webkit-animation:qode-rotating-cubes 1.8s infinite ease-in-out;animation:qode-rotating-cubes 1.8s infinite ease-in-out}#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2{-webkit-animation-delay:-.9s;animation-delay:-.9s}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes{width:50px;height:60px;margin:-30px 0 0 -25px;text-align:center}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe{display:inline-block;float:left;height:100%;width:6px;margin:0 3px 0 0;background-color:currentColor;-webkit-animation:qode-stretch-delay 1.2s infinite ease-in-out;animation:qode-stretch-delay 1.2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2{-webkit-animation-delay:calc((200ms) - 1300ms);animation-delay:calc((200ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3{-webkit-animation-delay:calc((300ms) - 1300ms);animation-delay:calc((300ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4{-webkit-animation-delay:calc((400ms) - 1300ms);animation-delay:calc((400ms) - 1300ms)}#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5{-webkit-animation-delay:calc((500ms) - 1300ms);animation-delay:calc((500ms) - 1300ms)}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles{position:relative;width:40px;height:40px;margin:-20px 0 0 -20px;text-align:center;-webkit-animation:qode-rotate-circles 2s infinite linear;animation:qode-rotate-circles 2s infinite linear}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle{position:absolute;top:0;width:60%;height:60%;display:inline-block;background-color:currentColor;border-radius:100%;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:qode-bounce 2s infinite ease-in-out;animation:qode-bounce 2s infinite ease-in-out}#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles{width:150px;height:30px;margin:-15px 0 0 -75px}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle{float:left;height:30px;width:30px;margin-right:10px;background:currentColor;border-radius:50%}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1{-webkit-animation:qode-wave-jump-3 1.8s infinite ease-out;animation:qode-wave-jump-3 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2{-webkit-animation:qode-wave-jump-2 1.8s infinite ease-out;animation:qode-wave-jump-2 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3{-webkit-animation:qode-wave-jump-1 1.8s infinite ease-out;animation:qode-wave-jump-1 1.8s infinite ease-out}#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4{margin-right:0;-webkit-animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);animation:qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1)}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave{width:72px;margin:-9px 0 0 -36px;text-align:center}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item{display:inline-block;width:18px;height:18px;margin:0 3px 0 0;background-color:currentColor;border-radius:100%;-webkit-animation:qode-bounce-delay 1.4s infinite ease-in-out both;animation:qode-bounce-delay 1.4s infinite ease-in-out both}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1{-webkit-animation-delay:-.32s;animation-delay:-.32s}#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2{-webkit-animation-delay:-.16s;animation-delay:-.16s}.qodef-sp-holder{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;background-color:rgba(0,0,0,.65);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qodef-sp-holder .qodef-sp-inner{width:90%;max-width:600px;background-color:#fff;padding:40px;opacity:0;-webkit-box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);box-shadow:3px 3px 16px 2px rgba(0,0,0,.04);-webkit-transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);transition:opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99);-o-transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;transition:transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out,-webkit-transform .3s cubic-bezier(.06,.47,.38,.99)}.qodef-sp-holder .qodef-sp-close{position:absolute;top:16px;right:16px;display:block;color:#000}.qodef-sp-holder .qodef-sp-close:hover{color:#333}.qodef-sp-holder .qodef-sp-close svg{stroke:currentColor;fill:currentColor}.qodef-sp-holder .qodef-sp-content-container{background-color:#f7f7f7;background-size:cover;padding:40px}.qodef-sp-holder .qodef-sp-title{margin:0 0 30px 0}.qodef-sp-holder .qodef-sp-subtitle{margin:0 0 20px 0}.qodef-sp-holder .wpcf7{width:100%;display:block}.qodef-sp-holder .qodef-sp-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:28px}.qodef-sp-holder .qodef-sp-prevent-inner{cursor:pointer}.qodef-sp-holder .qodef-sp-prevent-inner>*{position:relative;display:inline-block;vertical-align:top;line-height:1}.qodef-sp-holder .qodef-sp-prevent-input{margin:1px 1px 0 0;width:11px;height:11px;border:1px solid #1f1f1f;overflow:hidden}.qodef-sp-holder .qodef-sp-prevent-input svg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg{opacity:1}.qodef-sp-holder .qodef-sp-prevent-label{font-size:13px}.qodef-sp-opened .qodef-sp-holder{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);transition:-webkit-transform .8s cubic-bezier(.26,.63,0,.96);-o-transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96);transition:transform .8s cubic-bezier(.26,.63,0,.96),-webkit-transform .8s cubic-bezier(.26,.63,0,.96)}.qodef-page-title{background-position:center 0;background-repeat:no-repeat;background-size:cover}.qodef-page-title.qodef-image--responsive{height:auto!important}.qodef-page-title.qodef-image--responsive .qodef-m-content{position:absolute;top:0;left:0}.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-page-title.qodef-alignment--center{text-align:center}.qodef-page-title.qodef-alignment--right{text-align:right}.qodef-page-title .qodef-m-image{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-page-title .qodef-m-image img{display:block;width:100%}.qodef-page-title .qodef-m-content.qodef-content-full-width{padding:0 45px}.qodef-page-title .qodef-breadcrumbs{line-height:1.25em}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-size:14px;color:#1f1f1f;line-height:1.25em}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 6px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'>'}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-current{color:#777}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-bottom:2px;margin-left:17px}@media only screen and (max-width:680px){.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{display:none}}@media only screen and (max-width:680px){.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-title{font-size:28px;margin:0}}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:480px){.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:14px 0 0}@media screen and (min-width:769px){.qodef-page-title.qodef-title--standard .qodef-m-subtitle{padding:0 27%}}.widget.qodef-author-info{text-align:center;padding:50px 40px;background-color:#f7f7f7}@media only screen and (max-width:1440px){.widget.qodef-author-info{padding:38px 28px}}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:30px;display:inline-block}.widget.qodef-author-info .qodef-author-info-image img{border-radius:50%}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 10px}.widget.qodef-author-info .qodef-author-info-description{margin:0}.widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget{margin:0}#qodef-top-area .widget .qodef-contact-info-widget a{font-size:16px}.qodef-social-icons-group .qodef-icon-holder{margin-left:9px}.qodef-social-icons-group .qodef-icon-holder:first-child{margin-left:0}.widget.widget_lekker_core_social_icons_group .qodef-icon-holder a{color:#fff;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a{color:#fff!important}.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#e82a2a}.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover{background-color:#1f1f1f}.widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#fff}#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder a{color:#fff;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a{color:#d7d7d7!important}#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#e82a2a}#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover{background-color:#1f1f1f}#qodef-page-footer .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#d7d7d7}#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder a{-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder:hover a{color:#e82a2a!important}#qodef-page-sidebar .widget.widget_lekker_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#e82a2a}.widget.qodef-widget-sticky-sidebar,.widget.widget_lekker_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:35px 29px}#qodef-author-info .qodef-m-content{margin-top:23px}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) #qodef-page-outer{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-header--vertical-sliding #qodef-page-header-inner{display:none}.qodef-header--vertical-sliding #qodef-page-outer,.qodef-header--vertical-sliding footer{padding-left:0}}@media only screen and (max-width:1024px){.qodef-header--vertical #qodef-page-header-inner{display:none}.qodef-header--vertical #qodef-page-outer,.qodef-header--vertical footer{padding-left:0}}@media only screen and (max-width:768px){#qodef-top-area{display:none}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:20%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:14.28571%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item{width:12.5%}}@media only screen and (max-width:1440px){.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-60px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -30px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 30px;margin:0 0 60px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-grid-item.qodef-portfolio-info{margin-top:50px!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin:0 0 75px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:inherit!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-grid-item.qodef-portfolio-info{margin-top:50px!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin:0 0 75px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:0!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-grid-item.qodef-portfolio-info{margin-top:50px!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin:0 0 75px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-big .qodef-portfolio-info{margin-top:50px!important}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider-small .qodef-media{margin:0 0 85px}}@media only screen and (max-width:680px){.qodef-call-to-action.qodef-layout--standard .qodef-m-inner{display:block}.qodef-call-to-action.qodef-layout--standard .qodef-m-button{margin-top:20px}}@media only screen and (max-width:768px){.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper{width:33.33333333333333%}.qodef-countdown .qodef-digit-wrapper:nth-child(4),.qodef-countdown .qodef-digit-wrapper:nth-child(5){margin-top:25px}}@media only screen and (max-width:1024px){.qodef-highlight.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-image-marquee .qodef-m-content.qodef--desktop{display:none}.qodef-image-marquee .qodef-m-content.qodef--mobile{display:block}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-type--standard{padding:100px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:60%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:40%}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-type--standard{padding:60px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-images{width:80%}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{width:100%;padding-left:60px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-item{font-size:38px;line-height:1.2em;letter-spacing:-.04em;padding-bottom:3px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-type--standard{padding:30px 0}.qodef-interactive-link-showcase.qodef-type--standard .qodef-m-items{padding-left:30px}}@media only screen and (max-width:1024px){.qodef-section-title.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical{display:block}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation{padding-right:0;margin-right:0;border-right:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:12px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:12px 0 0}}@media only screen and (max-width:1024px){body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content{padding-top:0!important}}@media only screen and (max-width:1024px){#qodef-page-sidebar .qodef-social-icons-group{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
top: 50%;
margin: -55px 0 0 0;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }