@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translateX(100%)}.components-animate__slide-in.is-from-right{transform:translateX(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translateX(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{min-width:200px;padding:8px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-badge{box-sizing:border-box}.components-badge *,.components-badge :after,.components-badge :before{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));border-radius:2px;color:color-mix(in srgb,#000 50%,var(--base-color));display:inline-block;line-height:0;max-width:100%;min-height:24px;padding:2px 8px}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color:#3858e9}.components-badge.is-warning{--base-color:#f0b849}.components-badge.is-error{--base-color:#cc1818}.components-badge.is-success{--base-color:#4ab866}.components-badge__flex-wrapper{align-items:center;display:inline-flex;font-size:12px;font-weight:400;gap:2px;line-height:20px;max-width:100%}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;box-shadow:inset 0 0 0 1px #1e1e1e;color:#1e1e1e;display:inline-flex}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button.is-primary,.components-button-group .components-button:focus{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{-webkit-appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;margin:0;text-decoration:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{align-items:center;border-radius:2px;box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);height:36px;padding:6px 12px}.components-button.is-next-40px-default-size{height:40px}.components-button:hover:not(:disabled,[aria-disabled=true]),.components-button[aria-expanded=true]{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:3px solid #0000}.components-button.is-primary{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff);outline:1px solid #0000;text-decoration:none;text-shadow:none;white-space:nowrap}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));border-color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:active:enabled,.components-button.is-primary[aria-disabled=true]:enabled{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#fff6;outline:none}.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);background-size:100px 100%;border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-accent-inverted,#fff)}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid #0000}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{background:#0000;color:#949494;transform:none}.components-button.is-secondary{background:#0000;box-shadow:inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 0 0 currentColor;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:1px solid #0000;white-space:nowrap}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-button.is-tertiary{background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));white-space:nowrap}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);color:var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 8%,#0000)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent:#cc1818;--wp-components-color-accent-darker-10:#9e1313;--wp-components-color-accent-darker-20:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{background:none;border:0;border-radius:0;box-shadow:none;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));margin:0;outline:none;padding:0;text-align:left;text-decoration:underline}@media not (prefers-reduced-motion){.components-button.is-link{transition-duration:.05s;transition-property:border,background,color;transition-timing-function:ease-in-out}}.components-button.is-link{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground,#1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{color:#949494;cursor:default}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s linear infinite}}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);background-size:100px 100%}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){min-width:32px;padding:0}.components-button.is-small{font-size:11px;height:24px;line-height:22px;padding:0 8px}.components-button.is-small.has-icon:not(.has-text){min-width:24px;padding:0}.components-button.has-icon{justify-content:center;min-width:36px;padding:6px}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{align-items:center;box-sizing:initial;display:inline-flex;justify-content:center;padding:2px}.components-button.has-icon.has-text{gap:4px;justify-content:start;padding-left:8px;padding-right:12px}.components-button.has-icon.has-text.has-icon-right{padding-left:12px;padding-right:8px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground,#1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){background:#949494;color:var(--wp-components-color-foreground-inverted,#fff)}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-button svg{fill:currentColor;outline:none}@media (forced-colors:active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{background-color:var(--wp-components-color-background,#fff);color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;font-size:13px;font-weight:400;position:relative;z-index:0}.components-calendar,.components-calendar *,.components-calendar :after,.components-calendar :before{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day:has(.components-calendar__day-button:focus-visible),.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__day-button{align-items:center;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:flex;font:inherit;font-variant-numeric:tabular-nums;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__day-button:before{border:none;border-radius:2px;content:"";inset:0;position:absolute;z-index:-1}.components-calendar__day-button:after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors:active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-offset:1px}.components-calendar__caption-label{align-items:center;border:0;display:inline-flex;position:relative;text-transform:capitalize;white-space:nowrap;z-index:1}.components-calendar__button-next,.components-calendar__button-previous{align-items:center;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;border-radius:2px;color:inherit;cursor:pointer;display:inline-flex;height:32px;justify-content:center;margin:0;padding:0;position:relative;width:32px}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{color:var(--wp-components-color-gray-600,#949494);cursor:revert}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;height:16px;width:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{align-content:center;display:flex;height:32px;justify-content:center;margin-bottom:12px}.components-calendar__months{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;max-width:fit-content;position:relative}.components-calendar__month-grid{border-collapse:initial;border-spacing:0 4px}.components-calendar__nav{align-items:center;display:flex;height:32px;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;justify-content:space-between;position:absolute}.components-calendar__weekday{color:var(--wp-components-color-gray-700,#757575);height:32px;padding:0;text-align:center;text-transform:uppercase;width:32px}.components-calendar__day--today:after{border:2px solid;border-radius:50%;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0;z-index:1}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted,#fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground,#1e1e1e);border:1px solid #0000}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-600,#949494)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800,#2f2f2f)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-end-end-radius:0;border-start-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000);border-color:#0000;border-radius:0;border-style:solid;border-width:1px 0}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-end-start-radius:0;border-start-start-radius:0}.components-calendar__day--preview svg{color:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 16%,#0000);inset:0;pointer-events:none;position:absolute}@media (forced-colors:active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-out-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes slide-out-right{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:0s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.4,0,.2,1)}@media not (prefers-reduced-motion){.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit{animation-duration:.3s}}.components-calendar[dir=rtl] .components-calendar__weeks-after-enter,.components-calendar__weeks-before-enter{animation-name:slide-in-left}.components-calendar[dir=rtl] .components-calendar__weeks-after-exit,.components-calendar__weeks-before-exit{animation-name:slide-out-left}.components-calendar[dir=rtl] .components-calendar__weeks-before-enter,.components-calendar__weeks-after-enter{animation-name:slide-in-right}.components-calendar[dir=rtl] .components-calendar__weeks-before-exit,.components-calendar__weeks-after-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size:24px}@media (min-width:600px){.components-checkbox-control{--checkbox-input-size:16px}}.components-checkbox-control{--checkbox-input-margin:8px}.components-checkbox-control__label{cursor:pointer;line-height:var(--checkbox-input-size)}.components-checkbox-control__input[type=checkbox]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;margin-right:12px;padding:6px 8px;transition:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{color:#fff;margin:-3px -5px}@media (min-width:782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"\f460";display:inline-block;float:left;font:normal 30px/1 dashicons;vertical-align:middle;width:16px;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox]:disabled,.components-checkbox-control__input[type=checkbox][aria-disabled=true]{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}.components-checkbox-control__input[type=checkbox]{appearance:none;background:#fff;clear:none;color:#1e1e1e;cursor:pointer;display:inline-block;height:var(--checkbox-input-size);line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size)}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:border-color .1s ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{aspect-ratio:1;display:inline-block;flex-shrink:0;line-height:1;margin-right:var(--checkbox-input-margin);position:relative;vertical-align:middle;width:var(--checkbox-input-size)}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:var(--checkbox-input-size);fill:#fff;cursor:pointer;height:var(--checkmark-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;width:var(--checkmark-size)}@media (min-width:600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size:calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;min-width:188px;width:100%}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;transform:scale(1);vertical-align:top;width:28px}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:transform .1s ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555d65' d='M6 8V6H4v2zm2 0V6h2v2zm2 8H8v-2h2zm2 0v-2h2v2zm0 2v-2h-2v2H8v2h2v-2zm2 0v2h-2v-2zm2 0h-2v-2h2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2zm-2-4v-2h2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' d='M18 18v2h-2v-2z'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2zm0 2v-2H6v2zm2 0v-2h2v2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555d65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4zm0 4V2H2v2zm2 0V2h2v2zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2z' clip-rule='evenodd'/%3E%3C/svg%3E");border-radius:50%;bottom:1px;content:"";left:1px;position:absolute;right:1px;top:1px;z-index:-1}.components-circular-option-picker__option{aspect-ratio:1;background:#0000;border:none;border-radius:50%;box-shadow:inset 0 0 0 14px;display:inline-block;height:100%!important;vertical-align:top}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:box-shadow .1s ease}}.components-circular-option-picker__option{cursor:pointer}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;overflow:visible;position:relative;z-index:1}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{border-radius:50%;left:2px;pointer-events:none;position:absolute;top:2px;z-index:2}.components-circular-option-picker__option:after{border:1px solid #0000;border-radius:50%;bottom:-1px;box-shadow:inset 0 0 0 1px #0003;box-sizing:inherit;content:"";left:-1px;position:absolute;right:-1px;top:-1px}.components-circular-option-picker__option:focus:after{border:2px solid #757575;border-radius:50%;box-shadow:inset 0 0 0 2px #fff;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:initial;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{background:#fff;color:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{padding:8px;width:260px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{background:#fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);border-radius:50%;box-shadow:inset 0 0 0 1px #0003;display:inline-block;height:20px;padding:0;width:20px}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{background:var(--wp-components-color-background,#fff);border:none;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);font-family:inherit;font-size:16px;line-height:inherit;margin:0;min-height:auto;padding:2px;width:100%}@media (min-width:600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{box-shadow:none;outline:none}.components-combobox-control__suggestions-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{align-items:flex-start;display:flex;flex-wrap:wrap;padding:0;width:100%}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{background:none;border:none;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003;box-sizing:border-box;cursor:pointer;height:64px;outline:1px solid #0000;position:relative;width:100%}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0;content:"";inset:1px;position:absolute;z-index:-1}.components-color-palette__custom-color-text-wrapper{border-radius:0 0 4px 4px;box-shadow:inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;font-size:13px;padding:12px 16px;position:relative}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground,#1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;height:48px;position:relative;width:100%;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{inset:0;position:absolute}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{margin-left:auto;margin-right:auto;position:relative;width:calc(100% - 48px)}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{display:flex;height:16px;position:absolute;top:16px;width:16px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{background:#fff;border-radius:50%;color:#1e1e1e;height:inherit;min-width:16px!important;padding:2px;position:relative;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;height:inherit;outline:2px solid #0000;padding:0;width:inherit}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;outline:1.5px solid #0000}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;height:20px;width:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{height:50px;left:-1000px;position:fixed;width:50px}.components-draggable__clone{background:#0000;padding:0;pointer-events:none;position:fixed;z-index:1000000000}.components-drop-zone{border-radius:2px;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;visibility:hidden;z-index:40}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{align-items:center;background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));bottom:0;color:#fff;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:50}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{line-height:0;margin:0 auto 8px;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{cursor:pointer;outline:none;padding:6px;white-space:nowrap;width:100%}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;overflow:visible;position:relative}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{background-color:#ddd;box-sizing:initial;content:"";display:block;height:1px;left:0;position:absolute;right:0;top:-3px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg{background:#1e1e1e;border-radius:1px;box-shadow:0 0 0 1px #1e1e1e;color:#fff}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{height:auto;min-height:40px;padding-left:8px;padding-right:8px;text-align:left}.components-duotone-picker__color-indicator:before{background:#0000}.components-duotone-picker__color-indicator>.components-button,.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);color:#0000}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]),.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:#0000}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{font-weight:400;margin-left:.5ch}.components-form-toggle{display:inline-block;height:16px;position:relative}.components-form-toggle .components-form-toggle__track{background-color:#fff;border:1px solid #949494;border-radius:8px;box-sizing:border-box;content:"";display:inline-block;height:16px;position:relative;vertical-align:top;width:32px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:background-color .2s ease,border-color .2s ease}}.components-form-toggle .components-form-toggle__track{overflow:hidden}.components-form-toggle .components-form-toggle__track:after{border-top:16px solid #0000;box-sizing:border-box;content:"";inset:0;position:absolute}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:opacity .2s ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.components-form-toggle .components-form-toggle__thumb{border-radius:50%;box-sizing:border-box;display:block;height:12px;left:2px;position:absolute;top:2px;width:12px}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:transform .2s ease,background-color .2s ease-out}}.components-form-toggle .components-form-toggle__thumb{background-color:#1e1e1e;border:6px solid #0000;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translateX(16px)}.components-disabled .components-form-toggle,.components-form-toggle.is-disabled{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{border:none;height:100%;left:0;margin:0;opacity:0;padding:0;position:absolute;top:0;width:100%;z-index:1}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width:600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{cursor:text;padding:0;width:100%}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-form-token-field__input-container input[type=text].components-form-token-field__input{background:inherit;border:0;box-shadow:none;color:var(--wp-components-color-foreground,#1e1e1e);display:inline-block;flex:1;font-family:inherit;font-size:16px;margin-left:4px;max-width:100%;min-height:24px;min-width:50px;padding:0;width:100%}@media (min-width:600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus{box-shadow:none;outline:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{color:#1e1e1e;display:flex;font-size:13px;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__remove-token,.components-form-token-field__token.is-success .components-form-token-field__token-text{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__remove-token,.components-form-token-field__token.is-error .components-form-token-field__token-text{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__remove-token,.components-form-token-field__token.is-validating .components-form-token-field__token-text{color:#757575}.components-form-token-field__token.is-borderless{padding:0 24px 0 0;position:relative}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:#0000}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:#0000;color:#757575;position:absolute;right:0;top:1px}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{background:#ddd;display:inline-block;height:auto;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__remove-token.components-button,.components-form-token-field__token-text{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;line-height:24px;overflow:hidden;padding:0 0 0 8px;text-overflow:ellipsis;white-space:nowrap}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;max-height:128px;min-width:100%;overflow-y:auto}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{box-shadow:inset 0 1px 0 0 #949494;list-style:none;margin:0;padding:0}.components-form-token-field__suggestion{box-sizing:border-box;color:var(--wp-components-color-foreground,#1e1e1e);display:block;font-size:13px;margin:0;min-height:32px;padding:8px 12px}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:var(--wp-components-color-foreground-inverted,#fff)}.components-form-token-field__suggestion[aria-disabled=true]{color:#949494;pointer-events:none}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 4%,#0000)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width:600px){.components-guide{width:600px}}.components-guide .components-modal__content{margin-top:0;padding:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;height:64px;padding:0;position:sticky}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{color:#e0e0e0;margin:-6px 0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-modal__frame.components-guide{border:none;max-height:575px;min-width:312px}@media (max-width:600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__finish-button,.components-button.components-guide__forward-button{right:32px}[role=region]{position:relative}.is-focusing-regions [role=region]:focus:after,[role=region].interface-interface-skeleton__content:focus-visible:after{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1000000}.is-focusing-regions .editor-post-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions [role=region]:focus:after,.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,[role=region].interface-interface-skeleton__content:focus-visible:after{outline-color:var(--wp-admin-theme-color);outline-offset:calc(var(--wp-admin-border-width-focus)*-2/var(--wp-block-editor-iframe-zoom-out-scale, 1));outline-style:solid;outline-width:calc(var(--wp-admin-border-width-focus)*2/var(--wp-block-editor-iframe-zoom-out-scale, 1))}.components-menu-group+.components-menu-group{border-top:1px solid #1e1e1e;padding-top:8px}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{color:#757575;font-size:11px;font-weight:500;margin-bottom:12px;margin-top:4px;padding:0 8px;text-transform:uppercase;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child{box-sizing:initial;padding-right:48px}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-left:24px;margin-right:-2px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.components-button.is-primary,.components-menu-item__button.is-primary{justify-content:center}.components-menu-item__button.components-button.is-primary .components-menu-item__item,.components-menu-item__button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{color:#757575;font-size:12px;margin-top:4px;white-space:normal}.components-menu-item__item{align-items:center;display:inline-flex;margin-right:auto;min-width:160px;white-space:nowrap}.components-menu-item__shortcut{align-self:center;color:currentColor;display:none;margin-left:auto;margin-right:0;padding-left:24px}@media (min-width:480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{height:auto;min-height:40px}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.components-button.has-icon,.components-menu-items-choice.has-icon{padding-left:12px}.components-modal__screen-overlay{background-color:#00000059;bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:100000}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame :after,.components-modal__frame :before{box-sizing:inherit}.components-modal__frame{animation-fill-mode:forwards;animation-name:components-modal__appear-animation;animation-timing-function:cubic-bezier(.29,0,0,1);background:#fff;border-radius:8px 8px 0 0;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;color:#1e1e1e;display:flex;margin:40px 0 0;overflow:hidden;width:100%}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width:600px){.components-modal__frame{border-radius:8px;margin:auto;max-height:calc(100% - 128px);max-width:calc(100% - 32px);min-width:350px;width:auto}}@media (min-width:600px) and (min-width:600px){.components-modal__frame.is-full-screen{height:calc(100% - 32px);max-height:none;width:calc(100% - 32px)}}@media (min-width:600px) and (min-width:782px){.components-modal__frame.is-full-screen{height:calc(100% - 80px);max-width:none;width:calc(100% - 80px)}}@media (min-width:600px){.components-modal__frame.has-size-large,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-small{width:100%}.components-modal__frame.has-size-small{max-width:384px}.components-modal__frame.has-size-medium{max-width:512px}.components-modal__frame.has-size-large{max-width:840px}}@media (min-width:960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{align-items:center;border-bottom:1px solid #0000;box-sizing:border-box;display:flex;flex-direction:row;height:72px;justify-content:space-between;left:0;padding:24px 32px 8px;position:absolute;top:0;width:100%;z-index:10}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;display:flex;flex-direction:row;flex-grow:1;justify-content:flex-start}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-height:36px;max-width:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;overflow:auto;padding:4px 32px 32px}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:-2px}.components-notice{align-items:center;background-color:#fff;border-left:4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));color:#1e1e1e;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;padding:8px 12px}.components-notice.is-dismissible{position:relative}.components-notice.is-success{background-color:#eff9f1;border-left-color:#4ab866}.components-notice.is-warning{background-color:#fef8ee;border-left-color:#f0b849}.components-notice.is-error{background-color:#f4a2a2;border-left-color:#cc1818}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__action.components-button{margin-right:8px}.components-notice__dismiss{align-self:flex-start;color:#757575;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{background-color:initial;color:#1e1e1e}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{box-sizing:border-box;max-width:100vw}.components-notice-list .components-notice__content{line-height:2;margin-bottom:12px;margin-top:12px}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__body:first-child,.components-panel>.components-panel__header:first-child{margin-top:-1px}.components-panel>.components-panel__body:last-child,.components-panel>.components-panel__header:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{align-items:center;border-bottom:1px solid #ddd;box-sizing:initial;display:flex;flex-shrink:0;height:47px;justify-content:space-between;padding:0 16px}.components-panel__header h2{color:inherit;font-size:inherit;margin:0}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;font-size:inherit;margin-bottom:0;margin-top:0;padding:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:background .1s ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{border:none;box-shadow:none;color:#1e1e1e;font-weight:500;outline:none;padding:16px 48px 16px 16px;position:relative;text-align:left;width:100%}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:background .1s ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.components-panel__body-toggle.components-button:focus{border-radius:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-panel__body-toggle.components-button .components-panel__arrow{color:#1e1e1e;position:absolute;right:16px;top:50%;transform:translateY(-50%);fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:color .1s ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{-ms-filter:fliph;filter:FlipH;margin-top:-10px;transform:scaleX(-1)}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{align-items:center;display:flex;justify-content:space-between;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{flex-shrink:0;margin-right:12px;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{align-items:flex-start;box-sizing:border-box;color:#1e1e1e;display:flex;flex-direction:column;font-size:13px;gap:16px;margin:0;padding:24px;position:relative;text-align:left;width:100%;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid #0000}.components-placeholder__error,.components-placeholder__fieldset,.components-placeholder__instructions,.components-placeholder__label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;letter-spacing:normal;line-height:normal;text-transform:none}.components-placeholder__label{align-items:center;display:flex;font-weight:600}.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{margin-right:4px;fill:currentColor}@media (forced-colors:active){.components-placeholder__label .block-editor-block-icon,.components-placeholder__label .dashicon,.components-placeholder__label>svg{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;width:100%}.components-placeholder__fieldset form p,.components-placeholder__fieldset p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;padding:6px 8px}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid #0000}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.components-placeholder__error{gap:8px;width:100%}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-button,.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*{justify-content:center;width:100%}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{backdrop-filter:blur(100px);backface-visibility:hidden;background-color:initial;border-radius:0;box-shadow:none;color:inherit;display:flex}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-button,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-placeholder__label{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-button,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-placeholder__label{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{background:currentColor;bottom:0;content:"";left:0;opacity:.1;pointer-events:none;position:absolute;right:0;top:0}.components-placeholder.has-illustration{overflow:hidden}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:initial;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box}.components-popover *,.components-popover :after,.components-popover :before{box-sizing:inherit}.components-popover{will-change:transform;z-index:1000000}.components-popover.is-expanded{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000000!important}.components-popover__content{background:#fff;border-radius:4px;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{border-radius:2px;box-shadow:0 0 0 1px #1e1e1e}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{box-shadow:0 -1px 0 0 #ccc;height:calc(100% - 48px);overflow-y:visible;position:static;width:auto}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px 0 #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{display:flex;height:14px;pointer-events:none;position:absolute;width:14px}.components-popover__arrow:before{background-color:#fff;content:"";height:2px;left:1px;position:absolute;right:1px;top:-1px}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:#0000;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;margin:0;padding:0}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{align-items:center;column-gap:8px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content)}.components-radio-control__input[type=radio]{border:1px solid #1e1e1e;border-radius:50%;grid-column:1;grid-row:1;height:24px;margin-right:12px;max-width:24px;min-width:24px;position:relative;transition:none;width:24px}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-radio-control__input[type=radio]{height:16px;max-width:16px;min-width:16px;width:16px}}.components-radio-control__input[type=radio]:checked:before{background-color:#fff;border:4px solid #fff;box-sizing:inherit;height:12px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}@media (min-width:600px){.components-radio-control__input[type=radio]:checked:before{height:8px;width:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color)}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]{appearance:none;cursor:pointer;display:inline-flex;margin:0;padding:0}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);outline:2px solid #0000;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-radio-control__input[type=radio]:checked:before{border-radius:50%;content:""}.components-radio-control__label{cursor:pointer;grid-column:2;grid-row:1;line-height:24px}@media (min-width:600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;height:23px;width:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{height:100%;outline:none;position:relative;width:100%;z-index:2}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{background:#fff;border-radius:50%;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;content:"";cursor:inherit;display:block;height:15px;outline:2px solid #0000;position:absolute;right:calc(50% - 8px);top:calc(50% - 8px);width:15px}.components-resizable-box__side-handle:before{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:9999px;content:"";cursor:inherit;display:block;height:3px;position:absolute;right:calc(50% - 1px);top:calc(50% - 1px);width:3px}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.components-resizable-box__corner-handle,.components-resizable-box__side-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-top:before{border-left:0;border-right:0;left:0;width:100%}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{border-bottom:0;border-top:0;height:100%;top:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes components-resizable-box__left-right-animation{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}} .components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px} .components-responsive-wrapper{align-items:center;display:flex;justify-content:center;max-width:100%;position:relative}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}body.lockscroll,html.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}.components-snackbar{backdrop-filter:blur(16px) saturate(180%);background:#000000d9;border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;box-sizing:border-box;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;max-width:600px;padding:12px 20px;pointer-events:auto;width:100%}@media (min-width:600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{padding-left:24px;position:relative}.components-snackbar .components-snackbar__icon{left:-8px;position:absolute;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{cursor:pointer;margin-left:24px}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{color:#fff;flex-shrink:0;margin-left:32px}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{color:currentColor;text-decoration:none}.components-snackbar__content{align-items:baseline;display:flex;justify-content:space-between;line-height:1.4}.components-snackbar-list{box-sizing:border-box;pointer-events:none;position:absolute;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}.components-tab-panel__tabs{align-items:stretch;display:flex;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{background:#0000;border:none;border-radius:0;box-shadow:none;cursor:pointer;font-weight:500;height:48px!important;margin-left:0;padding:3px 16px;position:relative}.components-tab-panel__tabs-item:focus:not(:disabled){box-shadow:none;outline:none;position:relative}.components-tab-panel__tabs-item:after{background:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));border-radius:0;bottom:0;content:"";height:calc(var(--wp-admin-border-width-focus)*0);left:0;pointer-events:none;position:absolute;right:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(var(--wp-admin-border-width-focus)*1);outline:2px solid #0000;outline-offset:-1px}.components-tab-panel__tabs-item:before{border-radius:2px;bottom:12px;box-shadow:0 0 0 0 #0000;content:"";left:12px;pointer-events:none;position:absolute;right:12px;top:12px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000;outline-offset:0}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{background:var(--wp-components-color-background,#fff);border:1px solid #949494;border-radius:2px;box-shadow:0 0 0 #0000;color:var(--wp-components-color-foreground,#1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;height:32px;line-height:normal;margin:0;padding:6px 8px;width:100%}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{transition:box-shadow .1s linear}}@media (min-width:600px){.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus{border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));outline:2px solid #0000}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input,.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime-local],.components-text-control__input[type=datetime],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number],.components-text-control__input[type=password],.components-text-control__input[type=tel],.components-text-control__input[type=text],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week]{border-color:var(--wp-components-color-gray-600,#949494)}.components-text-control__input::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground,#1e1e1e),#0000 38%)}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{color:#757575;display:flex}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{border:1px solid var(--wp-components-color-foreground,#1e1e1e);border-radius:2px;display:inline-flex;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{align-items:center;display:flex;flex-direction:column}.components-accessible-toolbar .components-button,.components-toolbar .components-button{height:48px;padding-left:16px;padding-right:16px;position:relative;z-index:1}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{border-radius:2px;content:"";display:block;height:32px;left:8px;position:absolute;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{margin-left:auto;margin-right:auto;position:relative}.components-accessible-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed:hover{background:#0000}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground,#1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid #0000}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{min-width:48px;padding-left:8px;padding-right:8px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{bottom:10px;content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{background-color:var(--wp-components-color-background,#fff);border-right:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;min-height:48px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{background-color:var(--wp-components-color-background,#fff);border:1px solid var(--wp-components-color-foreground,#1e1e1e);display:inline-flex;flex-shrink:0;flex-wrap:wrap;margin:0;min-height:48px}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;overflow:visible;position:relative}div.components-toolbar>div+div.has-left-divider:before{background-color:#ddd;box-sizing:initial;content:"";display:inline-block;height:20px;left:-3px;position:absolute;top:8px;width:1px}.components-tooltip{background:#000;border-radius:2px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#f0f0f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:1.4;padding:4px 8px;text-align:center;z-index:1000002}.components-tooltip__shortcut{margin-left:8px}.components-validated-control:has(:is(input,select):user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):user-invalid{--wp-admin-theme-color:#cc1818;--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:user-invalid):not(:has([aria-expanded=true])){border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:user-invalid) .components-input-control__backdrop{--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid){--wp-components-color-accent:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:user-invalid) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent:#cc1818;border-color:#cc1818}.components-validated-control__error-delegate{height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.components-validated-control__indicator{align-items:flex-start;animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55);color:var(--wp-components-color-gray-700,#757575);display:flex;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:.75rem;gap:4px;line-height:16px;margin:8px 0 0}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{height:12px;margin:2px;width:12px}@keyframes components-validated-control__indicator-jump{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}:root{--wp-admin-theme-color:#3858e9;--wp-admin-theme-color--rgb:56,88,233;--wp-admin-theme-color-darker-10:#2145e6;--wp-admin-theme-color-darker-10--rgb:33.0384615385,68.7307692308,230.4615384615;--wp-admin-theme-color-darker-20:#183ad6;--wp-admin-theme-color-darker-20--rgb:23.6923076923,58.1538461538,214.3076923077;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#wpadminbar>.godaddy-styles *,.godaddy-styles *{font-family:GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.4}#wpadminbar>.godaddy-styles .is-bigger,.godaddy-styles .is-bigger{font-size:1.1em!important;font-weight:500!important}#wpadminbar>.godaddy-styles .components-button,#wpadminbar>.godaddy-styles.components-button,.godaddy-styles .components-button,.godaddy-styles.components-button{border:0;border-radius:6px;box-shadow:none;font-size:1em;height:auto;line-height:1;padding:1.25em;transition:background-color,color,.2s ease-in-out}#wpadminbar>.godaddy-styles .components-button:disabled,#wpadminbar>.godaddy-styles.components-button:disabled,.godaddy-styles .components-button:disabled,.godaddy-styles.components-button:disabled{opacity:.5}#wpadminbar>.godaddy-styles .components-button>svg,#wpadminbar>.godaddy-styles.components-button>svg,.godaddy-styles .components-button>svg,.godaddy-styles.components-button>svg{height:24px;margin-left:.2em;position:relative;right:-5px;top:-1px;transform:scale(.75);width:24px}#wpadminbar>.godaddy-styles .components-button.no-padding,#wpadminbar>.godaddy-styles.components-button.no-padding,.godaddy-styles .components-button.no-padding,.godaddy-styles.components-button.no-padding{padding:0}#wpadminbar>.godaddy-styles .components-button.is-big,#wpadminbar>.godaddy-styles.components-button.is-big,.godaddy-styles .components-button.is-big,.godaddy-styles.components-button.is-big{font-size:1.1em;font-weight:600;padding:1.5em}#wpadminbar>.godaddy-styles .components-button.is-primary,#wpadminbar>.godaddy-styles.components-button.is-primary,.godaddy-styles .components-button.is-primary,.godaddy-styles.components-button.is-primary{background-color:#000;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-primary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-primary:hover:not([disabled]),.godaddy-styles .components-button.is-primary:active:not([disabled]),.godaddy-styles .components-button.is-primary:hover:not([disabled]),.godaddy-styles.components-button.is-primary:active:not([disabled]),.godaddy-styles.components-button.is-primary:hover:not([disabled]){background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-button.is-secondary,#wpadminbar>.godaddy-styles.components-button.is-secondary,.godaddy-styles .components-button.is-secondary,.godaddy-styles.components-button.is-secondary{box-shadow:none;color:#111}#wpadminbar>.godaddy-styles .components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-secondary:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-secondary:hover:not([disabled]),.godaddy-styles .components-button.is-secondary:active:not([disabled]),.godaddy-styles .components-button.is-secondary:hover:not([disabled]),.godaddy-styles.components-button.is-secondary:active:not([disabled]),.godaddy-styles.components-button.is-secondary:hover:not([disabled]){border:0;box-shadow:none;color:#000}#wpadminbar>.godaddy-styles .components-button.is-tertiary,#wpadminbar>.godaddy-styles.components-button.is-tertiary,.godaddy-styles .components-button.is-tertiary,.godaddy-styles.components-button.is-tertiary{border:1px solid #111;color:#111}#wpadminbar>.godaddy-styles .components-button.is-tertiary:hover,#wpadminbar>.godaddy-styles.components-button.is-tertiary:hover,.godaddy-styles .components-button.is-tertiary:hover,.godaddy-styles.components-button.is-tertiary:hover{background-color:#111;box-shadow:none;color:#fff}#wpadminbar>.godaddy-styles .components-button.is-link,#wpadminbar>.godaddy-styles.components-button.is-link,.godaddy-styles .components-button.is-link,.godaddy-styles.components-button.is-link{box-shadow:none;color:#00a4a6;padding:0;text-decoration:none}#wpadminbar>.godaddy-styles .components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.is-link:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.is-link:hover:not([disabled]),.godaddy-styles .components-button.is-link:active:not([disabled]),.godaddy-styles .components-button.is-link:hover:not([disabled]),.godaddy-styles.components-button.is-link:active:not([disabled]),.godaddy-styles.components-button.is-link:hover:not([disabled]){color:#111;outline:none}#wpadminbar>.godaddy-styles .components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles .components-button.has-icon:hover:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:active:not([disabled]),#wpadminbar>.godaddy-styles.components-button.has-icon:hover:not([disabled]),.godaddy-styles .components-button.has-icon:active:not([disabled]),.godaddy-styles .components-button.has-icon:hover:not([disabled]),.godaddy-styles.components-button.has-icon:active:not([disabled]),.godaddy-styles.components-button.has-icon:hover:not([disabled]){background-color:transparent;color:#00a4a6}#wpadminbar>.godaddy-styles .components-modal__frame,#wpadminbar>.godaddy-styles.components-modal__frame,.godaddy-styles .components-modal__frame,.godaddy-styles.components-modal__frame{border-radius:1rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content,.godaddy-styles .components-modal__frame .components-modal__content,.godaddy-styles.components-modal__frame .components-modal__content{margin-top:0;padding:4.5rem 4.5rem 4.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content:before,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content:before,.godaddy-styles .components-modal__frame .components-modal__content:before,.godaddy-styles.components-modal__frame .components-modal__content:before{margin:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content p:last-child,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content p:last-child,.godaddy-styles .components-modal__frame .components-modal__content p:last-child,.godaddy-styles.components-modal__frame .components-modal__content p:last-child{margin-bottom:0}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header{border-bottom:0;font-size:2rem;height:unset;margin-bottom:.75em;padding:0;position:relative}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container{margin-right:8px}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading{font-size:2rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon{font-size:1rem;left:auto;padding:.25em;position:absolute;right:-3.5rem;top:-3.25rem}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg,.godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon>svg{margin-left:0;right:0;top:0;transform:scale(1)}#wpadminbar>.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,#wpadminbar>.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input,.godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input{margin-bottom:.5em}#wpadminbar>.godaddy-styles .ux-tag,.godaddy-styles .ux-tag{border-radius:4px;color:#000;font-size:.9em;font-weight:700;letter-spacing:.05625rem;line-height:1.5;padding-block:8px;padding-inline:8px;text-transform:uppercase;white-space:nowrap}#wpadminbar>.godaddy-styles .ux-tag-critical,.godaddy-styles .ux-tag-critical{background-color:#fbb}#wpadminbar>.godaddy-styles .ux-tag-highlight,.godaddy-styles .ux-tag-highlight{background-color:#a6fff8}#wpadminbar>.godaddy-styles .ux-tag-info,.godaddy-styles .ux-tag-info{background-color:#d3c1f7}#wpadminbar>.godaddy-styles .ux-tag-internal,.godaddy-styles .ux-tag-internal{background-color:#fbd9ed}#wpadminbar>.godaddy-styles .ux-tag-neutral,.godaddy-styles .ux-tag-neutral{background-color:#ddeaf8}#wpadminbar>.godaddy-styles .ux-tag-passive,.godaddy-styles .ux-tag-passive{background-color:#f4f8fc}#wpadminbar>.godaddy-styles .ux-tag-success,.godaddy-styles .ux-tag-success{background-color:#9fffb8}#wpadminbar>.godaddy-styles .ux-tag-warning,.godaddy-styles .ux-tag-warning{background-color:#ffeea9}#wpadminbar>.godaddy-styles .components-toggle-control,#wpadminbar>.godaddy-styles.components-toggle-control,.godaddy-styles .components-toggle-control,.godaddy-styles.components-toggle-control{align-items:flex-end;display:flex}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles .components-toggle-control__field,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field,#wpadminbar>.godaddy-styles.components-toggle-control__field,.godaddy-styles .components-toggle-control .components-base-control__field,.godaddy-styles .components-toggle-control__field,.godaddy-styles.components-toggle-control .components-base-control__field,.godaddy-styles.components-toggle-control__field{margin:0}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track{background-color:#f3f6f8}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track,.godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track{background-color:#00a4a6}#wpadminbar>.godaddy-styles .components-toggle-control .components-base-control__help,#wpadminbar>.godaddy-styles.components-toggle-control .components-base-control__help,.godaddy-styles .components-toggle-control .components-base-control__help,.godaddy-styles.components-toggle-control .components-base-control__help{margin:0}.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;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.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;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.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;position:absolute;left:0;top:0}.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}.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
} .ps__rail-x {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
height: 15px; bottom: 0px; position: absolute;
}
.ps__rail-y {
display: none;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
-webkit-transition: background-color .2s linear, opacity .2s linear;
width: 15px; right: 0; position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
display: block;
background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
background-color: #eee;
opacity: 0.9;
} .ps__thumb-x {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s ease-in-out;
-webkit-transition: background-color .2s linear, height .2s ease-in-out;
height: 6px; bottom: 2px; position: absolute;
}
.ps__thumb-y {
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, width .2s ease-in-out;
-webkit-transition: background-color .2s linear, width .2s ease-in-out;
width: 6px; right: 2px; position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
background-color: #999;
height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
background-color: #999;
width: 11px;
} @supports (-ms-overflow-style: none) {
.ps {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps {
overflow: auto !important;
}
}@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)}}@-webkit-keyframes qode-dot-bounce{0%{opacity:0;-webkit-transform:translateY(-12px) scaleX(.8) scaleY(2);transform:translateY(-12px) scaleX(.8) scaleY(2)}1%{opacity:1}25%{opacity:1;-webkit-transform:translateY(-6px) scaleX(1) scaleY(1);transform:translateY(-6px) scaleX(1) scaleY(1)}50%{opacity:1;-webkit-transform:translateY(0) scaleX(2) scaleY(.8);transform:translateY(0) scaleX(2) scaleY(.8)}60%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}75%{opacity:1;-webkit-transform:translateY(-3px) scaleX(1) scaleY(1);transform:translateY(-3px) scaleX(1) scaleY(1)}100%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}}@keyframes qode-dot-bounce{0%{opacity:0;-webkit-transform:translateY(-12px) scaleX(.8) scaleY(2);transform:translateY(-12px) scaleX(.8) scaleY(2)}1%{opacity:1}25%{opacity:1;-webkit-transform:translateY(-6px) scaleX(1) scaleY(1);transform:translateY(-6px) scaleX(1) scaleY(1)}50%{opacity:1;-webkit-transform:translateY(0) scaleX(2) scaleY(.8);transform:translateY(0) scaleX(2) scaleY(.8)}60%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}75%{opacity:1;-webkit-transform:translateY(-3px) scaleX(1) scaleY(1);transform:translateY(-3px) scaleX(1) scaleY(1)}100%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}}@-webkit-keyframes qode-dot-bounce-large{0%{opacity:0;-webkit-transform:translateY(-25px) scaleX(.8) scaleY(2);transform:translateY(-25px) scaleX(.8) scaleY(2)}1%{opacity:1}25%{opacity:1;-webkit-transform:translateY(-12px) scaleX(1) scaleY(1);transform:translateY(-12px) scaleX(1) scaleY(1)}50%{opacity:1;-webkit-transform:translateY(0) scaleX(2) scaleY(.8);transform:translateY(0) scaleX(2) scaleY(.8)}60%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}75%{opacity:1;-webkit-transform:translateY(-5px) scaleX(1) scaleY(1);transform:translateY(-5px) scaleX(1) scaleY(1)}100%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}}@keyframes qode-dot-bounce-large{0%{opacity:0;-webkit-transform:translateY(-25px) scaleX(.8) scaleY(2);transform:translateY(-25px) scaleX(.8) scaleY(2)}1%{opacity:1}25%{opacity:1;-webkit-transform:translateY(-12px) scaleX(1) scaleY(1);transform:translateY(-12px) scaleX(1) scaleY(1)}50%{opacity:1;-webkit-transform:translateY(0) scaleX(2) scaleY(.8);transform:translateY(0) scaleX(2) scaleY(.8)}60%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}75%{opacity:1;-webkit-transform:translateY(-5px) scaleX(1) scaleY(1);transform:translateY(-5px) scaleX(1) scaleY(1)}100%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}}@-webkit-keyframes qodef-dot-drop{0%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}100%{opacity:0;-webkit-transform:translateY(5px) scaleX(1) scaleY(1);transform:translateY(5px) scaleX(1) scaleY(1)}}@keyframes qodef-dot-drop{0%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1)}100%{opacity:0;-webkit-transform:translateY(5px) scaleX(1) scaleY(1);transform:translateY(5px) scaleX(1) scaleY(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:#fafafa;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:1em;color:#000}code{background-color:#fafafa;padding:0;font-family:monospace,monospace;font-size:1em;color:#000}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;font-size:inherit;color:inherit;line-height:inherit}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*=borgholm-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}figure.alignleft{margin-right:1.5em}figure.alignright{margin-left:1.5em}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:#fafafa}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:#000;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:#f23801}::selection{color:#fff;background:#f23801}::-moz-selection{color:#fff;background:#f23801}.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*=borgholm-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:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}.qodef-h1,h1{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:55px;line-height:1em;margin:25px 0;-ms-word-wrap:break-word;word-wrap:break-word}.qodef-h1 a,h1 a{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit}.qodef-h1 a:hover,h1 a:hover{color:#f23801}.qodef-h2,h2{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:40px;line-height:1.125em;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:#f23801}.qodef-h3,h3{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;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:#f23801}.qodef-h4,h4{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.167em;font-weight:500;font-style:italic;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:#f23801}.qodef-h5,h5{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;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:#f23801}.qodef-h6,h6{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:18px;line-height:1.333em;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:#f23801}a,p a{color:#000;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:#f23801}p{margin:10px 0;line-height:1.733em}blockquote{position:relative;display:inline-block;width:100%;vertical-align:top;margin:10px 0;padding:0;position:relative;padding:15px 4% 23px 153px;border:none;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.167em;font-weight:500;font-style:italic;quotes:none}blockquote.wp-block-quote.is-large,blockquote.wp-block-quote.is-style-large{margin:0;padding:18px 10% 20px 0}blockquote.wp-block-pullquote{padding:25px!important;text-align:center}blockquote.wp-block-pullquote.alignleft{max-width:290px}blockquote.wp-block-pullquote.alignright{max-width:290px}blockquote.has-text-align-right:before{left:auto;right:0}blockquote:before{content:'';position:absolute;background-image:url(//rdn-avocats.fr/wp-content/themes/borgholm/assets/img/quote-dots.svg);top:50%;left:16px;height:100px;width:116px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}blockquote>*{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;margin:0}blockquote:after{content:''}blockquote cite{font-style:normal;font-weight:400}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 35px;padding:5px 0;font-family:Cormorant,serif;font-size:17px;line-height:20px;font-weight:500;font-style:italic;color:#000;background-color:transparent;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=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,textarea:focus{color:#000;background-color:transparent}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-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=search]::-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=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,textarea::-ms-input-placeholder{color:inherit;opacity:1}input[type=email]::placeholder,input[type=number]::placeholder,input[type=password]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,textarea::placeholder{color:inherit;opacity:1}.qodef-footer-skin--light #qodef-page-footer input[type=email],.qodef-footer-skin--light #qodef-page-footer input[type=number],.qodef-footer-skin--light #qodef-page-footer input[type=password],.qodef-footer-skin--light #qodef-page-footer input[type=search],.qodef-footer-skin--light #qodef-page-footer input[type=tel],.qodef-footer-skin--light #qodef-page-footer input[type=text],.qodef-footer-skin--light #qodef-page-footer input[type=url],.qodef-footer-skin--light #qodef-page-footer textarea{color:#fff;background-color:transparent}.qodef-footer-skin--light #qodef-page-footer input[type=email]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=number]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=password]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=search]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=tel]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=text]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=url]:focus,.qodef-footer-skin--light #qodef-page-footer textarea:focus{color:#fff;background-color:transparent}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{border:none;border-bottom:1px solid #000}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus{border-color:#000}.qodef-footer-skin--light #qodef-page-footer input[type=email],.qodef-footer-skin--light #qodef-page-footer input[type=number],.qodef-footer-skin--light #qodef-page-footer input[type=password],.qodef-footer-skin--light #qodef-page-footer input[type=search],.qodef-footer-skin--light #qodef-page-footer input[type=tel],.qodef-footer-skin--light #qodef-page-footer input[type=text],.qodef-footer-skin--light #qodef-page-footer input[type=url]{border:none;border-bottom:1px solid #fff}.qodef-footer-skin--light #qodef-page-footer input[type=email]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=number]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=password]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=search]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=tel]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=text]:focus,.qodef-footer-skin--light #qodef-page-footer input[type=url]:focus{border-color:#ccc}textarea{padding:10px;border:1px solid #000}textarea:focus{border-color:#000}.qodef-footer-skin--light #qodef-page-footer textarea{border:1px solid #fff}.qodef-footer-skin--light #qodef-page-footer textarea:focus{border-color:#ccc}.post-password-form input[type=password]{margin-top:.5em}@media only screen and (min-width:769px){.post-password-form input[type=password]{display:block;max-width:50%}}.qodef-theme-button,button[type=submit],input[type=submit]{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:15px 36px;color:#fff;background-color:#f23801;border:1px solid transparent;cursor:pointer}.qodef-theme-button:hover,button[type=submit]:hover,input[type=submit]:hover{color:#fff;background-color:#f23801}.qodef-theme-button span,button[type=submit] span{display:block;line-height:inherit}.qodef-theme-button span:before,button[type=submit] span:before{display:block;line-height:inherit}select{position:relative;display:block;height:30px;padding:5px 0;margin:0;font-family:Cormorant,serif;font-size:17px;line-height:20px;font-weight:500;font-style:italic;color:#000;background-color:transparent;border:none;border-bottom:1px solid #000;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{position:relative;display:inline-block;vertical-align:top;width:auto;margin:0 0 35px}body .select2-container--default .select2-selection--single{display:block;height:30px;padding:5px 0;margin:0;font-family:Cormorant,serif;font-size:17px;line-height:20px;font-weight:500;font-style:italic;color:#000;background-color:transparent;border:none!important;border-bottom:1px solid #000!important;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:9px;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:12px;color:#464646}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;position:relative;top:2px;line-height:inherit;content:"";font-family:Ionicons;font-style:normal}body .select2-container--default .select2-selection--multiple{display:block;height:30px;padding:5px 0;margin:0;font-family:Cormorant,serif;font-size:17px;line-height:20px;font-weight:500;font-style:italic;color:#000;background-color:transparent;border:none!important;border-bottom:1px solid #000!important;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:0 5px 5px 0;padding:0 5px;float:left;color:#000;background-color:transparent;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:Cormorant,serif;font-size:inherit;font-weight:500;font-style:italic;color:inherit;border:none!important;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--inline .select2-search__field:focus{border-color:#000}body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-dropdown{position:absolute;top:0;left:-100000px;display:block;width:100%;background-color:#fff;border:1px solid transparent;border-radius:0;-webkit-box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);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:Cormorant,serif;font-size:inherit;line-height:20px;font-weight:500;font-style:italic;color:#000;background-color:#fff;border:1px solid #e1e1e1;outline:0;-webkit-appearance:none}body .select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#000;background-color:#fff;border-color:#000}body .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}body .select2-container--default .select2-results{display:block}body .select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}body .select2-container--default .select2-results__options{position:relative;margin:5px 0;padding:2px 10px;list-style:none}body .select2-container--default .select2-results__option{padding:3px 0;font-family:Cormorant,serif;font-size:17px;line-height:20px;font-weight:500;font-style:italic;-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:#000}body .select2-container--default .select2-results__option[aria-selected=true],body .select2-container--default .select2-results__option[data-selected=true]{color:#000;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:#000;background:0 0}body .select2-container--default .select2-results__group{display:block;padding:7px 0;cursor:default}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__rendered{padding:0}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin:7px auto 0 5px}body .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin:0 auto 0 3px}body .select2-container--default.select2-container--disabled .select2-selection--multiple,body .select2-container--default.select2-container--disabled .select2-selection--single{background-color:#fafafa;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:#000}body .select2-container--default.select2-container--open .select2-dropdown{left:0}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above{border-bottom-color:transparent}body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below{border-top-color:transparent}body:not([class*=borgholm-core]) .select2-container--default .select2-selection--single .select2-selection__arrow:before{content:'\25BE'}.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-content-grid{width:1100px;margin:0 auto}.qodef-content-grid.qodef-extended-grid:not(.qodef-extended-grid-reset--1024){width:100%!important;margin:0}.qodef-content-grid.qodef-extended-grid:not(.qodef-extended-grid-reset--1024).qodef-extended-grid--right{padding-left:calc((100% - 1100px)/ 2)}.qodef-content-grid.qodef-extended-grid:not(.qodef-extended-grid-reset--1024).qodef-extended-grid--left{padding-right:calc((100% - 1100px)/ 2)}@media only screen and (min-width:1025px){.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-reset--1024{width:100%!important;margin:0}.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-reset--1024.qodef-extended-grid--right{padding-left:calc((100% - 1100px)/ 2)}.qodef-content-grid.qodef-extended-grid.qodef-extended-grid-reset--1024.qodef-extended-grid--left{padding-right:calc((100% - 1100px)/ 2)}}.qodef--boxed .qodef-content-grid{width:1160px}@media only screen and (min-width:1441px){.qodef-content-grid-1400 .qodef-content-grid{width:1400px}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 1400px)/ 2)}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:calc((100% - 1400px)/ 2)}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 1400px)/ 2)}.qodef-content-grid-1400 .qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:calc((100% - 1400px)/ 2)}.qodef--boxed.qodef-content-grid-1400 .qodef-content-grid{width:1460px}}@media only screen and (min-width:1441px){.qodef-content-grid-1300 .qodef-content-grid{width:1300px}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 1300px)/ 2)}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:calc((100% - 1300px)/ 2)}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 1300px)/ 2)}.qodef-content-grid-1300 .qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:calc((100% - 1300px)/ 2)}.qodef--boxed.qodef-content-grid-1300 .qodef-content-grid{width:1360px}}@media only screen and (min-width:1441px){.qodef-content-grid-1200 .qodef-content-grid{width:1200px}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 1200px)/ 2)}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:calc((100% - 1200px)/ 2)}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 1200px)/ 2)}.qodef-content-grid-1200 .qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:calc((100% - 1200px)/ 2)}.qodef--boxed.qodef-content-grid-1200 .qodef-content-grid{width:1260px}}@media only screen and (min-width:1025px){.qodef-content-grid-1000 .qodef-content-grid{width:1000px}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 1000px)/ 2)}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:calc((100% - 1000px)/ 2)}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 1000px)/ 2)}.qodef-content-grid-1000 .qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:calc((100% - 1000px)/ 2)}.qodef--boxed.qodef-content-grid-1000 .qodef-content-grid{width:1060px}}@media only screen and (min-width:769px){.qodef-content-grid-800 .qodef-content-grid{width:800px}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 800px)/ 2)}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:0}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 800px)/ 2)}.qodef-content-grid-800 .qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:0}.qodef--boxed.qodef-content-grid-800 .qodef-content-grid{width:860px}}.qodef-grid{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-grid>.qodef-grid-inner{margin:0 -15px}.qodef-grid>.qodef-grid-inner>.qodef-grid-item{padding:0 15px}.qodef-grid .qodef-grid-item{position:relative;display:inline-block;width:100%;vertical-align:top;min-height:1px;float:left}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12{width:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12{left:100%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12{right:100%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11{width:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11{left:9.09091%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11{right:9.09091%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10{width:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10{left:83.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10{right:83.33333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9{width:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9{left:75%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9{right:75%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8{width:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8{left:66.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8{right:66.66667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7{width:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7{left:14.28571%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7{right:14.28571%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6{width:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6{left:50%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6{right:50%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5{width:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5{left:20%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5{right:20%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4{width:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4{left:33.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4{right:33.33333%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3{width:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3{left:25%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3{right:25%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2{width:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2{left:16.66667%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2{right:16.66667%}}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1{width:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1{left:8.33333%}.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1{right:8.33333%}}.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}@media only screen and (min-width:681px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}@media only screen and (min-width:769px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}@media only screen and (min-width:1025px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}@media only screen and (min-width:1367px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (min-width:1441px){.qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner{height:100%;overflow:hidden}.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img{height:100%;width:100%}.qodef-grid.qodef-layout--masonry .qodef-grid-inner{visibility:hidden}.qodef-grid.qodef-layout--masonry .qodef-grid-inner.qodef--masonry-init{visibility:visible}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-sizer{width:100%;padding:0;margin:0}.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter{width:0;padding:0;margin:0}.qodef-grid.qodef-layout--masonry.qodef-col-num--1 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--2>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--3>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--4>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--5>.qodef-grid-inner>.qodef-item--landscape{width:40%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--6>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--7>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8 .qodef-grid-masonry-sizer,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-layout--masonry.qodef-col-num--8>.qodef-grid-inner>.qodef-item--landscape{width:25%}.qodef-grid.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner{margin:0}.qodef-grid.qodef-gutter--no>.qodef-grid-inner>.qodef-grid-item{padding:0;margin:0}.qodef-grid.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner{margin:0 -5px}.qodef-grid.qodef-gutter--tiny>.qodef-grid-inner>.qodef-grid-item{padding:0 5px;margin:0 0 10px}.qodef-grid.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner{margin:0 -10px}.qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item{padding:0 10px;margin:0 0 20px}.qodef-grid.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner{margin:0 -15px}.qodef-grid.qodef-gutter--normal>.qodef-grid-inner>.qodef-grid-item{padding:0 15px;margin:0 0 30px}.qodef-grid.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner{margin:0 -20px}.qodef-grid.qodef-gutter--medium>.qodef-grid-inner>.qodef-grid-item{padding:0 20px;margin:0 0 40px}.qodef-grid.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner{margin:0 -25px}.qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 50px}.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -40px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 40px;margin:0 0 80px}.qodef-grid.qodef-gutter--gigantic.qodef--no-bottom-space{margin-bottom:-140px}.qodef-grid.qodef-gutter--gigantic>.qodef-grid-inner{margin:0 -70px}.qodef-grid.qodef-gutter--gigantic>.qodef-grid-inner>.qodef-grid-item{padding:0 70px;margin:0 0 140px}#qodef-page-wrapper{position:relative;overflow:hidden}#qodef-page-outer{position:relative}#qodef-page-inner{position:relative;padding:130px 0 100px}#qodef-page-content.qodef-layout--template .qodef-page-content-section.qodef-col--12{margin-bottom:0}.qodef--boxed{background-color:#fafafa}.qodef--boxed #qodef-page-wrapper{display:block;background-color:#fff}.qodef--boxed #qodef-page-inner{padding-left:30px;padding-right:30px}.qodef--passepartout #qodef-page-wrapper{background-color:#fff}body.qodef-default-scrollbar--disabled{-ms-overflow-style:none;scrollbar-width:none}body.qodef-default-scrollbar--disabled::-webkit-scrollbar{display:none}body::-webkit-scrollbar{width:7px}body::-webkit-scrollbar-track{background-color:#e1e1e1}body::-webkit-scrollbar-thumb{background-color:#f23801;outline:1px solid #f23801}html{scrollbar-color:#f23801 #0f0b12;scrollbar-width:thin}.qodef-content-lines-holder{position:absolute;top:0;height:100%;pointer-events:none;z-index:-1}.single-product .qodef-content-lines-holder{display:none}.qodef-content-lines-holder .qodef-content-line{position:absolute;top:0;width:1px;height:100%;background-color:#e1e1e1}.qodef-content-lines-holder .qodef-content-line.qodef--left{left:0}.qodef-content-lines-holder .qodef-content-line.qodef--center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-content-lines-holder .qodef-content-line.qodef--right{right:0}.qodef-content-lines-holder.qodef-content-grid .qodef-content-line.qodef--left{left:0}.qodef-content-lines-holder.qodef-content-grid .qodef-content-line.qodef--right{right:0}.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--wide .qodef-content-line.qodef--left{left:-30px}.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--wide .qodef-content-line.qodef--right{right:-30px}.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--inside .qodef-content-line.qodef--left{left:249px}.qodef-content-lines-holder.qodef-content-grid.qodef-content-grid-type--inside .qodef-content-line.qodef--right{right:249px}.qodef-content-lines-holder:not(.qodef-content-grid){width:calc(100% - 200px);left:100px}@media only screen and (max-width:1024px){.qodef-content-lines-holder:not(.qodef-content-grid){width:calc(100% - 100px);left:50px}}.qodef-content-lines-holder.qodef-content-grid{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-content-lines-holder.qodef-skin--dark .qodef-content-line{background-color:#f5f5f5}.qodef-content-lines-holder.qodef-skin--light .qodef-content-line{background-color:#fff}@media only screen and (max-width:1024px){.qodef-column-no-border-1024>.elementor-element-populated{border:none!important}}.mfp-gallery .mfp-image-holder .mfp-figure{position:relative}button.mfp-arrow{opacity:1}button.mfp-arrow:after,button.mfp-arrow:before{border:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}button.mfp-arrow:before{opacity:1;visibility:visible}button.mfp-arrow:after{opacity:0;visibility:hidden}button.mfp-arrow-left:after,button.mfp-arrow-left:before,button.mfp-arrow-right:after,button.mfp-arrow-right:before{content:"";position:absolute;top:0;display:block;text-indent:-9999px;width:33px;height:6px}button.mfp-arrow-left:before,button.mfp-arrow-right:before{left:0;background:url(//rdn-avocats.fr/wp-content/themes/borgholm/assets/img/left-arrow.svg)}button.mfp-arrow-left:after,button.mfp-arrow-right:after{left:-6px;background:url(//rdn-avocats.fr/wp-content/themes/borgholm/assets/img/left-arrow-hover.svg)}button.mfp-arrow-left:hover:before,button.mfp-arrow-right:hover:before{opacity:0;visibility:hidden}button.mfp-arrow-left:hover:after,button.mfp-arrow-right:hover:after{opacity:1;visibility:visible}button.mfp-arrow-right:after,button.mfp-arrow-right:before{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}button.mfp-arrow-right:after{left:-4px}button.mfp-close{overflow:hidden;font-size:0;text-align:left!important;color:#fff!important;opacity:1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}button.mfp-close:hover{opacity:1}button.mfp-close:after{content:"\4d";position:absolute;top:0;right:0;font-family:ElegantIcons;font-size:25px;color:currentColor}.mfp-bottom-bar .mfp-counter,.mfp-bottom-bar .mfp-title{font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;color:#fff}.mfp-bottom-bar .mfp-title{text-transform:capitalize}.qodef-swiper-container{position:relative;margin:0 auto;padding:0;list-style:none;z-index:1;visibility:hidden;overflow:hidden}.qodef-swiper-container .swiper-slide a{display:block}.qodef-swiper-container .swiper-slide img{width:100%}.qodef-swiper-container.qodef-swiper--initialized{visibility:visible}.swiper-pagination-bullets{text-align:center}.swiper-pagination-bullets .swiper-pagination-bullet{position:relative;width:36px;height:36px;background-color:transparent;border:none;border-radius:100%;opacity:1;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.swiper-pagination-bullets .swiper-pagination-bullet:after{content:'';display:block;position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:#000;border-radius:100%;-webkit-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;fill:none;color:currentColor;stroke:none;overflow:visible}.swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle circle{stroke-dasharray:110;stroke-dashoffset:110;stroke:currentColor;stroke-width:1;-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9);-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet .qodef-svg-circle circle{opacity:0}.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .qodef-svg-circle circle,.swiper-pagination-bullets .swiper-pagination-bullet:hover .qodef-svg-circle circle{stroke-dashoffset:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg)}.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .qodef-svg-circle circle,.qodef-browser--ms-explorer .swiper-pagination-bullets .swiper-pagination-bullet:hover .qodef-svg-circle circle{opacity:1}.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0!important}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 8px!important}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:16px 0!important}.swiper-button-next,.swiper-button-prev{background-image:none!important;width:40px!important;height:10px!important;margin:0!important;padding:17px 0;color:#000;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next svg,.swiper-button-prev svg{fill:currentColor;stroke:currentColor;overflow:visible}.swiper-button-next svg polygon,.swiper-button-next svg rect,.swiper-button-prev svg polygon,.swiper-button-prev svg rect{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.swiper-button-next svg rect,.swiper-button-prev svg rect{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.swiper-button-next svg polygon,.swiper-button-prev svg polygon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);stroke:none}.swiper-button-next:hover svg rect,.swiper-button-prev:hover svg rect{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}.swiper-button-next:hover svg polygon,.swiper-button-prev:hover svg polygon{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.qodef-swiper-container.qodef-swiper-pagination-type--outside.swiper-container-horizontal .swiper-button-next,.qodef-swiper-container.qodef-swiper-pagination-type--outside.swiper-container-horizontal .swiper-button-prev{top:calc(50% - 32px)}.qodef-swiper-container.qodef-swiper-pagination-type--outside.swiper-container-horizontal .swiper-pagination-bullets{position:relative;margin-top:20px;text-align:left}.qodef-swiper-container.qodef-swiper-pagination-type--outside.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:first-child{margin-left:0!important}.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal{padding-top:63px}@media only screen and (max-width:680px){.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal{padding-top:43px}}.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-next,.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-prev{top:3px}.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-prev{left:auto!important;right:195px}@media only screen and (max-width:680px){.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-prev{right:83px}}.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-next{right:122px!important}@media only screen and (max-width:680px){.qodef-swiper-container.qodef-swiper-navigation-type--outside.swiper-container-horizontal .swiper-button-next{right:10px!important}}.qodef-swiper-container.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:after{background-color:#fff}.qodef-swiper-container.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-swiper-container.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:hover{border-color:#000}.qodef-swiper-container.qodef-skin--light .swiper-button-next,.qodef-swiper-container.qodef-skin--light .swiper-button-prev{color:#fff}.widget_icl_lang_sel_widget{position:relative;display:inline-block;vertical-align:middle;width:100%}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{position:relative;display:inline-block;vertical-align:middle;text-align:left}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-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}.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}body:not([class*=borgholm-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:after,body:not([class*=borgholm-core]) .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:after{content:'\25BE'}.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{position:absolute;top:100%;left:0;width:100%;list-style:none;margin:0;border-top:0;z-index:10;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .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:#000;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:#f23801}#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:#000;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:#f23801}#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:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#f23801}#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:#000}#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#f23801}#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:#000;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:#f23801}#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:#000;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:#f23801}#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:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#f23801}#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:#000}#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#f23801}#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:#000;background-color:#fafafa;border:1px solid transparent;font-size:14px}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#f23801}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#fafafa}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;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:#f23801}#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:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#f23801}#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:#000}#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown,.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click{width:100%}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle,.qodef-footer-skin--light #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:#000;background-color:#fafafa;border:1px solid transparent;font-size:14px}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover,.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{margin:0;padding:0 20px;background-color:#fafafa}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a,.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a{color:#000;font-size:14px}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover,.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li{margin-right:10px!important}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child{margin-right:0}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li{margin-bottom:10px}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover{color:#fff}.error404 #qodef-page-inner{padding:0}.error404 #qodef-page-content{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;height:100vh}.error404.admin-bar #qodef-page-content{top:32px;height:calc(100vh - 32px)}#qodef-404-page{position:relative;display:inline-block;width:100%;vertical-align:top;top:-55px;padding:0 24%;text-align:center}@media only screen and (max-width:1440px){#qodef-404-page{padding:0 15%}}@media only screen and (max-width:1280px){#qodef-404-page{padding:0 13%}}@media only screen and (max-width:1024px){#qodef-404-page{top:-39px;padding:0 18%}}@media only screen and (max-width:680px){#qodef-404-page{top:0}}#qodef-404-page .qodef-404-mark{font-size:300px;color:#f6f6f6;margin:0 0 -108px 0}@media only screen and (max-width:680px){#qodef-404-page .qodef-404-mark{font-size:130px;margin:0}}#qodef-404-page .qodef-404-title{margin:0;font-size:60px;letter-spacing:-.025em}@media only screen and (max-width:680px){#qodef-404-page .qodef-404-title{font-size:40px}}@media only screen and (max-width:320px){#qodef-404-page .qodef-404-title{font-size:28px}}#qodef-404-page .qodef-404-text{display:block;margin:24px auto 0;font-size:24px;letter-spacing:-.025em}@media only screen and (min-width:1025px){#qodef-404-page .qodef-404-text{max-width:50%}}#qodef-404-page .qodef-404-button{position:relative;display:inline-block;vertical-align:top;margin-top:28px}.qodef-blog{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 60px}.qodef-blog .qodef-blog-item .qodef-e-content,.qodef-blog .qodef-blog-item .qodef-e-inner,.qodef-blog .qodef-blog-item .qodef-e-media{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-blog .qodef-blog-item .qodef-e-media-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image a,.qodef-blog .qodef-blog-item .qodef-e-media-image img{display:block;width:100%}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background{width:100%;background-position:center;background-repeat:no-repeat;background-size:cover}.qodef-blog .qodef-blog-item .qodef-e-media-image.qodef--background img{visibility:hidden}.qodef-blog .qodef-blog-item .qodef-e-media{margin-bottom:33px}.qodef-blog .qodef-blog-item .qodef-e-media iframe{display:block;height:100%}.qodef-blog .qodef-blog-item .qodef-e-title{margin:0}.qodef-blog .qodef-blog-item .qodef-e-excerpt{margin:17px 0 0;width:88%}@media only screen and (max-width:768px){.qodef-blog .qodef-blog-item .qodef-e-excerpt{width:auto}}.qodef-blog .qodef-blog-item .qodef-e-read-more{margin:15px 0 0}.qodef-blog .qodef-blog-item .qodef-e-info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}@media only screen and (min-width:681px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-left,.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item{position:relative;display:inline-block;vertical-align:top;padding:0 8px 0 0;font-size:11px;color:#9e9e9e}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:after{content:'/';margin-left:2px;color:#9e9e9e}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a{color:#9e9e9e;font-size:11px;letter-spacing:.15em;line-height:32px;font-weight:500;text-transform:uppercase}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover{color:#f23801}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child{padding-right:0}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-item:last-child:after{content:''}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--top{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:23px}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-social-share .qodef-shortcode-list a{color:#000}.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-social-share .qodef-shortcode-list a:hover{color:#f23801}.qodef-blog .qodef-blog-item .qodef-e-info-tags a{position:relative;display:inline-block;vertical-align:top;margin-right:11px}.qodef-blog .qodef-blog-item .qodef-e-info-tags a:last-child{margin-right:0}.qodef-blog .qodef-blog-item .qodef-e-post-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a{position:relative;text-decoration:underline}.qodef-blog .qodef-blog-item.sticky .qodef-e-title a:after{content:'*';position:absolute;top:0;right:-.5em;font-size:1.5em}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image{width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-image img{width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio{position:absolute;left:0;bottom:0;width:100%}.qodef-blog .qodef-blog-item.format-audio .qodef-e-media-audio .mejs-controls .mejs-time-rail .mejs-time-current{background-color:#f23801}.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media .swiper-button-next{color:#858385;right:35px!important}.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media .swiper-button-prev{color:#858385;left:35px!important}.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media .swiper-button-next svg,.qodef-blog .qodef-blog-item.format-gallery .qodef-e-media .swiper-button-prev svg{fill:#000;stroke:#000}.qodef-blog .qodef-blog-item.format-link .qodef-e-link{position:relative;display:inline-block;width:100%;vertical-align:top;padding:103px 164px 108px 108px;background-color:#f7e4d6}@media only screen and (max-width:1366px){.qodef-blog .qodef-blog-item.format-link .qodef-e-link{padding:103px 13% 108px}}@media only screen and (max-width:768px){.qodef-blog .qodef-blog-item.format-link .qodef-e-link{padding:92px 6% 86px}}@media only screen and (max-width:680px){.qodef-blog .qodef-blog-item.format-link .qodef-e-link{padding:103px 6% 108px}}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-mark{position:absolute;top:41px;right:48px}@media only screen and (max-width:480px){.qodef-blog .qodef-blog-item.format-link .qodef-e-link-mark{display:none}}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-text{position:relative;margin:0;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;font-weight:500}.qodef-blog .qodef-blog-item.format-link .qodef-e-link-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{position:relative;display:inline-block;width:100%;vertical-align:top;padding:71px 139px 70px 83px;background-color:#fafafa}@media only screen and (max-width:1366px){.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{padding:71px 13% 70px}}@media only screen and (max-width:768px){.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{padding:71px 6% 70px}}@media only screen and (max-width:680px){.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote{padding:71px 6% 70px}}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-mark{position:absolute;top:38px;right:64px}@media only screen and (max-width:480px){.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-mark{display:none}}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-text{position:relative;margin:0;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;font-weight:500}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author{position:relative;display:block;font-family:Cormorant,serif;margin:21px 0 0;font-size:20px;color:#0e0e0e;font-weight:700}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-author-title{font-family:"Work Sans",sans-serif;font-size:11px;color:#000110;letter-spacing:.2em;font-weight:500;text-transform:uppercase}.qodef-blog .qodef-blog-item.format-quote .qodef-e-quote-url{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.qodef-blog #qodef-page-comments .qodef-comment-form .form-submit{margin-bottom:34px}.qodef-blog.qodef-items--fixed article .qodef-e-media,.qodef-blog.qodef-items--fixed article .qodef-e-media-image{height:100%}.qodef-blog.qodef--list article .qodef-e-read-more{margin-top:0}body.author .qodef-blog.qodef--list article,body.category .qodef-blog.qodef--list article,body.date .qodef-blog.qodef--list article,body.home.blog .qodef-blog.qodef--list article,body.tag .qodef-blog.qodef--list article{margin-bottom:97px}body.author .qodef-blog.qodef--list article:last-of-type,body.category .qodef-blog.qodef--list article:last-of-type,body.date .qodef-blog.qodef--list article:last-of-type,body.home.blog .qodef-blog.qodef--list article:last-of-type,body.tag .qodef-blog.qodef--list article:last-of-type{margin-bottom:30px}body.author .qodef-blog.qodef--list article.format-link,body.author .qodef-blog.qodef--list article.format-quote,body.category .qodef-blog.qodef--list article.format-link,body.category .qodef-blog.qodef--list article.format-quote,body.date .qodef-blog.qodef--list article.format-link,body.date .qodef-blog.qodef--list article.format-quote,body.home.blog .qodef-blog.qodef--list article.format-link,body.home.blog .qodef-blog.qodef--list article.format-quote,body.tag .qodef-blog.qodef--list article.format-link,body.tag .qodef-blog.qodef--list article.format-quote{margin-bottom:80px}body.author .qodef-blog.qodef--list article.format-link:last-of-type,body.author .qodef-blog.qodef--list article.format-quote:last-of-type,body.category .qodef-blog.qodef--list article.format-link:last-of-type,body.category .qodef-blog.qodef--list article.format-quote:last-of-type,body.date .qodef-blog.qodef--list article.format-link:last-of-type,body.date .qodef-blog.qodef--list article.format-quote:last-of-type,body.home.blog .qodef-blog.qodef--list article.format-link:last-of-type,body.home.blog .qodef-blog.qodef--list article.format-quote:last-of-type,body.tag .qodef-blog.qodef--list article.format-link:last-of-type,body.tag .qodef-blog.qodef--list article.format-quote:last-of-type{margin-bottom:30px}.qodef-blog.qodef--single .qodef-blog-item{margin:0 0 21px}.qodef-blog.qodef--single .qodef-blog-item.format-link .qodef-e-link{margin-bottom:45px}.qodef-blog.qodef--single .qodef-blog-item.format-quote .qodef-e-quote{margin-bottom:45px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top{margin:2px 0 3px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--top .qodef-e-info-item a{line-height:26px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom{margin-top:26px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tag-icon{padding:7px 12px 0 0;display:inline-block}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a{margin-right:0;padding-left:7px;font-family:"Work Sans",sans-serif;font-size:15px;color:#000;text-transform:lowercase;letter-spacing:0}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:after{content:',';position:absolute;top:0;right:-3px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:first-child{padding-left:0}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:last-child:after{content:''}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:hover{color:#f23801}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:hover:before{background-color:#f23801}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-tags a:before{content:'';position:absolute;left:0;bottom:7px;height:1px;width:100%;background-color:#000}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .qodef-e-title{padding-bottom:7px}@media only screen and (max-width:768px){.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text .qodef-e-title{padding-bottom:15px}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text blockquote{padding:0}.qodef-blog.qodef--single .qodef-blog-item .qodef-e-text blockquote:before{display:none}}#qodef-page-comments{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:96px}#qodef-page-comments .qodef-page-comments-not-found{margin:0}#qodef-page-comments-list{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:81px}#qodef-page-comments-list .qodef-m-title{margin:0 0 38px}#qodef-page-comments-list .qodef-m-comments{list-style:none;margin:0;padding:0}#qodef-page-comments-list .qodef-m-comments>.qodef-comment-item:first-child{margin-top:0}#qodef-page-comments-list .qodef-comment-item{margin:25px 0 0;padding:0}#qodef-page-comments-list .qodef-comment-item .children{list-style:none;margin:0;padding:0 0 0 109px}#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:26px}#qodef-page-comments-list .qodef-comment-item .qodef-e-image img{display:block;margin:6px 0 0;border-radius:100%}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-list .qodef-comment-item .qodef-e-title{margin:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-date{margin-top:3px}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a{color:#000;font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9e9e9e}#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover{color:#000}#qodef-page-comments-list .qodef-comment-item .qodef-e-text{margin:5px 0 0;color:#000;width:88%}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .qodef-e-text{width:auto}}#qodef-page-comments-list .qodef-comment-item .qodef-e-links{margin-top:14px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>*{position:relative;display:inline-block;vertical-align:top;margin-right:10px;font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#000}#qodef-page-comments-list .qodef-comment-item .qodef-e-links>:last-child{margin-right:0}#qodef-page-comments-list .qodef-comment-item .qodef-e-links svg{margin-left:9px}#qodef-page-comments-list .qodef-comment-item .qodef-e-links svg rect{stroke:#000}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title{margin-bottom:12px}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small{float:right}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a{font-family:"Work Sans",sans-serif;font-weight:600;font-size:11px;color:#f23801;text-transform:uppercase;padding-left:32px;letter-spacing:.2em}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a:after{content:'\4d';font-family:ElegantIcons;padding-left:16px;font-size:18px;top:3px;position:relative}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small{display:block;width:100%}#qodef-page-comments-list .qodef-comment-item .comment-respond .comment-reply-title small a{padding-left:0}}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button.qodef-size--full:after,#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button.qodef-size--full:before{display:none}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:hover:before{color:#000;right:-36px}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}#qodef-page-comments-list .qodef-comment-item .comment-respond .qodef-comment-form .form-submit .qodef-button:after{margin-left:78px}#qodef-page-comments-list .qodef-m-pagination{margin-top:50px}#qodef-page-comments-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .comment-reply-title{margin:0}#qodef-page-comments-form .comment-form{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-comments-form .comment-form .comment-notes{margin:5px 0 0}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button.qodef-size--full:after,#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button.qodef-size--full:before{display:none}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:hover:before{color:#000;right:-36px}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}#qodef-page-comments-form .qodef-comment-form .form-submit .qodef-button:after{margin-left:78px}.qodef-comment-form .comment-form-comment{margin:23px 0 0}.qodef-comment-form .qodef-comment-fields-main .qodef-grid-item p{margin:0}.qodef-comment-form .qodef-comment-fields-main .qodef-grid-item:last-child input{margin:0 0 15px}.comment-form-cookies-consent{position:relative;top:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 33px 0!important}.comment-form-cookies-consent input[type=checkbox]{-ms-flex-negative:0;flex-shrink:0;margin:0 5px 0 0}.comment-form-cookies-consent label{margin:0;font-family:Cormorant,serif;font-size:17px;font-weight:500;font-style:italic}@media only screen and (max-width:480px){.comment-form-cookies-consent label{line-height:1.6em}}.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 22px}.qodef-m-filter .qodef-m-filter-items,.qodef-m-filter .qodef-m-filter-opener-target{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-m-filter .qodef-m-filter-opener-target{-ms-flex-wrap:wrap;flex-wrap:wrap;height:0;opacity:0;visibility:hidden;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.qodef-m-filter .qodef-m-filter-opener-target.qodef-appear{height:auto;opacity:1;visibility:visible}.qodef-m-filter .qodef-m-filter-item,.qodef-m-filter .qodef-m-filter-opener{position:relative;display:block;margin:0 21px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#000;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease;cursor:pointer}.qodef-m-filter .qodef-m-filter-item.qodef--active,.qodef-m-filter .qodef-m-filter-item:hover,.qodef-m-filter .qodef-m-filter-opener.qodef--active,.qodef-m-filter .qodef-m-filter-opener:hover{color:#f23801}.qodef-m-filter .qodef-m-filter-opener{-ms-flex-negative:0;flex-shrink:0;margin-left:-2px}.qodef-m-filter .qodef-m-filter-opener .qodef-m-icon{position:relative;top:3px;margin-right:3px}#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:60px 0;background-color:#fafafa;background-position:center;background-repeat:no-repeat;background-size:cover;border-top:0 solid #e1e1e1}#qodef-page-footer-top-area .qodef-content-full-width{padding:0 70px}.qodef--boxed #qodef-page-footer-top-area{padding-left:30px;padding-right:30px}.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area{padding:158px 0 30px}.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1024px){.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-footer-logo{width:32%;margin-top:-5px;padding-right:30px}@media only screen and (max-width:1024px){.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner .qodef-footer-logo{width:100%;padding:0 0 30px}}.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner>.qodef-grid{display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-footer-custom-layout--enabled #qodef-page-footer-top-area #qodef-page-footer-top-area-inner>.qodef-grid .qodef-grid-inner{width:100%}#qodef-page-footer-bottom-area{padding:60px 0;background-color:#fafafa;border-top:0 solid #e1e1e1}#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 70px}.qodef--boxed #qodef-page-footer-bottom-area{padding-left:30px;padding-right:30px}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area{padding:0 0 154px}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:1024px){.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-footer-logo{width:32%;padding-right:30px}@media only screen and (max-width:1024px){.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-footer-logo{width:100%;padding:0}}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .qodef-footer-logo img{display:none}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner>.qodef-grid{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:70px}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner>.qodef-grid:before{content:'';display:block;position:absolute;top:0;right:0;width:100%;height:2px;background-color:#f23801}.qodef-footer-custom-layout--enabled #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner>.qodef-grid .qodef-grid-inner{width:100%}.qodef-footer-custom-layout--enabled.qodef-footer-skin--light #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner>.qodef-grid:before{background-color:#323232}.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:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:15px 36px;color:#fff;background-color:#f23801;border:1px solid transparent;border-radius:28px;cursor:pointer}.wp-block-button .wp-block-button__link:hover{color:#fff;background-color:#f23801}.wp-block-button.is-style-outline{border:none}.wp-block-button.is-style-outline .wp-block-button__link{color:#000;background-color:#f4f4f4;border:1px solid transparent;border-width:1px}.wp-block-button.is-style-outline .wp-block-button__link:hover{color:#000;background-color:#f4f4f4}.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:#f23801!important}.wp-block-cover-image :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-cover{margin-bottom:1rem}.wp-block-cover.alignleft{margin-right:2em}.wp-block-cover.alignright{margin-left:2em}.wp-block-cover .wp-block-cover__inner-container{width:100%!important}.wp-block-cover h1,.wp-block-cover h2,.wp-block-cover h3,.wp-block-cover h4,.wp-block-cover h5,.wp-block-cover h6,.wp-block-cover p{z-index:1!important;margin:0 auto!important;max-width:580px!important;padding:14px!important;text-align:center;line-height:1em!important}.wp-block-cover h1 a,.wp-block-cover h2 a,.wp-block-cover h3 a,.wp-block-cover h4 a,.wp-block-cover h5 a,.wp-block-cover h6 a,.wp-block-cover p a{color:#fff!important}.wp-block-cover h1 a:hover,.wp-block-cover h2 a:hover,.wp-block-cover h3 a:hover,.wp-block-cover h4 a:hover,.wp-block-cover h5 a:hover,.wp-block-cover h6 a:hover,.wp-block-cover p a:hover{color:#f23801!important}.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a){color:#fff!important;font-size:30px!important}.wp-block-gallery{margin-bottom:2rem}.wp-block-gallery ul.blocks-gallery-grid{margin:0}.wp-block-gallery ul.blocks-gallery-grid figcaption{margin:0;overflow-x:hidden}.wp-block-gallery ul.blocks-gallery-grid+figcaption{margin-top:0}.wp-block-pullquote{margin:0!important;padding:0!important;border:0!important;text-align:center!important;width:100%!important;position:relative;z-index:-2}.wp-block-pullquote blockquote{padding:25px!important}.has-drop-cap:after{content:'';display:table;table-layout:fixed;clear:both}.wp-block-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;color:#000;text-decoration:none;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;cursor:pointer}.wp-block-file:hover{color:#f23801}.wp-block-group.has-background{padding:20px 30px}.gallery-item img{border:0!important}.wp-block-separator,hr{border:0;margin-bottom:2rem;margin-top:2rem;max-width:100px;text-align:left}.wp-block-separator.is-style-wide,hr.is-style-wide{max-width:100%}.wp-block-separator.is-style-dots,hr.is-style-dots{max-width:100%;background-color:inherit;border:inherit;height:inherit;text-align:center}.wp-block-separator.is-style-dots:before,hr.is-style-dots:before{color:#767676;font-size:1.6875em;letter-spacing:.88889em;padding-left:.88889em}.wp-block-separator+h1:before,.wp-block-separator+h2:before,hr+h1:before,hr+h2:before{display:none}#qodef-page-comments-list .qodef-comment-item .qodef-e-content .qodef-e-text img{display:block}#qodef-page-header{position:relative;display:inline-block;width:100%;vertical-align:top;height:114px;background-color:#fff;z-index:100}#qodef-page-header .qodef-header-logo-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;height:114px;max-height:100%}#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{max-height:50%}#qodef-page-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.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%}#qodef-page-mobile-header .qodef-mobile-header-logo-link img{display:block;margin:auto;width:auto;max-height:100%;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}#qodef-page-mobile-header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding:0 40px}.qodef-mobile-header-opener{font-size:20px;margin-left:20px;color:#000}.qodef-mobile-header-opener:hover{color:#000}.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:5px 0}.qodef-mobile-header-navigation ul li ul{display:none}.qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{font-family:ElegantIcons;content:'\35';position:absolute;top:16px;right:0;font-size:20px;font-weight:500;font-style:italic;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:76% 37%;-ms-transform-origin:76% 37%;transform-origin:76% 37%;-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}body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul li.menu-item-has-children>a:after{content:'';width:22px;height:20px;background-image:url(//rdn-avocats.fr/wp-content/themes/borgholm/assets/img/mobile-arrow-icon.png)}.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:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;font-size:12px;color:#1d1d1d;font-weight:600;text-transform:uppercase;letter-spacing:.2em;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-mobile-header-navigation>ul>li>a:hover{color:#1d1d1d}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a,.qodef-mobile-header-navigation>ul>li.current-menu-item>a{padding-left:12px;padding-right:0}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a:before,.qodef-mobile-header-navigation>ul>li.current-menu-item>a:before{left:0}.qodef-mobile-header-navigation>ul>li.current-menu-ancestor>a:before,.qodef-mobile-header-navigation>ul>li.current-menu-item>a:before{content:'';position:absolute;top:15px;height:6px;width:6px;opacity:1;left:0;background:#f23801;border-radius:100%;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul{margin:14px 0 5px 10px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li{padding:3px 0 4px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;line-height:25px;font-weight:500;font-style:italic;font-size:20px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:before,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li>a:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li>a:hover{padding-left:12px;padding-right:0}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li>a:hover:before,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li>a:hover:before{left:0}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li.current-menu-ancestor>a,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li.current-menu-item>a{padding-left:12px;padding-right:0}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a:before,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li.current-menu-ancestor>a:before,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li.current-menu-item>a:before{left:0}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul li.menu-item-has-children>a:after,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul li.menu-item-has-children>a:after{top:12px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner ul ul,body:not([class*=borgholm-core]) .qodef-mobile-header-navigation ul ul ul{margin:4px 0 -4px 15px}.qodef-mobile-header-navigation .qodef-drop-down-second-inner.qodef-content-grid{width:100%}.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:230px;margin:0;padding:26px 0 30px;background-color:#fff;border-top:3px solid #f23801;opacity:0;visibility:hidden}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li{padding:0 31px 0 34px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{font-family:ElegantIcons;content:'\35';position:absolute;top:50%;right:0;line-height:1;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}body:not([class*=borgholm-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after{content:'\25B8';font-family:initial;font-size:20px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul{opacity:1;visibility:visible}.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul{top:calc(-26px - 3px);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{padding:0 35px 0 25px}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{content:'\34';left:0;right:auto}body:not([class*=borgholm-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after{content:'\25C2'}.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul{left:-100%}.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-header-navigation>ul{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;white-space:nowrap}.qodef-header-navigation>ul>li{height:100%;margin:0 29px}.qodef-header-navigation>ul>li:first-child{margin-left:0}.qodef-header-navigation>ul>li:last-child{margin-right:0}.qodef-header-navigation>ul>li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;font-size:12px;color:#1d1d1d;font-weight:600;text-transform:uppercase;letter-spacing:.2em;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-header-navigation>ul>li>a:before{content:'';position:absolute;top:calc(50% - 3px);height:6px;width:6px;left:-12px;opacity:0;background:#f23801;border-radius:100%;will-change:transform;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:qodef-dot-drop .3s forwards ease;animation:qodef-dot-drop .3s forwards ease}.qodef-header-navigation>ul>li>a:hover{color:#1d1d1d}.qodef-header-navigation>ul>li>a:hover:before{-webkit-animation:qode-dot-bounce .3s forwards linear;animation:qode-dot-bounce .3s forwards linear}.qodef-header-navigation>ul>li.current-menu-ancestor>a,.qodef-header-navigation>ul>li.current-menu-item>a{color:#1d1d1d}.qodef-header-navigation>ul>li.current-menu-ancestor>a:before,.qodef-header-navigation>ul>li.current-menu-item>a:before{content:'';position:absolute;top:calc(50% - 3px);height:6px;width:6px;opacity:1;left:-12px;background:#f23801;border-radius:100%;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-animation:none;animation:none}.qodef-header-navigation>ul>li.current-menu-ancestor>a:hover:before,.qodef-header-navigation>ul>li.current-menu-item>a:hover:before{-webkit-animation:none;animation:none}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul li>a{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;line-height:32px;font-weight:500;font-style:italic;font-size:18px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li>a:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.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{padding-left:12px;padding-right:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-ancestor>a:before,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li.current-menu-item>a:before,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul:not(.qodef-drop-down--right) li:hover>a:before{left:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 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:12px;padding-right:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li>a:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:auto;right:-12px}.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{padding-left:0;padding-right:12px}.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-ancestor>a:before,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a:before,.qodef-header-navigation>ul>li.qodef-menu-item--narrow ul.qodef-drop-down--right li:hover>a:before{left:auto;right:0}.qodef-m-pagination{position:relative;display:inline-block;width:100%;vertical-align:top;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;margin-top:50px}@media only screen and (max-width:1024px){.qodef-sidebar--enabled .qodef-pagination-responsive--custom .qodef-m-pagination{margin-bottom:19px}}.qodef-m-pagination.qodef--wp .nav-links{position:static;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;padding:0 110px}@media only screen and (max-width:680px){.qodef-m-pagination.qodef--wp .nav-links{padding:0 50px}}.qodef-m-pagination.qodef--wp .page-numbers{position:relative;font-family:Cormorant,serif;font-weight:700;color:#000;font-size:20px;margin:0 15px;letter-spacing:0}.qodef-m-pagination.qodef--wp .page-numbers:after{content:'';position:absolute;display:inline-block;background-color:#f23801;bottom:-2px;left:50%;width:19px;height:1px;-webkit-transform:translateX(-50%) scaleX(0);-ms-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-m-pagination.qodef--wp .page-numbers.dots:after{display:none}.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:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:calc(50% + 1px);font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.2em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-m-pagination.qodef--wp .page-numbers.next .qodef-m-pagination-label,.qodef-m-pagination.qodef--wp .page-numbers.prev .qodef-m-pagination-label{padding:0 11px}@media only screen and (max-width:680px){.qodef-m-pagination.qodef--wp .page-numbers.next .qodef-m-pagination-label,.qodef-m-pagination.qodef--wp .page-numbers.prev .qodef-m-pagination-label{display:none}}.qodef-m-pagination.qodef--wp .page-numbers.next svg,.qodef-m-pagination.qodef--wp .page-numbers.prev svg{position:relative;overflow:visible}.qodef-m-pagination.qodef--wp .page-numbers.next svg polygon,.qodef-m-pagination.qodef--wp .page-numbers.next svg rect,.qodef-m-pagination.qodef--wp .page-numbers.prev svg polygon,.qodef-m-pagination.qodef--wp .page-numbers.prev svg rect{will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-m-pagination.qodef--wp .page-numbers.next svg rect,.qodef-m-pagination.qodef--wp .page-numbers.prev svg rect{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-m-pagination.qodef--wp .page-numbers.next svg polygon,.qodef-m-pagination.qodef--wp .page-numbers.prev svg polygon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);stroke:none}.qodef-m-pagination.qodef--wp .page-numbers.next svg *,.qodef-m-pagination.qodef--wp .page-numbers.prev svg *{fill:currentColor;stroke:currentColor}.qodef-m-pagination.qodef--wp .page-numbers.next:after,.qodef-m-pagination.qodef--wp .page-numbers.prev:after{display:none}.qodef-m-pagination.qodef--wp .page-numbers.next a,.qodef-m-pagination.qodef--wp .page-numbers.prev a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-m-pagination.qodef--wp .page-numbers.next a span,.qodef-m-pagination.qodef--wp .page-numbers.prev a span{display:inline-block;vertical-align:middle}.qodef-m-pagination.qodef--wp .page-numbers.next:hover,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover{color:#000}.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg rect,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg rect{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}.qodef-m-pagination.qodef--wp .page-numbers.next:hover svg polygon,.qodef-m-pagination.qodef--wp .page-numbers.prev:hover svg polygon{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}body:not([class*=borgholm-core]) .qodef-m-pagination.qodef--wp .page-numbers.next,body:not([class*=borgholm-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev{font-size:17px}.qodef-m-pagination.qodef--wp .page-numbers.prev{left:0}.qodef-m-pagination.qodef--wp .page-numbers.next{right:0}.qodef-m-pagination.qodef--wp .page-numbers.current,.qodef-m-pagination.qodef--wp .page-numbers:hover{color:#f23801}.qodef-m-pagination.qodef--wp .page-numbers.current:after,.qodef-m-pagination.qodef--wp .page-numbers:hover:after{-webkit-transform:translateX(-50%) scaleX(1);-ms-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}@media only screen and (max-width:1024px){.qodef-sidebar--enabled .qodef-m-pagination.qodef--wp{margin-bottom:19px}}.qodef-m-pagination.qodef--wp nav.comments-pagination,.qodef-m-pagination.qodef--wp nav.pagination{width:100%}.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{position:static;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;padding:0 110px}@media only screen and (max-width:680px){.qodef-m-pagination.qodef--standard .qodef-m-pagination-items{padding:0 50px}}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item{position:relative;font-family:Cormorant,serif;font-weight:700;color:#000;font-size:20px;margin:0 15px;letter-spacing:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:after{content:'';position:absolute;display:inline-block;background-color:#f23801;bottom:-2px;left:50%;width:19px;height:1px;-webkit-transform:translateX(-50%) scaleX(0);-ms-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.dots:after{display:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item *{display:block;line-height:inherit}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:first-child{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:last-child{margin-right:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:calc(50% + 1px);font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.2em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-m-pagination-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-m-pagination-label{padding:0 11px}@media only screen and (max-width:680px){.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next .qodef-m-pagination-label,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev .qodef-m-pagination-label{display:none}}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg{position:relative;overflow:visible}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg polygon,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg rect,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg polygon,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg rect{will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg rect,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg rect{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg polygon,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg polygon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);stroke:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next svg *,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev svg *{fill:currentColor;stroke:currentColor}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after{display:none}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a span,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a span{display:inline-block;vertical-align:middle}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover{color:#000}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg rect,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg rect{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover svg polygon,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover svg polygon{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}body:not([class*=borgholm-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next,body:not([class*=borgholm-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{font-size:17px}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev{left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next{right:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover{color:#f23801}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active:after,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item:hover:after{-webkit-transform:translateX(-50%) scaleX(1);-ms-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}.qodef-m-pagination.qodef--standard .qodef-m-pagination-inner{width:100%}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef-prev--hidden{margin-left:0}.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a:hover,.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a:hover{color:#000}.qodef-m-pagination.qodef--load-more{text-align:center}.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner{position:relative;display:inline-block;vertical-align:top}.qodef-m-pagination.qodef--load-more .qodef-load-more-button{opacity:1}.qodef-m-pagination.qodef--infinite-scroll{text-align:center}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner{position:relative;display:inline-block;vertical-align:top;font-size:32px;line-height:1;color:#f23801;opacity:0;z-index:-1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-m-pagination.qodef--infinite-scroll .qodef-infinite-scroll-spinner:before{display:block;line-height:inherit}.qodef-pagination--on.qodef-pagination-type--standard .qodef-grid-inner{opacity:1;-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{position:absolute;bottom:0;left:calc(50% - 8px);font-size:32px;line-height:1;color:#f23801;opacity:0;z-index:-1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before{display:block;line-height:inherit}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner{opacity:1;z-index:1}.qodef-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner{opacity:1;z-index:1}.qodef-single-links{position:relative;display:-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:"Work Sans",sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;line-height:1.818em;text-transform:uppercase;color:#9e9e9e;margin-right:10px}.qodef-single-links a,.qodef-single-links>span:not(.qodef-m-single-links-title){position:relative;display:inline-block;vertical-align:top;margin-right:8px;padding:0 3px;color:#000}.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:#f23801}.qodef-search{position:relative;display:inline-block;width:100%;vertical-align:top;margin:0 0 50px}.qodef-search .qodef-e-search-heading{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-search .qodef-e-search-heading-title{margin:0 0 20px}.qodef-search .qodef-e-search-heading-label{margin:8px 0 0}.qodef-search .qodef-search-form .qodef-search-form-field{padding-right:50px;margin:0}.qodef-search .qodef-search-form .qodef-search-form-button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#000;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-search .qodef-search-form .qodef-search-form-button:hover{color:#f23801}.qodef-search .qodef-search-form .qodef-search-form-button:after,.qodef-search .qodef-search-form .qodef-search-form-button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.qodef-search .qodef-search-form .qodef-search-form-button:before{content:"\45";font-family:ElegantIcons;right:-8px;font-size:11px;color:#000;line-height:1;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-search .qodef-search-form .qodef-search-form-button:after{content:'';position:absolute;right:1px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-search .qodef-search-form .qodef-search-form-button:hover:before{right:-19px}.qodef-search .qodef-search-form .qodef-search-form-button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-search article{margin-bottom:30px}.qodef-search article:last-child{margin-bottom:0}.qodef-search article .qodef-e-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-search article .qodef-e-inner>*{width:100%}.qodef-search article .qodef-e-inner .qodef-e-image{-ms-flex-preferred-size:180px;flex-basis:180px;padding-right:30px}.qodef-search article .qodef-e-inner .qodef-e-title{margin:0}.qodef-search article .qodef-e-inner .qodef-e-excerpt{margin:15px 0 0}#qodef-page-sidebar{position:relative;display:inline-block;width:100%;vertical-align:top;margin-bottom:60px}.qodef-page-title{position:relative;display:inline-block;width:100%;vertical-align:top;height:200px;background-color:#f23801}.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;color:#fff}.widget{margin:0 0 35px}.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:#f23801}.widget a{color:#000}.widget a:hover{color:#f23801}.widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}.widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}.widget.widget_archive ul li,.widget.widget_categories ul li,.widget.widget_meta ul li,.widget.widget_nav_menu ul li,.widget.widget_pages ul li,.widget.widget_recent_comments ul li,.widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}.widget.widget_archive ul li a,.widget.widget_categories ul li a,.widget.widget_meta ul li a,.widget.widget_nav_menu ul li a,.widget.widget_pages ul li a,.widget.widget_recent_comments ul li a,.widget.widget_recent_entries ul li a{position:relative;color:#464646}.widget.widget_archive ul li a:before,.widget.widget_categories ul li a:before,.widget.widget_meta ul li a:before,.widget.widget_nav_menu ul li a:before,.widget.widget_pages ul li a:before,.widget.widget_recent_comments ul li a:before,.widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget.widget_archive ul li a:hover,.widget.widget_categories ul li a:hover,.widget.widget_meta ul li a:hover,.widget.widget_nav_menu ul li a:hover,.widget.widget_pages ul li a:hover,.widget.widget_recent_comments ul li a:hover,.widget.widget_recent_entries ul li a:hover{color:#f23801}.widget.widget_archive ul li a:hover:before,.widget.widget_categories ul li a:hover:before,.widget.widget_meta ul li a:hover:before,.widget.widget_nav_menu ul li a:hover:before,.widget.widget_pages ul li a:hover:before,.widget.widget_recent_comments ul li a:hover:before,.widget.widget_recent_entries ul li a:hover:before{width:100%}.widget.widget_archive select,.widget.widget_categories select,.widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}.widget.widget_archive .select2.select2,.widget.widget_categories .select2.select2,.widget.widget_text .select2.select2{margin-bottom:0}.widget.widget_archive .select2.select2-container--default .select2-selection--single,.widget.widget_categories .select2.select2-container--default .select2-selection--single,.widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}.widget.widget_archive .wp-caption,.widget.widget_categories .wp-caption,.widget.widget_text .wp-caption{color:inherit}.widget.widget_calendar{width:100%}.widget.widget_calendar table{table-layout:fixed}.widget.widget_calendar caption{margin-bottom:5px}.widget.widget_calendar #today{color:#fff;background-color:#f23801}.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:#000}.widget.widget_calendar tfoot a:hover{color:#f23801}.widget.widget_text img{display:block}.widget.widget_rss .rsswidget img{vertical-align:baseline}.widget.widget_rss ul li{margin-bottom:35px}.widget.widget_rss ul li:last-child{margin-bottom:0}.widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}.widget.widget_rss ul .rssSummary{margin-top:15px}.widget.widget_rss ul cite{display:block;margin-top:8px}.widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_search input{padding-right:50px;margin:0}.widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.widget.widget_search button:hover{color:#000}.widget.widget_search button:after,.widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.widget.widget_search button:hover:before{right:-16px}.widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}.widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}.widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}.widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}.widget.widget_media_image{margin-bottom:0}.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:#a8a8a8}#qodef-top-area .widget:last-child{margin-bottom:0!important}#qodef-top-area .widget .qodef-widget-title{margin:0 0 13px;color:#a8a8a8}#qodef-top-area .widget .qodef-widget-title a{color:inherit}#qodef-top-area .widget .qodef-widget-title a:hover{color:#fff}#qodef-top-area .widget a{color:#a8a8a8}#qodef-top-area .widget a:hover{color:#fff}#qodef-top-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-top-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}#qodef-top-area .widget.widget_archive ul li,#qodef-top-area .widget.widget_categories ul li,#qodef-top-area .widget.widget_meta ul li,#qodef-top-area .widget.widget_nav_menu ul li,#qodef-top-area .widget.widget_pages ul li,#qodef-top-area .widget.widget_recent_comments ul li,#qodef-top-area .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}#qodef-top-area .widget.widget_archive ul li a,#qodef-top-area .widget.widget_categories ul li a,#qodef-top-area .widget.widget_meta ul li a,#qodef-top-area .widget.widget_nav_menu ul li a,#qodef-top-area .widget.widget_pages ul li a,#qodef-top-area .widget.widget_recent_comments ul li a,#qodef-top-area .widget.widget_recent_entries ul li a{position:relative;color:#464646}#qodef-top-area .widget.widget_archive ul li a:before,#qodef-top-area .widget.widget_categories ul li a:before,#qodef-top-area .widget.widget_meta ul li a:before,#qodef-top-area .widget.widget_nav_menu ul li a:before,#qodef-top-area .widget.widget_pages ul li a:before,#qodef-top-area .widget.widget_recent_comments ul li a:before,#qodef-top-area .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#fff;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-top-area .widget.widget_archive ul li a:hover,#qodef-top-area .widget.widget_categories ul li a:hover,#qodef-top-area .widget.widget_meta ul li a:hover,#qodef-top-area .widget.widget_nav_menu ul li a:hover,#qodef-top-area .widget.widget_pages ul li a:hover,#qodef-top-area .widget.widget_recent_comments ul li a:hover,#qodef-top-area .widget.widget_recent_entries ul li a:hover{color:#fff}#qodef-top-area .widget.widget_archive ul li a:hover:before,#qodef-top-area .widget.widget_categories ul li a:hover:before,#qodef-top-area .widget.widget_meta ul li a:hover:before,#qodef-top-area .widget.widget_nav_menu ul li a:hover:before,#qodef-top-area .widget.widget_pages ul li a:hover:before,#qodef-top-area .widget.widget_recent_comments ul li a:hover:before,#qodef-top-area .widget.widget_recent_entries ul li a:hover:before{width:100%}#qodef-top-area .widget.widget_archive select,#qodef-top-area .widget.widget_categories select,#qodef-top-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-top-area .widget.widget_archive .select2.select2,#qodef-top-area .widget.widget_categories .select2.select2,#qodef-top-area .widget.widget_text .select2.select2{margin-bottom:0}#qodef-top-area .widget.widget_archive .select2.select2-container--default .select2-selection--single,#qodef-top-area .widget.widget_categories .select2.select2-container--default .select2-selection--single,#qodef-top-area .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}#qodef-top-area .widget.widget_archive .wp-caption,#qodef-top-area .widget.widget_categories .wp-caption,#qodef-top-area .widget.widget_text .wp-caption{color:inherit}#qodef-top-area .widget.widget_calendar{width:100%}#qodef-top-area .widget.widget_calendar table{table-layout:fixed}#qodef-top-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-top-area .widget.widget_calendar #today{color:#fff;background-color:#fff}#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:#a8a8a8}#qodef-top-area .widget.widget_calendar tfoot a:hover{color:#fff}#qodef-top-area .widget.widget_text img{display:block}#qodef-top-area .widget.widget_rss .rsswidget img{vertical-align:baseline}#qodef-top-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-top-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-top-area .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}#qodef-top-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-top-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-top-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-top-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-top-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-top-area .widget.widget_search button:hover{color:#000}#qodef-top-area .widget.widget_search button:after,#qodef-top-area .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}#qodef-top-area .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-top-area .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-top-area .widget.widget_search button:hover:before{right:-16px}#qodef-top-area .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-top-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#a8a8a8}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:hover{color:#fff}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}#qodef-top-area .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}#qodef-top-area .widget.widget_media_image{margin-bottom:0}#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-side-area .widget{margin:0 0 0}#qodef-side-area .widget:last-child{margin-bottom:0!important}#qodef-side-area .widget .qodef-widget-title{margin:0 0 13px}#qodef-side-area .widget .qodef-widget-title a{color:inherit}#qodef-side-area .widget .qodef-widget-title a:hover{color:#f23801}#qodef-side-area .widget a{color:#000}#qodef-side-area .widget a:hover{color:#f23801}#qodef-side-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-side-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}#qodef-side-area .widget.widget_archive ul li,#qodef-side-area .widget.widget_categories ul li,#qodef-side-area .widget.widget_meta ul li,#qodef-side-area .widget.widget_nav_menu ul li,#qodef-side-area .widget.widget_pages ul li,#qodef-side-area .widget.widget_recent_comments ul li,#qodef-side-area .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}#qodef-side-area .widget.widget_archive ul li a,#qodef-side-area .widget.widget_categories ul li a,#qodef-side-area .widget.widget_meta ul li a,#qodef-side-area .widget.widget_nav_menu ul li a,#qodef-side-area .widget.widget_pages ul li a,#qodef-side-area .widget.widget_recent_comments ul li a,#qodef-side-area .widget.widget_recent_entries ul li a{position:relative;color:#464646}#qodef-side-area .widget.widget_archive ul li a:before,#qodef-side-area .widget.widget_categories ul li a:before,#qodef-side-area .widget.widget_meta ul li a:before,#qodef-side-area .widget.widget_nav_menu ul li a:before,#qodef-side-area .widget.widget_pages ul li a:before,#qodef-side-area .widget.widget_recent_comments ul li a:before,#qodef-side-area .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-side-area .widget.widget_archive ul li a:hover,#qodef-side-area .widget.widget_categories ul li a:hover,#qodef-side-area .widget.widget_meta ul li a:hover,#qodef-side-area .widget.widget_nav_menu ul li a:hover,#qodef-side-area .widget.widget_pages ul li a:hover,#qodef-side-area .widget.widget_recent_comments ul li a:hover,#qodef-side-area .widget.widget_recent_entries ul li a:hover{color:#f23801}#qodef-side-area .widget.widget_archive ul li a:hover:before,#qodef-side-area .widget.widget_categories ul li a:hover:before,#qodef-side-area .widget.widget_meta ul li a:hover:before,#qodef-side-area .widget.widget_nav_menu ul li a:hover:before,#qodef-side-area .widget.widget_pages ul li a:hover:before,#qodef-side-area .widget.widget_recent_comments ul li a:hover:before,#qodef-side-area .widget.widget_recent_entries ul li a:hover:before{width:100%}#qodef-side-area .widget.widget_archive select,#qodef-side-area .widget.widget_categories select,#qodef-side-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-side-area .widget.widget_archive .select2.select2,#qodef-side-area .widget.widget_categories .select2.select2,#qodef-side-area .widget.widget_text .select2.select2{margin-bottom:0}#qodef-side-area .widget.widget_archive .select2.select2-container--default .select2-selection--single,#qodef-side-area .widget.widget_categories .select2.select2-container--default .select2-selection--single,#qodef-side-area .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}#qodef-side-area .widget.widget_archive .wp-caption,#qodef-side-area .widget.widget_categories .wp-caption,#qodef-side-area .widget.widget_text .wp-caption{color:inherit}#qodef-side-area .widget.widget_calendar{width:100%}#qodef-side-area .widget.widget_calendar table{table-layout:fixed}#qodef-side-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-side-area .widget.widget_calendar #today{color:#fff;background-color:#f23801}#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:#000}#qodef-side-area .widget.widget_calendar tfoot a:hover{color:#f23801}#qodef-side-area .widget.widget_text img{display:block}#qodef-side-area .widget.widget_rss .rsswidget img{vertical-align:baseline}#qodef-side-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-side-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-side-area .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}#qodef-side-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-side-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-side-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-side-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-side-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-side-area .widget.widget_search button:hover{color:#000}#qodef-side-area .widget.widget_search button:after,#qodef-side-area .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}#qodef-side-area .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-side-area .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-side-area .widget.widget_search button:hover:before{right:-16px}#qodef-side-area .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-side-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}#qodef-side-area .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}#qodef-side-area .widget.widget_media_image{margin-bottom:0}#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-footer-top-area .widget{margin:0 0 35px}#qodef-page-footer-top-area .widget:last-child{margin-bottom:0!important}#qodef-page-footer-top-area .widget .qodef-widget-title{margin:0 0 16px}#qodef-page-footer-top-area .widget .qodef-widget-title a{color:inherit}#qodef-page-footer-top-area .widget .qodef-widget-title a:hover{color:#f23801}#qodef-page-footer-top-area .widget a{color:#000}#qodef-page-footer-top-area .widget a:hover{color:#f23801}#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer-top-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}#qodef-page-footer-top-area .widget.widget_archive ul li,#qodef-page-footer-top-area .widget.widget_categories ul li,#qodef-page-footer-top-area .widget.widget_meta ul li,#qodef-page-footer-top-area .widget.widget_nav_menu ul li,#qodef-page-footer-top-area .widget.widget_pages ul li,#qodef-page-footer-top-area .widget.widget_recent_comments ul li,#qodef-page-footer-top-area .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}#qodef-page-footer-top-area .widget.widget_archive ul li a,#qodef-page-footer-top-area .widget.widget_categories ul li a,#qodef-page-footer-top-area .widget.widget_meta ul li a,#qodef-page-footer-top-area .widget.widget_nav_menu ul li a,#qodef-page-footer-top-area .widget.widget_pages ul li a,#qodef-page-footer-top-area .widget.widget_recent_comments ul li a,#qodef-page-footer-top-area .widget.widget_recent_entries ul li a{position:relative;color:#464646}#qodef-page-footer-top-area .widget.widget_archive ul li a:before,#qodef-page-footer-top-area .widget.widget_categories ul li a:before,#qodef-page-footer-top-area .widget.widget_meta ul li a:before,#qodef-page-footer-top-area .widget.widget_nav_menu ul li a:before,#qodef-page-footer-top-area .widget.widget_pages ul li a:before,#qodef-page-footer-top-area .widget.widget_recent_comments ul li a:before,#qodef-page-footer-top-area .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer-top-area .widget.widget_archive ul li a:hover,#qodef-page-footer-top-area .widget.widget_categories ul li a:hover,#qodef-page-footer-top-area .widget.widget_meta ul li a:hover,#qodef-page-footer-top-area .widget.widget_nav_menu ul li a:hover,#qodef-page-footer-top-area .widget.widget_pages ul li a:hover,#qodef-page-footer-top-area .widget.widget_recent_comments ul li a:hover,#qodef-page-footer-top-area .widget.widget_recent_entries ul li a:hover{color:#f23801}#qodef-page-footer-top-area .widget.widget_archive ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_categories ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_meta ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_nav_menu ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_pages ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_recent_comments ul li a:hover:before,#qodef-page-footer-top-area .widget.widget_recent_entries ul li a:hover:before{width:100%}#qodef-page-footer-top-area .widget.widget_archive select,#qodef-page-footer-top-area .widget.widget_categories select,#qodef-page-footer-top-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-page-footer-top-area .widget.widget_archive .select2.select2,#qodef-page-footer-top-area .widget.widget_categories .select2.select2,#qodef-page-footer-top-area .widget.widget_text .select2.select2{margin-bottom:0}#qodef-page-footer-top-area .widget.widget_archive .select2.select2-container--default .select2-selection--single,#qodef-page-footer-top-area .widget.widget_categories .select2.select2-container--default .select2-selection--single,#qodef-page-footer-top-area .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}#qodef-page-footer-top-area .widget.widget_archive .wp-caption,#qodef-page-footer-top-area .widget.widget_categories .wp-caption,#qodef-page-footer-top-area .widget.widget_text .wp-caption{color:inherit}#qodef-page-footer-top-area .widget.widget_calendar{width:100%}#qodef-page-footer-top-area .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer-top-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-page-footer-top-area .widget.widget_calendar #today{color:#fff;background-color:#f23801}#qodef-page-footer-top-area .widget.widget_calendar #today a{color:inherit}#qodef-page-footer-top-area .widget.widget_calendar tfoot td,#qodef-page-footer-top-area .widget.widget_calendar tfoot tr{border:0}#qodef-page-footer-top-area .widget.widget_calendar tfoot a{color:#000}#qodef-page-footer-top-area .widget.widget_calendar tfoot a:hover{color:#f23801}#qodef-page-footer-top-area .widget.widget_text img{display:block}#qodef-page-footer-top-area .widget.widget_rss .rsswidget img{vertical-align:baseline}#qodef-page-footer-top-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-page-footer-top-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer-top-area .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}#qodef-page-footer-top-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-page-footer-top-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-page-footer-top-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer-top-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-page-footer-top-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer-top-area .widget.widget_search button:hover{color:#000}#qodef-page-footer-top-area .widget.widget_search button:after,#qodef-page-footer-top-area .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}#qodef-page-footer-top-area .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer-top-area .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-page-footer-top-area .widget.widget_search button:hover:before{right:-16px}#qodef-page-footer-top-area .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-page-footer-top-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}#qodef-page-footer-top-area .widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}#qodef-page-footer-top-area .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}#qodef-page-footer-top-area .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}#qodef-page-footer-top-area .widget.widget_media_image{margin-bottom:0}#qodef-page-footer-top-area .widget.widget_media_image .qodef-widget-title{margin-bottom:24.5px}#qodef-page-footer-top-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer-top-area .widget.widget_media_image img{display:block}#qodef-page-footer-bottom-area .widget{margin:0 0 35px}#qodef-page-footer-bottom-area .widget:last-child{margin-bottom:0!important}#qodef-page-footer-bottom-area .widget .qodef-widget-title{margin:0 0 14px}#qodef-page-footer-bottom-area .widget .qodef-widget-title a{color:inherit}#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover{color:#f23801}#qodef-page-footer-bottom-area .widget a{color:#000}#qodef-page-footer-bottom-area .widget a:hover{color:#f23801}#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer-bottom-area .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}#qodef-page-footer-bottom-area .widget.widget_archive ul li,#qodef-page-footer-bottom-area .widget.widget_categories ul li,#qodef-page-footer-bottom-area .widget.widget_meta ul li,#qodef-page-footer-bottom-area .widget.widget_nav_menu ul li,#qodef-page-footer-bottom-area .widget.widget_pages ul li,#qodef-page-footer-bottom-area .widget.widget_recent_comments ul li,#qodef-page-footer-bottom-area .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}#qodef-page-footer-bottom-area .widget.widget_archive ul li a,#qodef-page-footer-bottom-area .widget.widget_categories ul li a,#qodef-page-footer-bottom-area .widget.widget_meta ul li a,#qodef-page-footer-bottom-area .widget.widget_nav_menu ul li a,#qodef-page-footer-bottom-area .widget.widget_pages ul li a,#qodef-page-footer-bottom-area .widget.widget_recent_comments ul li a,#qodef-page-footer-bottom-area .widget.widget_recent_entries ul li a{position:relative;color:#464646}#qodef-page-footer-bottom-area .widget.widget_archive ul li a:before,#qodef-page-footer-bottom-area .widget.widget_categories ul li a:before,#qodef-page-footer-bottom-area .widget.widget_meta ul li a:before,#qodef-page-footer-bottom-area .widget.widget_nav_menu ul li a:before,#qodef-page-footer-bottom-area .widget.widget_pages ul li a:before,#qodef-page-footer-bottom-area .widget.widget_recent_comments ul li a:before,#qodef-page-footer-bottom-area .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer-bottom-area .widget.widget_archive ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_categories ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_meta ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_nav_menu ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_pages ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_recent_comments ul li a:hover,#qodef-page-footer-bottom-area .widget.widget_recent_entries ul li a:hover{color:#f23801}#qodef-page-footer-bottom-area .widget.widget_archive ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_categories ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_meta ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_nav_menu ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_pages ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_recent_comments ul li a:hover:before,#qodef-page-footer-bottom-area .widget.widget_recent_entries ul li a:hover:before{width:100%}#qodef-page-footer-bottom-area .widget.widget_archive select,#qodef-page-footer-bottom-area .widget.widget_categories select,#qodef-page-footer-bottom-area .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-page-footer-bottom-area .widget.widget_archive .select2.select2,#qodef-page-footer-bottom-area .widget.widget_categories .select2.select2,#qodef-page-footer-bottom-area .widget.widget_text .select2.select2{margin-bottom:0}#qodef-page-footer-bottom-area .widget.widget_archive .select2.select2-container--default .select2-selection--single,#qodef-page-footer-bottom-area .widget.widget_categories .select2.select2-container--default .select2-selection--single,#qodef-page-footer-bottom-area .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}#qodef-page-footer-bottom-area .widget.widget_archive .wp-caption,#qodef-page-footer-bottom-area .widget.widget_categories .wp-caption,#qodef-page-footer-bottom-area .widget.widget_text .wp-caption{color:inherit}#qodef-page-footer-bottom-area .widget.widget_calendar{width:100%}#qodef-page-footer-bottom-area .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer-bottom-area .widget.widget_calendar caption{margin-bottom:5px}#qodef-page-footer-bottom-area .widget.widget_calendar #today{color:#fff;background-color:#f23801}#qodef-page-footer-bottom-area .widget.widget_calendar #today a{color:inherit}#qodef-page-footer-bottom-area .widget.widget_calendar tfoot td,#qodef-page-footer-bottom-area .widget.widget_calendar tfoot tr{border:0}#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a{color:#000}#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover{color:#f23801}#qodef-page-footer-bottom-area .widget.widget_text img{display:block}#qodef-page-footer-bottom-area .widget.widget_rss .rsswidget img{vertical-align:baseline}#qodef-page-footer-bottom-area .widget.widget_rss ul li{margin-bottom:35px}#qodef-page-footer-bottom-area .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer-bottom-area .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}#qodef-page-footer-bottom-area .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-page-footer-bottom-area .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-page-footer-bottom-area .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer-bottom-area .widget.widget_search input{padding-right:50px;margin:0}#qodef-page-footer-bottom-area .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer-bottom-area .widget.widget_search button:hover{color:#000}#qodef-page-footer-bottom-area .widget.widget_search button:after,#qodef-page-footer-bottom-area .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}#qodef-page-footer-bottom-area .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer-bottom-area .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-page-footer-bottom-area .widget.widget_search button:hover:before{right:-16px}#qodef-page-footer-bottom-area .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}#qodef-page-footer-bottom-area .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}#qodef-page-footer-bottom-area .widget.widget_media_image{margin-bottom:0}#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title{margin-bottom:22.5px}#qodef-page-footer-bottom-area .widget.widget_media_image a{display:inline-block;vertical-align:top}#qodef-page-footer-bottom-area .widget.widget_media_image img{display:block}#qodef-page-footer .widget{margin:0 0 35px;color:#9e9e9e}#qodef-page-footer .widget:last-child{margin-bottom:0!important}#qodef-page-footer .widget .qodef-widget-title{margin:0 0 13px}#qodef-page-footer .widget .qodef-widget-title a{color:inherit}#qodef-page-footer .widget .qodef-widget-title a:hover{color:#f23801}#qodef-page-footer .widget a{color:#000}#qodef-page-footer .widget a:hover{color:#f23801}#qodef-page-footer .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}#qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}#qodef-page-footer .widget.widget_archive ul li,#qodef-page-footer .widget.widget_categories ul li,#qodef-page-footer .widget.widget_meta ul li,#qodef-page-footer .widget.widget_nav_menu ul li,#qodef-page-footer .widget.widget_pages ul li,#qodef-page-footer .widget.widget_recent_comments ul li,#qodef-page-footer .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}#qodef-page-footer .widget.widget_archive ul li a,#qodef-page-footer .widget.widget_categories ul li a,#qodef-page-footer .widget.widget_meta ul li a,#qodef-page-footer .widget.widget_nav_menu ul li a,#qodef-page-footer .widget.widget_pages ul li a,#qodef-page-footer .widget.widget_recent_comments ul li a,#qodef-page-footer .widget.widget_recent_entries ul li a{position:relative;color:#464646}#qodef-page-footer .widget.widget_archive ul li a:before,#qodef-page-footer .widget.widget_categories ul li a:before,#qodef-page-footer .widget.widget_meta ul li a:before,#qodef-page-footer .widget.widget_nav_menu ul li a:before,#qodef-page-footer .widget.widget_pages ul li a:before,#qodef-page-footer .widget.widget_recent_comments ul li a:before,#qodef-page-footer .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer .widget.widget_archive ul li a:hover,#qodef-page-footer .widget.widget_categories ul li a:hover,#qodef-page-footer .widget.widget_meta ul li a:hover,#qodef-page-footer .widget.widget_nav_menu ul li a:hover,#qodef-page-footer .widget.widget_pages ul li a:hover,#qodef-page-footer .widget.widget_recent_comments ul li a:hover,#qodef-page-footer .widget.widget_recent_entries ul li a:hover{color:#f23801}#qodef-page-footer .widget.widget_archive ul li a:hover:before,#qodef-page-footer .widget.widget_categories ul li a:hover:before,#qodef-page-footer .widget.widget_meta ul li a:hover:before,#qodef-page-footer .widget.widget_nav_menu ul li a:hover:before,#qodef-page-footer .widget.widget_pages ul li a:hover:before,#qodef-page-footer .widget.widget_recent_comments ul li a:hover:before,#qodef-page-footer .widget.widget_recent_entries ul li a:hover:before{width:100%}#qodef-page-footer .widget.widget_archive select,#qodef-page-footer .widget.widget_categories select,#qodef-page-footer .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}#qodef-page-footer .widget.widget_archive .select2.select2,#qodef-page-footer .widget.widget_categories .select2.select2,#qodef-page-footer .widget.widget_text .select2.select2{margin-bottom:0}#qodef-page-footer .widget.widget_archive .select2.select2-container--default .select2-selection--single,#qodef-page-footer .widget.widget_categories .select2.select2-container--default .select2-selection--single,#qodef-page-footer .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}#qodef-page-footer .widget.widget_archive .wp-caption,#qodef-page-footer .widget.widget_categories .wp-caption,#qodef-page-footer .widget.widget_text .wp-caption{color:inherit}#qodef-page-footer .widget.widget_calendar{width:100%}#qodef-page-footer .widget.widget_calendar table{table-layout:fixed}#qodef-page-footer .widget.widget_calendar caption{margin-bottom:5px}#qodef-page-footer .widget.widget_calendar #today{color:#fff;background-color:#f23801}#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:#000}#qodef-page-footer .widget.widget_calendar tfoot a:hover{color:#f23801}#qodef-page-footer .widget.widget_text img{display:block}#qodef-page-footer .widget.widget_rss .rsswidget img{vertical-align:baseline}#qodef-page-footer .widget.widget_rss ul li{margin-bottom:35px}#qodef-page-footer .widget.widget_rss ul li:last-child{margin-bottom:0}#qodef-page-footer .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}#qodef-page-footer .widget.widget_rss ul .rssSummary{margin-top:15px}#qodef-page-footer .widget.widget_rss ul cite{display:block;margin-top:8px}#qodef-page-footer .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-page-footer .widget.widget_search input{padding-right:50px;margin:0}#qodef-page-footer .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-page-footer .widget.widget_search button:hover{color:#000}#qodef-page-footer .widget.widget_search button:after,#qodef-page-footer .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}#qodef-page-footer .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-page-footer .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-page-footer .widget.widget_search button:hover:before{right:-16px}#qodef-page-footer .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}#qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}#qodef-page-footer .widget.widget_media_image{margin-bottom:0}#qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:21.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-footer-skin--light #qodef-page-footer .widget{margin:0 0 35px;color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget:last-child{margin-bottom:0!important}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-widget-title{margin:0 0 13px;color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-widget-title a{color:inherit}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-widget-title a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget a{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-footer-skin--light #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}.qodef-footer-skin--light #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_meta ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_nav_menu ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_pages ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_comments ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_meta ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_nav_menu ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_pages ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_comments ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_entries ul li a{position:relative;color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_meta ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_nav_menu ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_pages ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_comments ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#fff;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_meta ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_nav_menu ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_pages ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_comments ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_entries ul li a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_meta ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_nav_menu ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_pages ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_comments ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_entries ul li a:hover:before{width:100%}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive select,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories select,.qodef-footer-skin--light #qodef-page-footer .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive .select2.select2,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories .select2.select2,.qodef-footer-skin--light #qodef-page-footer .widget.widget_text .select2.select2{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive .select2.select2-container--default .select2-selection--single,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories .select2.select2-container--default .select2-selection--single,.qodef-footer-skin--light #qodef-page-footer .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}.qodef-footer-skin--light #qodef-page-footer .widget.widget_archive .wp-caption,.qodef-footer-skin--light #qodef-page-footer .widget.widget_categories .wp-caption,.qodef-footer-skin--light #qodef-page-footer .widget.widget_text .wp-caption{color:inherit}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar{width:100%}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar table{table-layout:fixed}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar caption{margin-bottom:5px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar #today{color:#fff;background-color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar #today a{color:inherit}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar tfoot td,.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar tfoot tr{border:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar tfoot a{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar tfoot a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget.widget_text img{display:block}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss .rsswidget img{vertical-align:baseline}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss ul li{margin-bottom:35px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss ul .rssSummary{margin-top:15px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_rss ul cite{display:block;margin-top:8px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search input{padding-right:50px;margin:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#fff;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:hover{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:after,.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:hover:before{right:-16px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-footer-skin--light #qodef-page-footer .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget.widget_tag_cloud .tagcloud a:hover{color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}.qodef-footer-skin--light #qodef-page-footer .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}.qodef-footer-skin--light #qodef-page-footer .widget.widget_media_image{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_media_image .qodef-widget-title{margin-bottom:21.5px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_media_image a{display:inline-block;vertical-align:top}.qodef-footer-skin--light #qodef-page-footer .widget.widget_media_image img{display:block}.qodef-mega-menu-widget-holder .widget{margin:0 0 35px;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 13px;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:#f23801}.qodef-mega-menu-widget-holder .widget a{color:#fff}.qodef-mega-menu-widget-holder .widget a:hover{color:#f23801}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list){padding:0;margin:0;list-style:none}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li{margin:0 0 10px}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget ul:not(.qodef-shortcode-list) li ul{margin-top:10px;margin-left:1em}.qodef-mega-menu-widget-holder .widget.widget_archive ul li,.qodef-mega-menu-widget-holder .widget.widget_categories ul li,.qodef-mega-menu-widget-holder .widget.widget_meta ul li,.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li,.qodef-mega-menu-widget-holder .widget.widget_pages ul li,.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700;color:#464646}.qodef-mega-menu-widget-holder .widget.widget_archive ul li a,.qodef-mega-menu-widget-holder .widget.widget_categories ul li a,.qodef-mega-menu-widget-holder .widget.widget_meta ul li a,.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a,.qodef-mega-menu-widget-holder .widget.widget_pages ul li a,.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a{position:relative;color:#464646}.qodef-mega-menu-widget-holder .widget.widget_archive ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_meta ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_pages ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a:before,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-mega-menu-widget-holder .widget.widget_archive ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_meta ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_pages ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a:hover,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a:hover{color:#f23801}.qodef-mega-menu-widget-holder .widget.widget_archive ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_categories ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_meta ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_nav_menu ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_pages ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_recent_comments ul li a:hover:before,.qodef-mega-menu-widget-holder .widget.widget_recent_entries ul li a:hover:before{width:100%}.qodef-mega-menu-widget-holder .widget.widget_archive select,.qodef-mega-menu-widget-holder .widget.widget_categories select,.qodef-mega-menu-widget-holder .widget.widget_text select{width:100%;max-width:100%;margin:8.5px 0 0}.qodef-mega-menu-widget-holder .widget.widget_archive .select2.select2,.qodef-mega-menu-widget-holder .widget.widget_categories .select2.select2,.qodef-mega-menu-widget-holder .widget.widget_text .select2.select2{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_archive .select2.select2-container--default .select2-selection--single,.qodef-mega-menu-widget-holder .widget.widget_categories .select2.select2-container--default .select2-selection--single,.qodef-mega-menu-widget-holder .widget.widget_text .select2.select2-container--default .select2-selection--single{color:inherit!important}.qodef-mega-menu-widget-holder .widget.widget_archive .wp-caption,.qodef-mega-menu-widget-holder .widget.widget_categories .wp-caption,.qodef-mega-menu-widget-holder .widget.widget_text .wp-caption{color:inherit}.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 caption{margin-bottom:5px}.qodef-mega-menu-widget-holder .widget.widget_calendar #today{color:#fff;background-color:#f23801}.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:#f23801}.qodef-mega-menu-widget-holder .widget.widget_text img{display:block}.qodef-mega-menu-widget-holder .widget.widget_rss .rsswidget img{vertical-align:baseline}.qodef-mega-menu-widget-holder .widget.widget_rss ul li{margin-bottom:35px}.qodef-mega-menu-widget-holder .widget.widget_rss ul li:last-child{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rsswidget{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:18px;line-height:1.333em}.qodef-mega-menu-widget-holder .widget.widget_rss ul .rssSummary{margin-top:15px}.qodef-mega-menu-widget-holder .widget.widget_rss ul cite{display:block;margin-top:8px}.qodef-mega-menu-widget-holder .widget.widget_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-mega-menu-widget-holder .widget.widget_search input{padding-right:50px;margin:0}.qodef-mega-menu-widget-holder .widget.widget_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#464646;background-color:transparent;border:0;-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:hover{color:#000}.qodef-mega-menu-widget-holder .widget.widget_search button:after,.qodef-mega-menu-widget-holder .widget.widget_search button:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.qodef-mega-menu-widget-holder .widget.widget_search button:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-6px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-mega-menu-widget-holder .widget.widget_search button:after{content:'';position:absolute;right:2px;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-mega-menu-widget-holder .widget.widget_search button:hover:before{right:-16px}.qodef-mega-menu-widget-holder .widget.widget_search button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#fff}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:hover{color:#f23801}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}.qodef-mega-menu-widget-holder .widget.widget_tag_cloud .tagcloud a:last-child:after{display:none}.qodef-mega-menu-widget-holder .widget.widget_media_image{margin-bottom:0}.qodef-mega-menu-widget-holder .widget.widget_media_image .qodef-widget-title{margin-bottom:21.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}.qodef-footer-skin--light #qodef-page-footer .widget.widget_calendar #today{color:#000}.qodef-footer-skin--light #qodef-page-footer .widget .select2-container--default .select2-selection--single{border-bottom:2px solid #fff!important;color:#fff}.qodef-footer-skin--light #qodef-page-footer .widget .select2-container--default .select2-selection__arrow{color:#fff}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:10px;right:10px;padding:12px 14px 10px 15px;font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#fff;line-height:1;background-color:#f23801;z-index:5}#qodef-woo-page .qodef-woo-product-mark.qodef-woo-onsale,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-woo-onsale{background-color:#f0b918}#qodef-woo-page .qodef-woo-product-mark.qodef-out-of-stock,.qodef-woo-shortcode .qodef-woo-product-mark.qodef-out-of-stock{background-color:#000}#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;margin-left:-4px}#qodef-woo-page .qodef-woo-ratings .qodef-m-star,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star{font-size:14px;color:#f23801}#qodef-woo-page .qodef-woo-ratings .qodef-m-star>span,.qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star>span{margin:0 4px}#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:start;-ms-flex-align:start;align-items:flex-start;font-family:Cormorant,serif;font-size:22px;font-weight:700;color:#f23801}#qodef-woo-page .price del,.qodef-woo-shortcode .price del{position:relative;margin-right:8px;text-decoration:none;color:silver}#qodef-woo-page .price del:after,.qodef-woo-shortcode .price del:after{content:'';position:absolute;top:calc(50% + 2px);left:0;width:100%;height:1px;background-color:currentColor}#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:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:14px 28px;cursor:pointer;z-index:3;color:#fff;background-color:#f23801;border:1px solid transparent;padding:15px 36px}#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:#f23801}#qodef-woo-page .added_to_cart:before,#qodef-woo-page .button:before,.qodef-woo-shortcode .added_to_cart:before,.qodef-woo-shortcode .button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-woo-page .added_to_cart:after,#qodef-woo-page .button:after,.qodef-woo-shortcode .added_to_cart:after,.qodef-woo-shortcode .button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-woo-page .added_to_cart.qodef-size--full:after,#qodef-woo-page .added_to_cart.qodef-size--full:before,#qodef-woo-page .button.qodef-size--full:after,#qodef-woo-page .button.qodef-size--full:before,.qodef-woo-shortcode .added_to_cart.qodef-size--full:after,.qodef-woo-shortcode .added_to_cart.qodef-size--full:before,.qodef-woo-shortcode .button.qodef-size--full:after,.qodef-woo-shortcode .button.qodef-size--full:before{display:none}#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{color:#000;right:-36px}#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:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-woo-page .added_to_cart:after,#qodef-woo-page .button:after,.qodef-woo-shortcode .added_to_cart:after,.qodef-woo-shortcode .button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}#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{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}#qodef-woo-page .added_to_cart.added,#qodef-woo-page .button.added,.qodef-woo-shortcode .added_to_cart.added,.qodef-woo-shortcode .button.added{display:none}#qodef-woo-page .quantity{white-space:nowrap}#qodef-woo-page .quantity input[type=number]{width:60px;margin:0;padding:12px 10px;text-align:center;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}.woocommerce-page #qodef-woo-page .woocommerce-error,.woocommerce-page #qodef-woo-page .woocommerce-info,.woocommerce-page #qodef-woo-page .woocommerce-message,.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid #e1e1e1}@media only screen and (max-width:680px){.woocommerce-page #qodef-woo-page .woocommerce-error,.woocommerce-page #qodef-woo-page .woocommerce-info,.woocommerce-page #qodef-woo-page .woocommerce-message,.woocommerce-page div.woocommerce .woocommerce-error,.woocommerce-page div.woocommerce .woocommerce-info,.woocommerce-page div.woocommerce .woocommerce-message{padding:20px 20px}}.woocommerce-page #qodef-woo-page .woocommerce-error a,.woocommerce-page #qodef-woo-page .woocommerce-info a,.woocommerce-page #qodef-woo-page .woocommerce-message a,.woocommerce-page div.woocommerce .woocommerce-error a,.woocommerce-page div.woocommerce .woocommerce-info a,.woocommerce-page div.woocommerce .woocommerce-message a{margin-top:12px}.woocommerce-page div.woocommerce .shop_table tr{border-left:none;border-right:none;border-top:none}.woocommerce-page div.woocommerce .shop_table td,.woocommerce-page div.woocommerce .shop_table th{padding:25px 0;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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}.woocommerce-page div.woocommerce .shop_table td ul{list-style:none;margin:0;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li{margin:0 0 10px;padding:0}.woocommerce-page div.woocommerce .shop_table td ul li:last-child{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table td ul li label{margin-bottom:0}.woocommerce-page div.woocommerce .shop_table p{margin:0}.woocommerce-page div.woocommerce .col2-set{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -15px}.woocommerce-page div.woocommerce .col2-set>*{width:100%;padding:0 15px;margin-bottom:30px}.woocommerce-page div.woocommerce address{font-style:normal}.woocommerce-page div.woocommerce address p{margin:0}.woocommerce-page div.woocommerce form p{margin:0}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close,.woocommerce-page .pswp__button.pswp__button--fs,.woocommerce-page .pswp__button.pswp__button--zoom{background:0 0!important}.woocommerce-page .pswp__button--arrow--left:before,.woocommerce-page .pswp__button--arrow--right:before,.woocommerce-page .pswp__button.pswp__button--close:before,.woocommerce-page .pswp__button.pswp__button--fs:before,.woocommerce-page .pswp__button.pswp__button--zoom:before{border:0;color:#fff;font-family:"Font Awesome 5 Free";font-weight:900;background:0 0}.woocommerce-page .pswp__button--arrow--left:before{font-size:45px;content:"\f104"}.woocommerce-page .pswp__button--arrow--right:before{font-size:45px;content:"\f105"}.woocommerce-page .pswp__button.pswp__button--close:before{font-size:17px;content:"\f00d"}.woocommerce-page .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f00e"}.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before{font-size:17px;content:"\f010"}.woocommerce-page .pswp__button.pswp__button--fs:before{font-size:17px;content:"\f0b2"}.woocommerce-page .pswp__caption__center,.woocommerce-page .pswp__counter{font-family:inherit;text-transform:uppercase;font-size:15px;font-weight:500;color:#fff}#qodef-woo-page.qodef--cart .shop_table td.product-remove{width:30px}#qodef-woo-page.qodef--cart .shop_table td.product-remove a{font-size:20px}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{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:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em}#qodef-woo-page.qodef--cart .shop_table td.product-price .amount,#qodef-woo-page.qodef--cart .shop_table td.product-subtotal .amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-family:Cormorant,serif;font-size:22px;font-weight:700;color:#f23801}#qodef-woo-page.qodef--cart .shop_table td.product-price .amount del,#qodef-woo-page.qodef--cart .shop_table td.product-subtotal .amount del{position:relative;margin-right:8px;text-decoration:none;color:silver}#qodef-woo-page.qodef--cart .shop_table td.product-price .amount del:after,#qodef-woo-page.qodef--cart .shop_table td.product-subtotal .amount del:after{content:'';position:absolute;top:calc(50% + 2px);left:0;width:100%;height:1px;background-color:currentColor}#qodef-woo-page.qodef--cart .shop_table td.product-price .amount ins,#qodef-woo-page.qodef--cart .shop_table td.product-subtotal .amount ins{text-decoration:none}#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number]{margin:0}#qodef-woo-page.qodef--cart .shop_table td.actions{padding: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]{width:auto;margin-right:20px;padding:16px 0}#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:76px}#qodef-woo-page.qodef--cart .cart_totals>h2,#qodef-woo-page.qodef--cart .cross-sells>h2{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;margin:0 0 27px}#qodef-woo-page.qodef--cart .cart_totals .cart-subtotal,#qodef-woo-page.qodef--cart .cart_totals .order-total,#qodef-woo-page.qodef--cart .cross-sells .cart-subtotal,#qodef-woo-page.qodef--cart .cross-sells .order-total{font-family:Cormorant,serif;font-size:22px;font-weight:700;color:#f23801}#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:30px}.woocommerce-page div.woocommerce>.cart-empty{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border:none}.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:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:15px 36px;cursor:pointer;z-index:3;color:#fff;background-color:#f23801;border:1px solid transparent}.woocommerce-page div.woocommerce>.return-to-shop a:hover{color:#fff;background-color:#f23801}.woocommerce-page div.woocommerce>.return-to-shop a:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.woocommerce-page div.woocommerce>.return-to-shop a:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.woocommerce-page div.woocommerce>.return-to-shop a.qodef-size--full:after,.woocommerce-page div.woocommerce>.return-to-shop a.qodef-size--full:before{display:none}.woocommerce-page div.woocommerce>.return-to-shop a:hover:before{color:#000;right:-36px}.woocommerce-page div.woocommerce>.return-to-shop a:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.woocommerce-page div.woocommerce>.return-to-shop a:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}.woocommerce-page div.woocommerce>.return-to-shop a:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info{-webkit-box-orient:initial;-webkit-box-direction:initial;-ms-flex-direction:initial;flex-direction:initial;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon{margin:10px 0}#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;font-size:40px}#qodef-woo-page.qodef--checkout #customer_details .woocommerce-billing-fields__field-wrapper p.form-row .required{text-decoration:none}#qodef-woo-page.qodef--checkout #order_review_heading{margin:0 0 20px;font-size:40px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .place-order{margin-top:30px}#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:15px}#qodef-woo-page.qodef--checkout .wc_payment_methods{margin:0;padding:0;list-style:none}#qodef-woo-page.qodef--checkout .wc_payment_methods li{position:relative;margin:0;padding:15px 0;border-bottom:1px solid #e1e1e1}#qodef-woo-page.qodef--checkout .wc_payment_methods li p{margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods li{padding-left:25px;padding-right:25px}#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio{position:absolute;top:18px;left:0;margin:0}#qodef-woo-page.qodef--checkout .wc_payment_methods label{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;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:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:#f23801}.woocommerce-account .woocommerce-MyAccount-content{position:relative;display:inline-block;vertical-align:top;width:70%;float:left}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info.woocommerce-message{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-info .woocommerce-Button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .woocommerce-Button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info.woocommerce-message .woocommerce-Button{margin:0}@media only screen and (max-width:680px){.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info.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;padding:20px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-info .woocommerce-Button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error .woocommerce-Button,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info.woocommerce-message .woocommerce-Button{margin-top:10px}}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label[for=account_display_name]+input[type=text]{margin:0 0 5px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label[for=account_display_name]+input[type=text]+span{display:inline-block;margin:0 0 27px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm label[for=account_display_name]+input[type=text]+span em{font-style:normal}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button{margin-top:30px}.woocommerce-account .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:15px 36px;cursor:pointer;z-index:3;color:#fff;background-color:#f23801;border:1px solid transparent}.woocommerce-account .button:hover{color:#fff;background-color:#f23801}.woocommerce-account .button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.woocommerce-account .button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.woocommerce-account .button.qodef-size--full:after,.woocommerce-account .button.qodef-size--full:before{display:none}.woocommerce-account .button:hover:before{color:#000;right:-36px}.woocommerce-account .button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.woocommerce-account .button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}.woocommerce-account .button:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox{display:block;margin:0 0 15px}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword{margin-top:15px}.woocommerce-account .woocommerce-EditAccountForm fieldset{padding:0;margin:0}.woocommerce-account .woocommerce-EditAccountForm fieldset legend{display:none}.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 110px;margin-top:36px}@media only screen and (max-width:680px){#qodef-woo-page .woocommerce-pagination{padding:0 50px}}#qodef-woo-page .woocommerce-pagination .page-numbers{position:relative;font-family:Cormorant,serif;font-weight:700;color:#000;font-size:20px;margin:0 15px;letter-spacing:0}#qodef-woo-page .woocommerce-pagination .page-numbers:after{content:'';position:absolute;display:inline-block;background-color:#f23801;bottom:-2px;left:50%;width:19px;height:1px;-webkit-transform:translateX(-50%) scaleX(0);-ms-transform:translateX(-50%) scaleX(0);transform:translateX(-50%) scaleX(0);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-woo-page .woocommerce-pagination .page-numbers.dots:after{display:none}#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.next,#qodef-woo-page .woocommerce-pagination .page-numbers.prev{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:calc(50% + 1px);font-family:"Work Sans",sans-serif;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.2em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-m-pagination-label,#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-m-pagination-label{padding:0 11px}@media only screen and (max-width:680px){#qodef-woo-page .woocommerce-pagination .page-numbers.next .qodef-m-pagination-label,#qodef-woo-page .woocommerce-pagination .page-numbers.prev .qodef-m-pagination-label{display:none}}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg{position:relative;overflow:visible}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg polygon,#qodef-woo-page .woocommerce-pagination .page-numbers.next svg rect,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg polygon,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg rect{will-change:transform;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg rect,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg rect{-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg polygon,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg polygon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);stroke:none}#qodef-woo-page .woocommerce-pagination .page-numbers.next svg *,#qodef-woo-page .woocommerce-pagination .page-numbers.prev svg *{fill:currentColor;stroke:currentColor}#qodef-woo-page .woocommerce-pagination .page-numbers.next:after,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:after{display:none}#qodef-woo-page .woocommerce-pagination .page-numbers.next a,#qodef-woo-page .woocommerce-pagination .page-numbers.prev a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#qodef-woo-page .woocommerce-pagination .page-numbers.next a span,#qodef-woo-page .woocommerce-pagination .page-numbers.prev a span{display:inline-block;vertical-align:middle}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover{color:#000}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg rect,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg rect{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}#qodef-woo-page .woocommerce-pagination .page-numbers.next:hover svg polygon,#qodef-woo-page .woocommerce-pagination .page-numbers.prev:hover svg polygon{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}body:not([class*=borgholm-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.next,body:not([class*=borgholm-core]) #qodef-woo-page .woocommerce-pagination .page-numbers.prev{font-size:17px}#qodef-woo-page .woocommerce-pagination .page-numbers.prev{left:0}#qodef-woo-page .woocommerce-pagination .page-numbers.next{right:0}#qodef-woo-page .woocommerce-pagination .page-numbers.current,#qodef-woo-page .woocommerce-pagination .page-numbers:hover{color:#f23801}#qodef-woo-page .woocommerce-pagination .page-numbers.current:after,#qodef-woo-page .woocommerce-pagination .page-numbers:hover:after{-webkit-transform:translateX(-50%) scaleX(1);-ms-transform:translateX(-50%) scaleX(1);transform:translateX(-50%) scaleX(1)}@media only screen and (max-width:1024px){.qodef-sidebar--enabled #qodef-woo-page .woocommerce-pagination{margin-bottom:23px}}.qodef-woo-product-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list ul.products{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 -15px;list-style:none;clear:both}.qodef-woo-product-list ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list ul.products.columns-1>.product{width:100%}.qodef-woo-product-list ul.products.columns-2>.product{width:50%}.qodef-woo-product-list ul.products.columns-3>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-4>.product{width:25%}.qodef-woo-product-list ul.products.columns-5>.product{width:20%}.qodef-woo-product-list ul.products.columns-6>.product{width:16.66667%}.qodef-woo-product-list ul.products.columns-7>.product{width:14.28571%}.qodef-woo-product-list ul.products.columns-8>.product{width:12.5%}.qodef-woo-product-list.qodef-gutter--no ul.products{margin:0 0}.qodef-woo-product-list.qodef-gutter--no ul.products>.product{padding:0 0;margin:0 0 0}.qodef-woo-product-list.qodef-gutter--tiny ul.products{margin:0 -5px}.qodef-woo-product-list.qodef-gutter--tiny ul.products>.product{padding:0 5px;margin:0 0 10px}.qodef-woo-product-list.qodef-gutter--small ul.products{margin:0 -10px}.qodef-woo-product-list.qodef-gutter--small ul.products>.product{padding:0 10px;margin:0 0 20px}.qodef-woo-product-list.qodef-gutter--normal ul.products{margin:0 -15px}.qodef-woo-product-list.qodef-gutter--normal ul.products>.product{padding:0 15px;margin:0 0 30px}.qodef-woo-product-list.qodef-gutter--medium ul.products{margin:0 -20px}.qodef-woo-product-list.qodef-gutter--medium ul.products>.product{padding:0 20px;margin:0 0 40px}.qodef-woo-product-list.qodef-gutter--large ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--large ul.products>.product{padding:0 25px;margin:0 0 50px}.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -40px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 40px;margin:0 0 80px}.qodef-woo-product-list.qodef-gutter--gigantic ul.products{margin:0 -70px}.qodef-woo-product-list.qodef-gutter--gigantic ul.products>.product{padding:0 70px;margin:0 0 140px}.qodef-woo-product-list .qodef-woo-product-inner{position:relative;display:inline-block;vertical-align:top;width:100%}.touchevents .qodef-woo-product-list .qodef-woo-product-inner{cursor:pointer}.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-image-inner{opacity:1}.qodef-woo-product-list .qodef-woo-product-inner:hover .qodef-woo-product-title{color:#f23801}.qodef-woo-product-list .qodef-woo-product-image{position:relative;display:inline-block;vertical-align:top;max-width:100%}.qodef-woo-product-list .qodef-woo-product-image img{display:block;width:100%}.qodef-woo-product-list .qodef-woo-product-image-inner{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:10px;text-align:center;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-woo-product-list .qodef-woo-product-content{position:relative;display:inline-block;width:100%;vertical-align:top;margin:22px 0 21px}.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-product-list .qodef-woo-product-categories{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-woo-product-list .qodef-woo-product-categories a{position:relative;display:inline-block;vertical-align:top;font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9e9e9e;z-index:3}.qodef-woo-product-list .qodef-woo-product-categories a:hover{color:#f23801}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator{position:relative;display:inline-block;vertical-align:top;margin:0 7px;font-size:12px}.qodef-woo-product-list .qodef-woo-product-categories .qodef-category-separator:after{content:'/';color:#9e9e9e}.qodef-woo-product-list .qodef-woo-product-content-inner{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-woo-product-list .qodef-woo-ratings{margin-top:11px}.qodef-woo-product-list .woocommerce-LoopProduct-link{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-woo-product-list.qodef-item-layout-style--custom .qodef-woo-product-content{text-align:center}.qodef-woo-product-list.qodef-item-layout-style--custom .qodef-woo-product-content-inner{margin-top:-2px;-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-woo-product-list.qodef-item-layout-style--custom .qodef-woo-product-price{margin-top:10px;font-size:52px}.qodef-woo-product-list.qodef-item-layout-style--custom .qodef-woo-ratings{margin-top:25px}.qodef-woo-product-list.qodef-item-layout-style--custom.qodef-skin--light .qodef-woo-product-price{color:#3f3f3f}.qodef-woo-product-list.qodef-item-layout-style--custom.qodef-skin--light .qodef-woo-product-price del{color:#222}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper{-webkit-transition-timing-function:cubic-bezier(.74,.15,.09,.85);-o-transition-timing-function:cubic-bezier(.74,.15,.09,.85);transition-timing-function:cubic-bezier(.74,.15,.09,.85)}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .qodef-woo-product-inner .qodef-woo-product-image-inner{pointer-events:none}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .qodef-woo-product-inner:hover .qodef-woo-product-image-inner{opacity:0}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .qodef-woo-product-image{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.5s cubic-bezier(0,.85,.25,1);-o-transition:.5s cubic-bezier(0,.85,.25,1);transition:.5s cubic-bezier(0,.85,.25,1);overflow:hidden;z-index:1;cursor:pointer;-webkit-filter:grayscale(1);filter:grayscale(1);will-change:transform}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .qodef-woo-product-image .qodef-e-media-image{-webkit-transform:perspective(0) rotateX(0) rotateY(0) scale3d(1,1,1)!important;transform:perspective(0) rotateX(0) rotateY(0) scale3d(1,1,1)!important}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .qodef-woo-product-content{visibility:hidden;opacity:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-wrapper .woocommerce-LoopProduct-link{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-active,.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-duplicate-active{z-index:2}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-active .qodef-woo-product-image,.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-duplicate-active .qodef-woo-product-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-transition:1s .2s cubic-bezier(.5,.11,0,.93);-o-transition:1s .2s cubic-bezier(.5,.11,0,.93);transition:1s .2s cubic-bezier(.5,.11,0,.93);z-index:2;-webkit-filter:none;filter:none}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-active .qodef-woo-product-content,.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-duplicate-active .qodef-woo-product-content{visibility:visible;opacity:1}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-active .woocommerce-LoopProduct-link,.qodef-woo-product-list.qodef-slider-layout--center-item-overlap .swiper-slide-duplicate-active .woocommerce-LoopProduct-link{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);z-index:2}.qodef-woo-product-list.qodef-slider-layout--center-item-overlap.qodef-swiper-container{padding:3.5% 0}.qodef-woo-product-list.qodef-slider-layout--info-on-hover .swiper-wrapper .qodef-woo-product-inner .qodef-woo-product-content{visibility:hidden;opacity:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.qodef-woo-product-list.qodef-slider-layout--info-on-hover .swiper-wrapper .qodef-woo-product-inner:hover .qodef-woo-product-content{visibility:visible;opacity:1}.qodef-woo-product-list.qodef-slider-layout--info-on-hover.qodef-swiper-container{padding:3.5% 0}.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-categories a:hover,.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-title a,.qodef-woo-product-list.qodef-skin--light .qodef-woo-ratings .qodef-m-star{color:#fff!important}.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-price{color:#fff}.qodef-woo-product-list.qodef-skin--light .qodef-woo-product-price del{color:#9e9e9e}#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;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #ccc}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input{position:relative;width:55px;height:55px;padding:0;margin:0 27px 0 0;font-family:inherit;font-size:17px;font-weight:400;line-height:48px;font-style:normal;outline:0;color:#464646}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus{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;position:absolute;right:0;width:28px;height:28px;font-size:11px;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:#000}#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:before,#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:before{position:relative;left:1px}#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:39px}.qodef-woo-results .woocommerce-result-count{color:#464646}.qodef-woo-results .woocommerce-ordering{position:relative;top:-1px;margin-left:auto}.qodef-woo-results .woocommerce-ordering select{width:auto;min-width:176px;margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default{margin:0}.qodef-woo-results .woocommerce-ordering .select2-container--default .select2-selection--single{font-size:17px}#qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 30px;margin-bottom:30px;border:1px solid #e1e1e1;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-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:680px){#qodef-woo-page.qodef--single .woocommerce-error,#qodef-woo-page.qodef--single .woocommerce-info,#qodef-woo-page.qodef--single .woocommerce-message{padding:20px 20px}}#qodef-woo-page.qodef--single .woocommerce-error a,#qodef-woo-page.qodef--single .woocommerce-info a,#qodef-woo-page.qodef--single .woocommerce-message a{margin-top:12px}#qodef-woo-page.qodef--single .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,#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 .woocommerce-error a,#qodef-woo-page.qodef--single .woocommerce-info a,#qodef-woo-page.qodef--single .woocommerce-message a{margin-top:12px}}#qodef-woo-page.qodef--single>.product{position:relative;display:inline-block;width:100%;vertical-align:top}#qodef-woo-page.qodef--single .qodef-woo-single-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -28px}#qodef-woo-page.qodef--single .qodef-woo-single-inner>*{padding:0 28px}#qodef-woo-page.qodef--single .qodef-woo-single-image{position:relative;display:inline-block;width:100%;vertical-align:top}@media only screen and (min-width:1025px){#qodef-woo-page.qodef--single .qodef-woo-single-image{width:53%}}#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark{-webkit-transform:translateX(-28px);-ms-transform:translateX(-28px);transform:translateX(-28px)}#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(21% + 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% - 21%)!important}#qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left figure>.qodef-woo-thumbnails-wrapper{width:21%}@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}@media only screen and (min-width:1025px){#qodef-woo-page.qodef--single .entry-summary{width:47%}}#qodef-woo-page.qodef--single .entry-summary .price{margin:3px 0 10px;font-size:30px;line-height:1}#qodef-woo-page.qodef--single .woocommerce-product-rating{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}#qodef-woo-page.qodef--single .woocommerce-product-rating .qodef-woo-ratings{-ms-flex-negative:0;flex-shrink:0;width:auto;margin-right:17px}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link{color:#000}#qodef-woo-page.qodef--single .woocommerce-product-rating .woocommerce-review-link:hover{color:#000}#qodef-woo-page.qodef--single .woocommerce-product-details__short-description{margin-top:32px}#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:31px}#qodef-woo-page.qodef--single form.cart .single_add_to_cart_button{padding:16px 36px 15px}#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:6px}#qodef-woo-page.qodef--single form.cart.grouped_form{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table td,#qodef-woo-page.qodef--single form.cart.grouped_form .group_table th{padding:20px 0;vertical-align:middle;text-align:left}#qodef-woo-page.qodef--single form.cart.grouped_form .group_table label{margin-bottom:0;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#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:25px 0;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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#qodef-woo-page.qodef--single form.cart .variations select{width:auto;min-width:220px;margin:0}#qodef-woo-page.qodef--single form.cart .variations .select2-container--default{margin:10px 0}#qodef-woo-page.qodef--single form.cart .variations .reset_variations{display:inline-block;vertical-align:top;margin:13px 0 0 15px}#qodef-woo-page.qodef--single form.cart .single_variation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:30px}#qodef-woo-page.qodef--single form.cart .single_variation .price{margin:0}#qodef-woo-page.qodef--single .out-of-stock{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;margin:28px 0 0}#qodef-woo-page.qodef--single .product_meta{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:34px;font-size:17px}#qodef-woo-page.qodef--single .product_meta>*{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:6px}#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:2px}#qodef-woo-page.qodef--single .qodef-social-share{margin-top:8px}#qodef-woo-page.qodef--single .woocommerce-tabs{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:103px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none;border-bottom:1px solid #e1e1e1}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{margin:0 30px 0 0;padding:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a{position:relative;display:inline-block;margin-bottom:-1px;padding:0 33px 15px 0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#f23801;-webkit-transition:width .2s ease-out;-o-transition:width .2s ease-out;transition:width .2s ease-out}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child{margin-right:0}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-active a:after,#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.ui-state-hover a:after{width:calc(100% - 8px)}@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;border:none}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li{width:100%;margin:0 0 26px 0;padding:0;border-bottom:1px solid #e1e1e1}#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:32px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description{margin-bottom:15px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information{margin-top:29px;margin-bottom:13px}#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews{margin-top:30px;margin-bottom:9px}#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 .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th,#qodef-woo-page.qodef--single .shop_attributes tr{border:0}#qodef-woo-page.qodef--single .shop_attributes td,#qodef-woo-page.qodef--single .shop_attributes th{padding:3px 0;vertical-align:baseline;font-size:17px;font-weight:400;text-align:left}@media only screen and (min-width:1025px){#qodef-woo-page.qodef--single .shop_attributes th{width:17%}}@media only screen and (min-width:681px) and (max-width:1024px){#qodef-woo-page.qodef--single .shop_attributes th{width:30%}}#qodef-woo-page.qodef--single .shop_attributes p{margin:0}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-Reviews-title{font-size:22px;line-height:1.182em;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:0 20px 0 0}#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 .comment-text .description p{width:80%}@media only screen and (max-width:768px){#qodef-woo-page.qodef--single .woocommerce-Reviews .comment-text .description p{width:auto}}#qodef-woo-page.qodef--single .woocommerce-Reviews .meta{padding-top:2px;padding-bottom:7px}#qodef-woo-page.qodef--single .woocommerce-Reviews .woocommerce-review__author{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#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:19px 0 14px;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}#qodef-woo-page.qodef--single #review_form .qodef-comment-form{margin:0 0 14px}#qodef-woo-page.qodef--single #review_form .qodef-comment-form .comment-notes{margin:0 0 14px}#qodef-woo-page.qodef--single #review_form .comment-form-rating label{margin-bottom:5px}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars{line-height:1}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars>span{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}#qodef-woo-page.qodef--single #review_form .comment-form-rating .stars *{line-height:inherit}#qodef-woo-page.qodef--single #review_form .comment-form-rating a{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent}#qodef-woo-page.qodef--single #review_form .comment-form-rating a:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:14px;color:#000;font-family:ElegantIcons;line-height:1;letter-spacing:.6em;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=borgholm-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:14px;color:#000;font-family:ElegantIcons;line-height:1;letter-spacing:.6em;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not([class*=borgholm-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 #review_form .qodef-button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-woo-page.qodef--single #review_form .qodef-button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#qodef-woo-page.qodef--single #review_form .qodef-button.qodef-size--full:after,#qodef-woo-page.qodef--single #review_form .qodef-button.qodef-size--full:before{display:none}#qodef-woo-page.qodef--single #review_form .qodef-button:hover:before{color:#000;right:-36px}#qodef-woo-page.qodef--single #review_form .qodef-button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}#qodef-woo-page.qodef--single #review_form .qodef-button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}#qodef-woo-page.qodef--single #review_form .qodef-button:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}#qodef-woo-page.qodef--single #review_form .qodef-button:after{margin-left:48px}#qodef-woo-page.qodef--single .related{margin-top:71px}#qodef-woo-page.qodef--single .related>h2{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em;margin:0 0 46px}.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;margin-left:-4px}.widget.woocommerce .qodef-woo-ratings .qodef-m-star{font-size:14px;color:#f23801}.widget.woocommerce .qodef-woo-ratings .qodef-m-star>span{margin:0 4px}.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:start;-ms-flex-align:start;align-items:flex-start;font-family:Cormorant,serif;font-size:22px;font-weight:700;color:#f23801}.widget.woocommerce .price del{position:relative;margin-right:8px;text-decoration:none;color:silver}.widget.woocommerce .price del:after{content:'';position:absolute;top:calc(50% + 2px);left:0;width:100%;height:1px;background-color:currentColor}.widget.woocommerce .price ins{text-decoration:none}.widget.woocommerce .button{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:14px 28px;cursor:pointer;z-index:3;color:#000;background-color:#f4f4f4;border:1px solid transparent}.widget.woocommerce .button:hover{color:#000;background-color:#f4f4f4}.widget.widget_shopping_cart .qodef-widget-title{margin:0 0 23px}.widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}.widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em}.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}body:not([class*=borgholm-core]) .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{content:'x'}.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,.widget.widget_layered_nav_filters ul li,.widget.widget_product_categories ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700}.widget.widget_layered_nav ul li a,.widget.widget_layered_nav_filters ul li a,.widget.widget_product_categories ul li a{position:relative;color:#464646}.widget.widget_layered_nav ul li a:before,.widget.widget_layered_nav_filters ul li a:before,.widget.widget_product_categories ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget.widget_layered_nav ul li a:hover,.widget.widget_layered_nav_filters ul li a:hover,.widget.widget_product_categories ul li a:hover{color:#f23801}.widget.widget_layered_nav ul li a:hover:before,.widget.widget_layered_nav_filters ul li a:hover:before,.widget.widget_product_categories ul li a:hover:before{width:100%}.widget.widget_layered_nav ul li span,.widget.widget_layered_nav_filters ul li span,.widget.widget_product_categories ul li span{color:#464646}.widget.widget_layered_nav ul li.chosen a,.widget.widget_layered_nav_filters ul li.chosen a,.widget.widget_product_categories ul li.chosen a{color:#f23801}.widget.widget_layered_nav ul li.chosen a:before,.widget.widget_layered_nav_filters ul li.chosen a:before,.widget.widget_product_categories ul li.chosen a:before{width:100%}.widget.widget_price_filter .qodef-widget-title{margin:0 0 23px}.widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:2px;background-color:#bfbfbf;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:#000;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:#000;border-radius:0;z-index:1}.widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:15px 0 0}.widget.widget_price_filter .price_slider_amount .price_label{color:#f23801}.widget.widget_price_filter .price_slider_amount .price_label .qodef-price-label{color:#464646}.widget.widget_price_filter .price_slider_amount .price_label .from,.widget.widget_price_filter .price_slider_amount .price_label .to{font-family:Cormorant,serif;font-size:22px;font-weight:700}.widget.widget_price_filter .price_slider_amount .button{margin-right:44px;padding:0!important;font-size:11px;text-transform:uppercase;font-weight:600;color:#000;background-color:transparent;border:0}.widget.widget_price_filter .price_slider_amount .button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget.widget_price_filter .price_slider_amount .button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.widget.widget_price_filter .price_slider_amount .button.qodef-size--full:after,.widget.widget_price_filter .price_slider_amount .button.qodef-size--full:before{display:none}.widget.widget_price_filter .price_slider_amount .button:hover:before{color:#000;right:-36px}.widget.widget_price_filter .price_slider_amount .button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.widget.widget_price_filter .price_slider_amount .button:before{color:#000;right:-49px}.widget.widget_price_filter .price_slider_amount .button:after{width:30px;right:-41px;background-color:#000}.widget.widget_price_filter .price_slider_amount .button:hover:before{color:#000;right:-58px}.widget.widget_price_filter .price_slider_amount .button:hover:after{background-color:#000;-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.widget.widget_price_filter .price_slider_amount .clear{display:none}.widget.widget_product_categories select{width:100%;max-width:100%;margin:8.5px 0 0}.widget.widget_product_categories .select2{margin-bottom:0}.widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.widget.widget_product_search input{padding-right:50px;margin:0}.widget.widget_product_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#000;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.widget.widget_product_search button:hover{color:#000}.widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#000}.widget.widget_product_tag_cloud .tagcloud a:hover{color:#f23801}.widget.widget_product_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}.widget.widget_product_tag_cloud .tagcloud a:last-child:after{display:none}.widget.widget_products .qodef-widget-title,.widget.widget_recent_reviews .qodef-widget-title,.widget.widget_recently_viewed_products .qodef-widget-title,.widget.widget_top_rated_products .qodef-widget-title{margin:0 0 23px}.widget.widget_products ul li,.widget.widget_recent_reviews 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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.widget.widget_products ul li:last-child,.widget.widget_recent_reviews 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_recent_reviews .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:17px}.widget.widget_products .qodef-woo-product-image a,.widget.widget_products .qodef-woo-product-image img,.widget.widget_recent_reviews .qodef-woo-product-image a,.widget.widget_recent_reviews .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_recent_reviews .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_recent_reviews .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_recent_reviews .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:#f23801}.widget.widget_products .qodef-woo-product-price,.widget.widget_recent_reviews .qodef-woo-product-price,.widget.widget_recently_viewed_products .qodef-woo-product-price,.widget.widget_top_rated_products .qodef-woo-product-price{margin-top:-4px}.widget.widget_products .qodef-woo-ratings,.widget.widget_recent_reviews .qodef-woo-ratings,.widget.widget_recently_viewed_products .qodef-woo-ratings,.widget.widget_top_rated_products .qodef-woo-ratings{margin-top:7px}.widget.widget_products .qodef-woo-product-reviewer,.widget.widget_recent_reviews .qodef-woo-product-reviewer,.widget.widget_recently_viewed_products .qodef-woo-product-reviewer,.widget.widget_top_rated_products .qodef-woo-product-reviewer{margin-top:3px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .qodef-widget-title{margin:0 0 23px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li{position:relative}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li a:not(.remove){position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li img{width:80px;margin-right:20px}.qodef-footer-skin--light #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-footer-skin--light #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}body:not([class*=borgholm-core]) .qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after{content:'x'}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>*{display:inline-block;vertical-align:middle;margin:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .variation>* p{margin:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity{display:block;margin-top:10px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total{margin:13px 0 0}.qodef-footer-skin--light #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-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li{margin:0 0 8px;font-family:Cormorant,serif;font-size:18px;font-weight:700}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li a{position:relative;color:#ccc}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:#f23801;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li a:hover:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li a:hover:before{width:100%}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li span,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li span,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li span{color:#ccc}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li.chosen a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li.chosen a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li.chosen a{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav ul li.chosen a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_layered_nav_filters ul li.chosen a:before,.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories ul li.chosen a:before{width:100%}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .qodef-widget-title{margin:0 0 23px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content{position:relative;height:2px;background-color:#bfbfbf;border-radius:0;cursor:pointer}.qodef-footer-skin--light #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:#000;border-radius:100%;outline:0;z-index:2}.qodef-footer-skin--light #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-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range{position:absolute;display:block;height:100%;background-color:#000;border-radius:0;z-index:1}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin:15px 0 0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label .qodef-price-label{color:#464646}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label .from,.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label .to{font-family:Cormorant,serif;font-size:22px;font-weight:700}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button{margin-right:44px;padding:0!important;font-size:11px;text-transform:uppercase;font-weight:600;color:#000;background-color:transparent;border:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button.qodef-size--full:after,.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button.qodef-size--full:before{display:none}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:before{color:#000;right:-36px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:before{color:#000;right:-49px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:after{width:30px;right:-41px;background-color:#000}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:before{color:#000;right:-58px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .button:hover:after{background-color:#000;-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-footer-skin--light #qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear{display:none}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories select{width:100%;max-width:100%;margin:8.5px 0 0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_categories .select2{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_search .qodef-search-form-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_search input{padding-right:50px;margin:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_search button{position:absolute;top:0;right:0;width:50px;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;font-size:15px;color:#000;background-color:transparent;border:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_search button:hover{color:#000}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a{position:relative;display:inline-block;vertical-align:top;margin:0 4px 2px 0;font-family:inherit;font-size:15px!important;line-height:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:lowercase;color:#ccc}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:after{content:',';position:absolute;display:inline-block}.qodef-footer-skin--light #qodef-page-footer .widget.widget_product_tag_cloud .tagcloud a:last-child:after{display:none}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-widget-title,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-widget-title,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-widget-title,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-widget-title{margin:0 0 23px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products ul li,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products ul li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products ul li:last-child,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews ul li:last-child,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products ul li:last-child,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products ul li:last-child{margin-bottom:0}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-image,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-image,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image{-ms-flex-negative:0;flex-shrink:0;margin-right:17px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-image a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-image a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{position:relative;display:block}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-image img,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-image img{width:80px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-title a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-title a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a{color:inherit}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-title a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-title a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-title a:hover,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-title a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-price,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-price,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-price,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-price{margin-top:-4px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-ratings,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-ratings,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-ratings,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-ratings{margin-top:7px}.qodef-footer-skin--light #qodef-page-footer .widget.widget_products .qodef-woo-product-reviewer,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recent_reviews .qodef-woo-product-reviewer,.qodef-footer-skin--light #qodef-page-footer .widget.widget_recently_viewed_products .qodef-woo-product-reviewer,.qodef-footer-skin--light #qodef-page-footer .widget.widget_top_rated_products .qodef-woo-product-reviewer{margin-top:3px}@media only screen and (max-width:1200px){.qodef-content-grid{width:960px}.qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 960px)/ 2)}.qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:calc((100% - 960px)/ 2)}.qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 960px)/ 2)}.qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:calc((100% - 960px)/ 2)}.qodef--boxed .qodef-content-grid{width:calc(960px + 60px)}}@media only screen and (max-width:1024px){.qodef-content-grid{width:768px}.qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 768px)/ 2)}.qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:0}.qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 768px)/ 2)}.qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:0}.qodef--boxed .qodef-content-grid{width:calc(768px + 60px)}}@media only screen and (max-width:800px){.qodef-content-grid{width:86%}.qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 86%)/ 2)}.qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:0}.qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 86%)/ 2)}.qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:0}.qodef--boxed .qodef-content-grid{width:calc(86% + 60px)}}@media only screen and (max-width:480px){.qodef-content-grid{width:82%}.qodef-content-grid.qodef-extended-grid--right:not(.qodef-extended-grid-reset--1024){padding-left:calc((100% - 82%)/ 2)}.qodef-content-grid.qodef-extended-grid--right.qodef-extended-grid-reset--1024{padding-left:0}.qodef-content-grid.qodef-extended-grid--left:not(.qodef-extended-grid-reset--1024){padding-right:calc((100% - 82%)/ 2)}.qodef-content-grid.qodef-extended-grid--left.qodef-extended-grid-reset--1024{padding-right:0}.qodef--boxed .qodef-content-grid{width:calc(82% + 60px)}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12{width:100%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11{width:91.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10{width:83.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9{width:75%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8{width:66.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7{width:58.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6{width:50%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5{width:41.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4{width:33.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3{width:25%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2{width:16.66667%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1{width:8.33333%}}@media only screen and (max-width:1440px) and (min-width:1367px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1440px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12{width:100%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11{width:91.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10{width:83.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9{width:75%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8{width:66.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7{width:58.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6{width:50%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5{width:41.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4{width:33.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3{width:25%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2{width:16.66667%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1{width:8.33333%}}@media only screen and (max-width:1366px) and (min-width:1025px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1366px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12{width:100%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11{width:91.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10{width:83.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9{width:75%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8{width:66.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7{width:58.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6{width:50%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5{width:41.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4{width:33.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3{width:25%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2{width:16.66667%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1{width:8.33333%}}@media only screen and (max-width:1024px) and (min-width:769px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:1024px){.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12{width:100%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11{width:91.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10{width:83.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9{width:75%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8{width:66.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7{width:58.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6{width:50%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5{width:41.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4{width:33.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3{width:25%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2{width:16.66667%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1{width:8.33333%}}@media only screen and (max-width:768px) and (min-width:681px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:768px){.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12{width:100%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11{width:91.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10{width:83.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9{width:75%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8{width:66.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7{width:58.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6{width:50%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5{width:41.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4{width:33.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3{width:25%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2{width:16.66667%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1{width:8.33333%}}@media only screen and (max-width:680px) and (min-width:481px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1){clear:both}}@media only screen and (max-width:680px){.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:100%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:100%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:50%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:50%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:33.33333%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:25%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:25%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:20%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:20%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:40%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:16.66667%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:14.28571%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:28.57143%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12{width:100%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11{width:91.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10{width:83.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9{width:75%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8{width:66.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7{width:58.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6{width:50%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5{width:41.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4{width:33.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3{width:25%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2{width:16.66667%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1{width:8.33333%}}@media only screen and (max-width:480px) and (min-width:0){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item{width:12.5%}}@media only screen and (max-width:480px){.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item{width:12.5%}.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square,.qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape{width:25%}}@media only screen and (max-width:1440px){.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-50px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner{margin:0 -25px}.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item{padding:0 25px;margin:0 0 50px}.qodef-grid.qodef-gutter--gigantic.qodef--no-bottom-space{margin-bottom:-80px}.qodef-grid.qodef-gutter--gigantic>.qodef-grid-inner{margin:0 -40px}.qodef-grid.qodef-gutter--gigantic>.qodef-grid-inner>.qodef-grid-item{padding:0 40px;margin:0 0 80px}}@media only screen and (max-width:680px){.qodef-blog .qodef-blog-item .qodef-e-info .qodef-e-info-right{margin-top:15px}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom{display:inline-block}.qodef-blog .qodef-blog-item .qodef-e-info.qodef-info--bottom .qodef-e-info-left .qodef-e-read-more{margin-bottom:29px}}@media only screen and (max-width:1024px){#qodef-page-comments{margin-bottom:30px}}@media only screen and (max-width:1024px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:40px}}@media only screen and (max-width:768px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:20px}}@media only screen and (max-width:680px){#qodef-page-comments-list .qodef-comment-item .children{padding-left:0}}@media only screen and (max-width:480px){#qodef-page-comments-list .qodef-comment-item .qodef-e-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-page-comments-list .qodef-comment-item .qodef-e-content{margin-top:23px}}@media only screen and (max-width:680px){.qodef-m-filter .qodef-m-filter-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-m-filter .qodef-m-filter-opener-target{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-m-filter .qodef-m-filter-item,.qodef-m-filter .qodef-m-filter-opener{margin:5px 0}}@media only screen and (max-width:1024px){#qodef-page-footer-top-area .qodef-content-full-width{padding:0 40px}}@media only screen and (max-width:1024px){#qodef-page-footer-bottom-area .qodef-content-full-width{padding:0 40px}}@media only screen and (max-width:1024px){#qodef-page-header{display:none}}@media only screen and (max-width:1024px){#qodef-page-mobile-header{display:block}}@media only screen and (max-width:768px){.woocommerce-page div.woocommerce .col2-set{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width:680px){#qodef-woo-page.qodef--cart .shop_table th{font-size:20px}#qodef-woo-page.qodef--cart .shop_table th.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-name a{font-size:20px}#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-minus,#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-plus{display:none}#qodef-woo-page.qodef--cart .shop_table td.product-quantity .qodef-quantity-input{margin:0}#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 input[type=text]{width:100%;margin-right:0;text-align:center}#qodef-woo-page.qodef--cart .shop_table td.actions .button{float:none;width:100%}#qodef-woo-page.qodef--cart .cart-collaterals .shop_table th{width:auto}#qodef-woo-page.qodef--cart .cart-collaterals .wc-proceed-to-checkout a.button{width:100%;text-align:center}}@media only screen and (max-width:480px){#qodef-woo-page.qodef--cart .shop_table th{font-size:16px}#qodef-woo-page.qodef--cart .shop_table td.product-remove{width:20px}#qodef-woo-page.qodef--cart .shop_table td.product-name{width:28%}#qodef-woo-page.qodef--cart .shop_table td.product-name a{font-size:16px}}@media only screen and (max-width:768px){.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none}.woocommerce-account .woocommerce-MyAccount-navigation{padding-right:0}.woocommerce-account .woocommerce-MyAccount-content{margin-top:50px}}@media only screen and (max-width:1440px){.qodef-woo-product-list ul.products.columns-6>.product{width:20%}}@media only screen and (max-width:1366px){.qodef-woo-product-list ul.products.columns-5>.product{width:25%}.qodef-woo-product-list ul.products.columns-6>.product{width:25%}.qodef-woo-product-list ul.products.columns-7>.product{width:25%}.qodef-woo-product-list ul.products.columns-8>.product{width:25%}}@media only screen and (max-width:1024px){.qodef-woo-product-list ul.products.columns-4>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-5>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-6>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-7>.product{width:33.33333%}.qodef-woo-product-list ul.products.columns-8>.product{width:33.33333%}}@media only screen and (max-width:768px){.qodef-woo-product-list ul.products.columns-3>.product{width:50%}.qodef-woo-product-list ul.products.columns-4>.product{width:50%}.qodef-woo-product-list ul.products.columns-5>.product{width:50%}.qodef-woo-product-list ul.products.columns-6>.product{width:50%}.qodef-woo-product-list ul.products.columns-7>.product{width:50%}.qodef-woo-product-list ul.products.columns-8>.product{width:50%}}@media only screen and (max-width:680px){.qodef-woo-product-list ul.products.columns-2>.product{width:100%}.qodef-woo-product-list ul.products.columns-3>.product{width:100%}.qodef-woo-product-list ul.products.columns-4>.product{width:100%}.qodef-woo-product-list ul.products.columns-5>.product{width:100%}.qodef-woo-product-list ul.products.columns-6>.product{width:100%}.qodef-woo-product-list ul.products.columns-7>.product{width:100%}.qodef-woo-product-list ul.products.columns-8>.product{width:100%}}@media only screen and (max-width:1440px){.qodef-woo-product-list.qodef-gutter--huge ul.products{margin:0 -25px}.qodef-woo-product-list.qodef-gutter--huge ul.products>.product{padding:0 25px;margin:0 0 50px}.qodef-woo-product-list.qodef-gutter--gigantic ul.products{margin:0 -40px}.qodef-woo-product-list.qodef-gutter--gigantic ul.products>.product{padding:0 40px;margin:0 0 80px}}@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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.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}}.borgholm-core-page-inline-style{position:absolute!important;width:0;height:0;line-height:1;display:none}.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-age-verification-modal{position:fixed;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;background-color:#000;opacity:0;z-index:115;visibility:hidden;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-age-verification-modal .qodef-m-logo{position:absolute;top:30px;left:30px}#qodef-age-verification-modal .qodef-m-logo a{position:relative;display:block;max-width:50%}#qodef-age-verification-modal .qodef-m-logo img{display:block}#qodef-age-verification-modal .qodef-m-content{padding:30px;text-align:center;max-width:700px}#qodef-age-verification-modal .qodef-m-content-title{margin:0;color:#fff}#qodef-age-verification-modal .qodef-m-content-subtitle{margin:11px 0 0;color:#f23801}#qodef-age-verification-modal .qodef-m-content-note{margin:32px 0 0;color:#e5dcdb}#qodef-age-verification-modal .qodef-m-content-prevent{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:52px}#qodef-age-verification-modal .qodef-button.qodef-prevent--yes{margin-right:10px}#qodef-age-verification-modal .qodef-button.qodef-prevent--no{color:#fff;border-color:#a3a19e}#qodef-age-verification-modal .qodef-button.qodef-prevent--no:hover{color:#fff;border-color:#28201e;background-color:#28201e}.qodef-age-verification--opened #qodef-age-verification-modal{opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#qodef-back-to-top{position:fixed;width:73px;height:73px;right:51px;bottom:39px;margin:0;opacity:0;visibility:hidden;background-color:#000;border-radius:100%;overflow:visible;z-index:1000}@media only screen and (max-width:480px){#qodef-back-to-top{right:36px}}#qodef-back-to-top .qodef-back-to-top-text{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;height:100%;font-family:Cormorant,serif;font-size:22px;line-height:25px;font-weight:600;color:#fff;overflow:hidden;z-index:2}#qodef-back-to-top .qodef-back-to-top-text *{display:block;line-height:inherit}#qodef-back-to-top:after{content:'';position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background-color:#f23801;border-radius:100%;z-index:1;opacity:0;visibility:hidden;clip-path:circle(25% at 75% 25%);-webkit-clip-path:circle(25% at 75% 25%);-webkit-transition:opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);transition:opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);-o-transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s;transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s;transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity .2s ease .2s,visibility .2s ease .2s,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98)}#qodef-back-to-top:hover:after{clip-path:circle(90% at 75% 25%);-webkit-clip-path:circle(90% at 75% 25%);background-color:#f23801;opacity:1;visibility:visible;-webkit-transition:opacity 0s ease,visibility 0s ease,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);transition:opacity 0s ease,visibility 0s ease,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98);-o-transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity 0s ease,visibility 0s ease;transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity 0s ease,visibility 0s ease;transition:clip-path .4s cubic-bezier(.61,.04,0,.98),opacity 0s ease,visibility 0s ease,-webkit-clip-path .4s cubic-bezier(.61,.04,0,.98)}#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.qodef--list .qodef-e:not(.format-gallery) .qodef-e-media-image{overflow:hidden}.qodef-blog.qodef--list .qodef-e:not(.format-gallery) .qodef-e-media-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-blog.qodef--list .qodef-e:not(.format-gallery) .qodef-e-media-image:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-blog.qodef-item-separator--enabled article .qodef-e-inner{padding-left:33px}.qodef-blog.qodef-item-separator--enabled article .qodef-e-inner:before{content:'';position:absolute;top:0;left:0;display:block;width:2px;height:100%;background-color:#f23801}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info .qodef-e-info-item,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt a,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info .qodef-e-info-item a,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more a,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title a{color:inherit!important}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt a:hover,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info .qodef-e-info-item a:hover,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more a:hover,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title a:hover{color:#f23801!important}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt .qodef-button.qodef-layout--textual:hover:before,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info .qodef-e-info-item .qodef-button.qodef-layout--textual:hover:before,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button.qodef-layout--textual:hover:before,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title .qodef-button.qodef-layout--textual:hover:before{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-excerpt .qodef-button.qodef-layout--textual:hover:after,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-info .qodef-e-info-item .qodef-button.qodef-layout--textual:hover:after,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button.qodef-layout--textual:hover:after,.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-title .qodef-button.qodef-layout--textual:hover:after{background-color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button:before{color:#fff}.qodef-blog.qodef-skin--light .qodef-blog-item .qodef-e-read-more .qodef-button:after{background-color:#fff}.qodef-blog.qodef-skin--light.qodef-item-separator--enabled article .qodef-e-inner:before{background-color:#fff}.qodef-blog.qodef-item-layout--flexible article.has-post-thumbnail .qodef-e-media{margin-bottom:24px;overflow:hidden}.qodef-blog.qodef-item-layout--flexible article.has-post-thumbnail .qodef-e-media .qodef-e-media-image{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);will-change:transform;-webkit-transition:.5s ease-out;-o-transition:.5s ease-out;transition:.5s ease-out}.qodef-blog.qodef-item-layout--flexible article .qodef-e-info.qodef-info--top{margin-bottom:0}.qodef-blog.qodef-item-layout--flexible article .qodef-e-info.qodef-info--bottom{margin-bottom:38px;margin-top:9px}.qodef-blog.qodef-item-layout--flexible article .qodef-e-info .qodef-e-info-item a{letter-spacing:.2em}.qodef-blog.qodef-item-layout--flexible article .qodef-e-text .qodef-e-title{text-decoration:none}.qodef-blog.qodef-item-layout--flexible article .qodef-e-text .qodef-e-title a{position:relative}.qodef-blog.qodef-item-layout--flexible article .qodef-e-text .qodef-e-title a:hover{color:#f23801}.qodef-blog.qodef-item-layout--flexible article .qodef-e-text .qodef-e-excerpt{margin:14px 0 0}.qodef-blog.qodef-item-layout--flexible article:hover.has-post-thumbnail .qodef-e-media .qodef-e-media-image{-webkit-transform:scale(1.06);-ms-transform:scale(1.06);transform:scale(1.06)}.qodef-blog.qodef-item-layout--flexible.qodef-item-separator--enabled article .qodef-e-info.qodef-info--bottom{margin-bottom:0}@media only screen and (max-width:1024px){.qodef-blog.qodef-item-layout--flexible.qodef-content-padding--disabled article .qodef-e-inner .qodef-e-content{padding:0!important}}.qodef-blog.qodef-item-layout--minimal article .qodef-e-info.qodef-info--bottom{margin:0 0 -5px 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image{-ms-flex-negative:0;flex-shrink:0;width:120px;margin:0 20px 0 0}.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom{margin-top:5px}.qodef-blog.qodef-item-layout--standard article .qodef-e-info.qodef-info--top{margin:2px 0 3px}.qodef-blog.qodef-item-layout--standard article .qodef-e-info.qodef-info--top .qodef-e-info-item a{line-height:26px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child) .qodef-e-info.qodef-info--bottom{margin-bottom:67px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote{margin-bottom:50px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-link .qodef-e-link{padding:76px}.qodef-blog.qodef-item-layout--standard:not(.qodef-col-num--1) article.format-quote .qodef-e-quote{padding:76px}#qodef-author-info{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:65px}#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}#qodef-author-info .qodef-m-image{-ms-flex-negative:0;flex-shrink:0;margin-right:25px}#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img{display:block;border-radius:100%}#qodef-author-info .qodef-m-author{margin:0}#qodef-author-info .qodef-m-author .qodef-m-author-label{display:block;font-family:"Work Sans",sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:.2em;font-size:11px;color:#9e9e9e;margin-bottom:-7px}#qodef-author-info .qodef-m-email{margin:5px 0 0}#qodef-author-info .qodef-m-description{margin:13px 0 0}#qodef-author-info .qodef-m-social-icons{margin-top:17px}#qodef-author-info .qodef-m-social-icons>div{position:relative;display:inline-block;vertical-align:middle;margin-right:10px;padding:0}#qodef-author-info .qodef-m-social-icons>div a{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:36px;height:36px;font-size:10px;line-height:1;text-align:center;color:#232323;border-radius:100%;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}#qodef-author-info .qodef-m-social-icons>div a .qodef-svg-circle{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}#qodef-author-info .qodef-m-social-icons>div a .qodef-svg-circle circle{fill:none;stroke-width:1px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}#qodef-author-info .qodef-m-social-icons>div a .qodef-svg-circle circle:first-child{stroke:#e1e1e1;stroke-dashoffset:0;stroke-dasharray:115}#qodef-author-info .qodef-m-social-icons>div a .qodef-svg-circle circle:last-child{stroke:#f23801;stroke-dashoffset:115;stroke-dasharray:115}#qodef-author-info .qodef-m-social-icons>div a:hover{color:#f23801}#qodef-author-info .qodef-m-social-icons>div a:hover .qodef-svg-circle circle{-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}#qodef-author-info .qodef-m-social-icons>div a:hover .qodef-svg-circle circle:first-child{stroke-dashoffset:-115}#qodef-author-info .qodef-m-social-icons>div a:hover .qodef-svg-circle circle:last-child{stroke-dashoffset:0}#qodef-related-posts{position:relative;display:inline-block;width:100%;vertical-align:top;margin-top:91px}@media only screen and (max-width:680px){#qodef-related-posts{margin-top:111px}}#qodef-related-posts .qodef-related-posts-title{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:40px;line-height:1.125em;padding-bottom:27px}#qodef-related-posts article .qodef-e-media{margin-bottom:12px}#qodef-related-posts article .qodef-e-content .qodef-e-title{margin-top:-6px}#qodef-single-post-navigation{position:relative;display:inline-block;width:100%;vertical-align:top;margin:88px 0 3px}#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}#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{left:-10px}#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons{margin-right:4px}#qodef-single-post-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;right:-10px;margin-left:auto;text-align:right}#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons{margin-left:4px}#qodef-single-post-navigation .qodef-icon-elegant-icons{font-size:30px}#qodef-single-post-navigation .qodef-m-nav-label{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;line-height:1.818em;text-transform:uppercase;color:#9e9e9e;color:#101010;padding:0 11px 0 11px}.qodef-page-footer--uncover #qodef-page-outer{z-index:90}.no-touchevents .qodef-page-footer--uncover #qodef-page-footer{position:fixed;bottom:0;left:0}#qodef-fullscreen-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;overflow-x:hidden!important;visibility:hidden;opacity:0;z-index:99}#qodef-fullscreen-area:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#fff;clip-path:circle(8% at 100% 0);-webkit-clip-path:circle(8% at 100% 0);-webkit-transition:-webkit-clip-path .3s linear;transition:-webkit-clip-path .3s linear;-o-transition:clip-path .3s linear;transition:clip-path .3s linear;transition:clip-path .3s linear,-webkit-clip-path .3s linear}#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 0s linear both;animation:qode-fade-in 0s linear both}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area:before{clip-path:circle(150% at 100% 0);-webkit-clip-path:circle(150% at 100% 0)}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:first-child{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(2){-webkit-transition-delay:.32s;-o-transition-delay:.32s;transition-delay:.32s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(3){-webkit-transition-delay:.42s;-o-transition-delay:.42s;transition-delay:.42s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(4){-webkit-transition-delay:.52s;-o-transition-delay:.52s;transition-delay:.52s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(5){-webkit-transition-delay:.62s;-o-transition-delay:.62s;transition-delay:.62s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(6){-webkit-transition-delay:.72s;-o-transition-delay:.72s;transition-delay:.72s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(7){-webkit-transition-delay:.82s;-o-transition-delay:.82s;transition-delay:.82s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(8){-webkit-transition-delay:.92s;-o-transition-delay:.92s;transition-delay:.92s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(9){-webkit-transition-delay:1.02s;-o-transition-delay:1.02s;transition-delay:1.02s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-fullscreen-menu ul li:nth-child(10){-webkit-transition-delay:1.12s;-o-transition-delay:1.12s;transition-delay:1.12s}.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area .qodef-widget-holder{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995) .7s;-o-transition:all 1s cubic-bezier(.475,.425,0,.995) .7s;transition:all 1s cubic-bezier(.475,.425,0,.995) .7s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area{-webkit-animation:qode-fade-out 0s linear both 1s;animation:qode-fade-out 0s linear both 1s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area:before{clip-path:circle(8% at 100% 0);-webkit-clip-path:circle(8% at 100% 0)}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area .qodef-fullscreen-menu ul li{-webkit-transition:opacity .2s ease 0s,visibility .2s ease 0s,-webkit-transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,-webkit-transform .2s ease .4s;-o-transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s,-webkit-transform .2s ease .4s}.qodef-fullscreen-menu-animate--out #qodef-fullscreen-area .qodef-widget-holder{-webkit-transition:opacity .2s ease 0s,visibility .2s ease 0s,-webkit-transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,-webkit-transform .2s ease .4s;-o-transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s;transition:opacity .2s ease 0s,visibility .2s ease 0s,transform .2s ease .4s,-webkit-transform .2s ease .4s}#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-holder{position:relative;top:0;left:60%;width:100%;height:100%;margin:0 auto;text-align:left}@media only screen and (max-width:1024px){.qodef-fullscreen-menu-holder{left:0}}@media only screen and (max-width:680px){.qodef-fullscreen-menu-holder{left:4%}}.qodef-fullscreen-menu-holder .qodef-widget-holder{position:absolute;bottom:80px;opacity:0;visibility:hidden;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995) 0s;-o-transition:all 1s cubic-bezier(.475,.425,0,.995) 0s;transition:all 1s cubic-bezier(.475,.425,0,.995) 0s}@media only screen and (max-width:1366px){.qodef-fullscreen-menu-holder .qodef-widget-holder{bottom:30px}}@media only screen and (max-width:680px){.qodef-fullscreen-menu-holder .qodef-widget-holder{display:none}}.qodef-fullscreen-menu{position:relative;top:190px}@media only screen and (max-width:1440px){.qodef-fullscreen-menu{top:125px}}@media only screen and (max-width:1366px){.qodef-fullscreen-menu{top:60px}}@media only screen and (max-width:1024px){.qodef-fullscreen-menu{top:80px}}.qodef-fullscreen-menu ul{margin:0;padding:0;list-style:none}.qodef-fullscreen-menu ul li{position:relative;margin:0;padding: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{opacity:0;visibility:hidden;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995)}.qodef-fullscreen-menu>ul>li>a{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:55px;line-height:1em;color:#000;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;font-size:50px;line-height:70px;letter-spacing:-.025em;-webkit-transition:padding .2s ease-out .1s;-o-transition:padding .2s ease-out .1s;transition:padding .2s ease-out .1s;overflow:visible}.qodef-fullscreen-menu>ul>li>a .qodef-menu-item-icon{-ms-flex-negative:0;flex-shrink:0}.qodef-fullscreen-menu>ul>li>a:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}@media only screen and (max-width:680px){.qodef-fullscreen-menu>ul>li>a{font-size:45px;line-height:55px}}.qodef-fullscreen-menu>ul>li>a:hover{color:#000}.qodef-fullscreen-menu>ul>li>a:before{height:9px;width:9px;left:0;background-color:#f23801;opacity:0;-webkit-animation:qodef-dot-drop .2s forwards ease;animation:qodef-dot-drop .2s forwards ease}.qodef-fullscreen-menu>ul>li>a:hover{padding-left:12px;-webkit-transition:padding .2s ease-out 0s;-o-transition:padding .2s ease-out 0s;transition:padding .2s ease-out 0s}.qodef-fullscreen-menu>ul>li>a:hover:before{-webkit-animation:qode-dot-bounce-large .3s forwards linear .1s;animation:qode-dot-bounce-large .3s forwards linear .1s}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,.qodef-fullscreen-menu>ul>li.current-menu-item>a{color:#000;padding-left:12px;padding-right:0;padding-left:12px}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:before,.qodef-fullscreen-menu>ul>li.current-menu-item>a:before{left:0}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:before,.qodef-fullscreen-menu>ul>li.current-menu-item>a:before{opacity:1;-webkit-animation:none;animation:none}.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a:hover:before,.qodef-fullscreen-menu>ul>li.current-menu-item>a:hover:before{-webkit-animation:none;animation:none}.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul{padding:10px 0 5px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul{padding-left:12px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;font-family:Cormorant,serif;font-weight:500;font-style:italic;line-height:32px;font-size:18px}.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:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover{padding-left:12px;padding-right:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover:before{left:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a{padding-left:12px;padding-right:0}.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a:before{left:0}#qodef-page-header .qodef-fullscreen-menu-opener{background-color:#f23801;color:#fff;height:133px;width:133px;top:0;right:0;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;border-radius:0 100% 0 100%/0 0 100% 100%;visibility:hidden;opacity:0}.qodef-header--light #qodef-page-header .qodef-fullscreen-menu-opener{background-color:#fff;color:#000!important}#qodef-page-header .qodef-fullscreen-menu-opener.qodef-appear{visibility:visible;opacity:1}#qodef-page-header .qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-m-icon{position:relative;visibility:visible}#qodef-page-header .qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-m-icon.qodef--close,#qodef-page-header .qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-m-icon.qodef--open{position:absolute;top:50%;left:61%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#qodef-page-header .qodef-fullscreen-menu-opener.qodef-opener-icon .qodef-m-icon.qodef--close{visibility:hidden}#qodef-page-header .qodef-fullscreen-menu-opener.qodef-opener-icon:hover{color:#fff}#qodef-page-mobile-header .qodef-fullscreen-menu-opener{color:#000}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined .qodef-m-line.qodef--1{top:12px;-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{top:14px;left:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-opener.qodef-source--predefined:hover .qodef-m-icon .qodef-m-lines .qodef--2{top:12px;left:0}.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener{color:#000}.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!important}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-fullscreen-menu-opener{color:#fff!important;background-color:#f23801}.qodef-fullscreen-menu--opened #qodef-page-header,.qodef-fullscreen-menu--opened #qodef-page-mobile-header{visibility:hidden}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-opener-icon .qodef-m-icon,.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-opener-icon .qodef-m-icon{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--dark{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light,.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main{opacity:0}.qodef-header--light #qodef-page-header #qodef-page-header-inner .qodef-header-navigation>ul>li>a{color:#fff!important}.qodef-header--dark #qodef-page-header #qodef-page-header-inner .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}#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-wrapper{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;width:100%;height:100%}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo{position:absolute;top:0;left:0;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.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:103px}.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link img{margin:auto auto}.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-widget-holder .qodef-widget-holder{margin:0}.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder .qodef-widget-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder .widget{margin:0 0 17px}.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-vertical-sliding-widget-holder .widget:last-child{margin:0}.qodef-header--vertical-sliding #qodef-page-header-inner{padding:0}.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;align-items:center;-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;height:100%;text-align:center}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--static{width:100%;padding-top:24px;padding-bottom:24px;background-color:#fff}.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{width:767px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:fixed;top:0;left:-870px;padding-top:24px;padding-bottom:24px;padding-left:103px;text-align:left;-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;background-color:#fff;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{padding:0 40px}.qodef-header--vertical-sliding .qodef-vertical-sliding-area.qodef--dynamic .qodef-header-logo-link img.qodef--main{position:relative!important;opacity:1!important}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--static{border-right:none}.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.qodef--static .qodef-header-logo-link,.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-area.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-vertical-sliding-area.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:103px}.qodef-opener-icon.qodef-vertical-sliding-menu-opener{position:static;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-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--open{visibility:hidden}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-icon.qodef--close{visibility:visible}.qodef-vertical-sliding-menu--opened .qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined .qodef-m-line .qodef--1{width:100%;top:13px;-webkit-transition:none;-o-transition:none;transition:none;-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{width:100%;top:13px;left:0;-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:hover .qodef-m-icon .qodef-m-lines .qodef--1{width:100%;top:13px;-webkit-transition:none;-o-transition:none;transition:none;-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:hover .qodef-m-icon .qodef-m-lines .qodef--2{width:100%;top:13px;left:0;-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-vertical-sliding-menu-opener:hover{color:#000}.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:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0 40px;width:100%;z-index:100}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul{list-style:none;margin:0;padding:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li{margin:0;padding:0;position:relative}.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>li>a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;padding-right:25px;font-family:Cormorant,serif;font-size:50px;font-weight:700;line-height:70px;letter-spacing:-.025em;color:#000;overflow:visible;-webkit-transition:padding .2s ease-out .1s;-o-transition:padding .2s ease-out .1s;transition:padding .2s ease-out .1s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>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>a:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:before{width:9px;height:9px;left:0;opacity:0;-webkit-animation:qodef-dot-drop .2s forwards ease;animation:qodef-dot-drop .2s forwards ease}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover{padding-left:12px;padding-right:0;-webkit-transition:padding .2s ease-out 0s;-o-transition:padding .2s ease-out 0s;transition:padding .2s ease-out 0s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover:before{left:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover:before{left:0;-webkit-animation:qode-dot-bounce-large .3s forwards linear .1s;animation:qode-dot-bounce-large .3s forwards linear .1s}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner>ul{padding:10px 0 0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul{padding-left:12px}.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;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;font-family:Cormorant,serif;font-size:18px;font-weight:500;font-style:italic;line-height:32px;color:#000}.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:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.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{padding-left:12px;padding-right:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li.current-menu-item>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li .qodef-drop-down-second-inner ul li:hover>a:before{left:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a{padding-left:12px;padding-right:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a:before{left:0}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a:before{opacity:1;-webkit-animation:none;animation:none}.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a:hover:before,.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a:hover:before{-webkit-animation:none;animation:none}.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}.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area{position:fixed;top:0;left:0;width:100%}.qodef--boxed.qodef-header--fixed-display #qodef-top-area{left:30px;width:calc(100% - 60px)}.qodef--boxed.qodef-header--fixed-display #qodef-page-header{left:30px;width:calc(100% - 60px)}.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:70px;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-header-sticky-inner{position:relative;height:100%;padding:0 40px}.qodef-header-sticky-inner.qodef-content-grid{padding:0}.qodef-header-sticky-inner .qodef-header-wrapper{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;width:100%;height:100%}.qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-logo{height:100%}.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-navigation{margin-left:auto}.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-logo{position:absolute;top:0;left:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-navigation{margin-left:auto;margin-right:auto}.qodef-header-standard--center #qodef-page-header .qodef-header-sticky-inner .qodef-header-wrapper .qodef-widget-holder{position:absolute;top:0;right:0;margin-left:0}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-navigation{margin-right:auto}.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-wrapper .qodef-header-logo-link{margin-right:24px}#qodef-top-area{position:relative;font-size:12px;background-color:#161616;z-index:101}#qodef-top-area-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:33px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px;position:relative}#qodef-top-area-inner.qodef-content-grid{padding:0!important}#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-multiple-map-notice{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding:30px 15%;text-align:center;color:#f23801;background-color:#fafafa}.qodef-map-marker-holder{-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);z-index:10}.qodef-map-marker-holder.qodef-active{z-index:500}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window{display:block}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-map-marker{position:relative;width:50px;height:auto;-webkit-transition:all .15s ease-out;-o-transition:all .15s ease-out;transition:all .15s ease-out}.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner{position:relative;width:100%;height:100%}.qodef-map-marker-holder .qodef-map-marker svg{width:100%;height:auto}.qodef-map-marker-holder .qodef-map-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child{fill:#51a69e}.qodef-map-marker-holder .qodef-info-window{position:absolute;top:-10px;left:-17px;display:none;min-width:284px;background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);z-index:10;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}.qodef-map-marker-holder .qodef-info-window-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px}.qodef-map-marker-holder .qodef-info-window-inner:after{content:'';position:absolute;bottom:-4px;left:35px;width:5px;height:5px;background-color:#fff;border-top:1px solid #e1e1e1;border-left:1px solid #e1e1e1;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image{margin-right:12px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img{display:block;width:65px}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title{margin:0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location{margin:3px 0 0;font-family:"Work Sans",sans-serif;font-size:14px;line-height:1.2em}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title{color:#f23801}.qodef-cluster-marker{width:50px;height:auto}.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child{fill:#3ebeb4}.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child{fill:#51a69e}.qodef-cluster-marker .qodef-cluster-marker-inner{position:relative}.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number{position:absolute;top:-4px;left:0;right:0;font-size:30px;font-weight:700;text-align:center;color:#000}.qodef-cluster-marker svg{width:100%;height:auto}.qodef-cluster-marker svg path{-webkit-transition:fill .2s ease-in-out;-o-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.qodef-places-geo-radius{position:absolute;left:0;top:calc(100% + 10px);width:100%;height:48px;display:none;padding:10px 20px;background-color:#fff;border:1px solid #e1e1e1;z-index:9999}.qodef-places-geo-radius .qodef-range-slider-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-places-geo-radius .noUi-target{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:3px;width:calc(100% - 70px);background-color:#eaeaea;border:0;direction:ltr;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;margin-left:10px}.qodef-places-geo-radius .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.qodef-places-geo-radius .noUi-target .noUi-base{position:relative;width:100%;height:100%;z-index:1}.qodef-places-geo-radius .noUi-target .noUi-connects{position:relative;width:100%;height:100%;overflow:hidden;z-index:0}.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;will-change:transform;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.qodef-places-geo-radius .noUi-target .noUi-connect{background-color:#f23801}.qodef-places-geo-radius .noUi-target .noUi-handle{position:absolute;top:-3px;left:auto;right:-9px;width:9px;height:9px;background-color:#f23801;cursor:pointer}.qodef-places-geo-radius .noUi-target .noUi-tooltip{position:absolute;left:50%;bottom:7px;display:block;font-size:12px;white-space:nowrap;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.qodef-places-geo-radius .noUi-target .noUi-tooltip:after{content:' km'}.qodef-places-geo-radius .noUi-state-drag *{cursor:inherit!important}.qodef-places-geo-radius .noUi-draggable{cursor:ew-resize}.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target{cursor:not-allowed!important}#qodef-page-mobile-header{background-color:#fff}#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-mobile-header-opener.qodef--opened{color:#000}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon{visibility:hidden}#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close{visibility:visible}.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-inner.qodef-content-grid{padding:0}.qodef--passepartout #qodef-page-mobile-header-inner{padding:0 34px}#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--dark{opacity:1}.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,.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:-38px;display:block;width:auto;height:0;opacity:0;visibility:hidden;overflow:hidden;z-index:10;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05)}.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start{opacity:1;visibility:visible;overflow:visible;z-index:20;-webkit-transition:opacity .3s ease,visibility .2s ease;-o-transition:opacity .3s ease,visibility .2s ease;transition:opacity .3s ease,visibility .2s ease}.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{left:-34px}.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right{left:auto;right:-32px}.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{position:relative;top:auto;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-drop-down-second{background-color:#fff;border-top:3px solid #f23801;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,.05);box-shadow:0 0 16px 0 rgba(0,0,0,.05)}.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 40px}.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:61px 0 31px;margin:-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:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em;color:#110727;line-height:32px;font-weight:700}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul{padding-top:6px;margin-left: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;white-space:normal;margin:0 0;overflow:hidden;-webkit-transition:padding .2s ease-out;-o-transition:padding .2s ease-out;transition:padding .2s ease-out;padding-right:12px;font-family:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em;line-height:32px;font-weight:500;font-style:italic;font-size:18px}.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:before{content:'';position:absolute;top:calc(50% - 4px);height:6px;width:6px;background:#f23801;border-radius:100%;-webkit-transition:left .2s ease-out,right .2s ease-out;-o-transition:left .2s ease-out,right .2s ease-out;transition:left .2s ease-out,right .2s ease-out;left:-12px}.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{padding-left:12px;padding-right:0}.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a:before,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a:before{left:0}body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner{padding:0 40px}.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:22px;height:28px}.qodef-header-sticky .qodef-opener-icon.qodef-source--predefined .qodef-m-lines{height:24px}.qodef-opener-icon.qodef-source--predefined .qodef-m-line{position:absolute;left:0;height:2px;width:100%;background-color:currentColor;-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:8px;-webkit-transition:width .4s ease;-o-transition:width .4s ease;transition:width .4s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2{top:14px;width:16px;-webkit-transition:width .4s ease;-o-transition:width .4s ease;transition:width .4s ease}.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform 1s cubic-bezier(.475,.425,0,.995);transition:-webkit-transform 1s cubic-bezier(.475,.425,0,.995);-o-transition:transform 1s cubic-bezier(.475,.425,0,.995);transition:transform 1s cubic-bezier(.475,.425,0,.995);transition:transform 1s cubic-bezier(.475,.425,0,.995),-webkit-transform 1s cubic-bezier(.475,.425,0,.995)}.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef--1{width:100%;top:13px;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:rotate(45deg) scaleX(1);-ms-transform:rotate(45deg) scaleX(1);transform:rotate(45deg) scaleX(1)}.qodef-opener-icon.qodef-source--predefined .qodef-m-icon.qodef--close .qodef-m-lines .qodef--2{width:100%;top:13px;left:0;-webkit-transform:rotate(-45deg) scaleX(1);-ms-transform:rotate(-45deg) scaleX(1);transform:rotate(-45deg) scaleX(1)}.qodef-opener-icon.qodef-source--predefined:hover{color:#000}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon .qodef-m-lines .qodef--1{width:16px}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon .qodef-m-lines .qodef--2{width:22px}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-lines{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-lines .qodef--1{width:100%;top:13px;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:rotate(45deg) scaleX(1);-ms-transform:rotate(45deg) scaleX(1);transform:rotate(45deg) scaleX(1)}.qodef-opener-icon.qodef-source--predefined:hover .qodef-m-icon.qodef--close .qodef-m-lines .qodef--2{width:100%;top:13px;left:0;-webkit-transform:rotate(-45deg) scaleX(1);-ms-transform:rotate(-45deg) scaleX(1);transform:rotate(-45deg) scaleX(1)}.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--icon-pack,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--predefined,.qodef-header--light:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--svg-path{color:#fff!important}.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--icon-pack,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--predefined,.qodef-header--dark:not(.qodef-fullscreen-menu--opened) .qodef-opener-icon:not(.qodef-mobile-header-opener):not(.qodef-fullscreen-menu-opener):not(#qodef-side-area-close).qodef-source--svg-path{color:#000!important}.qodef-parallax{position:relative;width:100%;overflow:hidden}.qodef-parallax.elementor-section{overflow:visible}.qodef-parallax-row-holder{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.qodef-parallax-img-holder{position:absolute;top:-50%;height:150%;left:0;width:100%;opacity:0}.qodef-browser--edge .qodef-parallax-img-holder,.qodef-browser--ms-explorer .qodef-parallax-img-holder,.touchevents .qodef-parallax-img-holder{top:0;height:100%;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}.qodef-parallax-img{position:absolute;top:50%;left:50%;-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-contact-form-7.qodef-newsletter{position:relative}.qodef-contact-form-7.qodef-newsletter input{margin:0}.qodef-contact-form-7.qodef-newsletter button,.qodef-contact-form-7.qodef-newsletter input[type=submit]{position:absolute;bottom:0;right:0;margin:0;cursor:pointer}.qodef-contact-form-7.qodef-newsletter button:not(.qodef-button){display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;padding:0;background:0 0;border:none}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form{position:relative}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .wpcf7-form-control-wrap input{margin:0;padding:2px 0}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon{position:absolute;top:50%;right:0;padding:10px 16px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:after,.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:before{content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:before{content:"\45";font-family:ElegantIcons;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;right:-7px;font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:after{content:'';position:absolute;right:0;width:34px;height:2px;background:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:hover:before{right:-19px}.qodef-contact-form-7 .wpcf7 .qodef-subscribe-form .qodef-subscribe-icon:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button.qodef-size--full:after,.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button.qodef-size--full:before{display:none}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:hover:before{color:#000;right:-36px}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}.qodef-contact-form-7 .wpcf7 .qodef-contact-form button.qodef-button:after{margin-left:65px}.qodef-contact-form-7 .wpcf7 div.wpcf7-aborted,.qodef-contact-form-7 .wpcf7 div.wpcf7-acceptance-missing,.qodef-contact-form-7 .wpcf7 div.wpcf7-mail-sent-ng,.qodef-contact-form-7 .wpcf7 div.wpcf7-mail-sent-ok,.qodef-contact-form-7 .wpcf7 div.wpcf7-response-output,.qodef-contact-form-7 .wpcf7 div.wpcf7-spam-blocked,.qodef-contact-form-7 .wpcf7 div.wpcf7-validation-errors{border:2px solid #f23801;margin:0}#sb_instagram #sbi_images .sbi_photo_wrap a{background-image:none!important;height:auto!important}#sb_instagram #sbi_images .sbi_photo_wrap a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#sb_instagram #sbi_images .sbi_photo_wrap a:after{content:'';position:absolute;top:50%;left:50%;width:30px;height:18px;background:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/custom-decoration.svg);-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);opacity:0;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}#sb_instagram #sbi_images .sbi_photo_wrap a:hover:after,#sb_instagram #sbi_images .sbi_photo_wrap a:hover:before{opacity:1}#sb_instagram #sbi_images .sbi_photo_wrap a:hover img{opacity:0!important}#sb_instagram #sbi_images .sbi_photo_wrap a img{display:inline-block!important;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-instagram-list #sb_instagram{padding:0!important}.qodef-instagram-list #sb_instagram #sbi_images{padding:0!important}.qodef-instagram-list.qodef-layout--slider:hover{cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 10px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 20px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 30px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 40px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 50px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 80px 0 0!important}.qodef-instagram-list.qodef-layout--slider.qodef-gutter--gigantic #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0 140px 0 0!important}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container{list-style:none;margin:0 auto;overflow:hidden;padding:0!important;position:relative;visibility:hidden;z-index:1}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img{width:100%}.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized{visibility:visible}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space{margin-bottom:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images{float:none;width:auto;margin:0}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item{padding:0!important;margin:0!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space{margin-bottom:-10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images{float:none;width:auto;margin:0 -5px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item{padding:0 5px!important;margin:0 0 10px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space{margin-bottom:-20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images{float:none;width:auto;margin:0 -10px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item{padding:0 10px!important;margin:0 0 20px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space{margin-bottom:-30px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images{float:none;width:auto;margin:0 -15px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item{padding:0 15px!important;margin:0 0 30px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space{margin-bottom:-40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images{float:none;width:auto;margin:0 -20px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item{padding:0 20px!important;margin:0 0 40px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space{margin-bottom:-50px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images{float:none;width:auto;margin:0 -25px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item{padding:0 25px!important;margin:0 0 50px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space{margin-bottom:-80px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images{float:none;width:auto;margin:0 -40px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item{padding:0 40px!important;margin:0 0 80px!important}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--gigantic.qodef--no-bottom-space{margin-bottom:-140px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--gigantic #sb_instagram #sbi_images{float:none;width:auto;margin:0 -70px}.qodef-instagram-list.qodef-layout--columns.qodef-gutter--gigantic #sb_instagram #sbi_images>.sbi_item{padding:0 70px!important;margin:0 0 140px!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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;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:"Work Sans",sans-serif;font-size:15px;line-height:1.733em;font-weight:400;color:#000;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:769px){.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:-50px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.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--gigantic.qodef--no-bottom-space{margin-bottom:-140px}.qodef-twitter-list.qodef-gutter--gigantic #ctf .ctf-tweets{margin:0 -70px}.qodef-twitter-list.qodef-gutter--gigantic #ctf .ctf-tweets>.ctf-item{padding:0 70px;margin:0 0 140px}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a{color:#ccc}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover{color:#fff}.widget_borgholm_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%;font-size:14px}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-icon{position:relative;top:-2px}.qodef-woo-dropdown-cart .qodef-m-opener .qodef-m-opener-count{position:relative;top:-2px;margin-left:3px;font-family:"Work Sans",sans-serif;font-weight:400;letter-spacing:-.02em}.qodef-woo-dropdown-cart .qodef-m-dropdown{position:absolute;top:100%;left:auto;right:0;text-align:left;height:auto;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease-in-out;-o-transition:max-height .3s ease-in-out;transition:max-height .3s ease-in-out}.qodef-woo-dropdown-cart .qodef-m-dropdown-inner{position:relative;display:inline-block;vertical-align:top;width:309px;padding:13px;background-color:#fff;border-top:3px solid #f23801;-webkit-box-shadow:3px 4px 9.5px .5px rgba(0,0,0,.05);box-shadow:3px 4px 9.5px .5px rgba(0,0,0,.05)}.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:#000}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a{color:#000}#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover{color:#f23801}.qodef-woo-dropdown-cart .qodef-woo-dropdown-item{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-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:74px;margin-right:11px}.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}.qodef-woo-dropdown-cart .qodef-e-title{margin:0;font-weight:700}.qodef-woo-dropdown-cart .qodef-e-price{margin:0;font-family:Cormorant,serif;font-size:22px;font-weight:700;line-height:1;color:#f23801}.qodef-woo-dropdown-cart .qodef-e-quantity{margin:0}.qodef-woo-dropdown-cart .qodef-e-remove{position:absolute;top:-4px;right:-3px;font-size:16px;line-height:1}.qodef-woo-dropdown-cart .qodef-m-order-details{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:7px}.qodef-woo-dropdown-cart .qodef-m-order-details>*{margin:0}.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-label{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9e9e9e}.qodef-woo-dropdown-cart .qodef-m-order-details .qodef-m-order-amount{font-family:Cormorant,serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f23801}#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details{color:#000}.qodef-woo-dropdown-cart .qodef-m-action{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:10px}.qodef-woo-dropdown-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:17px 30px;text-align:center;padding:12px 10px;font-size:10px}.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-cart{color:#fff;background-color:#f23801;border:1px solid transparent}.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-cart:hover{color:#fff;background-color:#f23801}.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-checkout{color:#000;background-color:#f4f4f4;border:1px solid transparent}.qodef-woo-dropdown-cart .qodef-m-action-link.qodef-checkout:hover{color:#000;background-color:#f4f4f4}.qodef-woo-dropdown-cart .qodef-m-posts-not-found{padding:0 16px}.touchevents .qodef-woo-dropdown-cart{cursor:pointer}.qodef-woo-dropdown-cart:hover .qodef-m-dropdown{max-height:100vh;-webkit-transition:max-height .5s ease-in-out;-o-transition:max-height .5s ease-in-out;transition:max-height .5s ease-in-out}.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%;font-size:14px}.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-icon{position:relative;top:-2px}.qodef-woo-side-area-cart .qodef-m-opener .qodef-m-opener-count{position:relative;top:-2px;margin-left:3px;font-family:"Work Sans",sans-serif;font-weight:400;letter-spacing:-.02em}.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 13px 74px;background-color:#fff;overflow:hidden;visibility:hidden;z-index:9999;-webkit-box-shadow:3px 4px 9.5px .5px rgba(0,0,0,.05);box-shadow:3px 4px 9.5px .5px rgba(0,0,0,.05);-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}.qodef-woo-side-area-cart .qodef-m-item{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-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:74px;margin-right:11px}.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;font-weight:700}.qodef-woo-side-area-cart .qodef-e-price{margin:0;font-family:Cormorant,serif;font-size:22px;font-weight:700;line-height:1;color:#f23801}.qodef-woo-side-area-cart .qodef-e-quantity{margin:0}.qodef-woo-side-area-cart .qodef-e-remove{position:absolute;top:-4px;right:-3px;font-size:16px;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:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:7px}.qodef-woo-side-area-cart .qodef-m-order-details>*{margin:0}.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-label{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9e9e9e}.qodef-woo-side-area-cart .qodef-m-order-details .qodef-m-order-amount{font-family:Cormorant,serif;font-size:22px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#f23801}.qodef-woo-side-area-cart .qodef-m-action{position:absolute;bottom:0;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-woo-side-area-cart .qodef-m-action-link{position:relative;display:inline-block;vertical-align:middle;width:auto;margin:0;font-family:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;width:100%;padding:17px 30px;text-align:center;padding:12px 10px;font-size:10px}.qodef-woo-side-area-cart .qodef-m-action-link.qodef-cart{color:#fff;background-color:#f23801;border:1px solid transparent}.qodef-woo-side-area-cart .qodef-m-action-link.qodef-cart:hover{color:#fff;background-color:#f23801}.qodef-woo-side-area-cart .qodef-m-action-link.qodef-checkout{color:#000;background-color:#f4f4f4;border:1px solid transparent}.qodef-woo-side-area-cart .qodef-m-action-link.qodef-checkout:hover{color:#000;background-color:#f4f4f4}.qodef-woo-side-area-cart .qodef-m-posts-not-found{padding:0 16px}.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-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-vc-row-wrapper.qodef--parallax-row{width:100%}.touchevents .qodef-vc-row-wrapper.qodef--parallax-row{height:auto!important}.qodef-clients-list .qodef-e{position:relative;display:inline-block;width:100%;vertical-align:top}.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:.5}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo{opacity:1}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .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--roll-over .qodef-e .qodef-e-image{line-height:0;position:relative;display:inline-block;vertical-align:top;overflow:hidden}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e .qodef-e-image a{display:inline-block}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e .qodef-e-logo{width:auto;display:inline-block;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .6s cubic-bezier(.475,.425,0,.995);-o-transition:all .6s cubic-bezier(.475,.425,0,.995);transition:all .6s cubic-bezier(.475,.425,0,.995)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e .qodef-e-hover-logo{position:absolute;top:0;left:0;width:auto;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .6s cubic-bezier(.475,.425,0,.995);-o-transition:all .6s cubic-bezier(.475,.425,0,.995);transition:all .6s cubic-bezier(.475,.425,0,.995)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e:hover .qodef-e-logo{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--roll-over .qodef-e:hover .qodef-e-hover-logo{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-portfolio-single .qodef-media iframe{max-height:calc(56.25vw)}.qodef-portfolio-single .qodef-portfolio-title{margin:0 0 15px}.qodef-portfolio-single .qodef-portfolio-content-wrapper{padding-right:35px}@media only screen and (max-width:1024px){.qodef-portfolio-single .qodef-portfolio-content-wrapper{padding-right:0}}.qodef-portfolio-single .qodef-portfolio-info>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-portfolio-single .qodef-portfolio-info>:not(.qodef-info--social-share){font-family:Cormorant,serif;font-size:22px;font-weight:700}.qodef-portfolio-single .qodef-portfolio-info>:not(.qodef-info--social-share) a,.qodef-portfolio-single .qodef-portfolio-info>:not(.qodef-info--social-share) p{margin:0;line-height:26px;color:#000}.qodef-portfolio-single .qodef-portfolio-info>:not(.qodef-info--social-share) a:hover{color:#f23801}.qodef-portfolio-single .qodef-portfolio-info>:last-child{margin-bottom:0}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{margin:0 0 -4px 0;font-family:"Work Sans",sans-serif;font-size:11px;font-weight:400;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#9e9e9e}.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share{margin-top:-6px}.qodef-portfolio-single .qodef-portfolio-info .qodef-social-share .qodef-social-title{display:block;margin:0 0 8px 0;line-height:inherit}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after{content:"/";color:#000}.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after{display:none}.qodef-portfolio-single .qodef-info--tag{position:relative;display:inline-block;width:100%;vertical-align:top;margin:14px 0 0}.qodef-portfolio-single .qodef-info--tag .qodef-e-tag{display:inline-block;margin:0 4px 13px 0;font-family:Cormorant,serif;font-size:18px;font-weight:700;line-height:.9;border-bottom:1px solid currentColor}.qodef-portfolio-single .qodef-info--tag .qodef-e-tag:last-child{margin-right:0}.qodef-portfolio-info.qodef-skin--light>:not(.qodef-info--social-share){color:#fff}.qodef-portfolio-info.qodef-skin--light>:not(.qodef-info--social-share) a,.qodef-portfolio-info.qodef-skin--light>:not(.qodef-info--social-share) p{color:#fff}.qodef-portfolio-info.qodef-skin--light>:not(.qodef-info--social-share) a:hover{color:#f23801}.qodef-portfolio-info.qodef-skin--light .qodef-e-title{color:#fff}.qodef-portfolio-info.qodef-skin--light .qodef-social-share .qodef-social-title{color:#fff}.qodef-portfolio-info.qodef-skin--light .qodef-social-share ul li a{color:#fff;border-color:#fff}.qodef-portfolio-info.qodef-skin--light .qodef-social-share ul li a:hover{color:#f23801;border-color:#f23801}.qodef-portfolio-info.qodef-skin--light .qodef-e-category:after{color:#fff}.qodef-portfolio-list.qodef-swiper-container:hover{cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-portfolio-list .qodef-e-inner{position:relative}.qodef-portfolio-list .qodef-e-image img{display:block}.qodef-portfolio-list .qodef-e-title{margin:0}.qodef-portfolio-list .qodef-e-custom-decoration svg{display:block}.qodef-portfolio-list .qodef-e-info-category .qodef-e-category{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#9e9e9e}.qodef-portfolio-list .qodef-e-info-category .qodef-e-category:hover{color:#f23801}.qodef-portfolio-list .qodef-e-info-category .qodef-e-category:after{content:'/';color:#9e9e9e}.qodef-portfolio-list .qodef-e-info-category .qodef-e-category:last-child:after{content:''}.qodef-portfolio-list .qodef-m-pagination{margin-top:35px}.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%}@media only screen and (max-width:680px){.qodef-portfolio-list.qodef-custom-padding--disabled .qodef-e-inner{padding:0!important}}.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content{margin-top:22px;padding-bottom:33px}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article .qodef-e-content,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article .qodef-e-image{overflow:hidden;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995)}.elementor-editor-active .qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article .qodef-e-content,.elementor-editor-active .qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article .qodef-e-image{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article .qodef-e-content{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article.qodef--appear .qodef-e-content,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-info-below-appear-animation article.qodef--appear .qodef-e-image{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-swiper-fix.qodef-swiper-container{width:calc(100% + 5px)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-image{perspective:none;-webkit-perspective:none}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-image .qodef-e-media-image{-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-image .qodef-e-media-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-image:hover+.qodef-e-content .qodef-e-title-link{color:#f23801}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner .qodef-e-title{opacity:1;visibility:visible;-webkit-transform:rotateZ(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotateZ(0) translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image{-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner:hover .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt.qodef-info-below-disable-animation .qodef-e-inner:hover .qodef-e-title{opacity:1;visibility:visible;-webkit-transform:rotateZ(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotateZ(0) translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner .qodef-e-image{perspective:1000px;-webkit-perspective:1000px}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner .qodef-e-image .qodef-e-media-image{overflow:hidden;-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0);-webkit-transition:all .8s cubic-bezier(.475,.425,0,.995);-o-transition:all .8s cubic-bezier(.475,.425,0,.995);transition:all .8s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner .qodef-e-image .qodef-e-media-image img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 2s cubic-bezier(.19,1,.22,1);-o-transition:transform 2s cubic-bezier(.19,1,.22,1);transition:transform 2s cubic-bezier(.19,1,.22,1);transition:transform 2s cubic-bezier(.19,1,.22,1),-webkit-transform 2s cubic-bezier(.19,1,.22,1);will-change:transform}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner .qodef-e-title{opacity:0;visibility:hidden;-webkit-transform:rotateZ(5deg) translateY(8px);-ms-transform:rotate(5deg) translateY(8px);transform:rotateZ(5deg) translateY(8px);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image{-webkit-transform:scale(.95) rotateY(-9deg);transform:scale(.95) rotateY(-9deg)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-image .qodef-e-media-image img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-title{opacity:1;visibility:visible;-webkit-transform:rotateZ(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotateZ(0) translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-info-category{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--tilt .qodef-e-inner:hover .qodef-e-title{-webkit-transition-delay:.08s;-o-transition-delay:.08s;transition-delay:.08s}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-inner{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-image{overflow:hidden}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-image img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content{position:absolute;bottom:0;left:0;width:100%;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-title{opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .6s cubic-bezier(.475,.425,0,.995);-o-transition:all .6s cubic-bezier(.475,.425,0,.995);transition:all .6s cubic-bezier(.475,.425,0,.995)}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e:hover .qodef-e-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e:hover .qodef-e-image img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e:hover .qodef-e-info-category,.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e:hover .qodef-e-title{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:all .6s cubic-bezier(.475,.425,0,.995) .2s;-o-transition:all .6s cubic-bezier(.475,.425,0,.995) .2s;transition:all .6s cubic-bezier(.475,.425,0,.995) .2s}.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:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:36px 37px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .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-bottom-left .qodef-e-content-inner .qodef-e-custom-decoration{margin:0 0 10px}.qodef-portfolio-list.qodef-item-layout--info-bottom-left .qodef-e-content-inner *{z-index:1}.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:-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-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-image{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--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-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:#fff;background-color:#f23801;white-space:nowrap;z-index:8;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);padding:3px 5px;margin-top:4px}.qodef-follow-info-holder .qodef-follow-info-category{display:inline-block;padding:0 4px;background-color:#f23801;white-space:nowrap;z-index:9;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}.qodef-follow-info-holder .qodef-follow-info-category a:not(:last-child):after{content:'/'}.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-on-hover .qodef-e-inner{overflow:hidden}.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{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:36px 37px 33px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.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 .qodef-e-custom-decoration{margin:0 0 10px}.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner *{z-index:1}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .6s cubic-bezier(.475,.425,0,.995);transition:-webkit-transform .6s cubic-bezier(.475,.425,0,.995);-o-transition:transform .6s cubic-bezier(.475,.425,0,.995);transition:transform .6s cubic-bezier(.475,.425,0,.995);transition:transform .6s cubic-bezier(.475,.425,0,.995),-webkit-transform .6s cubic-bezier(.475,.425,0,.995)}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-info-category,.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-title{opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-info-category{-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-title{-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-content{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-info-category,.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-title{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-portfolio-tags.qodef-skin--light .qodef-info--tag .qodef-e-tag{color:#fff}.qodef-portfolio-tags.qodef-skin--light .qodef-info--tag .qodef-e-tag:hover{color:#f23801}#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:99px 0 3px}@media only screen and (max-width:680px){#qodef-single-portfolio-navigation{margin:109px 0 13px}}#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;width:100%}#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;color:#101010}#qodef-single-portfolio-navigation .qodef-m-nav:hover{color:#f23801}#qodef-single-portfolio-navigation .qodef-m-nav>*{display:block;line-height:inherit}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg{position:relative;top:-1px;fill:currentColor;stroke:currentColor;overflow:visible}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg polygon,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg rect,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg polygon,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg rect{-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg rect,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg rect{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg polygon,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg polygon{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);stroke:none}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover{color:#000}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover>svg rect,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover>svg rect{-webkit-transform:scaleX(1.3);-ms-transform:scaleX(1.3);transform:scaleX(1.3)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next:hover>svg polygon,#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev:hover>svg polygon{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev>svg{margin-right:16px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right;margin-left:auto}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next>svg{margin-left:14px}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link{position:absolute;top:0;left:calc(50% - 10px)}@media only screen and (max-width:680px){#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link{-webkit-transform:translateY(calc(-50% + 2px));-ms-transform:translateY(calc(-50% + 2px));transform:translateY(calc(-50% + 2px))}}#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon{font-size:20px}#qodef-single-portfolio-navigation .qodef-m-nav-label{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em}@media only screen and (max-width:680px){#qodef-single-portfolio-navigation .qodef-m-nav-label{display:none}}.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav{color:#fff}.qodef-navigation-skin--light #qodef-single-portfolio-navigation .qodef-m-nav:hover{color:#f23801}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media{margin-top:94px}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:14px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-big .qodef-portfolio-info{margin-top:20px}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin-right:33px}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content{margin-top:22px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-content{margin-top:0}}.qodef-portfolio-single.qodef-layout--gallery-small .qodef-portfolio-info{margin-top:20px}.qodef-portfolio-single.qodef-layout--images-big .qodef-media{margin-top:94px}.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-media .qodef-grid-item:last-child{margin-bottom:0}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:14px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-big .qodef-portfolio-info{margin-top:20px}}.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin-right:33px}.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-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content{margin-top:22px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-content{margin-top:0}}.qodef-portfolio-single.qodef-layout--images-small .qodef-portfolio-info{margin-top:20px}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-media{margin-top:94px}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:14px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-big .qodef-portfolio-info{margin-top:20px}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin-right:33px}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media .qodef-popup-item .qodef-image-wrapper{overflow:hidden}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media .qodef-popup-item img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media .qodef-popup-item:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content{margin-top:22px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-content{margin-top:0}}.qodef-portfolio-single.qodef-layout--masonry-small .qodef-portfolio-info{margin-top:20px}.qodef-portfolio-single-slider .swiper-slide{width:auto}.qodef-portfolio-single-slider.swiper-container-horizontal>.swiper-pagination-bullets{display:none}.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info{margin-top:14px}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--slider .qodef-portfolio-info{margin-top:20px}}.qodef-team-list .qodef-e-inner{position:relative}.qodef-team-list .qodef-e-role{font-family:Cormorant,serif;font-size:22px;font-weight:500;line-height:28px;font-style:italic;margin:0 0 17px}.qodef-team-list .qodef-e-title{margin:0}.qodef-team-list .qodef-team-member-social-icons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0}.qodef-team-list .qodef-team-member-social-icons a{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:36px;height:36px;margin-right:14px;font-size:10px;line-height:1;text-align:center;color:#232323;border:none;border-radius:100%;-webkit-transition:color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,border-color .2s ease-out}.qodef-team-list .qodef-team-member-social-icons a .qodef-svg-circle{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-team-list .qodef-team-member-social-icons a .qodef-svg-circle circle{fill:none;stroke:#e1e1e1;stroke-width:1px}.qodef-team-list .qodef-team-member-social-icons a .qodef-svg-circle circle:last-child{stroke:#f23801;stroke-dashoffset:110;stroke-dasharray:110;-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9);-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.qodef-team-list .qodef-team-member-social-icons a:hover{color:#f23801}.qodef-team-list .qodef-team-member-social-icons a:hover .qodef-svg-circle circle:last-child{stroke-dashoffset:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-team-list .qodef-team-member-social-icons a:last-child{margin-right:0}.qodef-team-list.qodef-item-layout--info-below .qodef-e-content{margin:14px 0 0}.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-inner:hover .qodef-e-role,.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-title,.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-team-member-social-icons{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.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;opacity:0;-webkit-transition:.2s ease-out;-o-transition:.2s ease-out;transition:.2s ease-out;z-index:-1}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:65%}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-role,.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title,.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icons{opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all .6s cubic-bezier(.475,.425,0,.995);-o-transition:all .6s cubic-bezier(.475,.425,0,.995);transition:all .6s cubic-bezier(.475,.425,0,.995)}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-role,.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title{-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.qodef-team-list.qodef-item-layout--info-on-hover .qodef-team-member-social-icons{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-testimonials-list.qodef-swiper-container .qodef-e-content{cursor:-webkit-grab;cursor:grab}.qodef-testimonials-list .qodef-e-media-image{width:77px}.qodef-testimonials-list .qodef-e-media-image img{display:block;max-width:100%;border-radius:100%}.qodef-testimonials-list .qodef-e-text{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.167em;font-weight:500;font-style:italic}.qodef-testimonials-list .qodef-e-author{margin:34px 0 0}.qodef-testimonials-list .qodef-e-author .qodef-e-author-name{font-family:Cormorant,serif;font-size:20px;font-weight:700;color:#000}.qodef-testimonials-list .qodef-e-author .qodef-e-author-job{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#000}@media only screen and (max-width:1024px){.qodef-testimonials-list .swiper-button-next,.qodef-testimonials-list .swiper-button-prev{display:none}}.qodef-testimonials-list .swiper-pagination-bullets{position:relative!important}.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-author-job,.qodef-testimonials-list.qodef-skin--light .qodef-e-author-name,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title{color:#fff}.qodef-testimonials-list.qodef-item-layout--info-below{text-align:center}.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-title{margin:0 0 21px}.qodef-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image{margin:0 auto 14px}.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-content{padding:0 15%}@media only screen and (max-width:1440px){.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-content{padding:0 10%}}@media only screen and (max-width:1024px){.qodef-testimonials-list.qodef-item-layout--info-below.qodef-col-num--1 .qodef-e-content{padding:0}}.qodef-testimonials-list.qodef-item-layout--info-below .swiper-pagination-bullets{margin-top:33px}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-inner{display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:480px){.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-quote-mark{position:absolute;bottom:0;right:0}@media only screen and (max-width:1024px){.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-quote-mark{display:none}}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-title{margin:0 0 25px}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-media-image{-ms-flex-negative:0;flex-shrink:0;margin:0 37px 0 0}@media only screen and (max-width:480px){.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-media-image{margin:0 0 28px}}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-text{margin:5px 0 0}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-author{margin:30px 0 0}.qodef-testimonials-list.qodef-item-layout--info-on-side .qodef-e-author .qodef-e-author-job{color:#9e9e9e}.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-col-num--1 .qodef-e-content{padding-right:25%}@media only screen and (max-width:1440px){.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-col-num--1 .qodef-e-content{padding-right:22%}}@media only screen and (max-width:1024px){.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-col-num--1 .qodef-e-content{padding-right:0}}.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets{margin-top:22px;margin-left:99px;text-align:left}@media only screen and (max-width:480px){.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets{margin-left:0}}.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets .swiper-pagination-bullet:after{background-color:#000}.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets .swiper-pagination-bullet:hover{border-color:#000}.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.qodef-testimonials-list.qodef-item-layout--info-on-side .swiper-pagination-bullets .swiper-pagination-bullet:hover:after{background-color:#000}.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:after{background-color:#fff}.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:hover{border-color:#fff}.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,.qodef-testimonials-list.qodef-item-layout--info-on-side.qodef-skin--light .swiper-pagination-bullets .swiper-pagination-bullet:hover:after{background-color:#fff}.qodef-review-rating{display:-webkit-box;display:-ms-flexbox;display:flex}.qodef-review-rating .qodef-rating-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:50%;flex-basis:50%}.qodef-review-rating label{margin:0 10px 0 0}.qodef-review-rating .qodef-comment-rating-box{margin:0}.qodef-review-rating .qodef-star-rating{position:relative;display:inline-block;vertical-align:top;margin:0;font-size:0;color:transparent;cursor:pointer;overflow:hidden}.qodef-review-rating .qodef-star-rating:before{position:relative;display:inline-block;vertical-align:top;overflow:hidden;z-index:-1;content:"\e031";font-size:14px;color:#000;font-family:ElegantIcons;line-height:1;letter-spacing:.6em;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qodef-review-rating .qodef-star-rating.active:after{position:absolute;top:0;right:0;display:block;content:"\e033\e033\e033\e033\e033";font-size:14px;color:#000;font-family:ElegantIcons;line-height:1;letter-spacing:.6em;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qodef-review-rating .qodef-comments-ratings{position:relative;display:inline-block;width:100%;vertical-align:top;line-height:1}.qodef-review-rating .qodef-comments-ratings .qodef-m-inner{position:relative;display:inline-block;vertical-align:top;margin-left:-4px}.qodef-review-rating .qodef-comments-ratings .qodef-m-star{font-size:14px;color:#f23801}.qodef-review-rating .qodef-comments-ratings .qodef-m-star>span{margin:0 4px}.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap}.qodef-reviews-per-criteria .qodef-item-reviews-average-rating{color:#f23801;font-size:60px;line-height:1em;font-weight:700}.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description{vertical-align:middle;margin:2px 0 0}.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon{vertical-align:middle;font-size:20px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right{vertical-align:middle;padding-left:200px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar{line-height:28px}.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner{padding:6px 0}.qodef-reviews-per-mark .qodef-reviews-number-wrapper{padding-top:23%;padding-left:15%;display:table;width:100%;height:100%;vertical-align:middle}.qodef-reviews-per-mark .qodef-reviews-number{font-size:72px;color:#ffd740;font-weight:700;line-height:1em;margin-right:22px;display:table-cell;vertical-align:middle;position:relative;top:-6px}.qodef-reviews-per-mark .qodef-stars-wrapper{display:table-cell;vertical-align:middle}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars{display:block}.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i{color:#ffd740}.qodef-reviews-per-mark .qodef-reviews-count{font-weight:700;font-size:14px}.qodef-reviews-per-mark .qodef-rating-percentage-wrapper{padding:29px 50px 40px;background-color:#fafafa;border-left:1px solid #e5e5e5}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary{display:inline-block;vertical-align:middle}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper{display:inline-block;vertical-align:middle;padding:0 0 0 15px}.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner{display:block}.qodef-comment-list .qodef-comment-name{float:none}.qodef-comment-list .qodef-review-rating{display:inline-block;width:100%}.qodef-comment-list .qodef-rating-inner{display:inline-block;width:100%}@-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 41px 0 46px}.qodef-search-cover-form .qodef-m-form-field{padding:0;margin-bottom:0;font-family:Cormorant,serif;font-size:18px;font-weight:500;color:#000;letter-spacing:-.025em;background-color:transparent;border:0;border-radius:0;outline-offset:0}.qodef-search-cover-form .qodef-m-form-field:focus{color:#000}.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-additional-icon-search{font-size:20px;padding-right:34px;padding-top:6px}.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:25px}.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:#000;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:#000;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:#f23801;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:#000;opacity:0;visibility:hidden;z-index:1;display:none}.admin-bar .qodef-fullscreen-search-holder .qodef-m-close{top:72px}.qodef-fullscreen-search-holder .qodef-m-close:hover{color:#000}.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;display:inline-block}.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:14px}.qodef-accordion{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden;overflow-anchor:none}.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:13px 0 5px 0;border-bottom:2px solid #e5d9d0;-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:17px;height:17px}.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-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:24px 0 12px;margin:0;font-size:16px}.qodef-accordion.qodef-layout--simple .qodef-accordion-content p{margin:0}.qodef-author-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-author-pagination--on.qodef-pagination-type--standard.qodef--loading .qodef-grid-inner{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner{position:absolute;bottom:0;left:calc(50% - 8px);font-size:32px;line-height:1;color:#f23801;opacity:0;z-index:-1;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.qodef-author-pagination--on.qodef-pagination-type--load-more .qodef-loading-spinner:before{display:block;line-height:inherit}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-loading-spinner{opacity:1;z-index:1}.qodef-author-pagination--on.qodef-pagination-type--load-more.qodef--loading .qodef-load-more-button{opacity:0}.qodef-author-pagination--on.qodef-pagination-type--infinite-scroll.qodef--loading .qodef-infinite-scroll-spinner{opacity:1;z-index:1}.qodef-awards-list .qodef-m-items{position:relative}.qodef-awards-list .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 0 26px}.qodef-awards-list .qodef-m-item .qodef-e-year{position:relative;display:inline-block;padding-right:29px}.qodef-awards-list .qodef-m-item .qodef-e-year .qodef-e-item-year{font-family:"Work Sans",sans-serif;font-size:13px;font-weight:500;letter-spacing:.2em;line-height:1.818em;text-transform:uppercase;color:#9e9e9e;color:#a4a4a4}.qodef-awards-list .qodef-m-item .qodef-e-awards{position:relative;display:inline-block}.qodef-awards-list .qodef-m-item .qodef-e-awards .qodef-e-item-awards{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:30px;line-height:1.067em}.qodef-awards-list .qodef-m-item .qodef-e-awards .qodef-e-item-description{display:block;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em;font-weight:500;font-style:italic;padding-top:9px}.qodef-awards-list.qodef-skin--light .qodef-m-item .qodef-e-item-awards,.qodef-awards-list.qodef-skin--light .qodef-m-item .qodef-e-item-description,.qodef-awards-list.qodef-skin--light .qodef-m-item .qodef-e-item-year{color:#fff}.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-subtitle{margin:0 0 5px}.qodef-banner .qodef-m-title{margin:0}.qodef-banner .qodef-m-title-inner{display:inline-block}.qodef-banner .qodef-m-text{margin:8px 0 0}.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-transition:all .35s ease-out;-o-transition:all .35s ease-out;transition:all .35s ease-out}.qodef-banner.qodef-layout--link-button .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:35px}.qodef-banner.qodef-layout--link-button .qodef-m-button{margin:16px 0 0}.qodef-banner.qodef-layout--link-button .qodef-m-button .qodef-m-text{margin:0}.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-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:"Work Sans",sans-serif;font-size:11px;line-height:2em;text-transform:uppercase;letter-spacing:.2em;font-weight:600;text-decoration:none;border-radius:0;outline:0;-webkit-transition:all,background-color .2s ease-out,border-color .2s ease-out;-o-transition:all,background-color .2s ease-out,border-color .2s ease-out;transition:all,background-color .2s ease-out,border-color .2s ease-out;padding:15px 36px}.qodef-button.qodef-size--small{padding:14px 28px}.qodef-button.qodef-size--large{padding:16px 50px}.qodef-button.qodef-size--full{width:100%;padding:17px 30px;text-align:center}.qodef-button.qodef-layout--filled.qodef-html--link{color:#fff;background-color:#f23801;border:1px solid transparent}.qodef-button.qodef-layout--filled.qodef-html--link:hover{color:#fff;background-color:#f23801}.qodef-button.qodef-layout--filled.qodef-html--link:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--filled.qodef-html--link:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--filled.qodef-html--link.qodef-size--full:after,.qodef-button.qodef-layout--filled.qodef-html--link.qodef-size--full:before{display:none}.qodef-button.qodef-layout--filled.qodef-html--link:hover:before{color:#000;right:-36px}.qodef-button.qodef-layout--filled.qodef-html--link:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-button.qodef-layout--filled.qodef-html--link:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 50%,#000 50%);background:linear-gradient(90deg,#fff 50%,#000 50%)}.qodef-button.qodef-layout--filled.qodef-html--link:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#fff),color-stop(50%,#000));background:-o-linear-gradient(left,#fff 40%,#000 50%);background:linear-gradient(90deg,#fff 40%,#000 50%)}.qodef-button.qodef-layout--outlined{color:#000;background-color:#f4f4f4;border:1px solid transparent}.qodef-button.qodef-layout--outlined:hover{color:#000;background-color:#f4f4f4}.qodef-button.qodef-layout--outlined:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--outlined:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--outlined.qodef-size--full:after,.qodef-button.qodef-layout--outlined.qodef-size--full:before{display:none}.qodef-button.qodef-layout--outlined:hover:before{color:#000;right:-36px}.qodef-button.qodef-layout--outlined:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-button.qodef-layout--outlined:before{color:#000}.qodef-button.qodef-layout--outlined:after{background:-webkit-gradient(linear,left top,right top,color-stop(50%,#000),color-stop(50%,#000));background:-o-linear-gradient(left,#000 50%,#000 50%);background:linear-gradient(90deg,#000 50%,#000 50%)}.qodef-button.qodef-layout--outlined:hover:before{color:#000}.qodef-button.qodef-layout--outlined:hover:after{background:-webkit-gradient(linear,left top,right top,color-stop(40%,#000),color-stop(6%,#000));background:-o-linear-gradient(left,#000 40%,#000 6%);background:linear-gradient(90deg,#000 40%,#000 6%)}.qodef-button.qodef-layout--textual{font-size:11px;text-transform:uppercase;font-weight:600;color:#000;background-color:transparent;border:0}.qodef-button.qodef-layout--textual .qodef-m-text{display:inline-block;vertical-align:middle}.qodef-button.qodef-layout--textual:before{content:"\45";font-family:ElegantIcons;position:absolute;display:inline-block;right:-26px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:11px;line-height:1;color:#000;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--textual:after{content:"";position:absolute;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-18px;width:34px;height:2px;-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;will-change:transform;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-button.qodef-layout--textual.qodef-size--full:after,.qodef-button.qodef-layout--textual.qodef-size--full:before{display:none}.qodef-button.qodef-layout--textual:hover:before{color:#000;right:-36px}.qodef-button.qodef-layout--textual:hover:after{-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-button.qodef-layout--textual:before{color:#000;right:-49px}.qodef-button.qodef-layout--textual:after{width:30px;right:-41px;background-color:#000}.qodef-button.qodef-layout--textual:hover:before{color:#000;right:-58px}.qodef-button.qodef-layout--textual:hover:after{background-color:#000;-webkit-transform:translateY(-50%) scaleX(1.3);-ms-transform:translateY(-50%) scaleX(1.3);transform:translateY(-50%) scaleX(1.3)}.qodef-button.qodef-layout--textual:not(.qodef-size--full){padding:0!important}.qodef-button.qodef-layout--textual.qodef-size--full:after,.qodef-button.qodef-layout--textual.qodef-size--full:before{display:none}.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-cards-gallery{position:relative;display:inline-block;width:100%;vertical-align:top;padding:10px 0}.qodef-cards-gallery .qodef-e-inner{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-cards-gallery img{position:relative;display:block;-webkit-box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05)}.qodef-cards-gallery .qodef-m-fake-card{position:relative;display:block;opacity:0;visibility:hidden;pointer-events:none}.qodef-cards-gallery .qodef-m-card{position:absolute;-webkit-transition:all .15s ease;-o-transition:all .15s ease;transition:all .15s ease}.qodef-cards-gallery .qodef-m-card.qodef-animating{-webkit-transition:all 1s cubic-bezier(.19,1,.22,1);-o-transition:all 1s cubic-bezier(.19,1,.22,1);transition:all 1s cubic-bezier(.19,1,.22,1);pointer-events:none}.qodef-cards-gallery .qodef-m-card.qodef-animating-siblings{-webkit-transition:all .6s cubic-bezier(0,0,0,1);-o-transition:all .6s cubic-bezier(0,0,0,1);transition:all .6s cubic-bezier(0,0,0,1);pointer-events:none}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{left:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(80%);-ms-transform:scale(.5) translateX(80%);transform:scale(.5) translateX(80%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(54%);-ms-transform:scale(.6) translateX(54%);transform:scale(.6) translateX(54%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(35%);-ms-transform:scale(.7) translateX(35%);transform:scale(.7) translateX(35%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(21%);-ms-transform:scale(.8) translateX(21%);transform:scale(.8) translateX(21%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(9.2%);-ms-transform:scale(.9) translateX(9.2%);transform:scale(.9) translateX(9.2%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:not(:last-of-type):not(.active):hover{margin-left:10px!important}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{right:0;will-change:transform}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.5) translateX(-80%);-ms-transform:scale(.5) translateX(-80%);transform:scale(.5) translateX(-80%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.6) translateX(-54%);-ms-transform:scale(.6) translateX(-54%);transform:scale(.6) translateX(-54%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.7) translateX(-35%);-ms-transform:scale(.7) translateX(-35%);transform:scale(.7) translateX(-35%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.8) translateX(-21%);-ms-transform:scale(.8) translateX(-21%);transform:scale(.8) translateX(-21%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.9) translateX(-9.2%);-ms-transform:scale(.9) translateX(-9.2%);transform:scale(.9) translateX(-9.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type){cursor:pointer}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:not(:last-of-type):not(.active):hover{margin-right:10px!important}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle img{visibility:hidden}@-webkit-keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;visibility:visible}30%{opacity:1;visibility:visible}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared img{-webkit-animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromRight 1s cubic-bezier(.19,1,.22,1) forwards}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--right.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}@-webkit-keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes qodefCardAppearFromLeft{0%{visibility:visible;opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}30%{visibility:visible;opacity:1}100%{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared img{-webkit-animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards;animation:qodefCardAppearFromLeft 1s cubic-bezier(.19,1,.22,1) forwards}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(1) img:not(.qodef-animation-done){-webkit-animation-delay:.2s;animation-delay:.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(2) img:not(.qodef-animation-done){-webkit-animation-delay:.4s;animation-delay:.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(3) img:not(.qodef-animation-done){-webkit-animation-delay:.6s;animation-delay:.6s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(4) img:not(.qodef-animation-done){-webkit-animation-delay:.8s;animation-delay:.8s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(5) img:not(.qodef-animation-done){-webkit-animation-delay:1s;animation-delay:1s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(6) img:not(.qodef-animation-done){-webkit-animation-delay:1.2s;animation-delay:1.2s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(7) img:not(.qodef-animation-done){-webkit-animation-delay:1.4s;animation-delay:1.4s}.no-touchevents .qodef-cards-gallery.qodef-animation--bundle.qodef-orientation--left.qodef-appeared .qodef-m-card:nth-child(8) img:not(.qodef-animation-done){-webkit-animation-delay:1.6s;animation-delay:1.6s}.qodef-countdown .qodef-m-date{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-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:Cormorant,serif;font-size:100px;font-weight:700;line-height:1;color:#e1e1e1}@media only screen and (max-width:480px){.qodef-countdown.qodef-layout--simple .qodef-digit{font-size:75px}}@media only screen and (max-width:320px){.qodef-countdown.qodef-layout--simple .qodef-digit{font-size:50px}}.qodef-countdown.qodef-layout--simple .qodef-label{margin:25px 0 0;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#9e9e9e}.qodef-counter.qodef-layout--simple{text-align:center}.qodef-counter.qodef-layout--simple .qodef-m-digit{font-family:Cormorant,serif;font-size:100px;font-weight:700;line-height:1;color:#e1e1e1}.qodef-counter.qodef-layout--simple .qodef-m-title{margin:25px 0 0 0}.qodef-counter.qodef-layout--simple div.qodef-m-title{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#9e9e9e}.qodef-counter.qodef-layout--simple .qodef-m-text{margin:0}.qodef-custom-font{position:relative;margin:0}.qodef-custom-font .qodef-cf-typed-wrap{width:0;white-space:nowrap}.qodef-custom-font .qodef-cf-typed{display:inline-block}.qodef-custom-font .qodef-cf-typed span{display:none}.qodef-custom-font .qodef-cf-typed~.typed-cursor{display:inline-block;opacity:1;-webkit-animation:blink .7s infinite;animation:blink .7s infinite}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}100%{opacity:1}}.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:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:40px;line-height:1.125em}.qodef-dropcaps .qodef-m-text{display:inline;margin:0}.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter{width:40px;height:40px;font-size:30px;line-height:1.167em;font-weight:500;font-style:italic;color:#fff;background-color:#000}.qodef-dropcaps.qodef-type--circle .qodef-m-letter{border-radius:100%}.qodef-frame-slider-holder{position:relative;margin-bottom:106px}.qodef-frame-slider-holder .qodef-frame-slider-image{position:absolute;top:0;left:50%;width:70%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none;z-index:100}.qodef-frame-slider-holder .qodef-frame-slider-image img{width:100%}.qodef-frame-slider-holder .qodef-m-swiper{overflow:hidden}.qodef-frame-slider-holder .qodef-m-item{height:0;width:0;margin:0 5%;padding-left:50%;padding-top:calc(50% * 563 / 829)}.qodef-frame-slider-holder .qodef-m-item img{position:absolute;top:1px;left:0;width:100%;height:100%;border-top-left-radius:4%;border-top-right-radius:4%;-o-object-fit:cover;object-fit:cover}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-106px!important}.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:#000}.qodef-horizontal-showcase{position:relative;margin:0;height:100vh;overflow:hidden}@media only screen and (max-width:680px){.qodef-horizontal-showcase{height:auto!important}}.admin-bar .qodef-horizontal-showcase{height:calc(100vh - 32px)}.qodef-horizontal-showcase .qodef-slides-holder{height:100%;overflow:hidden;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-horizontal-showcase .qodef-slides-holder{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-horizontal-showcase .qodef-slides-holder .scroll-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track.scrollbar-track-y{display:none!important}.qodef-horizontal-showcase .qodef-slides-holder .scrollbar-track .scrollbar-thumb{background:#f23801}.qodef-horizontal-showcase .scroll-content .qodef-horizontal-slide{opacity:1}.qodef-horizontal-showcase .qodef-featured-fixed{width:100vw;height:100%;padding:0;position:absolute;top:0;left:0;pointer-events:none;z-index:-1}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-featured-fixed{width:auto;height:auto}}.qodef-horizontal-showcase .qodef-featured-fixed img{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.qodef-horizontal-showcase .qodef-horizontal-slide{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:2900px;height:100%;padding:0 200px 0 300px;background-color:#f7e4d6;opacity:0}.qodef-horizontal-showcase .qodef-horizontal-slide:nth-child(1){visibility:hidden}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:2500px}@media only screen and (max-width:1440px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:1780px}}@media only screen and (max-width:1366px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:1685px}}@media only screen and (max-width:1280px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:1880px}}@media only screen and (max-width:1024px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:1850px}}@media only screen and (max-width:768px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-size-type--small{width:2075px}}@media only screen and (max-width:1440px){.qodef-horizontal-showcase .qodef-horizontal-slide{width:2180px;padding:0 150px 0 200px}}@media only screen and (max-width:1366px){.qodef-horizontal-showcase .qodef-horizontal-slide{width:2085px}}@media only screen and (max-width:1280px){.qodef-horizontal-showcase .qodef-horizontal-slide{width:2280px}}@media only screen and (max-width:1024px){.qodef-horizontal-showcase .qodef-horizontal-slide{width:2250px}}@media only screen and (max-width:768px){.qodef-horizontal-showcase .qodef-horizontal-slide{width:2475px}}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide{-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;width:100%!important;height:100%;padding:0;opacity:1}.qodef-horizontal-showcase .qodef-horizontal-slide:not(.qodef-featured){padding:129px 34px}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:42%}@media only screen and (max-width:1440px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:45%}}@media only screen and (max-width:1366px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:49%}}@media only screen and (max-width:1280px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:45%}}@media only screen and (max-width:1024px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:46%}}@media only screen and (max-width:768px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:42%}}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content{width:100%}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-title{margin:0 0 7px}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-title p{line-height:32px}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote{font-family:Cormorant,serif;font-size:30px;font-weight:500;font-style:italic;line-height:40px}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style{color:#f23801;display:inline-block;opacity:0;visibility:hidden;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style.qodef-animate{opacity:1;visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(8){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(9){-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-quote .qodef-special-style:nth-of-type(10){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-author-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:28px 0 0}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-author-holder{margin-bottom:31px}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-author-holder .qodef-slide-author{font-family:Cormorant,serif;font-size:20px;font-weight:700}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-author-holder .qodef-slide-author-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:#9e9e9e}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin:22px 0 0}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:125px}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part{margin-right:0;margin-bottom:27px}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part .qodef-e{margin-bottom:27px}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part .qodef-e .qodef-label{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#9e9e9e}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part .qodef-e .qodef-social-share{position:relative;top:-8px}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part .qodef-e .qodef-social-title{display:block}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part .qodef-e:last-child{margin-bottom:0}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-content .qodef-slide-additional-info .qodef-slide-additional-info-part:last-child{margin-right:0}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{display:table;max-width:51%}@media only screen and (max-width:1440px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:48%}}@media only screen and (max-width:1366px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:44%}}@media only screen and (max-width:1280px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:48%}}@media only screen and (max-width:1024px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:47%}}@media only screen and (max-width:768px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:51%}}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images{max-width:none;display:block}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image,.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image-separator{position:relative;display:table-cell}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image-separator{width:60px}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image{display:block;margin:30px 0 0}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder{display:block}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img{display:block;width:auto;max-height:70vh}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-img-holder img{max-height:none}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-slide-image-meta{position:absolute;bottom:-53px;left:0}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-slide-image-meta{position:relative;bottom:auto!important;left:auto!important;margin-top:6px;visibility:visible;opacity:1}}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-slide-image-meta .qodef-slide-image-title{margin:0}.qodef-horizontal-showcase .qodef-horizontal-slide .qodef-slide-images .qodef-slide-image .qodef-slide-image-meta .qodef-slide-image-subtitle{margin:0 0 -4px;font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#9e9e9e}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured{width:auto;padding:0}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured img{display:block;height:100%;width:auto}@media only screen and (max-width:680px){.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-featured img{width:100%;height:auto}}.qodef-horizontal-showcase .qodef-horizontal-slide:nth-child(even){background-color:#fff}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image{perspective:1000px;-webkit-perspective:1000px}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image .qodef-img-holder{overflow:hidden;-webkit-transform:scale(1) rotateY(0);transform:scale(1) rotateY(0);-webkit-transition:all .8s cubic-bezier(.475,.425,0,.995);-o-transition:all .8s cubic-bezier(.475,.425,0,.995);transition:all .8s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image .qodef-img-holder img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform 2s cubic-bezier(.19,1,.22,1);transition:-webkit-transform 2s cubic-bezier(.19,1,.22,1);-o-transition:transform 2s cubic-bezier(.19,1,.22,1);transition:transform 2s cubic-bezier(.19,1,.22,1);transition:transform 2s cubic-bezier(.19,1,.22,1),-webkit-transform 2s cubic-bezier(.19,1,.22,1);will-change:transform}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image .qodef-slide-image-meta .qodef-slide-image-subtitle,.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image .qodef-slide-image-meta .qodef-slide-image-title{opacity:0;visibility:hidden;-webkit-transform:rotateZ(5deg) translateY(8px);-ms-transform:rotate(5deg) translateY(8px);transform:rotateZ(5deg) translateY(8px);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-img-holder{-webkit-transform:scale(.95) rotateY(-9deg);transform:scale(.95) rotateY(-9deg)}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-img-holder img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-slide-image-subtitle,.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-slide-image-title{opacity:1;visibility:visible;-webkit-transform:rotateZ(0) translateY(0);-ms-transform:rotate(0) translateY(0);transform:rotateZ(0) translateY(0)}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-slide-image-subtitle{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.qodef-horizontal-showcase .qodef-horizontal-slide.qodef-hover-animation .qodef-slide-image:hover .qodef-slide-image-title{-webkit-transition-delay:.08s;-o-transition-delay:.08s;transition-delay:.08s}.qodef-horizontal-showcase .qodef-scroll-back{position:absolute;top:0;right:0;width:110px;height:100%;background-color:transparent;visibility:hidden;opacity:0;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.qodef-horizontal-showcase .qodef-scroll-back.qodef-appear{visibility:visible;opacity:1}.qodef-horizontal-showcase .qodef-scroll-back:hover{cursor:pointer}.qodef-horizontal-showcase .qodef-scroll-back:hover .qodef-mark{right:76px}.qodef-horizontal-showcase .qodef-scroll-back .qodef-mark{position:absolute;top:50%;right:66px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:right .2s ease-out;-o-transition:right .2s ease-out;transition:right .2s ease-out}.admin-bar .qodef-horizontal-showcase .qodef-scroll-back .qodef-mark{top:calc(50% + 16px)}.qodef-horizontal-showcase .qodef-scroll-back .qodef-label{position:absolute;top:50%;left:calc(100% - 40px);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;white-space:nowrap;color:#1d1d1d;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-90deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-90deg);transform:translateX(-50%) translateY(-50%) rotate(-90deg)}.admin-bar .qodef-horizontal-showcase .qodef-scroll-back .qodef-label{top:calc(50% + 16px)}.qodef-horizontal-showcase .scrollbar-thumb{border-radius:0}.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}.qodef-icon-list-item .qodef-e-title a{display:block;color:inherit}.qodef-icon-list-item .qodef-e-title a:hover{color:#f23801}.qodef-icon-list-item h1.qodef-e-title .qodef-special-style,.qodef-icon-list-item h2.qodef-e-title .qodef-special-style,.qodef-icon-list-item h3.qodef-e-title .qodef-special-style,.qodef-icon-list-item h5.qodef-e-title .qodef-special-style,.qodef-icon-list-item h6.qodef-e-title .qodef-special-style{font-weight:300}.qodef-icon-list-item h4.qodef-e-title .qodef-special-style,.qodef-icon-list-item p.qodef-e-title .qodef-special-style{font-weight:700}.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-icon-list-item.qodef-custom-layout--enabled .qodef-e-title-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-icon-list-item.qodef-custom-layout--enabled .qodef-icon-holder{position:relative;top:3px;margin-right:20px}.qodef-icon-list-item:not(.qodef-custom-layout--enabled) .qodef-e-title{line-height:1}#qodef-page-sidebar .widget.widget_borgholm_core_icon_list_item{margin-bottom:0}#qodef-page-footer .widget.widget_borgholm_core_icon_list_item{margin-bottom:0}#qodef-side-area .widget.widget_borgholm_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:11px 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--has-appear .qodef-m-content,.qodef-icon-with-text.qodef--has-appear .qodef-m-icon-wrapper{overflow:hidden;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995)}.elementor-editor-active .qodef-icon-with-text.qodef--has-appear .qodef-m-content,.elementor-editor-active .qodef-icon-with-text.qodef--has-appear .qodef-m-icon-wrapper{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-icon-with-text.qodef--has-appear .qodef-m-content{-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-icon-with-text.qodef--has-appear svg circle{stroke-dasharray:550;stroke-dashoffset:550;-webkit-transition:1s ease-in-out .2s;-o-transition:1s ease-in-out .2s;transition:1s ease-in-out .2s}.qodef-icon-with-text.qodef--has-appear svg line,.qodef-icon-with-text.qodef--has-appear svg path{-webkit-transition:1.5s ease-in-out .5s;-o-transition:1.5s ease-in-out .5s;transition:1.5s ease-in-out .5s}.qodef-icon-with-text.qodef--has-appear svg line:not(.has-stroke-dash),.qodef-icon-with-text.qodef--has-appear svg path:not(.has-stroke-dash){stroke-dasharray:350;stroke-dashoffset:350}.qodef-icon-with-text.qodef--has-appear svg line.has-stroke-dash,.qodef-icon-with-text.qodef--has-appear svg path.has-stroke-dash{opacity:0}.qodef-icon-with-text.qodef--has-appear.qodef--appear .qodef-m-content,.qodef-icon-with-text.qodef--has-appear.qodef--appear .qodef-m-icon-wrapper{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.qodef-icon-with-text.qodef--has-appear.qodef--appear svg circle:not(.has-stroke-dash),.qodef-icon-with-text.qodef--has-appear.qodef--appear svg line:not(.has-stroke-dash),.qodef-icon-with-text.qodef--has-appear.qodef--appear svg path:not(.has-stroke-dash){stroke-dashoffset:0}.qodef-icon-with-text.qodef--has-appear.qodef--appear svg circle.has-stroke-dash,.qodef-icon-with-text.qodef--has-appear.qodef--appear svg line.has-stroke-dash,.qodef-icon-with-text.qodef--has-appear.qodef--appear svg path.has-stroke-dash{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:16px}.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:#f23801;-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:#000}.qodef-icon-holder.qodef-layout--circle{border-radius:50%}.qodef-icon-holder.qodef-size--tiny{font-size:1.33333333em}.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}.qodef-icon-holder.qodef-predefined-layout--custom,.qodef-predefined-layout--custom .qodef-icon-holder{position:relative;display:inline-block;vertical-align:middle;padding:0;margin:0 14px 14px 0}#qodef-top-area .qodef-icon-holder.qodef-predefined-layout--custom,#qodef-top-area .qodef-predefined-layout--custom .qodef-icon-holder{margin:7px 12px 7px 0}.qodef-header--vertical-sliding .qodef--static .qodef-icon-holder.qodef-predefined-layout--custom,.qodef-header--vertical-sliding .qodef--static .qodef-predefined-layout--custom .qodef-icon-holder{margin:0 0 14px}.qodef-header--vertical-sliding .qodef--static .qodef-icon-holder.qodef-predefined-layout--custom:last-child,.qodef-header--vertical-sliding .qodef--static .qodef-predefined-layout--custom .qodef-icon-holder:last-child{margin:0!important}.qodef-header--vertical-sliding .qodef--dynamic .qodef-icon-holder.qodef-predefined-layout--custom,.qodef-header--vertical-sliding .qodef--dynamic .qodef-predefined-layout--custom .qodef-icon-holder{margin:0 14px 0 0}.qodef-header--vertical-sliding .qodef--dynamic .qodef-icon-holder.qodef-predefined-layout--custom:last-child,.qodef-header--vertical-sliding .qodef--dynamic .qodef-predefined-layout--custom .qodef-icon-holder:last-child{margin:0!important}.qodef-icon-holder.qodef-predefined-layout--custom a,.qodef-predefined-layout--custom .qodef-icon-holder a{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:36px;height:36px;text-align:center;-webkit-transition:.4s ease-out!important;-o-transition:.4s ease-out!important;transition:.4s ease-out!important;color:#000!important;background-color:transparent;font-size:11px;letter-spacing:.15em;line-height:32px;font-weight:400;text-transform:uppercase;overflow:visible}#qodef-top-area .qodef-icon-holder.qodef-predefined-layout--custom a,#qodef-top-area .qodef-predefined-layout--custom .qodef-icon-holder a{width:23px;height:23px;line-height:19px}#qodef-top-area .qodef-icon-holder.qodef-predefined-layout--custom a .qodef-svg-circle,#qodef-top-area .qodef-predefined-layout--custom .qodef-icon-holder a .qodef-svg-circle{overflow:visible}#qodef-top-area .qodef-icon-holder.qodef-predefined-layout--custom a .qodef-svg-circle circle,#qodef-top-area .qodef-predefined-layout--custom .qodef-icon-holder a .qodef-svg-circle circle{stroke-width:1.3}.qodef-icon-holder.qodef-predefined-layout--custom a:hover,.qodef-predefined-layout--custom .qodef-icon-holder a:hover{color:#f23801!important}.qodef-icon-holder.qodef-predefined-layout--custom a:hover .qodef-svg-circle circle,.qodef-predefined-layout--custom .qodef-icon-holder a:hover .qodef-svg-circle circle{-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-icon-holder.qodef-predefined-layout--custom a:hover .qodef-svg-circle circle:first-child,.qodef-predefined-layout--custom .qodef-icon-holder a:hover .qodef-svg-circle circle:first-child{stroke-dashoffset:-115}.qodef-icon-holder.qodef-predefined-layout--custom a:hover .qodef-svg-circle circle:last-child,.qodef-predefined-layout--custom .qodef-icon-holder a:hover .qodef-svg-circle circle:last-child{stroke-dashoffset:0}.qodef-icon-holder.qodef-predefined-layout--custom:last-child,.qodef-predefined-layout--custom .qodef-icon-holder:last-child{margin-right:0!important}.qodef-icon-holder.qodef-predefined-layout--custom .qodef-svg-circle,.qodef-predefined-layout--custom .qodef-icon-holder .qodef-svg-circle{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.qodef-icon-holder.qodef-predefined-layout--custom .qodef-svg-circle circle,.qodef-predefined-layout--custom .qodef-icon-holder .qodef-svg-circle circle{fill:none;stroke-width:1px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-icon-holder.qodef-predefined-layout--custom .qodef-svg-circle circle:first-child,.qodef-predefined-layout--custom .qodef-icon-holder .qodef-svg-circle circle:first-child{stroke:#e1e1e1;stroke-dashoffset:0;stroke-dasharray:115}.qodef-icon-holder.qodef-predefined-layout--custom .qodef-svg-circle circle:last-child,.qodef-predefined-layout--custom .qodef-icon-holder .qodef-svg-circle circle:last-child{stroke:#f23801;stroke-dashoffset:115;stroke-dasharray:115}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--light a,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--light a,body.qodef-footer-skin--light #qodef-page-footer .qodef-icon-holder.qodef-predefined-layout--custom a,body.qodef-footer-skin--light #qodef-page-footer .qodef-predefined-layout--custom .qodef-icon-holder a{color:#a8a8a8!important}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--light a .qodef-svg-circle circle:first-child,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--light a .qodef-svg-circle circle:first-child,body.qodef-footer-skin--light #qodef-page-footer .qodef-icon-holder.qodef-predefined-layout--custom a .qodef-svg-circle circle:first-child,body.qodef-footer-skin--light #qodef-page-footer .qodef-predefined-layout--custom .qodef-icon-holder a .qodef-svg-circle circle:first-child{stroke:#a8a8a8}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--light a .qodef-svg-circle circle:last-child,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--light a .qodef-svg-circle circle:last-child,body.qodef-footer-skin--light #qodef-page-footer .qodef-icon-holder.qodef-predefined-layout--custom a .qodef-svg-circle circle:last-child,body.qodef-footer-skin--light #qodef-page-footer .qodef-predefined-layout--custom .qodef-icon-holder a .qodef-svg-circle circle:last-child{stroke:#fff}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--light a:hover,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--light a:hover,body.qodef-footer-skin--light #qodef-page-footer .qodef-icon-holder.qodef-predefined-layout--custom a:hover,body.qodef-footer-skin--light #qodef-page-footer .qodef-predefined-layout--custom .qodef-icon-holder a:hover{color:#fff!important}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--dark a,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--dark a{color:#000!important}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--dark a .qodef-svg-circle circle:first-child,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--dark a .qodef-svg-circle circle:first-child{stroke:#000}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--dark a .qodef-svg-circle circle:last-child,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--dark a .qodef-svg-circle circle:last-child{stroke:#f23801}.qodef-icon-holder.qodef-predefined-layout--custom.qodef-skin--dark a:hover,.qodef-predefined-layout--custom .qodef-icon-holder.qodef-skin--dark a:hover{color:#f23801!important}.widget.widget_borgholm_core_icon{display:inline-block;line-height:1}#qodef-page-sidebar .widget.widget_borgholm_core_icon{margin-bottom:0}#qodef-page-footer .widget.widget_borgholm_core_icon{margin-bottom:0}#qodef-side-area .widget.widget_borgholm_core_icon{margin-bottom:0}.qodef-image-gallery:not(.qodef-swiper-container) .qodef-image-wrapper{overflow:hidden}.qodef-image-gallery:not(.qodef-swiper-container) .qodef-image-wrapper img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all 1s cubic-bezier(.475,.425,0,.995);-o-transition:all 1s cubic-bezier(.475,.425,0,.995);transition:all 1s cubic-bezier(.475,.425,0,.995);will-change:transform}.qodef-image-gallery:not(.qodef-swiper-container) .qodef-image-wrapper:hover img{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}.qodef-image-gallery.qodef-popup-gallery .qodef-image-wrapper .qodef-popup-item{display:block;width:100%;height:100%;overflow:hidden}.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--asymmetric .swiper-slide{width:72.5%;cursor:-webkit-grab;cursor:grab}.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight{padding:104px 25px;cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight .swiper-slide img{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);-webkit-transition:.5s cubic-bezier(0,.85,.25,1);-o-transition:.5s cubic-bezier(0,.85,.25,1);transition:.5s cubic-bezier(0,.85,.25,1);overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;-webkit-box-shadow:3px 4px 32px 0 rgba(210,158,117,.35);box-shadow:3px 4px 32px 0 rgba(210,158,117,.35);border-radius:39px}.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight .swiper-slide.swiper-slide-active:after,.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight .swiper-slide.swiper-slide-duplicate-active:after{opacity:0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:1s .2s cubic-bezier(.5,.11,0,.93);-o-transition:1s .2s cubic-bezier(.5,.11,0,.93);transition:1s .2s cubic-bezier(.5,.11,0,.93);-webkit-box-shadow:none;box-shadow:none}.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight .swiper-slide.swiper-slide-active img,.qodef-image-gallery.qodef-swiper-container.qodef-slider-layout--center-highlight .swiper-slide.swiper-slide-duplicate-active img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:1s .2s cubic-bezier(.5,.11,0,.93);-o-transition:1s .2s cubic-bezier(.5,.11,0,.93);transition:1s .2s cubic-bezier(.5,.11,0,.93);-webkit-box-shadow:none;box-shadow:none;-webkit-filter:none;filter:none}.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{position:relative;display:inline-block;width:100%;vertical-align:top;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .6s cubic-bezier(.475,.425,0,.995);transition:-webkit-transform .6s cubic-bezier(.475,.425,0,.995);-o-transition:transform .6s cubic-bezier(.475,.425,0,.995);transition:transform .6s cubic-bezier(.475,.425,0,.995);transition:transform .6s cubic-bezier(.475,.425,0,.995),-webkit-transform .6s cubic-bezier(.475,.425,0,.995)}.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img{display:block}.qodef-image-with-text .qodef-m-image:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.qodef-image-with-text .qodef-m-content{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-image-with-text .qodef-m-title{margin:41px 0 0}.qodef-image-with-text div.qodef-m-title{font-family:Cormorant,serif;font-size:25px;font-weight:700;line-height:1.067em}.qodef-image-with-text .qodef-m-text{margin:15px 0 0}.qodef-image-with-text .qodef-m-background-label{position:absolute;top:-30px;left:-5px;font-family:Cormorant,serif;font-size:110px;font-weight:700;line-height:1;color:#f5f5f5;z-index:-1}.qodef-image-with-text.qodef-image-shadow--enabled .qodef-m-image{-webkit-box-shadow:-4px -2px 40px 0 rgba(0,0,0,.1);box-shadow:-4px -2px 40px 0 rgba(0,0,0,.1)}.qodef-info-section.qodef-layout--background-text{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-info-section.qodef-layout--background-text .qodef-m-info{position:relative;z-index:2}.qodef-info-section.qodef-layout--background-text .qodef-m-title{margin:0 0 18px}.qodef-info-section.qodef-layout--background-text .qodef-m-text{margin:0}.qodef-info-section.qodef-layout--background-text .qodef-button{margin-top:6px}.qodef-info-section.qodef-layout--background-text .qodef-m-background-text{position:absolute;display:inline-block;color:rgba(0,0,0,.1);text-align:center;font-weight:700;font-size:250px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text{top:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text{top:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text{bottom:0;left:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text{bottom:0;right:-20px}.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text{font-size:450px;top:34px;left:0;right:0;text-align:center}.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--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:#f23801}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container{width:100%;height:100%;z-index:10;cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-interactive-link-showcase.qodef-layout--slider .swiper-container:hover{cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{position:absolute;top:0;left:103px;width:calc(100% - 2 * 103px);height:100%;overflow:hidden;z-index:5}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{left:72px;width:calc(100% - 2 * 72px)}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{left:68px;width:calc(100% - 2 * 68px)}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{left:70px;width:calc(100% - 2 * 70px)}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-images{left:40px;width:calc(100% - 2 * 40px)}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image{position:absolute;top:0;left:0;width:100%;height:100%}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description,.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{opacity:0}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{width:100%;height:calc(100% - 103px);background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:opacity 0s .45s;-o-transition:opacity 0s .45s;transition:opacity 0s .45s}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{height:calc(100% - 72px)}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{height:calc(100% - 68px)}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{height:calc(100% - 70px)}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-image-inner{height:calc(100% - 70px)}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description{width:100%;height:103px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Cormorant,serif;font-size:24px;font-weight:500;font-style:italic;line-height:32px;color:#000}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description{height:72px}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description{height:68px}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description{height:70px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image .qodef-m-description{height:70px}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image.qodef--active{z-index:5}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image.qodef--active .qodef-m-description,.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image.qodef--active .qodef-m-image-inner{opacity:1}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image.qodef--active .qodef-m-image-inner{-webkit-transition:opacity .4s cubic-bezier(.215,.61,.355,1);-o-transition:opacity .4s cubic-bezier(.215,.61,.355,1);transition:opacity .4s cubic-bezier(.215,.61,.355,1)}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-image img{display:none}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;padding:0;margin:-152px 1% 0;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:40px;line-height:1.125em;-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:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{margin-top:-104px}}@media only screen and (max-width:1366px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{margin-top:-101px}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{margin-top:-90px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item{margin-top:-84px}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title{position:relative;display:block;font-family:Cormorant,serif;font-size:200px;font-weight:700;line-height:1;letter-spacing:-.025em;z-index:2}@media only screen and (max-width:1440px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title{font-size:135px}}@media only screen and (max-width:1024px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title{font-size:80px}}@media only screen and (max-width:680px){.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item .qodef-e-title{font-size:45px}}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item.qodef--active{color:#f23801}.qodef-interactive-link-showcase.qodef-layout--slider .qodef-m-item:hover{cursor:url(//rdn-avocats.fr/wp-content/plugins/borgholm-core/assets/img/drag-cursor.svg),auto}.qodef-pricing-table{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-pricing-table.qodef-status--featured .qodef-m-price{color:#f23801}.qodef-pricing-table.qodef-status--featured .qodef-m-title h3 .qodef-featured-label{position:absolute;top:auto;right:auto;width:18px;height:18px;font-family:Cormorant,serif;color:#f23801}.qodef-pricing-table.qodef-status--featured .qodef-m-title h3 .qodef-featured-label>svg{position:relative;top:-6px;display:block;fill:currentColor}.qodef-pricing-table .qodef-m-inner{padding:0 45px 0 0}.qodef-pricing-table .qodef-m-inner-2{position:relative;padding-left:27px}.qodef-pricing-table .qodef-m-inner-2:before{content:'';position:absolute;top:0;left:0;display:block;width:2px;height:100%;background-color:#f23801}.qodef-pricing-table .qodef-m-title{margin:2px 0 0}.qodef-pricing-table .qodef-m-title h3{position:relative;display:inline-block;margin:0}.qodef-pricing-table .qodef-m-price{font-family:Cormorant,serif;font-size:100px;font-weight:700;text-transform:uppercase;color:#e1e1e1}.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper{position:relative;left:-5px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;line-height:1}.qodef-pricing-table .qodef-m-price-period{position:relative;margin:9px 0 0;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#9e9e9e}.qodef-pricing-table .qodef-m-content{margin:23px 0 0}.qodef-pricing-table .qodef-m-content p{margin:13px 0}.qodef-pricing-table .qodef-m-content ul{list-style:none;margin:0}.qodef-pricing-table .qodef-m-content ul li{color:#000;margin-bottom:12px}.qodef-pricing-table .qodef-m-content ul li:before{content:'\f00c';font-family:"Font Awesome 5 Free";font-weight:900;padding-right:8px}.qodef-pricing-table .qodef-m-button .qodef-button{margin:27px 0 0}.qodef-progress-bar{position:relative;display:inline-block;width:100%;vertical-align:top;visibility:hidden}.qodef-progress-bar .qodef-m-inner{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}.qodef-progress-bar .qodef-m-canvas{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-progress-bar .qodef-m-canvas svg{display:block}.qodef-progress-bar .qodef-m-title{margin:23px 0 0}.qodef-progress-bar.qodef--init{visibility:visible}.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text{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;padding:0 0 18px;margin:0;font-family:Cormorant,serif;font-size:60px;font-weight:700;text-transform:uppercase;color:#1a1a1a}.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 .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.qodef-progress-bar.qodef-layout--line .proggress{width:0}.qodef-progress-bar.qodef-layout--line .percentCount{position:absolute;top:-36px;right:-2px;width:auto;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}.qodef-progress-bar.qodef-layout--line .qodef-m-title{margin:0 0 9px}.qodef-progress-bar.qodef-layout--line.qodef-percentage--floating .percentCount{left:0;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.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-animate-special-style .qodef-m-title .qodef-special-style{display:inline-block;opacity:0;visibility:hidden;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition:.5s ease;-o-transition:.5s ease;transition:.5s ease}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style.qodef-animate{opacity:1;visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(2){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(3){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(4){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(5){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(6){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(7){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(8){-webkit-transition-delay:.8s;-o-transition-delay:.8s;transition-delay:.8s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(9){-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}.qodef-section-title.qodef-animate-special-style .qodef-m-title .qodef-special-style:nth-of-type(10){-webkit-transition-delay:1s;-o-transition-delay:1s;transition-delay:1s}.qodef-section-title .qodef-m-tagline{font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#9e9e9e;margin:0 0 12px}.qodef-section-title .qodef-m-title{margin:0}.qodef-section-title .qodef-m-title .qodef-special-style{color:#f23801}.qodef-section-title div.qodef-m-title{font-family:Cormorant,serif;font-size:120px;font-weight:700;line-height:100px;letter-spacing:-.025em;color:#000}@media only screen and (min-width:1025px) and (max-width:1919px){.qodef-section-title div.qodef-m-title{font-size:100px;line-height:80px}}@media only screen and (max-width:1024px){.qodef-section-title div.qodef-m-title{font-size:55px;line-height:55px}}@media only screen and (max-width:680px){.qodef-section-title div.qodef-m-title{font-size:45px;line-height:45px}}.qodef-section-title span.qodef-m-title{display:block;font-family:Cormorant,serif;font-size:80px;font-weight:700;line-height:70px;letter-spacing:-.025em;color:#000}.qodef-section-title .qodef-m-subtitle{margin:20px 0 0;font-family:Cormorant,serif;font-size:24px;font-weight:500;font-style:italic;line-height:32px;color:#000}.qodef-section-title .qodef-m-text{margin:10px 0 0}.qodef-section-title .qodef-m-text .qodef-special-style{font-weight:600}.qodef-section-title.qodef-text-custom-styles--enabled .qodef-m-text{font-family:Cormorant,serif;font-size:24px;font-weight:500;font-style:italic}.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_borgholm_core_separator{margin-bottom:0}#qodef-page-footer .widget.widget_borgholm_core_separator{margin-bottom:0}#qodef-side-area .widget.widget_borgholm_core_separator{margin-bottom:0}.qodef-stacked-images{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-stacked-images .qodef-m-images{position:relative;display:inline-block;vertical-align:middle;opacity:0;-webkit-transition:all .7s cubic-bezier(.23,1,.32,1);-o-transition:all .7s cubic-bezier(.23,1,.32,1);transition:all .7s cubic-bezier(.23,1,.32,1)}.qodef-stacked-images .qodef-m-images .qodef-e-image.qodef--stack{position:absolute;display:block;bottom:-100%;-webkit-transition:all .7s cubic-bezier(.23,1,.32,1);-o-transition:all .7s cubic-bezier(.23,1,.32,1);transition:all .7s cubic-bezier(.23,1,.32,1)}.qodef-stack--left-top.qodef-stacked-images .qodef-m-images{margin:0 0 0 30%}@media only screen and (max-width:1024px){.qodef-stack--left-top.qodef-stacked-images .qodef-m-images{margin:0 0 0 15%}}@media only screen and (max-width:680px){.qodef-stack--left-top.qodef-stacked-images .qodef-m-images{margin:0}}.qodef-stack--left-bottom.qodef-stacked-images .qodef-m-images{margin:0 0 0 30%}@media only screen and (max-width:1024px){.qodef-stack--left-bottom.qodef-stacked-images .qodef-m-images{margin:0 0 0 15%}}@media only screen and (max-width:680px){.qodef-stack--left-bottom.qodef-stacked-images .qodef-m-images{margin:0}}.qodef-stack--right-top.qodef-stacked-images .qodef-m-images{margin:0 30% 0 0}@media only screen and (max-width:1024px){.qodef-stack--right-top.qodef-stacked-images .qodef-m-images{margin:0 15% 0 0}}@media only screen and (max-width:680px){.qodef-stack--right-top.qodef-stacked-images .qodef-m-images{margin:0}}.qodef-stack--right-bottom.qodef-stacked-images .qodef-m-images{margin:0 30% 0 0}@media only screen and (max-width:1024px){.qodef-stack--right-bottom.qodef-stacked-images .qodef-m-images{margin:0 15% 0 0}}@media only screen and (max-width:680px){.qodef-stack--right-bottom.qodef-stacked-images .qodef-m-images{margin:0}}.qodef-stack--bottom.qodef-stacked-images .qodef-m-images{padding:0 0 75px}.qodef-stacked-images .qodef-m-images.qodef--appeared{opacity:1}.qodef-stack--left-top.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:70px;left:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}@media only screen and (max-width:680px){.qodef-stack--left-top.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:20px;-webkit-transform:translate(-25%,0) scale(.7);-ms-transform:translate(-25%,0) scale(.7);transform:translate(-25%,0) scale(.7)}}.qodef-stack--left-bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:-20px;left:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}@media only screen and (max-width:680px){.qodef-stack--left-bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:-70px;-webkit-transform:translate(-25%,0) scale(.7);-ms-transform:translate(-25%,0) scale(.7);transform:translate(-25%,0) scale(.7)}}.qodef-stack--right-top.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:70px;right:0;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0)}@media only screen and (max-width:680px){.qodef-stack--right-top.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:20px;-webkit-transform:translate(25%,0) scale(.7);-ms-transform:translate(25%,0) scale(.7);transform:translate(25%,0) scale(.7)}}.qodef-stack--right-bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:-20px;right:0;-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0)}@media only screen and (max-width:680px){.qodef-stack--right-bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:-70px;-webkit-transform:translate(25%,0) scale(.7);-ms-transform:translate(25%,0) scale(.7);transform:translate(25%,0) scale(.7)}}.qodef-stack--bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:0;right:15%;max-width:40%}@media only screen and (max-width:680px){.qodef-stack--bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:-20px;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}}@media only screen and (max-width:320px){.qodef-stack--bottom.qodef-stacked-images .qodef-m-images.qodef--appeared .qodef-e-image.qodef--stack{bottom:0}}.widget.qodef-stamp-widget{margin-bottom:0}.qodef-stamp{position:relative;display:inline-block;vertical-align:top;width:195px;height:195px;color:#f23801;font-family:"Work Sans",sans-serif;font-size:12px;font-weight:400;text-transform:uppercase}.qodef-stamp .qodef-m-centered-text{font-family:"Work Sans",sans-serif;font-size:80px;color:#f23801;position:absolute;left:0;right:0;text-align:center;display:inline-block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.qodef-stamp .qodef-m-circle{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:1px solid currentColor;border-radius:100%;opacity:0;-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6);-webkit-transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,-webkit-transform .3s ease;-o-transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease}.qodef-stamp .qodef-m-text{position:relative;display:block;height:100%}.qodef-stamp .qodef-m-text>*{position:absolute;top:0;left:calc(50% - 4px);width:8px;height:50%;text-align:center;opacity:0;-webkit-transition:opacity .1s;-o-transition:opacity .1s;transition:opacity .1s;-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.qodef-stamp.qodef--appear .qodef-m-circle{opacity:.8;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.qodef-stamp.qodef--init .qodef-m-text>*{opacity:1}.qodef-stamp.qodef--abs{position:absolute}@media only screen and (max-width:1440px){.qodef-stamp.qodef-hide-on--1440{display:none}}@media only screen and (max-width:1366px){.qodef-stamp.qodef-hide-on--1366{display:none}}@media only screen and (max-width:1280px){.qodef-stamp.qodef-hide-on--1280{display:none}}@media only screen and (max-width:1024px){.qodef-stamp.qodef-hide-on--1024{display:none}}@media only screen and (max-width:768px){.qodef-stamp.qodef-hide-on--768{display:none}}@media only screen and (max-width:680px){.qodef-stamp.qodef-hide-on--680{display:none}}@media only screen and (max-width:480px){.qodef-stamp.qodef-hide-on--480{display:none}}.qodef-swapping-image-gallery{position:relative;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.qodef-swapping-image-gallery .qodef-m-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.qodef-swapping-image-gallery .qodef-m-image-holder{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden;-webkit-box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04);box-shadow:0 0 10.53px 2.47px rgba(2,2,2,.04)}.qodef-swapping-image-gallery .qodef-m-info{padding-top:60px}.qodef-swapping-image-gallery .qodef-m-headline{margin:0 0 60px}.qodef-swapping-image-gallery .qodef-m-title{margin:0 0 24px}.qodef-swapping-image-gallery .qodef-m-description{margin:0}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .swiper-pagination-custom{width:auto}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail{font-size:0;cursor:pointer;opacity:.35;-webkit-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail img{display:block}.qodef-swapping-image-gallery .qodef-m-thumbnails-holder .qodef-m-thumbnail.qodef--active{opacity:1}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:120px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:120px}.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;border-bottom:1px solid #e1e1e1}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{margin:0 30px 0 0;padding:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a{position:relative;display:inline-block;margin-bottom:-1px;padding:0 33px 15px 0;-webkit-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;font-family:Cormorant,serif;font-weight:700;letter-spacing:0;color:#000;font-size:22px;line-height:1.182em}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#f23801;-webkit-transition:width .2s ease-out;-o-transition:width .2s ease-out;transition:width .2s ease-out}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child{margin-right:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after{width:calc(100% - 8px)}@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;border:none}.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li{width:100%;margin:0 0 26px 0;padding:0;border-bottom:1px solid #e1e1e1}.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;margin-right:26px;padding-right:26px;border:none;border-right:1px solid #e1e1e1}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li{width:100%;margin:0 0 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;margin-bottom:0}.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content{margin-top:0}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 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:100px;font-family:Cormorant,serif;line-height:1em;font-weight:700;overflow:hidden}.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:#000}.qodef-text-marquee .qodef-m-text--1{color:#000}.qodef-text-marquee .qodef-m-text--2{color:#000}.qodef-text-marquee .qodef-m-text--3{color:#000}.qodef-triple-frame-image-highlight .qodef-e-holder{position:relative;text-align:center}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-e-inner{position:relative;display:inline-block}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.qodef-triple-frame-image-highlight .qodef-e-holder img{display:block;position:relative;z-index:10}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-left-image-holder,.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-right-image-holder{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;-webkit-transition:visibility 0s .2s,-webkit-transform 1s cubic-bezier(.19,1,.22,1) .2s,-webkit-transform-origin 1s cubic-bezier(.19,1,.22,1) .2s;transition:visibility 0s .2s,-webkit-transform 1s cubic-bezier(.19,1,.22,1) .2s,-webkit-transform-origin 1s cubic-bezier(.19,1,.22,1) .2s;-o-transition:transform 1s cubic-bezier(.19,1,.22,1) .2s,transform-origin 1s cubic-bezier(.19,1,.22,1) .2s,visibility 0s .2s;transition:transform 1s cubic-bezier(.19,1,.22,1) .2s,transform-origin 1s cubic-bezier(.19,1,.22,1) .2s,visibility 0s .2s;transition:transform 1s cubic-bezier(.19,1,.22,1) .2s,transform-origin 1s cubic-bezier(.19,1,.22,1) .2s,visibility 0s .2s,-webkit-transform 1s cubic-bezier(.19,1,.22,1) .2s,-webkit-transform-origin 1s cubic-bezier(.19,1,.22,1) .2s,-ms-transform-origin 1s cubic-bezier(.19,1,.22,1) .2s}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-centered-image-holder{position:relative;display:inline-block;vertical-align:middle;z-index:10;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:-webkit-transform .4s cubic-bezier(.86,0,.07,1);transition:-webkit-transform .4s cubic-bezier(.86,0,.07,1);-o-transition:transform .4s cubic-bezier(.86,0,.07,1);transition:transform .4s cubic-bezier(.86,0,.07,1);transition:transform .4s cubic-bezier(.86,0,.07,1),-webkit-transform .4s cubic-bezier(.86,0,.07,1)}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-trigger--left,.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-trigger--right{position:absolute;top:0;width:15%;height:100%;z-index:300;cursor:pointer}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-trigger--left{left:0}.qodef-triple-frame-image-highlight .qodef-e-holder .qodef-m-trigger--right{right:0}.qodef-triple-frame-image-highlight .qodef-e-inner{max-width:70%}.qodef-triple-frame-image-highlight .qodef-m-pagination{margin-top:26px}.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet{position:relative;display:inline-block;margin:0 8px;width:36px;height:36px;background-color:transparent;border:none;border-radius:100%;opacity:1;cursor:pointer;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet:after{content:'';display:block;position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:#000;border-radius:100%;-webkit-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet .qodef-svg-circle{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;fill:none;color:currentColor;stroke:currentColor}.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet .qodef-svg-circle circle{stroke-dasharray:110;stroke-dashoffset:110;stroke-width:1;-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9);-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.qodef-browser--ms-explorer .qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet .qodef-svg-circle circle{opacity:0}.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet.qodef--active .qodef-svg-circle circle,.qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet:hover .qodef-svg-circle circle{stroke-dashoffset:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg)}.qodef-browser--ms-explorer .qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet.qodef--active .qodef-svg-circle circle,.qodef-browser--ms-explorer .qodef-triple-frame-image-highlight .qodef-m-pagination .qodef-m-bullet:hover .qodef-svg-circle circle{opacity:1}.qodef-vertical-split-slider{height:100vh;position:relative}.qodef-vertical-split-slider .ms-tableCell{height:100vh!important}.qodef-vertical-split-slider-responsive{display:none}.qodef-vertical-split-slider .qodef-m-image,.qodef-vertical-split-slider-responsive .qodef-m-image{max-height:40%;width:auto}.qodef-vertical-split-slider .qodef-m-title,.qodef-vertical-split-slider-responsive .qodef-m-title{display:block;margin:26px 0 0 0}.qodef-vertical-split-slider .qodef-m-text,.qodef-vertical-split-slider-responsive .qodef-m-text{margin:15px 0 0 0}.qodef-vertical-split-slider .qodef-m-button,.qodef-vertical-split-slider-responsive .qodef-m-button{margin:22px 0 0 0}.qodef-vertical-split-slider .qodef-m-slide-image,.qodef-vertical-split-slider-responsive .qodef-m-slide-image{background-size:cover}.qodef-vertical-split-slider .qodef-m-slide-content,.qodef-vertical-split-slider-responsive .qodef-m-slide-content{text-align:center;padding:0 5%}#multiscroll-nav{display:none}#multiscroll-nav li{width:36px!important;height:36px!important;margin:10px 0!important}#multiscroll-nav a{display:block;width:100%;height:100%;background-color:transparent;border:1px solid transparent;border-radius:100%;opacity:1;-webkit-transition:border-color .2s ease-out;-o-transition:border-color .2s ease-out;transition:border-color .2s ease-out}#multiscroll-nav a span{display:block;position:absolute;top:50%;left:50%;width:6px;height:6px;background-color:#000;border:none!important;border-radius:100%;-webkit-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}#multiscroll-nav a.active,#multiscroll-nav a:hover{border-color:#000}#multiscroll-nav.right{right:47px!important}.qodef-vertical-split-slider--initialized #multiscroll-nav{display:block}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a span{background-color:#fff}.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a.active,.qodef-header--light.qodef-vertical-split-slider--initialized #multiscroll-nav a:hover{border-color:#fff}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a span{background-color:#000}.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a.active,.qodef-header--dark.qodef-vertical-split-slider--initialized #multiscroll-nav a:hover{border-color:#000}.qodef-video-button{position:relative;display:inline-block;vertical-align:middle}.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:#f23801;font-size:65px;line-height:1}.qodef-video-button .qodef-m-play span{display:block;line-height:inherit}.qodef-video-button .qodef-m-play span:before{display:block;line-height:inherit}.qodef-video-button .qodef-m-play .qodef-m-play-inner{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:160px;height:160px;border-radius:100%}@media only screen and (max-width:680px){.qodef-video-button .qodef-m-play .qodef-m-play-inner{width:80px;height:80px}}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg{width:100%;height:100%;overflow:visible;fill:none}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg circle{fill:none;stroke-width:2px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg circle.qodef-svg-circle-one{stroke:#fff;stroke-dashoffset:0;stroke-dasharray:500}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg circle.qodef-svg-circle-two{stroke:#f23801;stroke-dashoffset:500;stroke-dasharray:500}.qodef-video-button .qodef-m-play .qodef-m-play-inner svg .qodef-svg-triangle{fill:currentColor}.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg circle{-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg circle.qodef-svg-circle-one{stroke-dashoffset:-500}.qodef-video-button .qodef-m-play:hover .qodef-m-play-inner svg circle.qodef-svg-circle-two{stroke-dashoffset:0}.qodef-workflow{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-workflow .qodef-e-workflow-image{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qodef-workflow .qodef-e-workflow-item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:-37px}.qodef-workflow .qodef-e-workflow-item:nth-child(even){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:right}.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner{-webkit-transform:translateX(34%);-ms-transform:translateX(34%);transform:translateX(34%)}.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner:after{left:calc(100% + 30px)}.qodef-workflow .qodef-e-workflow-item:nth-child(odd){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:left}.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner{-webkit-transform:translateX(-34%);-ms-transform:translateX(-34%);transform:translateX(-34%)}.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner:after{right:calc(100% + 30px)}.qodef-workflow .qodef-e-workflow-item-inner{position:relative;max-width:260px}.qodef-workflow .qodef-e-workflow-item-inner:after{content:'';position:absolute;top:70px;height:1px;width:100%;max-width:200px;display:block;background:#f23801}.qodef-workflow .qodef-e-subtitle{margin:0;font-size:15px;font-style:italic;color:#f23801}.qodef-workflow .qodef-e-title{margin:3px 0 0;letter-spacing:.1em}#qodef-side-area{position:fixed;top:0;right:-646px;width:646px;height:100%;min-height:100%;padding:260px 90px 90px 71px;text-align:center;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);-webkit-box-shadow:-1px 0 16px 6px rgba(0,0,0,.04);box-shadow:-1px 0 16px 6px rgba(0,0,0,.04)}@media only screen and (max-width:1440px){#qodef-side-area{padding:9% 90px 3% 71px}}@media only screen and (max-width:1366px){#qodef-side-area{padding:5% 90px 1% 71px}}@media only screen and (max-width:1280px){#qodef-side-area{padding:9% 90px 1% 71px}}.qodef-side-area--opened #qodef-side-area{right:0;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-close{position:absolute;top:71px;right:46px;display:block;z-index:1000;color:#000}.admin-bar #qodef-side-area-close{top:103px}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--1{width:100%;top:13px;-webkit-transform:rotate(45deg) scaleX(1);-ms-transform:rotate(45deg) scaleX(1);transform:rotate(45deg) scaleX(1)}#qodef-side-area-close.qodef-source--predefined .qodef-m-line.qodef--2{width:100%;top:13px;left:0;-webkit-transform:rotate(-45deg) scaleX(1);-ms-transform:rotate(-45deg) scaleX(1);transform:rotate(-45deg) scaleX(1)}#qodef-side-area-close.qodef-source--predefined:hover .qodef-m-icon .qodef-m-lines .qodef--1{width:100%;top:13px;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:rotate(45deg) scaleX(1);-ms-transform:rotate(45deg) scaleX(1);transform:rotate(45deg) scaleX(1)}#qodef-side-area-close.qodef-source--predefined:hover .qodef-m-icon .qodef-m-lines .qodef--2{width:100%;top:13px;left:0;-webkit-transform:rotate(-45deg) scaleX(1);-ms-transform:rotate(-45deg) scaleX(1);transform:rotate(-45deg) scaleX(1)}.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-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-side-area-close,.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard .qodef-side-area-opener{background-color:#f23801;color:#fff;height:133px;width:133px;top:0;right:0;-webkit-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;border-radius:0 100% 0 100%/0 0 100% 100%}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-side-area-close.qodef-opener-icon .qodef-m-icon.qodef--open,.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard .qodef-side-area-opener.qodef-opener-icon .qodef-m-icon.qodef--open{position:absolute;top:calc(50% - 6px);left:61%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-side-area-close.qodef-opener-icon:hover,.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard .qodef-side-area-opener.qodef-opener-icon:hover{color:#fff}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-side-area-close .qodef-m-lines{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform 1s cubic-bezier(.475,.425,0,.995);transition:-webkit-transform 1s cubic-bezier(.475,.425,0,.995);-o-transition:transform 1s cubic-bezier(.475,.425,0,.995);transition:transform 1s cubic-bezier(.475,.425,0,.995);transition:transform 1s cubic-bezier(.475,.425,0,.995),-webkit-transform 1s cubic-bezier(.475,.425,0,.995)}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-side-area-close:hover .qodef-m-lines{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard .qodef-side-area-opener{visibility:hidden;opacity:0}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard .qodef-side-area-opener.qodef-appear{visibility:visible;opacity:1}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard.admin-bar #qodef-side-area-close{top:32px}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard.qodef-header-custom-styled-sidearea-opener-skin--light #qodef-page-header-inner .qodef-widget-holder .qodef-opener-icon.qodef-side-area-opener{color:#000!important;background-color:#fff}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-wrapper .qodef-side-area-opener{top:0!important;right:0!important;width:auto;height:auto;color:#000!important;background-color:#fff}.qodef-header-custom-styled-sidearea-opener--enabled.qodef-header--standard #qodef-page-header .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-wrapper .qodef-side-area-opener.qodef-opener-icon .qodef-m-icon.qodef--open{top:auto}.qodef-social-share{position:relative;display:inline-block;vertical-align:middle}.qodef-social-share .qodef-social-title{position:relative;display:inline-block;vertical-align:middle;margin:0 6px 0 0;font-family:"Work Sans",sans-serif;font-size:11px;font-weight:400;line-height:20px;letter-spacing:.2em;text-transform:uppercase;color:#9e9e9e;font-weight:500}.qodef-social-share ul{position:relative;display:inline-block;vertical-align:middle;list-style:none;padding:0;margin:0}.qodef-social-share li{position:relative;display:inline-block;vertical-align:middle;padding:0;margin:0}.qodef-social-share.qodef-skin--light .qodef-social-title{color:#fff}.qodef-social-share.qodef-skin--dark .qodef-social-title{color:#000}.qodef-social-share.qodef-layout--list.qodef-skin--light.qodef-custom-share-rev li a:hover{color:#ffb8a3;border-color:#ffb8a3}.qodef-social-share.qodef-layout--dropdown{position:relative;display:inline-block}.qodef-social-share.qodef-layout--dropdown .qodef-social-title{margin:0}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon{line-height:inherit;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;line-height:36px}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title{display:inline-block}.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{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:36px;height:36px;font-size:10px;line-height:1;text-align:center;color:#232323;border:none;border-radius:100%;-webkit-transition:color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,border-color .2s ease-out}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a .qodef-svg-circle{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a .qodef-svg-circle circle{fill:none;stroke-width:1px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a .qodef-svg-circle circle:first-child{stroke:#e1e1e1;stroke-dashoffset:0;stroke-dasharray:115}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a .qodef-svg-circle circle:last-child{stroke:#f23801;stroke-dashoffset:115;stroke-dasharray:115}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover{color:#f23801}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover .qodef-svg-circle circle{-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover .qodef-svg-circle circle:first-child{stroke-dashoffset:-115}.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a:hover .qodef-svg-circle circle:last-child{stroke-dashoffset:0}.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:36px;height:50px;line-height:50px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1){bottom:-50px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2){bottom:-100px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3){bottom:-150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4){bottom:-200px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5){bottom:-250px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6){bottom:-300px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7){bottom:-350px}.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:50px;padding-left:14px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1){left:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2){left:50px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3){left:100px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4){left:150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5){left:200px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6){left:250px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7){left:300px}.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:50px;padding-right:14px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1){right:0}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2){right:50px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3){right:100px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4){right:150px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5){right:200px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6){right:250px}.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7){right:300px}.qodef-social-share.qodef-layout--dropdown.qodef-skin--light .qodef-social-share-dropdown-opener{color:#fff}.qodef-social-share.qodef-layout--dropdown.qodef-skin--light .qodef-social-share-dropdown-opener:hover{color:#f23801}.qodef-social-share.qodef-layout--dropdown.qodef-skin--light .qodef-social-share-dropdown li a{color:#fff;border:1px solid #fff}.qodef-social-share.qodef-layout--dropdown.qodef-skin--light .qodef-social-share-dropdown li a:hover{color:#f23801;border-color:#f23801}.qodef-social-share.qodef-layout--dropdown.qodef-skin--dark .qodef-social-share-dropdown-opener{color:#000}.qodef-social-share.qodef-layout--dropdown.qodef-skin--dark .qodef-social-share-dropdown-opener:hover{color:#f23801}.qodef-social-share.qodef-layout--dropdown.qodef-skin--dark .qodef-social-share-dropdown li a{color:#000;border:1px solid #000}.qodef-social-share.qodef-layout--dropdown.qodef-skin--dark .qodef-social-share-dropdown li a:hover{color:#f23801;border-color:#f23801}.qodef-social-share.qodef-layout--list .qodef-social-title{line-height:36px}.qodef-social-share.qodef-layout--list li{margin-right:14px}.qodef-social-share.qodef-layout--list li a{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:36px;height:36px;text-align:center;border:none;border-radius:100%;-webkit-transition:color .2s ease-out,border-color .2s ease-out;-o-transition:color .2s ease-out,border-color .2s ease-out;transition:color .2s ease-out,border-color .2s ease-out;color:#000;font-size:11px;letter-spacing:.15em;line-height:32px;font-weight:400;text-transform:uppercase}.qodef-social-share.qodef-layout--list li a .qodef-svg-circle{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible}.qodef-social-share.qodef-layout--list li a .qodef-svg-circle circle{fill:none;stroke-width:1px;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-145deg);-ms-transform:rotate(-145deg);transform:rotate(-145deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-social-share.qodef-layout--list li a .qodef-svg-circle circle:first-child{stroke:#e1e1e1;stroke-dashoffset:0;stroke-dasharray:115}.qodef-social-share.qodef-layout--list li a .qodef-svg-circle circle:last-child{stroke:#f23801;stroke-dashoffset:115;stroke-dasharray:115}.qodef-social-share.qodef-layout--list li a:hover{color:#f23801}.qodef-social-share.qodef-layout--list li a:hover .qodef-svg-circle circle{-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);transform:rotate(55deg);-webkit-transition:all .6s cubic-bezier(.43,.41,.36,.9);-o-transition:all .6s cubic-bezier(.43,.41,.36,.9);transition:all .6s cubic-bezier(.43,.41,.36,.9)}.qodef-social-share.qodef-layout--list li a:hover .qodef-svg-circle circle:first-child{stroke-dashoffset:-115}.qodef-social-share.qodef-layout--list li a:hover .qodef-svg-circle circle:last-child{stroke-dashoffset:0}.qodef-social-share.qodef-layout--list li:last-child{margin-right:0}.qodef-social-share.qodef-layout--list.qodef-bottom-margin li{margin-bottom:14px}.qodef-social-share.qodef-layout--list.qodef-skin--light li a{border:1px solid #fff;color:#fff}.qodef-social-share.qodef-layout--list.qodef-skin--light li a:hover{color:#f23801;border-color:#f23801}.qodef-social-share.qodef-layout--list.qodef-skin--dark li a{border:1px solid #000;color:#000}.qodef-social-share.qodef-layout--list.qodef-skin--dark li a:hover{color:#f23801;border-color:#f23801}.qodef-header--vertical-sliding .qodef--static .qodef-social-share.qodef-layout--list li{display:block;margin:0 0 14px}.qodef-header--vertical-sliding .qodef--static .qodef-social-share.qodef-layout--list li:last-child{margin:0}.qodef-social-share.qodef-layout--text{vertical-align:baseline}.qodef-social-share.qodef-layout--text .qodef-social-title,.qodef-social-share.qodef-layout--text ul{vertical-align:baseline}.qodef-social-share.qodef-layout--text li{margin-right:14px;vertical-align:baseline}.qodef-social-share.qodef-layout--text li a{font-size:13px;color:#232323}.qodef-social-share.qodef-layout--text li a:hover{color:#f23801}.qodef-social-share.qodef-layout--text li:last-child{margin-right:0}.qodef-social-share.qodef-layout--text.qodef-skin--light li a{color:#fff}.qodef-social-share.qodef-layout--text.qodef-skin--light li a:hover{color:#f23801}.qodef-social-share.qodef-layout--text.qodef-skin--dark li a{color:#000}.qodef-social-share.qodef-layout--text.qodef-skin--dark li a:hover{color:#f23801}.widget .qodef-social-share.qodef-layout--list .qodef-social-title{display:block;margin-bottom:10px;text-transform:capitalize;font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;line-height:1.818em;text-transform:uppercase;color:#9e9e9e}.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:#f23801}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#f23801}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#f23801}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#f23801}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#f23801}#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#f23801}#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-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#a8a8a8}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover{color:#3b5998}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover{color:#00aced}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover{color:#007bb5}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover{color:#32506d}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover{color:#cb2027}.qodef-footer-skin--light #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:#9e9e9e}#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title{color:#9e9e9e}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover{color:#f23801}#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title{color:#9e9e9e}#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-top-area .widget .qodef-social-share.qodef-layout--list li a{width:23px;height:23px;font-size:7px;line-height:23px}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a{color:#fafafa}.qodef-footer-skin--light #qodef-page-footer .widget .qodef-social-share.qodef-layout--list li a:hover{color:#f23801}#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:#f23801;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--borgholm.qodef-init .qodef-borgholm-dot{-webkit-animation:qodef-borgholm-spinner 1s infinite;animation:qodef-borgholm-spinner 1s infinite}#qodef-page-spinner.qodef-layout--borgholm.qodef-finished .qodef-borgholm-dot{-webkit-animation:none;animation:none}#qodef-page-spinner.qodef-layout--borgholm .qodef-borgholm-dot{height:12px;width:12px;background-color:#f23801;border-radius:100%;opacity:1;-webkit-transform:translateY(-30px) scaleX(.5) scaleY(.5);-ms-transform:translateY(-30px) scaleX(.5) scaleY(.5);transform:translateY(-30px) scaleX(.5) scaleY(.5)}@-webkit-keyframes qodef-borgholm-spinner{0%{opacity:0;-webkit-transform:translateY(-30px) scaleX(.5) scaleY(.5);transform:translateY(-30px) scaleX(.5) scaleY(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}5%{opacity:1;-webkit-transform:translateY(-30px) scaleX(1.15) scaleY(1.15);transform:translateY(-30px) scaleX(1.15) scaleY(1.15);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{opacity:1;-webkit-transform:translateY(-30px) scaleX(1) scaleY(1);transform:translateY(-30px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}25%{opacity:1;-webkit-transform:translateY(-15px) scaleX(.8) scaleY(1.2);transform:translateY(-15px) scaleX(.8) scaleY(1.2);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{opacity:1;-webkit-transform:translateY(0) scaleX(1.2) scaleY(.8);transform:translateY(0) scaleX(1.2) scaleY(.8);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}60%{opacity:1;-webkit-transform:translateY(-15px) scaleX(1) scaleY(1);transform:translateY(-15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{opacity:1;-webkit-transform:translateY(15px) scaleX(1) scaleY(1);transform:translateY(15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}90%{opacity:0;-webkit-transform:translateY(15px) scaleX(1) scaleY(1);transform:translateY(15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{opacity:0;-webkit-transform:translateY(-30px) scaleX(.5) scaleY(.5);transform:translateY(-30px) scaleX(.5) scaleY(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes qodef-borgholm-spinner{0%{opacity:0;-webkit-transform:translateY(-30px) scaleX(.5) scaleY(.5);transform:translateY(-30px) scaleX(.5) scaleY(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}5%{opacity:1;-webkit-transform:translateY(-30px) scaleX(1.15) scaleY(1.15);transform:translateY(-30px) scaleX(1.15) scaleY(1.15);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{opacity:1;-webkit-transform:translateY(-30px) scaleX(1) scaleY(1);transform:translateY(-30px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}25%{opacity:1;-webkit-transform:translateY(-15px) scaleX(.8) scaleY(1.2);transform:translateY(-15px) scaleX(.8) scaleY(1.2);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{opacity:1;-webkit-transform:translateY(0) scaleX(1.2) scaleY(.8);transform:translateY(0) scaleX(1.2) scaleY(.8);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{opacity:1;-webkit-transform:translateY(0) scaleX(1) scaleY(1);transform:translateY(0) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}60%{opacity:1;-webkit-transform:translateY(-15px) scaleX(1) scaleY(1);transform:translateY(-15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{opacity:1;-webkit-transform:translateY(15px) scaleX(1) scaleY(1);transform:translateY(15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}90%{opacity:0;-webkit-transform:translateY(15px) scaleX(1) scaleY(1);transform:translateY(15px) scaleX(1) scaleY(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}100%{opacity:0;-webkit-transform:translateY(-30px) scaleX(.5) scaleY(.5);transform:translateY(-30px) scaleX(.5) scaleY(.5);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}#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--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:#f23801;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 -4px 9.5px .5px rgba(0,0,0,.05);box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);-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:#000}.qodef-sp-holder .qodef-sp-close svg{stroke:currentColor;fill:currentColor}.qodef-sp-holder .qodef-sp-content-container{background-color:#fafafa;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 #000;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 40px}.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span{font-size:15px;color:#fff}.qodef-page-title .qodef-breadcrumbs a{position:relative}.qodef-page-title .qodef-breadcrumbs a:before{content:'';position:absolute;display:inline-block;height:1px;bottom:0;width:0;background-color:currentColor;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.qodef-page-title .qodef-breadcrumbs a:hover:before{width:100%}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator{margin:0 5px}.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after{content:'/'}.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs{margin-top:5px}.qodef-page-title.qodef-title--standard .qodef-m-subtitle{margin:0 0 14px;font-family:"Work Sans",sans-serif;font-size:11px;font-weight:500;letter-spacing:.2em;line-height:1.818em;text-transform:uppercase;color:#9e9e9e;color:#000}.widget.qodef-author-info .qodef-author-info-image{margin-bottom:21px;display:inline-block}.widget.qodef-author-info .qodef-author-info-name{margin:0 0 21px}.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}.qodef-header--vertical-sliding .qodef--static .qodef-social-icons-group.qodef-predefined-layout--custom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-social-icons-group.qodef-predefined-layout--custom .qodef-icon-holder{margin-left:0}.widget.widget_borgholm_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_borgholm_core_social_icons_group .qodef-icon-holder.qodef-layout--circle{background-color:#f23801}.widget.widget_borgholm_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover{background-color:#000}.widget.widget_borgholm_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a{color:#fff}.widget_borgholm_core_sticky_sidebar{position:relative;width:100%;height:0;margin:0!important;padding:0!important;border:none!important;background:0 0!important}.qodef-weather-widget .qodef-m-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.qodef-weather-widget .qodef-m-weather{margin-right:20px;-ms-flex-negative:0;flex-shrink:0}.qodef-weather-widget .qodef-m-weather-icon{font-size:50px;line-height:1;margin-bottom:15px}.qodef-weather-widget .qodef-m-weather-icon:before{content:''}.qodef-weather-widget .qodef-m-weather-icon.qodef--haze:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--mist:before{content:"\f75f"}.qodef-weather-widget .qodef-m-weather-icon.qodef--light-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--snow:before{content:"\f2dc"}.qodef-weather-widget .qodef-m-weather-icon.qodef--thunderstorm:before{content:"\f0e7"}.qodef-weather-widget .qodef-m-weather-icon.qodef--drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-drizzle:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-intensity-shower-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain-and-snow:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--light-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--moderate-rain:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--rain:before{content:"\f73d"}.qodef-weather-widget .qodef-m-weather-icon.qodef--shower-rain:before{content:"\f740"}.qodef-weather-widget .qodef-m-weather-icon.qodef--broken-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--overcast-clouds:before{content:"\f0c2"}.qodef-weather-widget .qodef-m-weather-icon.qodef--few-clouds:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--scattered-clouds:before{content:"\f6c4"}.qodef-weather-widget .qodef-m-weather-icon.qodef--clear-sky:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sky-is-clear:before,.qodef-weather-widget .qodef-m-weather-icon.qodef--sun:before{content:"\f185"}.qodef-weather-widget .qodef-m-temperature{font-size:25px}.qodef-weather-widget .qodef-m-temperature.qodef--high-low .qodef-e-temperature-low:after{content:'-'}.qodef-weather-widget .qodef-m-weather-info p{margin:0}.qodef-weather-widget .qodef-e-heading{margin-bottom:15px}.qodef-weather-widget .qodef-e-heading>*{margin:0}.qodef-weather-widget .qodef-e-heading-description{margin-top:10px}.qodef-weather-widget .qodef-m-other-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px}.qodef-weather-widget .qodef-m-other-days .qodef-m-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-weather-widget.qodef-layout--simple .qodef-m-city{padding:0 10px}.qodef-weather-widget .qodef-m-weather-icon{color:#f23801}.qodef-weather-widget .qodef-e-heading-description{color:#f23801}.qodef-footer-skin--light #qodef-page-footer .qodef-weather-widget .qodef-m-weather-icon{color:#fff}.qodef-footer-skin--light #qodef-page-footer .qodef-weather-widget .qodef-e-heading-city{color:#fff}.qodef-wishlist{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-wishlist .qodef-m-link{line-height:1}.qodef-wishlist .qodef-m-link.qodef--added{color:#f23801}.qodef-wishlist .qodef-m-link.qodef--added i{font-weight:900}.qodef-wishlist .qodef-m-response{position:absolute;top:-6px;bottom:auto;right:-6px;left:auto;width:auto;padding:0 10px;font-size:13px;line-height:30px;color:#000;background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;-webkit-box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);box-shadow:-3px -4px 9.5px .5px rgba(0,0,0,.05);white-space:nowrap;opacity:0;visibility:hidden;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.qodef-wishlist .qodef-m-response.qodef--show{opacity:1;visibility:visible}.qodef-wishlist-dropdown{position:relative;display:inline-block;vertical-align:top;height:100%;margin:0 10px}.qodef-wishlist-dropdown .qodef-m-inner{position:relative;display:inline-block;width:100%;vertical-align:top;height:100%}.qodef-wishlist-dropdown .qodef-m-link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.qodef-wishlist-dropdown .qodef-m-link>*{margin:0;line-height:1}.qodef-wishlist-dropdown .qodef-m-link{color:#000}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link{color:#000}.qodef-wishlist-dropdown .qodef-m-link-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:2px;font-size:18px}.qodef-wishlist-dropdown .qodef-m-link-icon:before{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-m-link-icon{color:#f23801}#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon{color:#f23801}.qodef-wishlist-dropdown .qodef-m-link-count{font-family:Cormorant,serif;font-weight:700;letter-spacing:0;font-size:22px;line-height:1.182em}.qodef-wishlist-dropdown .qodef-m-items{position:absolute;top:100%;left:auto;right:0;width:266px;padding:25px;text-align:left;background-color:#fff;border:1px solid #e1e1e1;opacity:0;visibility:hidden;z-index:1000;-webkit-transition:all .35s cubic-bezier(.53,.01,.18,1);-o-transition:all .35s cubic-bezier(.53,.01,.18,1);transition:all .35s cubic-bezier(.53,.01,.18,1)}.qodef-wishlist-dropdown .qodef-m-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 25px}.qodef-wishlist-dropdown .qodef-m-item:last-child{margin-bottom:0}.qodef-wishlist-dropdown .qodef-e-image-link{-ms-flex-negative:0;flex-shrink:0;max-width:60px;margin-right:15px}.qodef-wishlist-dropdown .qodef-e-image-link img{display:block;border:1px solid #e1e1e1;border-radius:4px}.qodef-wishlist-dropdown .qodef-e-title{margin:0}.qodef-wishlist-dropdown .qodef-e-remove{position:absolute;top:-10px;right:-10px;padding:5px;font-size:13px;line-height:1;z-index:3}.qodef-wishlist-dropdown .qodef-e-remove *{display:block;line-height:inherit}.qodef-wishlist-dropdown .qodef-e-remove :before{display:block;line-height:inherit}.touch .qodef-wishlist-dropdown{cursor:pointer}.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items{opacity:1;visibility:visible}.qodef-working-hours-list{position:relative;display:inline-block;width:100%;vertical-align:top}.qodef-working-hours-list .qodef-working-hours-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:16px}.qodef-working-hours-list .qodef-e-day{position:relative;margin:0}.qodef-working-hours-list .qodef-e-day-icon{position:absolute;top:-2px;right:-8px;font-size:8px;color:#f23801}.qodef-working-hours-list .qodef-e-line{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 10px;border-bottom:1px solid #bfb8b6;opacity:.5}.qodef-working-hours-list .qodef-e-time{margin:0;font-family:"Work Sans",sans-serif;font-style:italic}.qodef-working-hours-list .qodef-e-time.qodef--closed{color:#f23801}.qodef-working-hours-list .qodef-m-footer{position:relative;top:3px;font-size:14px;color:#817c7b}.qodef-working-hours-list .qodef-m-footer-icon{position:relative;top:-5px;right:0;font-size:8px;color:#f23801}@media only screen and (max-width:680px){#qodef-age-verification-modal .qodef-m-content{min-width:auto}#qodef-age-verification-modal .qodef-m-content-note{display:none}}@media only screen and (max-width:680px){#qodef-author-info .qodef-m-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}#qodef-author-info .qodef-m-content{margin-top:-11px}#qodef-author-info .qodef-m-image{margin-right:0;margin-bottom:39px}}@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-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:-50px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets{margin:0 -25px}.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item{padding:0 25px;margin:0 0 50px}.qodef-twitter-list.qodef-gutter--gigantic.qodef--no-bottom-space{margin-bottom:-80px}.qodef-twitter-list.qodef-gutter--gigantic #ctf .ctf-tweets{margin:0 -40px}.qodef-twitter-list.qodef-gutter--gigantic #ctf .ctf-tweets>.ctf-item{padding:0 40px;margin:0 0 80px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--gallery-small .qodef-media{margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--images-small .qodef-media{margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-portfolio-single.qodef-layout--masonry-small .qodef-media{margin:0 0 50px}}@media only screen and (max-width:1024px){.qodef-call-to-action.qodef-layout--standard .qodef-m-content br{display:none}}@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-cards-gallery .qodef-m-fake-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(84%);-ms-transform:scale(.3) translateX(84%);transform:scale(.3) translateX(84%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(60%);-ms-transform:scale(.4) translateX(60%);transform:scale(.4) translateX(60%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(39%);-ms-transform:scale(.5) translateX(39%);transform:scale(.5) translateX(39%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(25%);-ms-transform:scale(.6) translateX(25%);transform:scale(.6) translateX(25%)}.qodef-cards-gallery.qodef-orientation--left .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(11.2%);-ms-transform:scale(.7) translateX(11.2%);transform:scale(.7) translateX(11.2%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(6){-webkit-transform:scale(.3) translateX(-84%);-ms-transform:scale(.3) translateX(-84%);transform:scale(.3) translateX(-84%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(5){-webkit-transform:scale(.4) translateX(-60%);-ms-transform:scale(.4) translateX(-60%);transform:scale(.4) translateX(-60%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(4){-webkit-transform:scale(.5) translateX(-39%);-ms-transform:scale(.5) translateX(-39%);transform:scale(.5) translateX(-39%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(3){-webkit-transform:scale(.6) translateX(-25%);-ms-transform:scale(.6) translateX(-25%);transform:scale(.6) translateX(-25%)}.qodef-cards-gallery.qodef-orientation--right .qodef-m-card:nth-last-child(2){-webkit-transform:scale(.7) translateX(-11.2%);-ms-transform:scale(.7) translateX(-11.2%);transform:scale(.7) translateX(-11.2%)}}@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%}}@media only screen and (max-width:768px){.qodef-custom-font.qodef-disable-title-break br{display:none}}@media only screen and (max-width:1024px){.qodef-frame-slider-holder{margin-bottom:96px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-96px!important}}@media only screen and (max-width:768px){.qodef-frame-slider-holder{margin-bottom:86px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-86px!important}}@media only screen and (max-width:680px){.qodef-frame-slider-holder{margin-bottom:76px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-76px!important}}@media only screen and (max-width:480px){.qodef-frame-slider-holder{margin-bottom:46px}.qodef-frame-slider-holder .swiper-pagination-bullets{bottom:-46px!important}}@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:1024px){.qodef-info-section.qodef-title-break--disabled .qodef-m-title br{display:none}}@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:30px;line-height:1.067em;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:1024px){.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:60px}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:60px}.qodef-swapping-image-gallery .qodef-m-info{padding-top:30px}.qodef-swapping-image-gallery .qodef-m-info .qodef-m-headline{margin:0 0 30px}.qodef-swapping-image-gallery.qodef-title-break--disabled .qodef-m-title br{display:none}}@media only screen and (max-width:680px){.qodef-swapping-image-gallery{display:block}.qodef-swapping-image-gallery .qodef-m-image-holder,.qodef-swapping-image-gallery .qodef-m-info{-ms-flex-preferred-size:auto;flex-basis:auto}.qodef-swapping-image-gallery.qodef-info-position--right .qodef-m-info{padding-left:0}.qodef-swapping-image-gallery.qodef-info-position--left .qodef-m-info{padding-right:0}}@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:26px}.qodef-tabs.qodef-layout--simple .qodef-tabs-content{margin:26px 0 0}}@media only screen and (max-width:1024px){.qodef-vertical-split-slider.qodef-disable-below--1024{display:none}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-image{min-height:50vh}.qodef-vertical-split-slider.qodef-disable-below--1024+.qodef-vertical-split-slider-responsive .qodef-m-slide-content{padding:10%}}@media only screen and (max-width:768px){.qodef-vertical-split-slider.qodef-disable-below--768{display:none}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive{display:block}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content,.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-image{min-height:50vh}.qodef-vertical-split-slider.qodef-disable-below--768+.qodef-vertical-split-slider-responsive .qodef-m-slide-content{padding:10%}}@media only screen and (max-width:1440px){.qodef-workflow .qodef-e-workflow-item:nth-child(even) .qodef-e-workflow-item-inner{-webkit-transform:none;-ms-transform:none;transform:none}.qodef-workflow .qodef-e-workflow-item:nth-child(odd) .qodef-e-workflow-item-inner{-webkit-transform:none;-ms-transform:none;transform:none}.qodef-workflow .qodef-e-workflow-item-inner:after{width:50%}}@media only screen and (max-width:1280px){.qodef-workflow .qodef-e-workflow-item-inner:after{width:20%}}@media only screen and (max-width:1024px){.qodef-workflow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.qodef-workflow .qodef-e-workflow-image{display:none}.qodef-workflow .qodef-e-workflow-item{margin-bottom:30px}.qodef-workflow .qodef-e-workflow-item-inner:after{width:0}}@media only screen and (max-width:680px){.qodef-workflow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qodef-workflow .qodef-e-workflow-item{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important;text-align:center!important}}@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; } }