.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;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    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 {
    position: relative
}
.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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select2-container .select2-search--inline {
    float: left;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin: 0;
    padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
.select2-dropdown {
    background-color: #fff;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    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
}
.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!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: 700
}
.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: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin: 5px 5px 0 0
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
    content: '';
    display: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}
.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__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 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--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    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: 0 0;
    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[role=group] {
    padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ddd
}
.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--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #0073aa;
    color: #fff
}
.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-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #0073aa
}
.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: 700;
    margin-right: 10px
}
.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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}
.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 #0073aa
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    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-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}
.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-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #0073aa
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}
.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;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}
.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__remove {
    margin-left: 2px;
    margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #0073aa
}
.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[role=group] {
    padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
    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: #0073aa
}
.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;
    background-color: #3596ee;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 0 #246eae;
    box-shadow: 0 2px 0 0 #246eae
}
.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-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%
}
.qode-cd-switch {
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 40px;
    overflow: hidden
}
.qode-cd-switch .qodef-cd-import-attachments {
    display: none
}
.qode-cd-switch .qode-cd-cb-disable, .qode-cd-switch .qode-cd-cb-enable {
    display: block;
    float: left;
    padding: 0 10px
}
.qode-cd-switch .qode-cd-cb-disable.selected, .qode-cd-switch .qode-cd-cb-enable.selected {
    background-color: #3596ee;
    color: #fff
}
.qode-cd-switch .qode-cd-cb-disable span, .qode-cd-switch .qode-cd-cb-enable span {
    line-height: 32px;
    font-size: 13px;
    display: block;
    font-weight: 700
}
/*
 * Container style
 */

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */

.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;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    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;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    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;
}
/*
 * Scrollbar thumb styles
 */

.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;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    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;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    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;
}
/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
@charset "UTF-8";
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 {
    background: 0 0;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}
html {
    overflow-y: auto;
}
* {
    -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 {
    background-color: #fff;
    margin: 15px 0;
    max-width: 100%;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -.25em
}
sup {
    top: -.5em
}
table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%
}
table tr {
    border: 1px solid #f1f1f1
}
table th {
    border-right: 1px solid #f1f1f1;
    padding: 5px 7px;
    text-align: left
}
table td {
    border-right: 1px solid #f1f1f1;
    padding: 5px 10px
}
hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
ol, ul {
    list-style-position: inside;
    margin: 0 0 1.5em;
    padding: 0
}
li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}
dt {
    font-weight: 700
}
dd {
    margin: 0 1.5em 1.5em
}
a img {
    border: none
}
.wp-caption, img {
    height: auto;
    max-width: 100%
}
img {
    border-style: none;
    vertical-align: middle
}
embed, iframe, object {
    max-width: 100%
}
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
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
progress {
    vertical-align: baseline
}
summary {
    display: list-item
}
template {
    display: none
}
.gallery-caption, .wp-caption {
    font-size: .8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
    opacity: 1
}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption .wp-caption-text {
    margin: .8075em 0;
    opacity: 1
}
.wp-caption-text {
    text-align: center
}
.bypostauthor, .sticky {
    opacity: 1
}
::-moz-selection {
    background-color: #244263;
    color: #fff
}
::selection {
    background-color: #244263;
    color: #fff
}
::-moz-selection {
    background-color: #244263;
    color: #fff
}
.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 {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto
}
.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}
.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both
}
@media only screen and (max-width:1024px) {
    .alignwide {
        width: 100%;
        max-width: 100%
    }
}
.alignfull {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    max-width: calc(100% + (2 * 1rem));
    clear: both
}
@media only screen and (max-width:1024px) {
    .alignfull {
        left: calc(-12.5% - 75px);
        width: calc(125% + 150px);
        max-width: calc(125% + 150px);
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem)
    }
}
.qodef-content-alignment-left {
    text-align: left
}
.qodef-content-alignment-center {
    text-align: center
}
.qodef-content-alignment-right {
    text-align: right
}
.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: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #848484;
    background-color: #fff;
    background-size: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}
.qodef-h1, h1 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 60px;
    line-height: 1.03em;
    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: #94c4f7
}
.qodef-h2, h2 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 40px;
    line-height: 1.1em;
    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: #94c4f7
}
.qodef-h3, h3 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    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: #94c4f7
}
.qodef-h4, h4 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 24px;
    line-height: 1.16em;
    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: #94c4f7
}
.qodef-h5, h5 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
.qodef-h5 a, h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}
.qodef-h5 a:hover, h5 a:hover {
    color: #94c4f7
}
.qodef-h6, h6 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em;
    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: #94c4f7
}
a, p a {
    color: #244262;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
a:hover, p a:hover {
    color: #94c4f7
}
p {
    margin: 10px 0;
    line-height: 1.5em
}
blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    padding: 0;
    border: none;
    padding: 18px 10% 20px 0;
    position: relative;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    quotes: none
}
blockquote:before {
    content: '“';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}
blockquote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}
blockquote:after {
    content: ''
}
blockquote cite {
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: Nickainley;
    src: url(/web/css/fonts/nickainley.woff) format("woff"), url(/web/css/fonts/nickainley.ttf) format("truetype"), url(/web/css/fonts/nickainley.svg#Nickainley) format("svg");
    font-weight: 400;
    font-style: normal
}
var {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    line-height: 1.38em;
    color: #244262
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: none;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    color: #244262;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
    margin: 0 0 17px;
    outline: 0;
    padding: 12px 21px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    background-color: #ebf5ff;
    border-color: transparent;
    color: #244262
}
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: 1
}
input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
input[type=email]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer input[type=email], #qodef-page-footer input[type=number], #qodef-page-footer input[type=password], #qodef-page-footer input[type=tel], #qodef-page-footer input[type=text], #qodef-page-footer input[type=url], #qodef-page-footer textarea {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}
#qodef-page-footer input[type=email]:focus, #qodef-page-footer input[type=number]:focus, #qodef-page-footer input[type=password]:focus, #qodef-page-footer input[type=tel]:focus, #qodef-page-footer input[type=text]:focus, #qodef-page-footer input[type=url]:focus, #qodef-page-footer textarea:focus {
    color: #fff;
    background-color: transparent;
    border-color: #ccc
}
.post-password-form input[type=password] {
    margin-top: .5em
}
body:not([class*=mildhill-core]) .qodef-theme-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    background-color: transparent;
    border: 0;
    color: #244263;
    font-size: 13px;
    font-weight: 600;
    padding: 0!important
}
body:not([class*=mildhill-core]) .qodef-theme-button:hover {
    color: #94c4f7
}
button[type=submit], .button, input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent;
    cursor: pointer
}
button[type=submit]:hover, .button:hover, input[type=submit]:hover {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff!important;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin: 4px 8px 4px 0;
    outline: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 16px
}
input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #94c4f7!important
}
label {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    label {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
body .select2-container--default {
    display: inline-block;
    margin: 0 0 17px;
    position: relative;
    width: auto
}
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: #ebf5ff;
    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: #244262
}
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: #fff
}
body .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top-color: #fff
}
body .select2-container--default .select2-selection--single {
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    color: #244262;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 12px 21px;
    -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 {
    color: inherit;
    display: block;
    line-height: inherit;
    overflow: hidden;
    padding: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}
body .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #244262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\33';
    display: block;
    font-family: ElegantIcons;
    font-style: normal;
    line-height: inherit
}
body .select2-container--default .select2-selection--multiple {
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    color: #244262;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    line-height: 24px;
    margin: 0;
    outline: 0;
    padding: 12px 21px;
    -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 {
    color: inherit;
    display: block;
    line-height: inherit;
    list-style: none;
    overflow: hidden;
    padding: 0;
    -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 {
    color: inherit;
    float: left;
    margin: 0
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: inherit;
    margin: 0;
    position: relative
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #244262;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: default;
    float: left;
    margin: 5px 5px 0 0;
    padding: 0 10px
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0 3px 0 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}
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 {
    -webkit-appearance: none;
    border: none!important;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0!important;
    outline: 0;
    padding: 0!important;
    width: 100%
}
body .select2-container--default .select2-search--inline .select2-search__field:focus {
    border-color: #244262
}
body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}
body .select2-container--default .select2-dropdown {
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    left: -100000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1051
}
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 {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #848484;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 20px;
    margin: 0;
    outline: 0;
    padding: 4px 8px;
    width: 100%
}
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: #fff;
    border-color: #244262;
    color: #244262
}
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: 230px;
    overflow-y: auto
}
body .select2-container--default .select2-results__options {
    list-style: none;
    margin: 12px 19px;
    padding: 0;
    position: relative
}
body .select2-container--default .select2-results__option {
    color: #7599c0;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
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: #244262
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
    background: 0 0;
    color: #244262
}
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] {
    background: 0 0;
    color: #244262
}
body .select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 7px 0
}
.select2-close-mask {
    background-color: #fff;
    border: 0;
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 99
}
.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: 0!important;
    line-height: 1;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}
.qodef-content-grid {
    margin: 0px auto 20px;
    /*width:1100px*/
    display: flex !important;
    width: 100% !important;
}
@media only screen and (min-width:1367px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width: 1300px
    }
}
@media only screen and (min-width:1367px) {
    .qodef-content-grid-1200 .qodef-content-grid {
        width: 1200px
    }
}
@media only screen and (min-width:1025px) {
    .qodef-content-grid-1000 .qodef-content-grid {
        width: 1000px
    }
}
@media only screen and (min-width:769px) {
    .qodef-content-grid-800 .qodef-content-grid {
        width: 800px
    }
}
.qodef--boxed {
    background-color: #ebf5ff
}
.qodef--boxed #qodef-page-wrapper {
    background-color: #fff;
    display: block
}
.qodef--boxed .qodef-page-wrapper-outer {
    background-position: top left, top right;
    background-repeat: repeat-y, repeat-y;
    background-size: 75px;
    margin: 0 auto;
    min-height: 100%;
    z-index: 101
}
@media only screen and (max-width:680px) {
    .qodef--boxed .qodef-page-wrapper-outer {
        background-image: unset
    }
}
.qodef-browser--ms-explorer.qodef--boxed .qodef-page-wrapper-outer {
    background-size: 135px!important
}
.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;
    float: left;
    min-height: 1px
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--12 {
        width: 100%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--12 {
        left: 100%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--12 {
        right: 100%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--11 {
        width: 91.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--11 {
        left: 91.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--11 {
        right: 91.66667%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--10 {
        width: 83.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--10 {
        left: 83.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--10 {
        right: 83.33333%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--9 {
        width: 75%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--9 {
        left: 75%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--9 {
        right: 75%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--8 {
        width: 66.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--8 {
        left: 66.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--8 {
        right: 66.66667%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--7 {
        width: 58.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--7 {
        left: 58.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--7 {
        right: 58.33333%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--6 {
        width: 50%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--6 {
        left: 50%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--6 {
        right: 50%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--5 {
        width: 41.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--5 {
        left: 41.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--5 {
        right: 41.66667%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
        width: 33.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--4 {
        left: 33.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--4 {
        right: 33.33333%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--3 {
        width: 25%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--3 {
        left: 25%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--3 {
        right: 25%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--2 {
        width: 16.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--2 {
        left: 16.66667%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--2 {
        right: 16.66667%
    }
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--1 {
        width: 8.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-push--1 {
        left: 8.33333%
    }
    .qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col-pull--1 {
        right: 8.33333%
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--1>.qodef-grid-inner>.qodef-grid-item {
    width: 100%
}
.qodef-grid.qodef-layout--columns.qodef-col-num--2>.qodef-grid-inner>.qodef-grid-item {
    width: 50%
}
@media only screen and (min-width:681px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--3>.qodef-grid-inner>.qodef-grid-item {
    width: 33.33333%
}
@media only screen and (min-width:769px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--4>.qodef-grid-inner>.qodef-grid-item {
    width: 25%
}
@media only screen and (min-width:1025px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--5>.qodef-grid-inner>.qodef-grid-item {
    width: 20%
}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--6>.qodef-grid-inner>.qodef-grid-item {
    width: 16.66667%
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--7>.qodef-grid-inner>.qodef-grid-item {
    width: 14.28571%
}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--columns.qodef-col-num--8>.qodef-grid-inner>.qodef-grid-item {
    width: 12.5%
}
@media only screen and (min-width:1367px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (min-width:1441px) {
    .qodef-grid.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item .qodef-e-inner {
    height: 100%;
    overflow: hidden
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item a {
    display: block;
    height: 100%
}
.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    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 {
    margin: 0;
    padding: 0;
    width: 100%
}
.qodef-grid.qodef-layout--masonry .qodef-grid-masonry-gutter {
    margin: 0;
    padding: 0;
    width: 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--custom.qodef--no-bottom-space {
    margin-bottom: -64px
}
.qodef-grid.qodef-gutter--custom>.qodef-grid-inner {
    margin: 0 -32px
}
.qodef-grid.qodef-gutter--custom>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 32px;
    margin: 0 0 64px
}
.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
    margin: 0 -40px
}
.qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
    padding: 0 40px;
    margin: 0 0 80px
}
#qodef-page-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#qodef-page-outer {
    position: relative;
}
#qodef-page-inner {
    position: relative;
    padding: 130px 0 100px
}
.qodef--ripped-line #qodef-page-outer {
    margin-bottom: -15px
}
.qodef--ripped-line #qodef-page-outer .qodef-page-inner-wrap {
    position: relative;
    top: -15px;
    padding-top: 15px;
    background-size: auto 75px;
    background-repeat: repeat-x;
    background-position: center 0
}
.qodef-browser--ms-explorer #qodef-side-area-close .qodef-svg {
    height: 100%
}
.qodef-browser--ms-explorer .qodef-fullscreen-menu-opener .qodef-svg, .qodef-browser--ms-explorer .qodef-search-close .qodef-svg {
    height: 100%
}
.qodef-browser--ms-explorer .qodef-svg {
    height: 25px;
    width: 25px
}
.mfp-bg {
    background-color: rgba(36, 66, 99, .9)!important;
    opacity: 1!important
}
.mfp-figure:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
button.mfp-arrow {
    border-bottom: 52px solid transparent!important;
    border-top: 52px solid transparent!important;
    height: 30px;
    margin: 0!important;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 30px
}
button.mfp-arrow:before {
    display: none
}
button.mfp-arrow:after {
    border: 0;
    color: #fff;
    font-family: ElegantIcons;
    font-size: 26px;
    margin: 0!important;
    position: absolute;
    top: -14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
button.mfp-arrow-left {
    border-left: 57px solid #94c4f7!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
button.mfp-arrow-left:after {
    content: '\34';
    left: -48px
}
button.mfp-arrow-left:hover {
    border-left: 57px solid #73b6fe!important
}
button.mfp-arrow-left:hover:after {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px)
}
button.mfp-arrow-right {
    border-right: 57px solid #94c4f7!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
button.mfp-arrow-right:after {
    content: '\35';
    left: 21px
}
button.mfp-arrow-right:hover {
    border-right: 57px solid #73b6fe!important
}
button.mfp-arrow-right:hover:after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}
button.mfp-close {
    opacity: 1;
    overflow: hidden;
    text-align: left!important;
    text-indent: -1000px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
button.mfp-close:hover {
    opacity: .6
}
button.mfp-close:after {
    bottom: 0;
    content: '\4d';
    font-family: ElegantIcons;
    font-size: 17px;
    font-weight: 900;
    position: absolute;
    right: 4px;
    text-indent: 0
}
.mfp-bottom-bar .mfp-counter, .mfp-bottom-bar .mfp-title {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}
.mfp-arrow.mfp-arrow-left:after, .mfp-arrow.mfp-arrow-left:before {
    margin-left: 0
}
.mfp-bottom-bar .mfp-title {
    display: none
}
.mfp-bottom-bar .mfp-counter {
    text-transform: lowercase
}
.qodef-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1
}
.qodef-swiper-container.qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: 0
}
.qodef-swiper-container .swiper-slide a, .qodef-swiper-container .swiper-slide img {
    width: 100%
}
.qodef-swiper-container.qodef-swiper--initialized {
    visibility: visible
}
.qodef-swiper-container.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 7px 0
}
.qodef-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    margin-top: 40px;
    position: relative
}
.qodef-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px
}
.swiper-pagination-bullets {
    line-height: 0
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #94c4f7;
    border-radius: 50%;
    height: 11px;
    opacity: 1;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 11px
}
.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #112234
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #112234
}
.swiper-button-next, .swiper-button-prev {
    background-image: none!important;
    height: 30px!important;
    margin: 0!important;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px!important
}
.swiper-button-next:before, .swiper-button-prev:before {
    position: absolute;
    color: #fff;
    font-family: ElegantIcons;
    font-size: 26px
}
.swiper-button-prev {
    left: 0!important;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    border-left: 57px solid #a6cef9
}
@media only screen and (max-width:680px) {
    .swiper-button-prev {
        left: 14px!important
    }
}
.swiper-button-prev:before {
    content: '\34';
    top: -10px;
    left: -48px
}
.swiper-button-next {
    right: 0!important;
    width: 0;
    height: 0;
    border-top: 52px solid transparent;
    border-bottom: 52px solid transparent;
    border-right: 57px solid #a6cef9
}
@media only screen and (max-width:680px) {
    .swiper-button-next {
        right: 14px!important
    }
}
.swiper-button-next:before {
    content: '\35';
    right: -48px;
    top: -10px
}
.swiper-button-next.swiper-button-outside, .swiper-button-prev.swiper-button-outside {
    color: #000
}
.swiper-button-prev.swiper-button-outside, .swiper-container-rtl .swiper-button-next.swiper-button-outside {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%)
}
.swiper-button-next.swiper-button-outside, .swiper-container-rtl .swiper-button-prev.swiper-button-outside {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%)
}
.widget_icl_lang_sel_widget {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: auto
}
#qodef-top-area .widget_icl_lang_sel_widget {
    padding-left: 12px
}
#qodef-top-area .widget_icl_lang_sel_widget:after, #qodef-top-area .widget_icl_lang_sel_widget:before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}
#qodef-top-area .widget_icl_lang_sel_widget:before {
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 28px;
    left: 0;
    width: 28px
}
#qodef-top-area .widget_icl_lang_sel_widget:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCA3MzcgNzM3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAg MCA3MzcgNzM3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTExOS41Nyw2NTguODVjLTMuMTgsMC02LjM4LTAuNjEtOS40Mi0xLjg2Yy05LjIxLTMu ODItMTUuMi0xMi43OS0xNS4yLTIyLjc0di04Mi43Mkg2MC40NAoJCUMyNy42OCw1NTEuNTIsMCw1 MjMuODYsMCw0OTEuMDlWMzA4Ljg4YzAtMzMuMzIsMjcuMTItNjAuNDQsNjAuNDQtNjAuNDRoMjQx LjMxVjEzOS4yOWMwLTMzLjMyLDI3LjEtNjAuNDQsNjAuNDEtNjAuNDRoMzE0LjQxCgkJYzMzLjMz LDAsNjAuNDMsMjcuMTIsNjAuNDMsNjAuNDR2MTgyLjIyYzAsMzIuNzctMjcuNjYsNjAuNDMtNjAu NDMsNjAuNDNoLTM0LjUzdjgyLjdjMCw5Ljk2LTUuOTksMTguOTItMTUuMiwyMi43NAoJCWMtOS4x OCwzLjc1LTE5Ljc5LDEuNjktMjYuODEtNS4zNGwtMTAwLjA4LTEwMC4xaC02NC43djEwOS4xNWMw LDMzLjMzLTI3LjEsNjAuNDMtNjAuNDEsNjAuNDNIMjM3LjA1TDEzNi45Nyw2NTEuNjQKCQlDMTMy LjI3LDY1Ni4zNSwxMjUuOTYsNjU4Ljg1LDExOS41Nyw2NTguODV6IE02MC40NCwyOTcuNjVjLTUu ODcsMC0xMS4yMyw1LjM2LTExLjIzLDExLjIzdjE4Mi4yMmMwLDUuNzcsNS40NiwxMS4yMSwxMS4y MywxMS4yMQoJCWg1OS4xM2MxMy42LDAsMjQuNjEsMTEuMDEsMjQuNjEsMjQuNjF2NDcuODdsNjUu MjgtNjUuMjdjNC42MS00LjYxLDEwLjg3LTcuMjEsMTcuNC03LjIxaDE0Ny45OGM1Ljk1LDAsMTEu MTktNS4yNCwxMS4xOS0xMS4yMQoJCVYzMDguODhjMC02LjA5LTUuMTItMTEuMjMtMTEuMTktMTEu MjNINjAuNDR6IE00MzUuMjQsMzMyLjcyaDc0Ljg5YzYuNTMsMCwxMi43OSwyLjYsMTcuNCw3LjIx bDY1LjI4LDY1LjI4di00Ny44OAoJCWMwLTEzLjYsMTEuMDEtMjQuNjEsMjQuNjEtMjQuNjFoNTku MTRjNS43NywwLDExLjIxLTUuNDQsMTEuMjEtMTEuMjFWMTM5LjI5YzAtNS44Ny01LjM0LTExLjIz LTExLjIxLTExLjIzSDM2Mi4xNgoJCWMtNi4wNywwLTExLjE5LDUuMTQtMTEuMTksMTEuMjN2MTA5 LjE0aDIzLjg2YzMzLjMxLDAsNjAuNDEsMjcuMTIsNjAuNDEsNjAuNDRWMzMyLjcyeiIvPgo8L2c+ Cjwvc3ZnPg==");
    height: 14px;
    left: 7px;
    width: 14px
}
#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 {
    width: 115px;
    padding: 0 25px 18px 25px
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.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;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.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 {
    margin: 0;
    padding: 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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.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 {
    border: 0;
    content: '\33';
    font-family: ElegantIcons;
    font-size: 15px;
    line-height: 1;
    margin-left: auto;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.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 {
    border-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}
.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;
    margin: 0;
    padding: 0;
    width: 100%
}
.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    margin-bottom: 0!important;
    vertical-align: middle
}
.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    display: block;
    padding: 0
}
.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 {
    display: block;
    padding: 0
}
#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: 13px 20px;
    height: 50px;
    line-height: 24px;
    color: #848484;
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 16px
}
#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: #244263
}
#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 10px 20px;
    background-color: #fff;
    width: 115px
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#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: #848484;
    font-size: 16px
}
#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: #244263
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-page-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!important
}
#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: 10
}
#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: 13px 20px;
    height: 50px;
    line-height: 24px;
    color: #848484;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 16px
}
#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: #244263
}
#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 10px 20px;
    background-color: transparent;
    width: 115px
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#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: #848484;
    font-size: 16px
}
#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: #244263
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-page-mobile-header .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!important
}
#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: 10
}
#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: 75px
}
#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 25px;
    height: 40px;
    line-height: 24px;
    color: #fff;
    background-color: #112234;
    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: #94c4f7
}
#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 25px 10px 25px;
    background-color: #112234;
    width: 115px
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#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: #94c4f7
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-top-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!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: #94c4f7
}
#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: 10
}
#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: #94c4f7
}
#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: 13px 20px;
    height: 50px;
    line-height: 24px;
    color: #848484;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    font-size: 16px
}
#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: #244263
}
#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 10px 20px;
    background-color: #ebf5ff;
    width: 115px
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#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: #848484;
    font-size: 16px
}
#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: #244263
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-page-sidebar .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!important
}
#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: 10
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 13px 20px;
    height: 50px;
    line-height: 24px;
    color: #848484;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    font-size: 16px
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #244263
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px 10px 20px;
    background-color: #ebf5ff;
    width: 115px
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #848484;
    font-size: 16px
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #244263
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!important
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}
#qodef-page-footer .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click {
    width: 100%
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
    padding: 13px 20px;
    height: 50px;
    line-height: 24px;
    color: #848484;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    font-size: 16px
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-item-toggle:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle:hover {
    color: #244263
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    margin: 0;
    padding: 0 20px 10px 20px;
    background-color: #ebf5ff;
    width: 115px
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item {
    margin-bottom: 3px
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a {
    color: #848484;
    font-size: 16px
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item a:hover {
    color: #244263
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:last-child, #qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:last-child {
    margin-bottom: 0
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li {
    margin-right: 10!important
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a {
    color: #fff
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li a:hover {
    color: #fff
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal ul li:last-child {
    margin-right: 0
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li {
    margin-bottom: 10
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a {
    color: #fff
}
#qodef-side-area .widget_icl_lang_sel_widget .wpml-ls-legacy-list-vertical ul li a:hover {
    color: #fff
}
.error404 #qodef-page-wrapper {
    height: 100vh
}
.error404 #qodef-page-inner {
    padding: 0
}
.error404 #qodef-page-outer {
    height: 100%;
    background-position: bottom
}
#qodef-404-page {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 330px 20% 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
#qodef-404-page .qodef-404-page-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 65px
}
#qodef-404-page .qodef-404-title {
    margin: 0;
    text-align: left
}
#qodef-404-page .qodef-404-text {
    text-align: left;
    margin-top: 18px
}
#qodef-404-page .qodef-404-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 28px
}
#qodef-404-page .qodef-404-page-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
#qodef-404-page .qodef-404-page-image img {
    display: block
}
.qodef-blog {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-blog article {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}
.qodef-blog article.swiper-slide {
    margin: 0
}
.qodef-blog article .qodef-e-content, .qodef-blog article .qodef-e-inner, .qodef-blog article .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-blog article .qodef-e-svg-holder {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.qodef-blog article .qodef-e-icon {
    background-color: #ffa27e;
    border-radius: 50%;
    color: #fff;
    height: 76px;
    position: absolute;
    right: 31px;
    text-align: center;
    top: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 76px;
    z-index: 3
}
.qodef-blog article .qodef-e-icon>span {
    line-height: 76px
}
.qodef-blog article .qodef-e-media-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}
.qodef-blog article .qodef-e-media-image a, .qodef-blog article .qodef-e-media-image img {
    display: block;
    width: 100%
}
.qodef-blog article .qodef-e-media-image.qodef--background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}
.qodef-browser--ms-explorer .qodef-blog article .qodef-e-media-image.qodef--background {
    overflow: hidden
}
.qodef-blog article .qodef-e-media-image.qodef--background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.qodef-browser--ms-explorer .qodef-blog article .qodef-e-media-image.qodef--background img {
    height: auto;
    width: 100%
}
.qodef-blog article .qodef-e-title {
    margin: 0
}
.qodef-blog article .qodef-e-excerpt {
    margin: 15px 0 0
}
.qodef-blog article .qodef-e-read-more {
    margin: 15px 0 0
}
.qodef-blog article .qodef-e-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}
body[class*=qodef-blog--centered] .qodef-blog article .qodef-e-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media only screen and (min-width:681px) {
    .qodef-blog article .qodef-e-info .qodef-e-info-left, .qodef-blog article .qodef-e-info .qodef-e-info-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%
    }
    .qodef-blog article .qodef-e-info .qodef-e-info-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date) {
    color: currentColor;
    display: inline-block;
    padding: 0 19px 0 0;
    position: relative;
    vertical-align: top
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date):after {
    content: '/';
    position: absolute;
    right: 7px;
    top: 0
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date) a {
    color: inherit
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date) a:hover {
    color: #94c4f7
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date):last-child {
    padding-right: 0
}
.qodef-blog article .qodef-e-info .qodef-e-info-item:not(.qodef-e-info-category-and-date):last-child:after {
    content: ''
}
.qodef-blog article .qodef-e-info.qodef-info--top {
    margin-bottom: 6px
}
.qodef-blog article .qodef-e-info.qodef-info--bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 18px
}
.qodef-blog article .qodef-e-info-category-and-date {
    color: #244263;
    width: 100%
}
body[class*=qodef-blog--centered] .qodef-blog article .qodef-e-info-category-and-date {
    text-align: center
}
.qodef-blog article .qodef-e-info-category-and-date .entry-date {
    display: inline-block
}
.qodef-blog article .qodef-e-info-tags {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
.qodef-blog article .qodef-e-info-comments {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
.qodef-blog article .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.qodef-blog article.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline
}
.qodef-blog article.sticky .qodef-e-title a:after {
    content: '*';
    font-size: 1em;
    position: absolute;
    right: -.75em;
    top: 0
}
.qodef-blog article .qodef-e-media {
    margin-bottom: 33px
}
.qodef-blog article .qodef-e-media iframe {
    display: block
}
.qodef-blog article.format-audio .qodef-e-media-image {
    width: 100%
}
.qodef-blog article.format-audio .qodef-e-media-image img {
    width: 100%
}
.qodef-blog article.format-audio .qodef-e-media-audio {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}
.qodef-blog article.format-link .qodef-e-link {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #244263;
    padding: 9% 18% 10% 18%
}
.qodef-blog article.format-link .qodef-e-info-category-and-date {
    color: inherit;
    margin-bottom: 13px
}
.qodef-blog article.format-link .qodef-e-link-text {
    color: #848484;
    margin: 0;
    padding: 0 45px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-size: 19px;
    line-height: 1.42em;
    color: #919090!important
}
.qodef-blog article.format-link .qodef-e-link-media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}
.qodef-blog article.format-link .qodef-e-link-url {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}
.qodef-blog article.format-link .qodef-e-icon {
    font-size: 33px
}
.qodef-blog article.format-quote .qodef-e-quote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #244263;
    padding: 9% 18% 10% 18%
}
.qodef-blog article.format-quote .qodef-e-info-category-and-date {
    color: inherit;
    margin-bottom: 13px
}
.qodef-blog article.format-quote .qodef-e-quote-text {
    color: #848484;
    margin: 0;
    padding: 0 45px;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-size: 19px;
    line-height: 1.42em;
    color: #919090!important
}
.qodef-blog article.format-quote .qodef-e-quote-media {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}
.qodef-blog article.format-quote .qodef-e-quote-author {
    color: inherit;
    display: block;
    margin: 23px 0 0;
    position: relative;
    text-align: center;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.qodef-blog article.format-quote .qodef-e-quote-url {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2
}
.qodef-blog article.format-quote .qodef-e-icon {
    font-size: 50px
}
.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 {
    margin-bottom: 110px!important
}
body[class*=qodef-blog--centered] .qodef-blog.qodef--list article .qodef-e-text {
    text-align: center
}
.qodef-blog.qodef--list article .qodef-e-info.qodef-info--bottom {
    margin-top: 16px
}
body[class*=qodef-blog--centered] .qodef-blog.qodef--list article .qodef-e-info.qodef-info--bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-blog.qodef--list article .qodef-e-read-more {
    margin-top: 0
}
.qodef-blog.qodef--list article .qodef-e-read-more .qodef-m-text {
    color: inherit
}
.qodef-blog.qodef--list article .qodef-e-read-more .qodef-m-text:after {
    background-color: currentColor;
    bottom: -6px;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px
}
.qodef-blog.qodef--single article .qodef-e-media {
    margin-bottom: 45px
}
body[class*=qodef-blog--centered] .qodef-blog.qodef--single article .qodef-e-text {
    text-align: center
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
    margin-top: 32px
}
.qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}
@media only screen and (min-width:681px) {
    .qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom .qodef-e-info-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 100%
    }
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-tags {
    color: #94c4f7
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-tags .qodef-e-info-tags-title {
    color: #244263;
    display: inline-block;
    margin-right: 13px
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-tags a {
    color: #94c4f7
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-tags a:hover {
    color: #244263
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li {
    margin: 0 9px 0 0!important;
    padding: 0
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li a {
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li a:hover {
    color: #fff!important
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li a span {
    line-height: inherit
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+1) a {
    background-color: #94c4f7
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+1) a:hover {
    background-color: #73b6fe
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+2) a {
    background-color: #244263
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+2) a:hover {
    background-color: #092e56
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+3) a {
    background-color: #ffa27e
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share li:nth-child(3n+3) a:hover {
    background-color: #ff9167
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-social-share a {
    border-radius: 50%;
    display: block!important;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px
}
.qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-comments a {
    color: #244263
}
.qodef-blog.qodef--single article .qodef-e-info-category-and-date {
    text-align: left
}
body[class*=qodef-blog--centered] .qodef-blog.qodef--single article .qodef-e-info-category-and-date {
    text-align: center
}
.qodef-blog.qodef--single article.format-link .qodef-e-link {
    margin-bottom: 45px
}
.qodef-blog.qodef--single article.format-quote .qodef-e-quote {
    margin-bottom: 45px
}
#qodef-page-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 63px
}
#qodef-page-comments .qodef-page-comments-not-found {
    margin: 0
}
#qodef-page-comments-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-comments-list .qodef-m-title {
    margin: 0 0 36px
}
#qodef-page-comments-list .qodef-m-comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0
}
#qodef-page-comments-list .qodef-m-comments>li:first-child {
    margin-top: 0
}
#qodef-page-comments-list .qodef-comment-item {
    border-bottom: 1px solid #f1f1f1;
    margin: 48px 0 0;
    padding: 0 0 48px 0
}
#qodef-page-comments-list .qodef-comment-item:last-child {
    border-bottom: none;
    padding: 0
}
#qodef-page-comments-list .qodef-comment-item .children {
    border-top: 1px solid #f1f1f1;
    list-style: none;
    margin: 48px 0 16px;
    padding: 0 0 0 65px
}
#qodef-page-comments-list .qodef-comment-item .children #respond {
    margin-top: 50px
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-inner>img {
    border-radius: 50%;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 80px
}
#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 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #244263;
    margin-top: 5px
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a {
    color: inherit
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: #94c4f7
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-text {
    margin: 9px 0 0
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links a {
    background-color: #244263;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    margin-right: 15px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 37px
}
body:not([class*=mildhill-core]) #qodef-page-comments-list .qodef-comment-item .qodef-e-links a {
    font-size: 10px;
    text-transform: uppercase
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:hover {
    background-color: #506881
}
#qodef-page-comments-list .qodef-comment-item .qodef-e-links a:last-child {
    margin-right: 0
}
#qodef-page-comments-list .qodef-m-pagination {
    margin-top: 50px
}
#qodef-page-comments-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-comments-form .comment-reply-title {
    margin: 0 0 26px 0
}
#qodef-page-comments-form .comment-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-comments-form .comment-form .comment-notes {
    margin: 5px 0 0
}
#qodef-page-comments-form .comment-form .comment-form-cookies-consent {
    margin-bottom: 23px!important;
    margin-top: 10px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
#qodef-page-comments-form .comment-form .comment-form-cookies-consent label {
    margin: 0
}
#qodef-page-comments-form .comment-form .form-submit {
    margin: 0
}
#qodef-page-comments-form #respond {
    margin-bottom: 50px;
    margin-top: 74px
}
.qodef-filter--on .qodef-hidden-filter-items {
    display: none!important;
    height: 0!important;
    line-height: 1!important;
    position: absolute!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-grid-inner .qodef-grid-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.qodef-filter--on .qodef-grid-inner .qodef-grid-item.qodef-grid-item-hidden {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}
.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:20px -10% 40px 0;*/
    text-align: center;
    z-index: 2;
}
.qodef-m-filter .qodef-m-filter-items {
    display: inline-block;
    font-size: 0;
    position: relative
}
.qodef-m-filter .qodef-m-filter-item {
    color: #464547;
    display: inline-block;
    margin: 5px 0;
    padding: 10px 30px;
    position: relative;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    vertical-align: top;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #848484
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-image img {
    opacity: .6;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    width: 30px
}
.qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item.qodef---active, .qodef-m-filter .qodef-m-filter-item:hover {
    color: #244262;
}
.qodef-m-filter .qodef-m-filter-item.qodef--active .qodef-m-filter-item-image img, .qodef-m-filter .qodef-m-filter-item.qodef---active .qodef-m-filter-item-image img, .qodef-m-filter .qodef-m-filter-item:hover .qodef-m-filter-item-image img {
    opacity: 1;
}
.qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name:after {
    background-color: #e3f0ff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px
}
.qodef-m-filter .qodef-m-filter-item:last-child .qodef-m-filter-item-name:after {
    display: none
}
#qodef-page-footer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden
}
#qodef-page-footer>* {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-footer .widget.widget_text img {
    margin: 0 auto
}
#qodef-page-footer .widget .sub-menu {
    margin-left: 0!important
}
#qodef-page-footer-top-area {
    background-color: #112234;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 0 solid #f1f1f1;
    padding: 125px 0 80px;
    text-align: initial
}
body[class*=qodef-footer--centered] #qodef-page-footer-top-area {
    text-align: center
}
@media only screen and (min-width:1025px) {
    body[class*=qodef-footer--centered] #qodef-page-footer-top-area .qodef-grid-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    body[class*=qodef-footer--centered] #qodef-page-footer-top-area .qodef-grid-item {
        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
    }
}
body[class*=qodef-footer--centered] #qodef-page-footer-top-area .widget_media_image img {
    margin: 0 auto
}
#qodef-page-footer-top-area .qodef-content-full-width {
    padding: 0 70px
}
#qodef-page-footer-bottom-area {
    background-color: #244263;
    border-top: 0 solid #f1f1f1;
    padding: 16px 0;
    text-align: initial
}
body[class*=qodef-footer--centered] #qodef-page-footer-bottom-area {
    text-align: center
}
#qodef-page-footer-bottom-area .qodef-content-full-width {
    padding: 0 70px
}
p.has-background {
    padding: 20px 30px
}
.wp-block-audio {
    width: 100%
}
.wp-block-audio audio {
    width: auto
}
.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
    max-width: 50%
}
.wp-block-audio.aligncenter audio {
    display: block;
    margin: 0 auto
}
.wp-block-video video {
    width: 100%
}
.wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer
}
.wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #244263;
    background-color: transparent;
    border: 2px solid #244263
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background-color: #244263;
    border-color: #244263
}
.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}
.wp-block-archives, .wp-block-categories, .wp-block-latest-posts {
    margin: 0;
    padding-left: 0
}
.wp-block-archives ul, .wp-block-categories ul, .wp-block-latest-posts ul {
    padding-left: 0!important
}
.wp-block-archives li, .wp-block-categories li, .wp-block-latest-posts li {
    margin-bottom: 6px;
    list-style-type: none
}
.wp-block-archives li a, .wp-block-categories li a, .wp-block-latest-posts li a {
    color: #244262;
    text-decoration: none
}
.wp-block-archives li a:hover, .wp-block-categories li a:hover, .wp-block-latest-posts li a:hover {
    color: #244263
}
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
    text-align: center
}
.wp-block-categories li ul {
    margin: 4px 0 0;
    padding: 0 0 0 10px;
    list-style-type: none
}
.wp-block-categories li ul li:last-child {
    padding: 4px 0 0
}
.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0
}
.wp-block-preformatted {
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}
.wp-block-verse {
    font-family: inherit;
    font-size: 22px;
    line-height: 1.8
}
.has-drop-cap:not(:focus):first-letter {
    font-family: inherit;
    font-size: 3.375em;
    line-height: 1;
    font-weight: 700;
    margin: 0 .25em 0 0
}
blockquote.wp-block-pullquote {
    border: none;
    padding: 18px 10% 20px 0;
    position: relative;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto
}
blockquote.wp-block-pullquote:before {
    content: '“';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}
blockquote.wp-block-pullquote.aligncenter {
    width: 100%
}
blockquote.wp-block-pullquote.alignleft {
    text-align: left;
    max-width: 100%
}
blockquote.wp-block-pullquote.alignright {
    text-align: right;
    max-width: 100%
}
blockquote.wp-block-pullquote p {
    font-family: inherit!important;
    font-size: inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    line-height: inherit!important;
    letter-spacing: inherit!important;
    text-transform: inherit!important;
    color: inherit!important;
    margin: 0
}
.wp-block-pullquote {
    margin: 0
}
.wp-block-pullquote blockquote {
    border: none;
    padding: 18px 10% 20px 0;
    position: relative;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    width: auto;
    text-align: center
}
.wp-block-pullquote blockquote:before {
    content: '“';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}
.wp-block-pullquote p {
    font-family: inherit!important;
    font-size: inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    line-height: inherit!important;
    letter-spacing: inherit!important;
    text-transform: inherit!important;
    color: inherit!important
}
.wp-block-quote {
    border: none;
    padding: 18px 10% 20px 0;
    position: relative;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
.wp-block-quote:before {
    content: '“';
    position: absolute;
    top: 50%;
    right: 14%;
    height: 246px;
    font-size: 400px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #f5f5f5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}
.wp-block-quote>p {
    font-family: inherit!important;
    font-size: inherit!important;
    font-weight: inherit!important;
    font-style: inherit!important;
    line-height: inherit!important;
    letter-spacing: inherit!important;
    text-transform: inherit!important;
    color: inherit!important;
    margin: 0
}
.wp-block-quote>* {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 1rem 0;
    font-size: 1.6875em!important;
    line-height: 1.6em!important
}
.wp-block-image img {
    display: block
}
.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    max-width: 100%
}
.wp-block-image.alignfull {
    left: auto;
    max-width: 100%
}
.wp-block-image.alignfull img {
    width: 100vw
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    min-height: 430px;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
@media only screen and (min-width:768px) {
    .wp-block-cover, .wp-block-cover-image {
        padding: 1rem 10%
    }
}
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
    font-size: 30px;
    line-height: 1.13em;
    font-size: 28px!important;
    margin-bottom: 0
}
.wp-block-cover-image.aligncenter .wp-block-cover-image-text, .wp-block-cover-image.aligncenter .wp-block-cover-text, .wp-block-cover-image.aligncenter h2, .wp-block-cover.aligncenter .wp-block-cover-image-text, .wp-block-cover.aligncenter .wp-block-cover-text, .wp-block-cover.aligncenter h2 {
    width: 100%;
    z-index: 1;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    width: 100%
}
.wp-block-cover-image.alignfull .wp-block-cover-image-text, .wp-block-cover-image.alignfull .wp-block-cover-text, .wp-block-cover-image.alignfull h2, .wp-block-cover.alignfull .wp-block-cover-image-text, .wp-block-cover.alignfull .wp-block-cover-text, .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px)
}
.wp-block-gallery {
    list-style-type: none;
    padding-left: 0
}
.wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px
}
.wp-block-audio figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-image figcaption, .wp-block-video figcaption {
    font-size: .71111em;
    font-family: inherit;
    line-height: 1.6;
    margin: 0;
    padding: .5rem;
    text-align: center
}
.wp-block-separator, hr {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 100px;
    text-align: left
}
.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
}
.wp-block-embed-twitter {
    overflow: hidden
}
.wp-block-embed {
    margin: 0
}
.wp-block-table {
    margin: 1rem 0
}
.wp-block-table td, .wp-block-table th {
    border-color: #f1f1f1
}
.wp-block-file {
    font-family: inherit
}
.wp-block-file .wp-block-file__button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 8px 30px;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: .75em
}
.wp-block-file .wp-block-file__button:hover {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
.wp-block-code {
    border-radius: 0
}
.wp-block-code code {
    font-size: 1.125em;
    white-space: pre-wrap;
    word-break: break-word
}
@media only screen and (min-width:768px) {
    .wp-block-columns .wp-block-column>:first-child {
        margin-top: 0
    }
    .wp-block-columns .wp-block-column>:last-child {
        margin-bottom: 0
    }
    .wp-block-columns[class*=has-]>* {
        margin-right: 1rem
    }
    .wp-block-columns[class*=has-]>:last-child {
        margin-right: 0
    }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-weight: 700
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    font-weight: 400
}
.wp-block-latest-comments .wp-block-latest-comments__comment, .wp-block-latest-comments .wp-block-latest-comments__comment-date, .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit
}
.has-primary-background-color {
    background-color: #244263
}
.has-primary-background-color a, .has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
    color: #fff
}
#qodef-page-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 105px;
    z-index: 1
}
#qodef-page-header .qodef-header-logo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    max-height: 100%;
    position: relative
}
#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: auto
}
#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    width: 50%
}
#qodef-page-header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0 40px;
    position: relative
}
.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 {
    margin: 0!important;
    overflow: hidden;
    padding: 0!important;
    position: absolute;
    width: auto
}
.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 {
    display: none;
    /*height:70px*/
;
    position: relative;
    z-index: 100
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    max-height: 100%;
    position: relative;
    margin: 0 auto
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
    display: block;
    margin: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: auto
}
#qodef-page-mobile-header .qodef-widget-holder {
    height: 100%
}
#qodef-page-mobile-header-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
    position: relative
}
#qodef-mobile-header-opener {
    color: #244263;
    font-size: 20px
}
#qodef-mobile-header-navigation {
    display: none;
    left: 0;
    margin: 0;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10
}
#qodef-mobile-header-navigation .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 30px
}
#qodef-mobile-header-navigation .qodef-m-inner>ul>li>a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}
#qodef-mobile-header-navigation ul {
    list-style: none
}
#qodef-mobile-header-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}
#qodef-mobile-header-navigation ul li a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #94c4f7;
    padding: 6px 0
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner {
    padding-left: 10px;
    position: relative
}
#qodef-mobile-header-navigation ul li a .qodef-menu-item-inner:after {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 4px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    height: 4px;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}
#qodef-mobile-header-navigation ul li a:hover {
    color: #244263
}
#qodef-mobile-header-navigation ul li a:hover .qodef-menu-item-inner:after {
    opacity: 1
}
#qodef-mobile-header-navigation ul li.current-menu-ancestor>a, #qodef-mobile-header-navigation ul li.current-menu-item>a {
    color: #244263
}
#qodef-mobile-header-navigation ul li.current-menu-ancestor>a .qodef-menu-item-inner:after, #qodef-mobile-header-navigation ul li.current-menu-item>a .qodef-menu-item-inner:after {
    opacity: 1
}
#qodef-mobile-header-navigation ul li ul {
    display: none;
    margin: 0;
    padding-left: 20px
}
#qodef-mobile-header-navigation ul li ul li a {
    padding: 3px 0
}
body:not([class*=mildhill-core]) #qodef-mobile-header-navigation ul li.menu-item-has-children>a:after {
    color: #244262;
    content: '>';
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0
}
#qodef-mobile-header-navigation .qodef-menu-item--wide .qodef-content-grid {
    width: 100%!important
}
.qodef-header-navigation {
    height: 100%
}
.qodef-header-navigation .qodef-main-menu-dot {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: width .2s, left .4s cubic-bezier(.25, .1, .11, .99);
    -o-transition: width .2s, left .4s cubic-bezier(.25, .1, .11, .99);
    transition: width .2s, left .4s cubic-bezier(.25, .1, .11, .99);
    color: #94c4f7
}
.qodef-header-navigation .qodef-main-menu-dot:after {
    background-color: currentColor;
    bottom: 31px;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 4px;
    bottom: 30%;
    background-color: currentColor
}
.qodef-header-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.qodef-header-navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}
.qodef-header-navigation ul li a .qodef-menu-item-inner {
    display: inline-block;
    padding: 0 3px;
    position: relative;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    vertical-align: top
}
.qodef-header-navigation ul li .qodef-menu-arrow {
    display: none
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second {
    left: -11px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul {
    background-color: #244263;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 28px 0;
    position: absolute;
    top: 100%;
    -webkit-transition: opacity .3s ease-out, visibility .2s ease-out;
    -o-transition: opacity .3s ease-out, visibility .2s ease-out;
    transition: opacity .3s ease-out, visibility .2s ease-out;
    visibility: hidden;
    width: 260px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li {
    padding: 3px 25px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a {
    font-size: 16px;
    line-height: 24px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a .qodef-menu-item-inner {
    background-color: transparent;
    color: #cfd3d8;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a .qodef-menu-item-inner:before {
    background-color: currentColor;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: -11px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 4px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:hover .qodef-menu-item-inner {
    color: #fff;
    left: 15px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li a:hover .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.current-menu-item>a .qodef-menu-item-inner {
    color: #fff;
    left: 15px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.current-menu-item>a .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: visible
}
body:not([class*=mildhill-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul li.menu-item-has-children>a:after {
    color: currentColor;
    content: '>';
    line-height: inherit;
    position: absolute;
    right: 14px;
    top: 3px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
    left: 100%;
    top: -28px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
    left: auto;
    right: -11px;
    text-align: right
}
body:not([class*=mildhill-core]) .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.menu-item-has-children>a:after {
    content: '<';
    left: 14px;
    right: auto
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-inner {
    color: #cfd3d8;
    right: 0;
    left: auto
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a .qodef-menu-item-inner:before {
    right: -11px;
    left: auto;
    opacity: 0
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a:hover .qodef-menu-item-inner {
    color: #fff;
    right: 15px;
    left: auto
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li a:hover .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a .qodef-menu-item-inner {
    color: #fff;
    right: 15px;
    left: auto
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right li.current-menu-item>a .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
    left: -100%
}
.qodef-header-navigation ul li.qodef-menu-item--narrow:hover>ul {
    opacity: 1;
    visibility: visible
}
.qodef-header-navigation>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    white-space: nowrap;
    margin-right: -14px
}
.qodef-header-navigation>ul>li {
    height: 100%;
    padding: 0 14px
}
.qodef-header-navigation>ul>li:last-child.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    right: -14px
}
.qodef-header-navigation>ul>li>a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    letter-spacing: .1em;
    text-transform: uppercase
}
.qodef-header-navigation>ul>li>a .qodef-menu-item-inner {
    color: #94c4f7;
    padding: 0
}
.qodef-header-navigation>ul>li>a:hover .qodef-menu-item-inner {
    color: #244263
}
.qodef-header-navigation>ul>li.current-menu-ancestor>a .qodef-menu-item-inner, .qodef-header-navigation>ul>li.current-menu-item>a .qodef-menu-item-inner {
    color: #244263
}
.qodef-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}
.qodef-m-pagination.qodef--wp {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 36px 0
}
.qodef-m-pagination.qodef--wp .nav-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}
.qodef-m-pagination.qodef--wp .page-numbers {
    color: #244263;
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    margin: 0 6px;
    padding: 0 3px;
    position: relative
}
.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 {
    background-color: #94c4f7;
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 38px;
    font-size: 21px
}
.qodef-m-pagination.qodef--wp .page-numbers.next:hover, .qodef-m-pagination.qodef--wp .page-numbers.prev:hover {
    background-color: #244263
}
.qodef-m-pagination.qodef--wp .page-numbers.next:after, .qodef-m-pagination.qodef--wp .page-numbers.prev:after {
    display: none
}
body:not([class*=mildhill-core]) .qodef-m-pagination.qodef--wp .page-numbers.next, body:not([class*=mildhill-core]) .qodef-m-pagination.qodef--wp .page-numbers.prev {
    font-size: 17px;
    top: 0
}
.qodef-m-pagination.qodef--wp .page-numbers.prev {
    margin-right: 6px
}
.qodef-m-pagination.qodef--wp .page-numbers.next {
    margin-left: 6px
}
.qodef-m-pagination.qodef--wp .page-numbers.current, .qodef-m-pagination.qodef--wp .page-numbers:not(.dots):not(.prev):not(.next):hover {
    color: #94c4f7
}
.qodef-m-pagination.qodef--standard {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 36px 0
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item {
    color: #244263;
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    margin: 0 6px;
    padding: 0 3px;
    position: relative
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item a {
    color: 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 {
    background-color: #94c4f7;
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 38px;
    font-size: 21px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover {
    background-color: #244263
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover {
    background-color: #73b6fe
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:hover span, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:hover span {
    color: #fff
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next:after, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev:after {
    display: none
}
body:not([class*=mildhill-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next, body:not([class*=mildhill-core]) .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    font-size: 17px;
    top: 0
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next a, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev a {
    color: inherit
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--prev {
    margin-right: 6px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--next {
    margin-left: 6px
}
.qodef-m-pagination.qodef--standard .qodef-m-pagination-item.qodef--active, .qodef-m-pagination.qodef--standard .qodef-m-pagination-item:not(.dots):not(.prev):not(.next):hover {
    color: #94c4f7
}
.qodef-m-pagination.qodef--load-more {
    text-align: center
}
.qodef-m-pagination.qodef--load-more .qodef-m-pagination-inner {
    display: inline-block;
    position: relative;
    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 {
    color: #244263;
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    vertical-align: top;
    z-index: -1
}
.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 {
    bottom: 10px;
    color: #244263;
    font-size: 32px;
    left: calc(50% - 16px);
    line-height: 1;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    z-index: -1
}
.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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    position: relative;
    width: 100%
}
.qodef-single-links .qodef-m-single-links-title {
    font-size: 19px;
    line-height: 1.42em;
    color: #919090!important;
    margin-right: 10px
}
.qodef-single-links a, .qodef-single-links>span:not(.qodef-m-single-links-title) {
    color: #244263;
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    margin: 0 6px;
    padding: 0 3px;
    position: relative;
    vertical-align: top
}
.qodef-single-links a.current, .qodef-single-links a:hover, .qodef-single-links>span:not(.qodef-m-single-links-title).current, .qodef-single-links>span:not(.qodef-m-single-links-title):hover {
    color: #94c4f7
}
.qodef-search {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 50px
}
.qodef-search .qodef-e-search-heading {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-title {
    margin: 0 0 20px
}
.qodef-search .qodef-e-search-heading .qodef-e-search-heading-form {
    margin: 0;
    width: 100%
}
.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner .qodef-search-form-button svg {
    width: 21px
}
.qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner .qodef-search-form-button, .qodef-search .qodef-e-search-heading .qodef-search-form .qodef-search-form-inner .qodef-search-form-field {
    line-height: 18px
}
.qodef-search .qodef-e-search-heading .qodef-search-form button, .qodef-search .qodef-e-search-heading .qodef-search-form input {
    -webkit-appearance: none;
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    height: 50px;
    line-height: 30px;
    outline: 0;
    padding: 10px 0
}
.qodef-search .qodef-e-search-heading .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    color: #848484;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 60px;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:focus {
    border-color: #244262
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search .qodef-e-search-heading .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search .qodef-e-search-heading .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search .qodef-e-search-heading .qodef-search-form button {
    background-color: transparent;
    border: 0;
    color: #244262;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    width: 50px
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span {
    display: block;
    line-height: inherit
}
.qodef-search .qodef-e-search-heading .qodef-search-form button span:before {
    display: block;
    line-height: inherit
}
.qodef-search .qodef-e-search-heading .qodef-search-form button:hover {
    color: #244263
}
.qodef-search article {
    margin-bottom: 30px
}
.qodef-search article:last-child {
    margin-bottom: 0
}
.qodef-search article .qodef-e-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.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-sidebar .widget .qodef-widget-title {
    background-color: #94c4f7;
    margin: 0;
    padding: 14px 27px
}
#qodef-page-sidebar .widget .calendar_wrap, #qodef-page-sidebar .widget .menu, #qodef-page-sidebar .widget .price_slider_wrapper, #qodef-page-sidebar .widget .qodef-blog, #qodef-page-sidebar .widget .qodef-social-icons-group, #qodef-page-sidebar .widget .tagcloud, #qodef-page-sidebar .widget .textwidget, #qodef-page-sidebar .widget .widget_shopping_cart_content, #qodef-page-sidebar .widget>ul {
    background-color: #244263;
    padding: 33px 27px!important
}
#qodef-page-sidebar .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 0!important
}
.qodef-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 185px;
    background-color: #ebf5ff
}
.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
}
.widget {
    margin: 0 0 25px
}
.widget:last-child {
    margin-bottom: 0!important
}
.widget .qodef-widget-title {
    margin: 0 0 0
}
.widget .qodef-widget-title a {
    color: inherit
}
.widget .qodef-widget-title a:hover {
    color: #244263
}
.widget a {
    color: #848484
}
.widget a:hover {
    color: #244263
}
.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 select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}
.widget .select2 {
    margin-bottom: 0
}
.widget.widget_calendar {
    width: 100%
}
.widget.widget_calendar table {
    table-layout: fixed
}
.widget.widget_calendar #today {
    color: #dbbd9c;
    position: relative;
    z-index: 1;
    font-weight: 700
}
.widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #244263;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.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: #848484
}
.widget.widget_calendar tfoot a:hover {
    color: #244263
}
.widget.widget_text img {
    display: block
}
.widget.widget_text a {
    color: #848484
}
.widget.widget_text a:hover {
    color: #244263
}
.widget.widget_rss ul li {
    margin-bottom: 25px
}
.widget.widget_rss ul li:last-child {
    margin-bottom: 0
}
.widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
.widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
.widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
.widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 8px
}
.widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.widget .qodef-search-form button, .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
.widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
.widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: transparent
}
.widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
.widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
.widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
.widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
.widget .qodef-search-form button:hover {
    color: #848484
}
.widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
.widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #848484
}
.widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
.widget .tagcloud a:hover {
    color: #244263
}
.widget.widget_media_image .qodef-widget-title {
    margin-bottom: 8px
}
.widget.widget_media_image a {
    width: 100%;
    display: block
}
.widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
#qodef-page-sidebar .widget {
    margin: 0 0 25px;
    color: #fff
}
#qodef-page-sidebar .widget:last-child {
    margin-bottom: 0!important
}
#qodef-page-sidebar .widget .qodef-widget-title {
    margin: 0 0 0;
    color: #fff
}
#qodef-page-sidebar .widget .qodef-widget-title a {
    color: inherit
}
#qodef-page-sidebar .widget .qodef-widget-title a:hover {
    color: #94c4f7
}
#qodef-page-sidebar .widget a {
    color: #fff
}
#qodef-page-sidebar .widget a:hover {
    color: #94c4f7
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) {
    padding: 0;
    margin: 0;
    list-style: none
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 10px
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li:last-child {
    margin-bottom: 0
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li ul {
    margin-top: 10px;
    margin-left: 1em
}
#qodef-page-sidebar .widget select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}
#qodef-page-sidebar .widget .select2 {
    margin-bottom: 0
}
#qodef-page-sidebar .widget.widget_calendar {
    width: 100%
}
#qodef-page-sidebar .widget.widget_calendar table {
    table-layout: fixed
}
#qodef-page-sidebar .widget.widget_calendar #today {
    color: #6b3b08;
    position: relative;
    z-index: 1;
    font-weight: 700
}
#qodef-page-sidebar .widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #94c4f7;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#qodef-page-sidebar .widget.widget_calendar #today a {
    color: inherit
}
#qodef-page-sidebar .widget.widget_calendar tfoot td, #qodef-page-sidebar .widget.widget_calendar tfoot tr {
    border: 0
}
#qodef-page-sidebar .widget.widget_calendar tfoot a {
    color: #fff
}
#qodef-page-sidebar .widget.widget_calendar tfoot a:hover {
    color: #94c4f7
}
#qodef-page-sidebar .widget.widget_text img {
    display: block
}
#qodef-page-sidebar .widget.widget_text a {
    color: #fff
}
#qodef-page-sidebar .widget.widget_text a:hover {
    color: #94c4f7
}
#qodef-page-sidebar .widget.widget_rss ul li {
    margin-bottom: 25px
}
#qodef-page-sidebar .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}
#qodef-page-sidebar .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-page-sidebar .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
#qodef-page-sidebar .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
#qodef-page-sidebar .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 8px
}
#qodef-page-sidebar .widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-sidebar .widget .qodef-search-form button, #qodef-page-sidebar .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
#qodef-page-sidebar .widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
#qodef-page-sidebar .widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: transparent
}
#qodef-page-sidebar .widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-sidebar .widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-sidebar .widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-sidebar .widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-sidebar .widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-sidebar .widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-page-sidebar .widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
#qodef-page-sidebar .widget .qodef-search-form button:hover {
    color: #848484
}
#qodef-page-sidebar .widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
#qodef-page-sidebar .widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #fff
}
#qodef-page-sidebar .widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-page-sidebar .widget .tagcloud a:hover {
    color: #94c4f7
}
#qodef-page-sidebar .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 8px
}
#qodef-page-sidebar .widget.widget_media_image a {
    width: 100%;
    display: block
}
#qodef-page-sidebar .widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
#qodef-top-area .widget {
    margin: 0 0 0;
    color: #fff
}
#qodef-top-area .widget:last-child {
    margin-bottom: 0!important
}
#qodef-top-area .widget .qodef-widget-title {
    margin: 0 0 0;
    color: #fff
}
#qodef-top-area .widget .qodef-widget-title a {
    color: inherit
}
#qodef-top-area .widget .qodef-widget-title a:hover {
    color: #94c4f7
}
#qodef-top-area .widget a {
    color: #fff
}
#qodef-top-area .widget a:hover {
    color: #94c4f7
}
#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 select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}
#qodef-top-area .widget .select2 {
    margin-bottom: 0
}
#qodef-top-area .widget.widget_calendar {
    width: 100%
}
#qodef-top-area .widget.widget_calendar table {
    table-layout: fixed
}
#qodef-top-area .widget.widget_calendar #today {
    color: #6b3b08;
    position: relative;
    z-index: 1;
    font-weight: 700
}
#qodef-top-area .widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #94c4f7;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#qodef-top-area .widget.widget_calendar #today a {
    color: inherit
}
#qodef-top-area .widget.widget_calendar tfoot td, #qodef-top-area .widget.widget_calendar tfoot tr {
    border: 0
}
#qodef-top-area .widget.widget_calendar tfoot a {
    color: #fff
}
#qodef-top-area .widget.widget_calendar tfoot a:hover {
    color: #94c4f7
}
#qodef-top-area .widget.widget_text img {
    display: block
}
#qodef-top-area .widget.widget_text a {
    color: #fff
}
#qodef-top-area .widget.widget_text a:hover {
    color: #94c4f7
}
#qodef-top-area .widget.widget_rss ul li {
    margin-bottom: 25px
}
#qodef-top-area .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}
#qodef-top-area .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-top-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
#qodef-top-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
#qodef-top-area .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 8px
}
#qodef-top-area .widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-top-area .widget .qodef-search-form button, #qodef-top-area .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
#qodef-top-area .widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 14px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
#qodef-top-area .widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: transparent
}
#qodef-top-area .widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-top-area .widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-top-area .widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-top-area .widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-top-area .widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-top-area .widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-top-area .widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
#qodef-top-area .widget .qodef-search-form button:hover {
    color: #848484
}
#qodef-top-area .widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
#qodef-top-area .widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #fff
}
#qodef-top-area .widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-top-area .widget .tagcloud a:hover {
    color: #94c4f7
}
#qodef-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 8px
}
#qodef-top-area .widget.widget_media_image a {
    width: 100%;
    display: block
}
#qodef-top-area .widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
#qodef-page-footer-top-area .widget {
    margin: 0 0 51px;
    color: rgba(255, 255, 255, .7)
}
#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;
    color: #fff
}
#qodef-page-footer-top-area .widget .qodef-widget-title a {
    color: inherit
}
#qodef-page-footer-top-area .widget .qodef-widget-title a:hover {
    color: #94c4f7
}
#qodef-page-footer-top-area .widget a {
    color: rgba(255, 255, 255, .7)
}
#qodef-page-footer-top-area .widget a:hover {
    color: #94c4f7
}
#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 2px
}
#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: 2px;
    margin-left: 1em
}
#qodef-page-footer-top-area .widget select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid #ccc;
    border-radius: 0;
    outline: 0
}
#qodef-page-footer-top-area .widget .select2 {
    margin-bottom: 0
}
#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 #today {
    color: #6b3b08;
    position: relative;
    z-index: 1;
    font-weight: 700
}
#qodef-page-footer-top-area .widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #94c4f7;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#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: rgba(255, 255, 255, .7)
}
#qodef-page-footer-top-area .widget.widget_calendar tfoot a:hover {
    color: #94c4f7
}
#qodef-page-footer-top-area .widget.widget_text img {
    display: block
}
#qodef-page-footer-top-area .widget.widget_text a {
    color: rgba(255, 255, 255, .7)
}
#qodef-page-footer-top-area .widget.widget_text a:hover {
    color: #94c4f7
}
#qodef-page-footer-top-area .widget.widget_rss ul li {
    margin-bottom: 25px
}
#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: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-page-footer-top-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
#qodef-page-footer-top-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
#qodef-page-footer-top-area .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 24px
}
#qodef-page-footer-top-area .widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-footer-top-area .widget .qodef-search-form button, #qodef-page-footer-top-area .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
#qodef-page-footer-top-area .widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid #ccc;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
#qodef-page-footer-top-area .widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: #244263
}
#qodef-page-footer-top-area .widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-top-area .widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-top-area .widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-top-area .widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-top-area .widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-top-area .widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-page-footer-top-area .widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
#qodef-page-footer-top-area .widget .qodef-search-form button:hover {
    color: #848484
}
#qodef-page-footer-top-area .widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
#qodef-page-footer-top-area .widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .7)
}
#qodef-page-footer-top-area .widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-page-footer-top-area .widget .tagcloud a:hover {
    color: #94c4f7
}
#qodef-page-footer-top-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 24px
}
#qodef-page-footer-top-area .widget.widget_media_image a {
    width: 100%;
    display: block
}
#qodef-page-footer-top-area .widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
#qodef-page-footer-bottom-area .widget {
    margin: 0 0 51px;
    color: rgba(148, 196, 247, .7)
}
#qodef-page-footer-bottom-area .widget:last-child {
    margin-bottom: 0!important
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title {
    margin: 0 0 23px;
    color: #94c4f7
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title a {
    color: inherit
}
#qodef-page-footer-bottom-area .widget .qodef-widget-title a:hover {
    color: #fff
}
#qodef-page-footer-bottom-area .widget a {
    color: rgba(148, 196, 247, .7)
}
#qodef-page-footer-bottom-area .widget a:hover {
    color: #fff
}
#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 2px
}
#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: 2px;
    margin-left: 1em
}
#qodef-page-footer-bottom-area .widget select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid #fff;
    border-radius: 0;
    outline: 0
}
#qodef-page-footer-bottom-area .widget .select2 {
    margin-bottom: 0
}
#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 #today {
    color: #000;
    position: relative;
    z-index: 1;
    font-weight: 700
}
#qodef-page-footer-bottom-area .widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#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: rgba(148, 196, 247, .7)
}
#qodef-page-footer-bottom-area .widget.widget_calendar tfoot a:hover {
    color: #fff
}
#qodef-page-footer-bottom-area .widget.widget_text img {
    display: block
}
#qodef-page-footer-bottom-area .widget.widget_text a {
    color: rgba(148, 196, 247, .7)
}
#qodef-page-footer-bottom-area .widget.widget_text a:hover {
    color: #fff
}
#qodef-page-footer-bottom-area .widget.widget_rss ul li {
    margin-bottom: 25px
}
#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: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-page-footer-bottom-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
#qodef-page-footer-bottom-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
#qodef-page-footer-bottom-area .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 31px
}
#qodef-page-footer-bottom-area .widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-footer-bottom-area .widget .qodef-search-form button, #qodef-page-footer-bottom-area .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid #fff;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: #244263
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-bottom-area .widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-page-footer-bottom-area .widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-page-footer-bottom-area .widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
#qodef-page-footer-bottom-area .widget .qodef-search-form button:hover {
    color: #848484
}
#qodef-page-footer-bottom-area .widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
#qodef-page-footer-bottom-area .widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: rgba(148, 196, 247, .7)
}
#qodef-page-footer-bottom-area .widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-page-footer-bottom-area .widget .tagcloud a:hover {
    color: #fff
}
#qodef-page-footer-bottom-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 31px
}
#qodef-page-footer-bottom-area .widget.widget_media_image a {
    width: 100%;
    display: block
}
#qodef-page-footer-bottom-area .widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
#qodef-side-area .widget {
    margin: 0 0 25px
}
#qodef-side-area .widget:last-child {
    margin-bottom: 0!important
}
#qodef-side-area .widget .qodef-widget-title {
    margin: 0 0 21px
}
#qodef-side-area .widget .qodef-widget-title a {
    color: inherit
}
#qodef-side-area .widget .qodef-widget-title a:hover {
    color: #94c4f7
}
#qodef-side-area .widget a {
    color: #244263
}
#qodef-side-area .widget a:hover {
    color: #94c4f7
}
#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 select {
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin: 8px 0 0;
    padding: 13px 20px;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    font-style: inherit;
    font-weight: inherit;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0
}
#qodef-side-area .widget .select2 {
    margin-bottom: 0
}
#qodef-side-area .widget.widget_calendar {
    width: 100%
}
#qodef-side-area .widget.widget_calendar table {
    table-layout: fixed
}
#qodef-side-area .widget.widget_calendar #today {
    color: #6b3b08;
    position: relative;
    z-index: 1;
    font-weight: 700
}
#qodef-side-area .widget.widget_calendar #today:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    background-color: #94c4f7;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#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: #244263
}
#qodef-side-area .widget.widget_calendar tfoot a:hover {
    color: #94c4f7
}
#qodef-side-area .widget.widget_text img {
    display: block
}
#qodef-side-area .widget.widget_text a {
    color: #244263
}
#qodef-side-area .widget.widget_text a:hover {
    color: #94c4f7
}
#qodef-side-area .widget.widget_rss ul li {
    margin-bottom: 25px
}
#qodef-side-area .widget.widget_rss ul li:last-child {
    margin-bottom: 0
}
#qodef-side-area .widget.widget_rss ul .rsswidget {
    display: block;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-side-area .widget.widget_rss ul .rssSummary {
    margin-top: 5px
}
#qodef-side-area .widget.widget_rss ul cite {
    display: block;
    margin-top: 5px
}
#qodef-side-area .widget[class$="_search"] .qodef-widget-title {
    margin-bottom: 29px
}
#qodef-side-area .widget .qodef-search-form .qodef-search-form-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-side-area .widget .qodef-search-form button, #qodef-side-area .widget .qodef-search-form input {
    height: 50px;
    padding: 13px 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: 24px;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none
}
#qodef-side-area .widget .qodef-search-form input {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #244262;
    background-color: #ebf5ff;
    border: 1px solid transparent;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out
}
#qodef-side-area .widget .qodef-search-form input:focus {
    color: #848484;
    background-color: #ebf5ff;
    border-color: transparent
}
#qodef-side-area .widget .qodef-search-form input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-side-area .widget .qodef-search-form input::-moz-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-side-area .widget .qodef-search-form input:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-side-area .widget .qodef-search-form input::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
#qodef-side-area .widget .qodef-search-form input::placeholder {
    color: inherit;
    opacity: 1
}
#qodef-side-area .widget .qodef-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 16px;
    text-align: center;
    color: #244262;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-side-area .widget .qodef-search-form button .qodef-svg {
    width: 21px;
    fill: #244262;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
#qodef-side-area .widget .qodef-search-form button:hover {
    color: #848484
}
#qodef-side-area .widget .qodef-search-form button:hover .qodef-svg {
    fill: #848484
}
#qodef-side-area .widget .tagcloud a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 11px 0;
    font-family: inherit;
    font-size: 15px!important;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: capitalize;
    color: #244263
}
#qodef-side-area .widget .tagcloud a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-side-area .widget .tagcloud a:hover {
    color: #94c4f7
}
#qodef-side-area .widget.widget_media_image .qodef-widget-title {
    margin-bottom: 29px
}
#qodef-side-area .widget.widget_media_image a {
    width: 100%;
    display: block
}
#qodef-side-area .widget.widget_media_image img {
    display: block;
    margin: 0 auto
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}
input[type=search]::-ms-clear {
    display: none
}
input[type=text]::-ms-clear {
    display: none
}
.qodef-copyright a:hover {
    color: #94c4f7!important
}
.qodef-copyright a:hover svg path {
    fill: #fff
}
@media only screen and (max-width:1366px) {
    .qodef-content-grid {
        width: 1200px
    }
}
@media only screen and (max-width:1280px) {
    .qodef-content-grid {
        width: 1100px
    }
}
@media only screen and (max-width:1024px) {
    .qodef-content-grid {
        width: 768px
    }
}
@media only screen and (max-width:768px) {
    .qodef-content-grid {
        width: 600px
    }
}
@media only screen and (max-width:680px) {
    .qodef-content-grid {
        width: 420px
    }
}
@media only screen and (max-width:480px) {
    .qodef-content-grid {
        width: 300px
    }
}
@media only screen and (max-width:1366px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 1275px
    }
}
@media only screen and (max-width:1280px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 1175px
    }
}
@media only screen and (max-width:1024px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 843px
    }
}
@media only screen and (max-width:768px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 675px
    }
}
@media only screen and (max-width:680px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 495px
    }
}
@media only screen and (max-width:480px) {
    .qodef--boxed .qodef-page-wrapper-outer.qodef-content-grid {
        width: 330px
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1440-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1366-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--1024-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--768-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--680-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 100%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 50%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 33.33333%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 25%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 20%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 40%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 16.66667%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 14.28571%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 28.57143%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-12 {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-11 {
        width: 91.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-10 {
        width: 83.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-9 {
        width: 75%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-8 {
        width: 66.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-7 {
        width: 58.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-6 {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-5 {
        width: 41.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-4 {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-3 {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-2 {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef--480-col-1 {
        width: 8.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
}
@media only screen and (max-width:480px) {
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry .qodef-grid-masonry-sizer, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-grid-item {
        width: 12.5%
    }
    .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--huge-square, .qodef-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--masonry>.qodef-grid-inner>.qodef-item--landscape {
        width: 25%
    }
}
@media only screen and (max-width:1440px) {
    .qodef-grid.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -50px
    }
    .qodef-grid.qodef-gutter--huge>.qodef-grid-inner {
        margin: 0 -25px
    }
    .qodef-grid.qodef-gutter--huge>.qodef-grid-inner>.qodef-grid-item {
        padding: 0 25px;
        margin: 0 0 50px
    }
}
@media only screen and (max-width:1600px) {
    #qodef-404-page {
        padding: 165px 20%
    }
}
@media only screen and (max-width:1440px) {
    #qodef-404-page {
        padding: 130px 20%
    }
}
@media only screen and (max-width:1366px) {
    #qodef-404-page {
        padding: 103px 20%
    }
}
@media only screen and (max-width:1280px) {
    #qodef-404-page {
        padding: 117px 20%
    }
}
@media only screen and (max-width:1024px) {
    #qodef-404-page {
        padding: 170px 10%
    }
}
@media only screen and (max-width:768px) {
    #qodef-404-page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 120px 10%
    }
    #qodef-404-page .qodef-404-page-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    #qodef-404-page .qodef-404-page-content {
        padding-top: 30px;
        padding-left: 0
    }
}
@media only screen and (max-width:680px) {
    #qodef-404-page {
        padding: 120px 10%
    }
}
@media only screen and (max-width:480px) {
    #qodef-404-page {
        padding: 25px 10% 0
    }
    #qodef-404-page .qodef-404-page-content {
        padding-top: 10px
    }
    #qodef-404-page .qodef-404-page-image {
        display: inline-block;
        width: 70%
    }
}
@media only screen and (max-width:768px) {
    .qodef-blog article .qodef-e-icon {
        height: 56px;
        right: 21px;
        top: 9px;
        width: 56px
    }
    .qodef-blog article .qodef-e-icon>span {
        line-height: 56px
    }
    .qodef-blog article.format-link .qodef-e-link-text {
        padding: 0
    }
    .qodef-blog article.format-link .qodef-e-icon {
        font-size: 24px
    }
    .qodef-blog article.format-quote .qodef-e-quote-text {
        padding: 0
    }
    .qodef-blog article.format-quote .qodef-e-icon {
        font-size: 36px
    }
}
@media only screen and (max-width:480px) {
    .qodef-blog article .qodef-e-icon {
        height: 46px;
        top: 6px;
        width: 46px
    }
    .qodef-blog article .qodef-e-icon>span {
        line-height: 46px
    }
    .qodef-blog article .qodef--background img {
        display: none
    }
    .qodef-blog article.format-link .qodef-e-link {
        padding: 9% 16% 10% 16%
    }
    .qodef-blog article.format-link .qodef-e-icon {
        font-size: 19px
    }
    .qodef-blog article.format-link .qodef--background {
        background-color: #ebf5ff
    }
    .qodef-blog article.format-quote .qodef-e-quote {
        padding: 9% 16% 10% 16%
    }
    .qodef-blog article .qodef-e-icon {
        font-size: 29px
    }
    .qodef-blog article .qodef--background {
        background-color: #ffefd6
    }
}
@media only screen and (max-width:680px) {
    .qodef-blog.qodef--single article .qodef-e-info.qodef-info--bottom {
        display: inline-block
    }
    .qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-center, .qodef-blog.qodef--single article .qodef-e-info .qodef-e-info-right {
        margin-top: 15px
    }
}
@media only screen and (max-width:1024px) {
    #qodef-page-comments {
        margin-bottom: 30px
    }
}
@media only screen and (max-width:768px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 40px
    }
}
@media only screen and (max-width:680px) {
    #qodef-page-comments-list .qodef-comment-item .children {
        padding-left: 0
    }
    #qodef-page-comments-list .qodef-comment-item .qodef-e-links {
        margin-top: 9px;
        position: relative
    }
}
@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:1024px) {
    .qodef-m-filter .qodef-m-filter-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -25px
    }
    .qodef-m-filter .qodef-m-filter-item {
        padding: 5px 25px
    }
}
@media only screen and (max-width:768px) {
    .qodef-m-filter .qodef-m-filter-items {
        margin-left: -20px
    }
    .qodef-m-filter .qodef-m-filter-item {
        padding: 5px 20px
    }
}
@media only screen and (max-width:480px) {
    .qodef-m-filter .qodef-m-filter-items {
        -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;
        margin-left: 0
    }
    .qodef-m-filter .qodef-m-filter-item {
        padding: 5px 0
    }
    .qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-name:after {
        display: none
    }
    .qodef-m-filter .qodef-m-filter-item .qodef-m-filter-item-image {
        display: inline-block;
        margin-right: 10px
    }
}
@media only screen and (max-width:1024px) {
    #qodef-page-footer-bottom-area .qodef-content-full-width, #qodef-page-footer-top-area .qodef-content-full-width {
        padding: 0 40px
    }
    #qodef-page-footer-bottom-area .qodef-grid-item, #qodef-page-footer-top-area .qodef-grid-item {
        padding-bottom: 25px
    }
    #qodef-page-footer-bottom-area .qodef-grid-item:last-child, #qodef-page-footer-top-area .qodef-grid-item:last-child {
        padding-bottom: 0
    }
}
@media only screen and (max-width:1024px) {
    #qodef-page-header {
        display: none
    }
}
@media only screen and (max-width:1366px) {
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
}
@media only screen and (max-width:1280px) {
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
}
@media only screen and (max-width:1024px) {
    #qodef-page-mobile-header {
        display: block
    }
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
}
@media only screen and (max-width:768px) {
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
}
@media only screen and (max-width:680px) {
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
}
@media only screen and (max-width:480px) {
    #qodef-page-mobile-header .qodef-menu-item--wide .qodef-content-grid {
        width: 100%!important
    }
    .qodef--boxed #qodef-page-mobile-header-inner {
        padding: 0 10px
    }
}
@media only screen and (max-width:1024px) {
    #qodef-page-sidebar {
        margin-top: 80px
    }
}
.mildhill-core-page-inline-style {
    display: none;
    height: 0;
    line-height: 1;
    position: absolute!important;
    width: 0
}
#qodef-subscribe-form .wpcf7-form-control-wrap input {
    text-align: center
}
#qodef-page-sidebar .widget ul:not(.qodef-shortcode-list) li {
    margin: 0 0 6px
}
.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
}
.vc_row.qodef-has-bottom-shadow {
    -webkit-box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05);
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05);
    position: relative
}
.vc_row.qodef-has-top-shadow {
    -webkit-box-shadow: -4px -3px 9px 1px rgba(0, 0, 0, .05);
    box-shadow: -4px -3px 9px 1px rgba(0, 0, 0, .05);
    position: relative
}
#qodef-back-to-top {
    bottom: 0;
    height: 57px;
    opacity: 0;
    position: fixed;
    right: 25px;
    visibility: hidden;
    width: 104px;
    z-index: 1000
}
#qodef-back-to-top .qodef-m-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: auto;
    left: 0;
    letter-spacing: .15em;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 28px;
    width: 100%
}
#qodef-back-to-top .qodef-m-arrow {
    border-color: transparent transparent #94c4f7 transparent;
    border-style: solid;
    border-width: 0 52px 57px 52px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: border-color .2s ease-out;
    -o-transition: border-color .2s ease-out;
    transition: border-color .2s ease-out;
    width: 0;
    z-index: -1
}
#qodef-back-to-top:hover .qodef-m-arrow {
    border-color: transparent transparent #73b6fe transparent
}
#qodef-back-to-top.qodef-back-to-top--off {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out, visibility 0s .15s;
    -o-transition: opacity .2s ease-out, visibility 0s .15s;
    transition: opacity .2s ease-out, visibility 0s .15s;
    visibility: hidden
}
#qodef-back-to-top.qodef-back-to-top--on {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    visibility: visible
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    width: 120px
}
.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--bottom {
    margin-top: 5px;
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    line-height: 1.38em;
    color: #244262
}
.qodef-blog.qodef-item-layout--standard .qodef-e-media-image {
    margin-bottom: 33px
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-link .qodef-e-link {
    margin-bottom: 0
}
.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article:not(:last-child).format-quote .qodef-e-quote {
    margin-bottom: 0
}
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-e-link {
    padding: 76px
}
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-link .qodef-icon-elegant-icons {
    right: 40px;
    font-size: 140px
}
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote {
    padding: 76px
}
.qodef-blog.qodef-item-layout--standard:not([class*=qodef-col-num--1]) article.format-quote .qodef-e-quote:before {
    right: 40px;
    height: 196px;
    font-size: 540px
}
.widget .qodef-blog {
    margin-bottom: 0!important
}
.widget .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    width: 81px
}
.widget .qodef-blog.qodef-item-layout--simple article:last-child {
    margin-bottom: 0
}
#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #ebf5ff;
    margin-top: 30px;
    padding: 42px 39px
}
#qodef-author-info .qodef-m-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
#qodef-author-info .qodef-m-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 29px
}
#qodef-author-info .qodef-m-image a, #qodef-author-info .qodef-m-image img {
    display: block
}
#qodef-author-info .qodef-m-image img {
    border-radius: 50%
}
#qodef-author-info .qodef-m-author {
    margin: 5px 0 0 0
}
#qodef-author-info .qodef-m-email {
    color: #244263;
    margin: 8px 0 0
}
#qodef-author-info .qodef-m-description {
    color: #244263;
    margin: 8px 0 15px 0
}
#qodef-author-info .qodef-m-social-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}
#qodef-author-info .qodef-m-social-icons li {
    margin: 0 9px 0 0!important;
    padding: 0
}
#qodef-author-info .qodef-m-social-icons li a {
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
#qodef-author-info .qodef-m-social-icons li a:hover {
    color: #fff!important
}
#qodef-author-info .qodef-m-social-icons li a span {
    line-height: inherit
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+1) a {
    background-color: #94c4f7
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+1) a:hover {
    background-color: #73b6fe
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+2) a {
    background-color: #244263
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+2) a:hover {
    background-color: #092e56
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+3) a {
    background-color: #ffa27e
}
#qodef-author-info .qodef-m-social-icons li:nth-child(3n+3) a:hover {
    background-color: #ff9167
}
#qodef-author-info .qodef-m-social-icons a {
    border-radius: 50%;
    display: block!important;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px
}
#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}
#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 36px 0;
    margin: 80px 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 .qodef-icon-elegant-icons {
    margin-right: 19px
}
#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;
    margin-left: auto;
    text-align: right
}
#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
    margin-left: 19px
}
#qodef-single-post-navigation .qodef-m-nav:hover .qodef-icon-elegant-icons {
    background-color: #244263
}
#qodef-single-post-navigation .qodef-icon-elegant-icons {
    background-color: #94c4f7;
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 38px;
    font-size: 21px
}
#qodef-single-post-navigation .qodef-m-nav-label {
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    line-height: 1.55em;
    color: #244263
}
.wpcf7 p {
    margin: 0
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.wpcf7-not-valid-tip {
    color: #ffa27e!important;
    margin: 0 0 18px 0
}
.wpcf7-response-output {
    background-color: #ffa27e;
    border: 0!important;
    color: #fff;
    line-height: 1em;
    margin: 36px 0 0 0!important;
    padding: 17px 21px!important
}
.wpcf7 .ajax-loader {
    display: none!important
}
.qodef-contact-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-contact-form .qodef-m-title {
    margin: 0 0 25px 0
}
.qodef-contact-form.qodef-has-svg .qodef-m-outer {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0icW9kZWYtc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2ZXJzaW9u PSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczp4bGlu az0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgICAgdmll d0JveD0iMCAwIDc0NCA1MTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDc0NCA1MTYiIHht bDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiMyMDNjNTgiIGQ9Ik03MzAuOCw1 MDQuM3YtMC4xYy0wLjEsMC0wLjEsMC4xLTAuMiwwLjFDNzMwLjYsNTA0LjMsNzMwLjcsNTA0LjMs NzMwLjgsNTA0LjN6Ii8+CiAgICA8cGF0aCBmaWxsPSIjMjAzYzU4IiBkPSJNNzM4LjgsMTA4LjFj MC4xLTEuMiwwLjMsMC40LDAuNCwwLjRjMC0wLjUsMC4yLTAuNiwwLjMtMS4xYy0wLjMsMC4xLTAu Ni0wLjEtMC43LTAuNAoJCUM3MzguOCwxMDcuNSw3MzguNiwxMDcuOSw3MzguOCwxMDguMXoiLz4K ICAgIDxwYXRoIGZpbGw9IiMyMDNjNTgiIGQ9Ik03NDMuOSwyMjYuMmMtMC41LTAuMy0wLjIsMS4z LTAuNiwxLjJjMC4yLTUuMi0xLjMtOS40LTAuNi0xMy4zYy0wLjUtMi41LDAuMS01LjYtMS4yLTcu MQoJCWMtMC4yLDAuNy0wLjIsMi4xLTAuOSwxLjZjLTEuMi04LjIsMC4yLTE5LjUtMC4zLTI1LjFj MCwwLjMsMCwwLjgtMC4yLDAuOGMwLTIsMC42LTUuNi0wLjMtNi4zYzAuNS0yLjcsMC01LjIsMC4y LTcuMQoJCWMtMC4yLDEtMS40LTAuMy0xLjUtMC40YzAuNiwwLjMsMC4yLTEuNywwLjktMS4yYzAu OC0zLjgsMS4zLTcuOCwxLjQtMTIuMmMwLTAuOS0wLjUtMS42LDAtMi40Yy0wLjItMS0wLjYsMC40 LTAuNi0wLjQKCQljMC41LTEuOC0wLjEtMS45LDAuMi0zLjljLTEuMSwxLjUtMS4yLDgtMS4xLDEw LjJjLTAuNS0wLjMtMC42LDAuNC0wLjksMC44YzAuMiwzLTAuNyw0LjUtMS4yLDUuOWMwLTAuNyww LTEuMywwLTIKCQljLTAuNi0wLjEsMCwwLjUtMC4yLDEuNmMtMC4yLTAuNS0wLjQtMC41LTAuNiww YzAuNC0xLTAuMS0xLjcsMC0zLjFjMC4zLTAuOSwxLjUtMS4zLDEuMS0yLjdjLTAuMSwwLjUtMC4y LDAuOS0wLjMsMS4yCgkJYzAtMi4xLDAtMC4zLTAuNS0wLjRjMC4yLTEuMy0wLjItMC45LTAuMy0x LjVjMC0wLjEsMC0wLjMsMC0wLjRjMC44LTAuOSwwLjktMy4zLDEuNS00LjdjLTAuMy0xLjQtMC4z LTUuOS0wLjgtOQoJCWMwLjQsMSwwLjctMC40LDAuOS0xLjJjLTEtMS41LTAuMy0zLjQtMC44LTUu MWMtMC4xLDAuNi0wLjIsMS4yLTAuNiwxLjJjLTAuMi0yLjQsMS0yLjEsMC41LTQuM2MwLjIsMCww LjIsMC41LDAuNSwwLjQKCQljMC4yLTMuMywwLjgtNC4zLDEuNy02LjNjLTAuMSwwLjYtMC41LDAu My0wLjMsMS42YzAuMiwwLDAuMy0wLjIsMC41LTAuNGMtMC4yLDEuMiwwLjIsMSwwLjMsMS42Yy0w LjUtMC40LTAuMywwLjktMC4zLDEuNgoJCWMwLjQsMCwwLjUtMC43LDAuNiwwLjRjLTAuMywzLjMt MC45LDcuOC0xLjQsMTFjMC41LDIuNiwxLDAuNywxLjgsMGMwLjEtMS4zLDAtMi0wLjMtMi40YzAu OS00LjItMC4zLTEyLjIsMS4yLTE2LjkKCQljLTAuOS0zLjctMC42LTQuOC0wLjUtOWMtMC4zLTAu NC0wLjYtMC43LTAuOC0xLjZjMC4zLDAuMiwwLjMsMS4xLDAuOCwwLjhjMC0wLjcsMC0xLjMsMC0y Yy0wLjYsMC4xLTAuNy0xLjEtMC44LTIuNAoJCWMtMS4zLDAuMy0xLjYsMi4yLTEuMiwzLjljLTAu My0wLjUtMC42LTAuOC0wLjYtMmMwLjEtMC40LDAuMy0wLjgsMC41LTEuMmMtMC4xLTEuMi0wLjQt Mi4xLTAuNS0zLjVjLTAuNCwwLjEtMC41LDAuNy0wLjYtMC40CgkJYzAuMiwwLDAuNCwwLDAuNiww Yy0wLjMtMi4yLDAtNC4xLTAuNi0zLjVjMC40LTEsMS03LjQsMC4yLTUuOWMtMC4xLTMuNC0wLjEt Mi43LTAuMi01LjVjMC41LDAuOSwwLjItMi4xLDAuMi0zLjUKCQljMC45LTEuNCwwLjUtNS40LDAu OC03LjhjLTAuNCwwLjEtMC41LTAuNi0wLjYtMS4yYzAuNC00LjUsMS4zLTguMywwLjYtMTMuN2Mw LjEtMC4xLDAuMywwLDAuMy0wLjRjLTEuNS0wLjItMS4zLDQuMS0yLDYuMwoJCWMwLjksMC0wLjMs NiwwLjksNi4zYzAsMC45LDAsMS44LDAsMi43Yy0wLjQtMC4zLTAuMywwLjgtMC42LDAuOGMwLjIs My4zLTAuNCw1LjctMC4zLDguMmMtMC4yLTAuMywwLTEuOS0wLjUtMS42CgkJYzAuMSwwLjksMCw0 LjMsMC41LDJjLTAuMiwyLjMtMC4yLDIuOS0wLjYsNC43YzAuMiwwLjEsMC40LTAuMSwwLjUsMC40 Yy0wLjcsMC41LTAuNSwyLjktMC42LDMuOWMtMC4yLDAtMC4xLTAuNy0wLjMtMC44CgkJYzAuMSwz LjItMC40LDMuNy0wLjMsNS45Yy0xLDAuMi0xLjUsMy0yLjYsMy45YzAtMC43LDAtMS4yLTAuMi0x LjZjMC4yLDAsMC40LDAsMC42LDBjLTAuNi01LjItMC4xLTEwLjksMC4yLTE1LjcKCQljMC4zLDAu NCwwLjIsMS4xLDAuNiwxLjNjMC0xLTAuMi0xLjctMC41LTJjMC4xLTEuNywwLjItMy4zLDAuMi00 LjdjMC41LTAuNSwwLjYtMS44LDAuOS0yLjdjLTEtMS43LTAuMS00LjctMC41LTYuMwoJCWMwLjQs MC4yLDAuNS0wLjIsMC40LTAuNmMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLTAuNy0wLjEtMC44 LTAuMi0xYzAuMSwwLjEsMC4yLDAuNCwwLjUsMC4zYzAuMy0xLjcsMC43LTMuNCwxLjUtMy45CgkJ Yy0wLjMtMC42LTAuNC0xLjgtMC44LTIuNGMwLjMtMC4xLDAuMy0xLDAuMy0yYy0wLjItMS4xLTAu NS0wLjEtMC44LTEuNmMwLTEuNy0wLjEtMy41LDAuMy00LjNjMC42LDAuMSwwLjcsMS40LDAuOSwy LjQKCQljMC41LTAuMywwLjYsMC40LDAuOSwwLjRjMC4zLTIuMSwwLjUtNS40LDAuNS04LjJjMC4y LDAsMC4yLDAuNSwwLjUsMC40YzAuMS0xLjksMC0zLjQtMC42LTMuNWMwLDAuNSwwLDEuMS0wLjIs MS4yCgkJYy0wLjgtMS44LDAuMi00LjItMC4yLTUuOWMwLDAuNC0wLjMsMC45LTAuMywwLjRjMC4z LTAuMiwwLTIuNCwwLjUtMS4yYzAuMy00LjQsMC4xLTEwLjctMS4xLTcuOGMtMC44LTIuMSwwLjct OC44LTAuNC05LjgKCQljMCwwLjItMC45LDIuNC0wLjIsMy4xYy0wLjMsMC45LTAuOCwxLjEtMC45 LDIuNGMwLjQtMC42LDAuNywxLDAuMywxLjJjLTAuMS0xLjEtMS40LTAuMy0xLjctMC44YzAuNCwx LjEsMCwxLjEtMC41LDAuOAoJCWMwLDAuMywwLDAuNSwwLDAuOGMwLDAuMywwLDAuNSwwLDAuOGMw LjYtMC45LDEuMiwyLDIuMywwLjRjLTAuMiwwLjUtMC4yLDEuOCwwLDIuNGMtMC41LDAtMC41LDEu My0xLjEsMS4yCgkJYzAuMywxLjUtMC4xLDIuMi0wLjUsMy4xYzAuMywwLjQsMC41LTEuMiwwLjYs MGMwLDAuMiwwLDAuMy0wLjEsMC40Yy0wLjEsMC0wLjItMC4zLTAuNC0wLjNjMCwwLjIsMCwwLjUs MCwwLjgKCQljLTAuMSwwLjEtMC4xLDAuMS0wLjIsMC4yYy0wLjItMS41LDAuMS00LjMtMC42LTQu N2MwLDAuNi0wLjksMC42LTAuOSwwYzAuMS0wLjMsMC4xLTAuNiwwLjEtMC45YzAuMSwwLDAuMiww LDAtMC4yYzAsMCwwLDAsMCwwCgkJYzAtMC4zLDAtMC43LDAtMS4xYzAuMS0wLjIsMC4zLTAuNSww LjMtMC44Yy0wLjMtMC4xLDAuMS0wLjYtMC4yLTAuN2MwLDAuMS0wLjEsMC4yLTAuMSwwLjNjMC0x LjEsMC4yLTIsMC43LTIKCQljMC4xLTAuNy0wLjItMSwwLTEuMmMwLjEtMC4xLDAuMywwLDAuMy0w LjRjLTEuMSwwLTEuMi0yLjctMS4xLTUuNWMtMC41LTAuMy0wLjUtMi4zLTAuOS0yYzAuOS0xLjYt MC4zLTMuOS0wLjEtNS42CgkJYy0wLjEsMC4yLTAuMS0xLjQtMC4yLTEuNWMwLjksMC4xLDAuNS0z LjksMC41LTQuM2MtMC4yLDEuMS0wLjEtMS4yLTAuNSwwYzAtMC44LTAuMS0xLjMtMC4xLTEuN2gt MC4ydi00Yy0wLjQsMC0wLjgtMC4xLTEuNS0wLjEKCQljMS4xLTAuMy0xLTAuMywwLTAuNWMtMC4z LDAtMy44LTAuNS0zLjgsMC41YzAtMC4xLTEuNS0wLjItMS4zLTAuMmMtMS40LDAuMi0zLjUtMS00 LjktMC4xYzAuMy0wLjQtMS40LTAuNC0xLjctMC45CgkJYy0yLjQsMC4xLTQuOCwwLTQuOC0xLjFj LTAuMywwLTAuMywwLjItMC4zLDAuM2MtMC4yLDAuMi0wLjQtMC4xLTEsMGMtMC4xLDEuMi0zLjIs MC41LTQuOCwwLjljLTAuNiwwLTAuNi0xLDAtMC45CgkJYy0wLjMtMC43LTIuOC0wLjQtNC4xLTAu NmMwLjMtMC4yLDAuMy0wLjYsMS0wLjZjMSwwLjEtMC4zLDAuMywwLDAuNmMwLjgtMC4zLDEuNC0w LjgsMi43LTAuNWMtMC4xLTAuNiwxLTAuNiwxLTEuMQoJCWMwLjQsMC4yLDEuNiwwLjIsMi4xLDBj LTEuNCwxLjEsMS4xLDEuNywwLjMsMi4zYzAuMiwwLDAuNSwwLDAuNywwYzAuMiwwLDAuNSwwLDAu NywwYy0wLjMtMC41LTAuMi0wLjksMC43LTAuNQoJCWMtMC40LTAuMywwLjMtMS42LTAuNy0xLjdj MC4xLTAuNCwxLjYtMC4xLDEsMC4zYzEuMS0wLjEsMS4zLTAuNywyLjEtMC45YzAuNiwwLjcsMi41 LTAuMSwyLjctMC4yYy0wLjktMS4xLTYuNywwLjMtOC42LTAuNQoJCWMyLjUtMS4yLTMuMS0xLjQt Ni45LTEuMWMxLjEsMC41LTAuOSwwLjEtMSwwLjVjLTAuNS0wLjEsMC0wLjMsMC4zLTAuM2MtMS41 LTAuNC0zLjYsMC42LTUuMS0wLjJjMC4xLTAuMiwwLjYtMC4xLDEtMC4yCgkJYy0wLjEtMC42LTEu NC0wLjctMy4xLTAuNmMtMC4xLDAuMiwwLjMsMC4zLDAuMywwLjVjLTIuNSwwLTUuMywwLjEtNy4y LDAuNWMwLDAuNCwwLjYsMC41LDAuMywwLjljMC44LDAuMywxLjksMC40LDIuMSwwLjkKCQljLTAu NywwLjQtMi4zLDAuMy0zLjgsMC4zYy0xLjMtMC4yLTAuNC0wLjUtMS40LTAuOGMtMC45LDAtMS43 LDAtMS43LDAuM2MtMC41LTAuMy0xLjYtMC40LTIuMS0wLjhjLTAuNCwwLjgtMS45LDEuMi0zLjQs MS41CgkJYy0wLjIsMC41LDAuNiwwLjUsMCwwLjhjLTAuMy0wLjMtMS4zLTAuNS0xLDAuMmMtMS40 LTAuNC00LDAuNi01LjUtMC41Yy0wLjksMC4zLTIsMC40LTIuNCwwLjljLTQuOCwwLTEyLDEuMy0x OC41LDAuNQoJCWMwLDAuMiwwLDAuNCwwLDAuNmMtMC4zLTAuMS0wLjgtMC4yLTEuNC0wLjJjMC44 LTEuMSwzLjItMS42LDMuNC0yLjZjMS45LDAuMSwyLjMtMC41LDUuMS0wLjNjLTAuMS0wLjItMC43 LTAuMS0wLjctMC4zCgkJYzAuOS0wLjEsMywwLjEsMy40LTAuNmMwLjQsMCwwLjMsMC4zLDAuMyww LjVjMS42LTAuNCwyLjEtMC40LDQuMS0wLjZjLTIuMSwwLjQsMC45LDAuMywxLjcsMC41YzAuMy0w LjUtMS4xLTAuMi0xLjQtMC41CgkJYzIuMiwwLjEsNC4zLTAuNSw3LjItMC4zYzAtMC4zLDAuOS0w LjIsMC43LTAuNmMwLjgsMCwxLjYsMCwyLjQsMGMwLjIsMS4yLDUuNSwwLDUuNSwwLjljMS45LTAu Niw1LjYtMC40LDUuNS0yCgkJYy0wLjMsMC0wLjMsMC4yLTAuMywwLjNjLTQuOC0wLjctOCwwLjIt MTIsMC42Yy0wLjUtMC4xLTEuMS0wLjItMS0wLjZjLTIuMSwwLjItNS42LTAuMi02LjksMC44Yy0x LjMsMC0zLjgtMC4zLTMuMSwwLjIKCQljLTIuNS0wLjEtMS45LDAtNC44LTAuMmMxLjMtMC45LTQu My0wLjMtNS4xLDAuMmMwLjUtMC42LTEuMi0wLjMtMy4xLTAuNmMwLDAuMiwwLDAuNCwwLDAuNmMt MS0wLjEtMC40LTAuMi0wLjMtMC42CgkJYy0xLjMtMC4xLTItMC4zLTMuMS0wLjVjLTAuMywwLjIt MC43LDAuMy0xLDAuNWMtMSwwLTEuMy0wLjQtMS43LTAuNmMxLjUsMC40LDMuMiwwLjEsMy40LTEu MmMtMS4xLTAuMS0yLjEtMC4yLTIuMS0wLjgKCQljLTAuNiwwLTEuMSwwLTEuNywwYy0wLjMsMC41 LDAuNSwwLjUsMC43LDAuOGMtMC44LTAuMS0xLTAuNS0xLjQtMC44Yy0zLjcsMC4xLTQuNiwwLjQt Ny45LTAuNWMtNC4xLDEuNi0xMS4xLDAuMy0xNC43LDEuMgoJCWMtMC4zLTAuMy0wLjktMC40LTIu MS0wLjNjLTAuNiwwLjktMi4zLDEuMywwLDEuOWMyLjgtMC41LDYuNy0xLjEsOS42LTEuNGMxLDAu MSwwLjQsMC4yLDAuMywwLjZjMC42LDAsMS43LDAuMiwxLjQtMC4zCgkJYzAuNSwwLjEsMC4zLDAu NSwxLjQsMC4zQzYzMC4yLDQuOSw2MzAsNSw2MzAsNS4yYzEuMSwwLjIsMC44LTAuMiwxLjQtMC4z Yy0xLjcsMC45LTIuNiwxLjUtNS41LDEuN2MtMC4xLDAuMiwwLjMsMC4zLDAuMywwLjUKCQljLTEu OS0wLjUtMS43LDAuNi0zLjgsMC41Yy0wLjEtMC40LDAuNS0wLjUsMS0wLjZjLTEuNS0wLjUtMy4y LDAuMi00LjUtMC44Yy0wLjcsMC4yLTEuOSwwLjUtMSwwLjljLTIuOC0wLjUtNi42LTAuNS03Ljkt MC44CgkJYy0xLjIsMC42LTMuMywwLjgtNC4xLDEuNWMtMS4xLDAuMS0wLjQtMC41LTEuNy0wLjNj LTAuMS0wLjQsMS41LTAuNC0wLjMtMC41YzAuMy0wLjEsMC42LTAuMiwxLTAuM2MtMS4zLTAuNS0x LjYsMC44LTIuNCwxLjEKCQljLTEuMywwLjEtMS45LTAuNC0yLjcsMGMwLjQtMC4yLDAuNC0wLjQs MC0wLjZjMC45LTAuMiwxLjUsMC41LDEuNC0wLjJjLTAuNiwwLTEuMSwwLTEuNywwYzEuMi0wLjYs Mi41LTEuNSw1LjEtMS4yCgkJYzAuMy0wLjMsMS0wLjQsMC43LTAuOWMxLjksMC4xLDcuNiwwLDgu OS0xLjFjLTEuNywwLjItMS44LTAuMy0zLjQsMC4yYy0wLjcsMCwwLjUtMC40LTAuMy0wLjZjLTAu NywwLjUtMS4yLDAtMi4xLDAKCQljLTMuOCwwLTcuMywwLjYtMTAuNiwxLjRjMC41LDAuNy0xLjMs MC4zLTEsMC45Yy0wLjEtMC4xLTEuMi0xLjMtMC4zLTEuNWMtMS42LDAuMi0zLjgtMC40LTYuMiww LjJjLTAuNi0wLjktMy43LTAuMy01LjUtMC4zCgkJYzAtMC4yLDAuNC0wLjEsMC43LTAuMmMtNC45 LTAuNS0xNC43LDAuOS0yMS45LTAuM2MtMC41LTAuNywwLjgtMC43LDEuNC0wLjljLTEuMy0xLjMt NC0wLjctNi4yLTEuMmMtMy41LDAuNy03LjEtMC44LTExLjctMC42CgkJYy0wLjEtMC40LDEuMy0w LjEsMS0wLjZjLTAuOC0wLjMtMS43LDAuMi0zLjEsMGMtMC42LDAuOC0xLDEuNS0wLjcsMi4zYy0z LjMsMS4xLTUuOCwyLjQtMy40LDQuMmMtMC4yLDItOC4yLDEuNi0xMC42LDEuNQoJCWMwLjItMC4x LDAuMy0wLjMsMC43LTAuM2MtMC44LTAuNC0zLjEtMC4yLTIuNy0xLjFjLTEuOC0wLjMtMS41LDAu NS0yLjcsMC41YzAuMiwwLjUsMS4yLDAuOCwwLDEuMWMxLjQsMC4yLDMuMSwwLjIsNC44LDAKCQlj LTEuMiwwLjUsMS40LDAuOCwyLjcsMS4xYy0wLjEsMC45LTAuMSwxLjMsMSwxLjVjLTAuNCwwLjUt MSwwLjgtMS45LDFjLTAuMS0wLjItMC4xLTAuMywwLjEtMC42Yy0wLjItMC40LTEuNCwwLTEuMi0w LjgKCQljLTAuNSwwLjMtMSwwLTEsMC41Yy0xLjMsMC4zLTIuNC0wLjItMy43LTAuMmMtMi40LDAt NC42LDEuMi02LjgsMS40Yy0xLjUsMC4xLTIuOC0wLjMtNC40LTAuMmMwLjQsMC0xLjIsMC40LTEu NSwwLjIKCQljLTAuMy0wLjEsMC4xLTAuMiwwLTAuNWMtMS43LTAuMi0zLjktMC40LTUuNCwwYy0x LjgtMC45LTIuNywxLjEtNC43LDBjMC4xLTAuNy0wLjItMC44LDAtMS4yYy0xLjQtMC4zLTIuOSww LjUtMy4zLTAuMwoJCWMtMC41LDAuMy0xLjQsMC40LTEuNC0wLjVjLTAuOSwwLjEtMC45LDAuMi0x LjYsMC4zYy0wLjQtMC43LTEuMS0wLjItMS42LTAuNmMtMC44LDIuMi00LjQsMC45LTYuNSwxLjRW OS45CgkJYy0xLjYsMC4xLTMuMiwwLjItNC43LDAuMWMtMS44LDEuNC04LTAuMi0xMS0wLjJjLTEu OCwwLjgtNC4xLDAuMi02LjgsMC42Yy0wLjgsMC4yLDAuNCwwLjQtMC4zLDAuNWMtMi4xLTAuNS0z LjktMS4yLTQuNS0yLjUKCQljLTguMy0xLjItMTguNSwwLjUtMjYuNC0wLjZjLTAuMiwwLjktMy45 LDAtMi43LDAuOGMtNC4yLTAuNC00LjksMi4xLTkuMiwxLjJjLTAuMSwwLjIsMC4xLDAuNC0wLjMs MC41Yy0xLjEtMC42LTIuOC0wLjQtNC4xLTAuNQoJCWMwLjgtMC40LDAuNS0wLjcsMC43LTEuNWMt Mi4zLTAuOC02LjEtMS42LTEwLjYtMS41Yy02LjQsMC4xLTE0LjgsMC0xOC4xLDAuNWMtMC41LTAu Mi0wLjctMC40LTEtMC42Yy0xLjgtMC4xLTIuNywwLjMtNC4xLDAKCQljMCwwLjMsMCwwLjYsMCww LjljMCwwLTAuMSwwLTAuMSwwYy0wLjEtMC4xLTAuMy0wLjMtMC45LTAuMmMtMC4xLDAuMSwwLDAu MiwwLDAuM2MtMi41LDAuMS00LjYtMC44LTcuNi0wLjYKCQljMC41LDAuNSwwLjUsMS0wLjEsMS40 Yy0wLjQsMC0wLjgsMC0xLjMsMGMtMS41LTAuOC02LjUtMC45LTguNi0wLjVjLTEsMC0xLjQtMC4z LTEuNy0wLjZjLTMuNSwwLjMtNC45LTAuNy0zLjgtMS45CgkJYy0zLjQtMC4zLTUuNywxLTguNiww LjVjMC0wLjMsMC0wLjYsMC0wLjljLTEuNCwwLjMtMi4zLTAuMS00LjEsMGMtMC4zLDAuMi0wLjYs MC41LTEsMC42Yy0zLjMtMC40LTExLjgtMC40LTE4LjItMC41CgkJYy00LjUtMC4xLTguMywwLjgt MTAuNiwxLjVjMC4yLDAuOS0wLjEsMS4xLDAuNywxLjVjLTEuMywwLTMtMC4yLTQuMSwwLjVjLTAu NCwwLTAuMy0wLjMtMC4zLTAuNWMtNC40LDAuOC01LjEtMS43LTkuMy0xLjIKCQljMS4yLTAuNy0y LjYsMC4xLTIuNy0wLjhjLTcuOCwxLjEtMTguMS0wLjYtMjYuNCwwLjZjLTAuNiwxLjItMi4zLDEu OS00LjUsMi41Yy0wLjgtMC4xLDAuNC0wLjItMC4zLTAuNWMtMi43LTAuNS01LjEsMC4yLTYuOS0w LjYKCQljLTIuOSwwLTkuMiwxLjUtMTEsMC4yYy0xLjUsMC0zLjEtMC4xLTQuNy0wLjF2Mi4yYzAu MywwLjEsMC42LDAuMiwwLjksMC4zYzEuMywwLjEsMi40LTAuNCwxLjctMC44YzEsMC4xLDEuOCww LjIsMi4xLDAuNgoJCWMxLjMtMC40LDEuMS0wLjIsMS40LDAuMmMwLjgsMCwyLjMtMS4xLDIuNCww YzAuNy0wLjMsMi41LTAuMiwzLjEtMC42YzEsMCwwLjMsMC45LDEuNCwwLjVjLTAuMSwxLjEtMy4y LDAuNi0zLjEsMS40CgkJYy0xLjQsMC4yLTQuMy0wLjMtMi43LTAuNWMtMS0wLjUtNC4zLDAuOS00 LjUtMC4yYy0xLjMsMC4xLTMuMiwwLjctMS43LDEuMWMtMC4xLDAuMS0wLjMsMC4xLTAuNCwwLjFj LTIuMS0wLjctNiwwLjctNi44LTEuNQoJCWMtMC41LDAuNS0xLjItMC4xLTEuNiwwLjZjLTAuNi0w LjEtMC43LTAuMi0xLjYtMC4zYzAuMSwwLjktMC45LDAuOC0xLjQsMC41Yy0wLjQsMC44LTEuOSww LTMuMywwLjNjMC4yLDAuNS0wLjEsMC42LDAsMS4yCgkJYy0yLDEuMS0yLjktMC45LTQuNywwYy0x LjUtMC40LTMuNi0wLjItNS40LDBjLTAuMSwwLjMsMC4zLDAuNCwwLDAuNWMtMC40LDAuMi0xLjkt MC4yLTEuNS0wLjJjLTEuNi0wLjEtMi45LDAuMy00LjQsMC4yCgkJYy0yLjEtMC4yLTQuNC0xLjQt Ni44LTEuNGMtMS4zLDAtMi4zLDAuNC0zLjcsMC4yYzAtMC40LTAuNS0wLjItMS0wLjVjMC4yLDAu OC0xLDAuNC0xLjIsMC44YzAuMiwwLjMsMC4yLDAuNCwwLjEsMC42CgkJYy0wLjktMC4yLTEuNS0w LjYtMS45LTFjMS4xLTAuMywxLjEtMC42LDEtMS41YzEuMy0wLjMsNC0wLjUsMi43LTEuMWMxLjcs MC4yLDMuNCwwLjIsNC44LDBjLTEuMi0wLjMtMC4yLTAuNiwwLTEuMQoJCWMtMS4zLDAtMC45LTAu Ny0yLjctMC41YzAuMywwLjktMiwwLjctMi43LDEuMWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTIu NSwwLTEwLjQsMC40LTEwLjYtMS41YzIuNC0xLjgtMC4xLTMuMS0zLjQtNC4yCgkJYzAuMy0wLjks MC0xLjUtMC43LTIuM2MtMS40LDAuMi0yLjMtMC4zLTMuMSwwYy0wLjMsMC41LDEuMSwwLjIsMSww LjZjLTQuNS0wLjItOC4yLDEuMy0xMS42LDAuNmMtMi4yLDAuNS00LjktMC4xLTYuMiwxLjIKCQlj MC42LDAuMiwxLjgsMC4yLDEuNCwwLjljLTcuMiwxLjMtMTcuMS0wLjItMjEuOSwwLjNjMC4zLDAs MC43LDAsMC43LDAuMmMtMS44LDAtNC45LTAuNi01LjUsMC4zYy0yLjMtMC41LTQuNiwwLTYuMi0w LjIKCQljMC44LDAuMi0wLjIsMS40LTAuMywxLjVjMC4zLTAuNi0xLjUtMC4zLTEtMC45Yy0zLjMt MC44LTYuOC0xLjQtMTAuNi0xLjRjLTAuOCwwLTEuNCwwLjUtMi4xLDBjLTAuOCwwLjIsMC40LDAu Ni0wLjMsMC42CgkJYy0xLjYtMC41LTEuNywwLjEtMy40LTAuMmMxLjMsMS4xLDcsMS4yLDguOSwx LjFjLTAuMywwLjUsMC40LDAuNywwLjcsMC45YzIuNi0wLjIsMy45LDAuNyw1LjEsMS4yYy0wLjYs MC0xLjEsMC0xLjcsMAoJCWMtMC4xLDAuNiwwLjUsMCwxLjQsMC4yYy0wLjQsMC4yLTAuNCwwLjQs MCwwLjZjLTAuOC0wLjQtMS41LDAuMS0yLjcsMGMtMC44LTAuMy0xLjEtMS41LTIuNC0xLjFjMC40 LDAuMSwwLjgsMC4yLDEsMC4zCgkJYy0xLjgsMC0wLjMsMC0wLjMsMC41Yy0xLjMtMC4yLTAuNyww LjQtMS43LDAuM2MtMC44LTAuOC0yLjktMS00LjEtMS41Yy0xLjIsMC4zLTUuMSwwLjMtNy45LDAu OGMwLjgtMC40LTAuNC0wLjctMS0wLjkKCQljLTEuMywxLTMsMC4zLTQuNSwwLjhjMC41LDAuMSwx LjEsMC4yLDEsMC42Yy0yLjEsMC4yLTEuOS0xLTMuOC0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41 Yy0yLjktMC4yLTMuNy0wLjgtNS41LTEuNwoJCWMwLjUsMC4xLDAuMywwLjUsMS40LDAuM2MwLTAu Mi0wLjItMC4zLTAuMy0wLjVjMS4xLDAuMiwwLjgtMC4yLDEuNC0wLjNjLTAuMywwLjUsMC44LDAu MywxLjQsMC4zYzAtMC40LTAuNy0wLjUsMC4zLTAuNgoJCWMyLjksMC4zLDYuOCwwLjksOS42LDEu NGMyLjMtMC42LDAuNi0xLDAtMS45Yy0xLjEtMC4xLTEuNywwLTIuMSwwLjNDMTE2LDQuNywxMDks NS45LDEwNC45LDQuM2MtMy4zLDAuOS00LjIsMC42LTcuOSwwLjUKCQljLTAuMywwLjMtMC42LDAu Ny0xLjQsMC44YzAuMS0wLjMsMS0wLjMsMC43LTAuOGMtMC42LDAtMS4xLDAtMS43LDBjMC4xLDAu Ni0xLDAuNy0yLjEsMC44YzAuMiwxLjMsMS45LDEuNiwzLjQsMS4yCgkJYy0wLjQsMC4zLTAuNyww LjYtMS43LDAuNmMtMC4zLTAuMi0wLjctMC4zLTEtMC41Yy0xLDAuMi0xLjgsMC40LTMuMSwwLjVj MCwwLjQsMC43LDAuNS0wLjMsMC42YzAtMC4yLDAtMC40LDAtMC42CgkJYy0xLjksMC4zLTMuNiww LTMuMSwwLjZjLTAuOS0wLjQtNi41LTEuMS01LjEtMC4yQzc4LjcsOCw3OS4zLDcuOSw3Ni44LDhj MC43LTAuNS0xLjgtMC4yLTMuMS0wLjJjLTEuMy0xLTQuNy0wLjUtNi44LTAuOAoJCWMwLjEsMC40 LTAuNSwwLjUtMSwwLjZjLTMuOS0wLjUtNy4yLTEuMy0xMi0wLjZjLTAuMS0wLjEsMC0wLjMtMC4z LTAuM2MtMC4xLDEuNiwzLjYsMS40LDUuNSwyYzAtMC45LDUuMiwwLjMsNS41LTAuOQoJCWMwLjgs MCwxLjYsMCwyLjQsMGMtMC4zLDAuNCwwLjcsMC4zLDAuNywwLjZjMi45LTAuMiw1LDAuNCw3LjIs MC4zYy0wLjMsMC4yLTEuNywwLTEuNCwwLjVjMC44LTAuMSwzLjgsMCwxLjctMC41CgkJYzIsMC4y LDIuNSwwLjIsNC4xLDAuNkM3OS4zLDkuMiw3OS4yLDksNzkuNiw5QzgwLDkuNyw4Mi4xLDkuNSw4 Myw5LjZjMCwwLjItMC42LDAuMS0wLjcsMC4zYzIuOC0wLjEsMy4zLDAuNCw1LjEsMC4zCgkJYzAu MiwxLjEsMi42LDEuNSwzLjQsMi42Yy0wLjYsMC0xLjEsMC0xLjQsMC4yYzAtMC4yLDAtMC40LDAt MC42QzgzLDEzLjIsNzUuOCwxMS45LDcxLDExLjljLTAuNC0wLjUtMS41LTAuNi0yLjQtMC45CgkJ Yy0xLjUsMS00LjEsMC4xLTUuNSwwLjVjMC4yLTAuNy0wLjctMC40LTEtMC4yYy0wLjYtMC4zLDAu Mi0wLjMsMC0wLjhjLTEuNS0wLjMtMy0wLjctMy40LTEuNWMtMC41LDAuMy0xLjUsMC40LTIuMSww LjgKCQljMC0wLjMtMC45LTAuMy0xLjctMC4zYy0xLDAuMi0wLjEsMC42LTEuNCwwLjhjLTEuNSww LTMuMSwwLjEtMy44LTAuM0M0OS45LDkuMyw1MSw5LjIsNTEuOCw5Yy0wLjItMC41LDAuNC0wLjYs MC4zLTAuOQoJCWMtMS45LTAuMy00LjctMC41LTcuMi0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41 Yy0xLjctMC4xLTIuOSwwLTMuMSwwLjZjMC40LDAsMSwwLDEsMC4yYy0xLjUsMC44LTMuNi0wLjMt NS4xLDAuMgoJCWMwLjQsMCwwLjgsMC4zLDAuMywwLjNjLTAuMS0wLjMtMi4xLDAtMS0wLjVjLTMu OC0wLjMtOS4zLTAuMS02LjgsMS4xYy0xLjgsMC44LTcuNy0wLjctOC41LDAuNWMwLjIsMCwyLjEs MC45LDIuNywwLjIKCQljMC44LDAuMywxLDAuOCwyLjEsMC45Yy0wLjUtMC40LDAuOS0wLjcsMS0w LjNjLTAuOSwwLjEtMC4zLDEuMi0wLjYsMS42aC02LjhjMCwwLjEsMCwwLjEsMCwwLjJjMC41LDAu MSwwLjUsMS4xLDEuMiwwLjcKCQljMCwwLjEsMCwwLjIsMCwwLjJjLTAuMSwwLTAuMSwwLTAuMiww Yy0wLjMsMC41LTIsMC42LTEuNywwLjljLTEuNC0wLjktMy40LDAuMy00LjksMC4xYzAsMCwwLDAt MC4xLDBoLTEuMwoJCWMtMC4zLTAuNC0xLjQtMC40LTIuNC0wLjRjMC4xLTAuNywwLjItMS4zLDAu NS0xLjNjMC0wLjIsMC0wLjQsMC0wLjZoLTEuNGMtMC4xLDAuNi0wLjEsMS40LTAuMiwxLjljLTAu MSwwLTAuMiwwLTAuMiwwCgkJYzAuMSwwLDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwLjFjLTAuMSww LTAuNCwwLjEtMC41LDAuMUg4LjZjMCwwLjEsMCwwLjIsMCwwLjNjLTAuMSwwLTAuMiwwLTAuMyww djMuMkM4LjEsMTguNyw4LDE5LjgsOCwyMC43CgkJYzAuMSwwLjIsMC4yLDAuNSwwLjIsMC43djEu OGMwLjEsMCwwLjEsMCwwLjIsMGMwLDEsMCwyLDAsMy4xYy0wLjEsMC0wLjEsMC0wLjIsMHYxLjFj MC4xLDAsMC4yLDAsMC4zLDBjMCwwLjEsMCwwLjMsMCwwLjQKCQlDOC44LDI4LjYsOSwyNy40LDks MjguMmMtMC41LDIuMi0xLjIsNC0yLjQsNC42Yy0xLjEsOC43LDAuNSwxOS4zLTAuNiwyNy41YzAu OSwwLjIsMCw0LjEsMC43LDIuOWMtMC40LDQuMywyLDUuMSwxLjIsOS42CgkJYzAuMiwwLjEsMC40 LTAuMSwwLjQsMC40QzcuOSw3NC4zLDgsNzYuMSw4LDc3LjVjLTAuNC0wLjgtMC43LTAuNS0xLjUt MC43QzUuOCw3OS4yLDUsODMuMSw1LDg3LjljMC4xLDYuNiwwLDE1LjUsMC40LDE4LjkKCQljLTAu MSwwLjUtMC40LDAuNy0wLjYsMS4xYy0wLjEsMS45LDAuMywyLjksMCw0LjNjMC4zLDAsMC42LDAs MC45LDBjMC41LDMtMC43LDUuNC0wLjQsOC45YzEuMS0xLjIsMi4xLDAuMywxLjgsMy45CgkJYzAu MywwLjMsMC42LDAuNywwLjYsMS44Yy0wLjQsMi4xLTAuMyw3LjQsMC40LDguOWMwLjIsNC42LTAu Niw3LjEtMC40LDkuNmMtMC4yLTAuMS0wLjMtMC41LTAuNi0wLjRjLTAuMiwxLjMsMC42LDAuNiww LjQsMS44CgkJYy0wLjYsMC40LTAuMywzLjEtMC42LDQuM2MwLjgsMS43LDAuOCwzLjUsMS4zLDUu NGMwLDAuNi0wLjQsMC4zLTAuMywxLjFjMC45LDEuNywwLjcsNi45LDEsMTEuMWMwLjIsMCwwLjUs MCwwLjcsMAoJCWMwLTIuMy0wLjItNC4yLTAuMS02LjhDOS4yLDE2Miw5LDE2MS41LDksMTYwLjRj MC4zLDAuNiwwLjIsMCwwLjYsMGMwLTAuNi0wLjEtMS44LDAuMy0xLjRjMCwwLjEsMCwwLjEsMCww LjIKCQljMCwwLjEsMC4xLDAuMSwwLjEsMC4yYzAsMC4xLDAsMC4yLDAsMC40YzAuMSwwLDAuMSww LDAuMSwwYzAuMywwLjcsMC41LDEuNiwwLjcsMi4yYzAsMC4zLDAuMSwwLjUsMC4yLDAuN2MwLTAu MSwwLTAuMiwwLjEtMC4zCgkJYzAuMSwwLjEsMC4yLDAuMSwwLjIsMC4xYzAuMSwyLjksMC4zLDEw LjItMS41LDEwLjRjLTEuNy0yLjQtMy4xLDAuMS00LjEsMy41Yy0wLjktMC4zLTEuNCwwLTIuMyww LjdjMC4yLDEuNS0wLjMsMi40LDAsMy4xCgkJYzAuNSwwLjMsMC4yLTEuMSwwLjYtMWMtMC4yLDQu NiwxLjMsOC4zLDAuNiwxMS45YzAuNSwyLjItMC4xLDUsMS4yLDYuM2MwLjItMC42LDAuMi0xLjks MC45LTEuNEM4LjEsMjAzLDYuNywyMTMsNy4yLDIxOAoJCWMwLTAuMywwLTAuNywwLjItMC43YzAs MS44LTAuNiw1LDAuMyw1LjZjLTAuNSwyLjQsMCw0LjYtMC4yLDYuM2MwLjItMC45LDEuNCwwLjIs MS41LDAuM2MtMC42LTAuMy0wLjIsMS41LTAuOSwxCgkJYy0wLjgsMy40LTEuMyw2LjktMS40LDEw LjhjMCwwLjgsMC41LDEuNCwwLDIuMWMwLjIsMC45LDAuNi0wLjQsMC42LDAuM2MtMC41LDEuNiww LjEsMS43LTAuMiwzLjVjMS4xLTEuNCwxLjItNy4xLDEuMS05LjEKCQljMC41LDAuMywwLjYtMC40 LDAuOS0wLjdjLTAuMi0yLjcsMC43LTQsMS4yLTUuMmMwLDAuNiwwLDEuMiwwLDEuN2MwLjYsMC4x LDAtMC41LDAuMi0xLjRjMC4yLDAuNCwwLjQsMC40LDAuNiwwCgkJYy0wLjQsMC45LDAuMSwxLjUs MCwyLjhjLTAuMywwLjgtMS41LDEuMi0xLjEsMi40YzAuMS0wLjQsMC4yLTAuOCwwLjMtMWMwLDEu OSwwLDAuMywwLjUsMC4zYy0wLjIsMS4zLDAuNCwwLjcsMC4zLDEuNwoJCWMtMC44LDAuOC0xLDIu OS0xLjUsNC4yYzAuMywxLjMsMC4zLDUuMiwwLjgsOGMtMC40LTAuOS0wLjcsMC40LTAuOSwxYzEs MS4zLDAuMywzLDAuOCw0LjVjMC4xLTAuMywwLjEtMC41LDAuMi0wLjcKCQljMCwwLjYsMCwxLjEs MCwxLjdjLTAuMiwwLjQtMC4zLDAuOC0wLjIsMS41YzAsMC4xLDAsMC4yLTAuMSwwLjJjLTAuMS0w LjEtMC4xLTAuMy0wLjMtMC4yYzAsMC40LTAuMSwwLjctMC4xLDEKCQljLTAuMiwwLjItMC40LDAu NC0wLjYsMC41YzAuMywwLjQsMC4xLDAuOSwwLjMsMS4zYy0wLjMsMS0wLjcsMS43LTEuMiwyLjhj MC4xLTAuNSwwLjUtMC4zLDAuMy0xLjRjLTAuMiwwLTAuMywwLjItMC41LDAuMwoJCWMwLjItMS4x LTAuMi0wLjgtMC4zLTEuNGMwLjUsMC40LDAuMy0wLjgsMC4zLTEuNGMtMC40LDAtMC41LDAuNy0w LjYtMC4zYzAuMy0zLDAuOS03LDEuNC05LjhjLTAuNS0yLjMtMS0wLjYtMS44LDAKCQljLTAuMSwx LjEsMCwxLjgsMC4zLDIuMWMtMC45LDMuNywwLjMsMTAuOC0xLjIsMTVjMC45LDMuMywwLjYsNC4z LDAuNSw4YzAuMywwLjMsMC42LDAuNiwwLjgsMS40Yy0wLjMtMC4xLTAuMy0xLTAuOC0wLjcKCQlj MCwwLjYsMCwxLjIsMCwxLjdjMC42LTAuMSwwLjcsMSwwLjgsMi4xYzEuMy0wLjIsMS42LTIsMS4y LTMuNWMwLjMsMC40LDAuNiwwLjcsMC42LDEuN2MtMC4xLDAuNC0wLjMsMC43LTAuNSwxCgkJYzAu MSwxLjEsMC40LDEuOSwwLjUsMy4xYzAuNCwwLDAuNS0wLjcsMC42LDAuM2MtMC4yLDAtMC40LDAt MC42LDBjMC4zLDIsMCwzLjYsMC42LDMuMWMtMC40LDAuOS0xLDYuNi0wLjIsNS4yCgkJYzAuMSwz LDAuMSwyLjQsMC4yLDQuOWMtMC41LTAuOC0wLjIsMS44LTAuMiwzLjFjLTAuMiwwLTAuMywwLTAu NiwwYy0wLjMtMS40LTAuNS00LjEtMS0yLjljMC4xLTEuOCwwLjItMy41LDAtNQoJCWMtMC4zLDEu My0wLjYsMC4yLTEsMGMwLDEuMy0wLjcsMC45LTAuNCwyLjljMC45LTAuMywwLjYsMi4xLDEsMi45 YzAtMC40LDAuMi0wLjYsMC4zLTAuN2MwLDIuNiwwLjQsMTAuOC0xLjUsMTEuMQoJCWMtMS43LTIu NS0zLDAuMS00LDMuNmMtMC44LTAuMy0xLjQsMC0yLjIsMC43YzAuMiwxLjUtMC4zLDIuNCwwLDMu MmMwLjUsMC4zLDAuMi0xLjIsMC42LTEuMWMtMC4yLDQuNywxLjMsOC41LDAuNiwxMi4xCgkJYzAu NSwyLjMtMC4xLDUuMSwxLjIsNi40YzAuMi0wLjYsMC4yLTEuOSwwLjktMS40YzEuMiw3LjUtMC4y LDE3LjgsMC4zLDIyLjljMC0wLjMsMC0wLjcsMC4xLTAuN2MwLDEuOC0wLjYsNS4xLDAuMyw1LjcK CQljLTAuNSwyLjQsMCw0LjgtMC4xLDYuNGMwLjItMC45LDEuNCwwLjIsMS41LDAuNGMtMC42LTAu My0wLjIsMS42LTAuOSwxLjFjLTAuNywzLjQtMS4zLDcuMS0xLjMsMTEuMWMwLDAuOSwwLjUsMS40 LDAsMi4xCgkJYzAuMiwwLjksMC42LTAuNCwwLjYsMC40Yy0wLjUsMS43LDAuMSwxLjgtMC4xLDMu NmMwLjgtMS4xLDEtNC45LDEuMS03LjRjMC4yLDAsMC40LDAuMiwwLjUsMC40YzAtMC40LDAuMy0w LjgsMC0xLjEKCQljLTAuMSwxLjItMC4zLTAuNC0wLjUtMC40YzAsMC4yLDAsMC4zLTAuMSwwLjRj MC0wLjUsMC0wLjksMC0xLjJjMC41LDAuMywwLjYtMC40LDAuOS0wLjdjLTAuMi0yLjcsMC42LTQu MSwxLjItNS40CgkJYzAsMC42LDAsMS4yLDAsMS44YzAuNiwwLjEsMC0wLjUsMC4xLTEuNGMwLjIs MC40LDAuNCwwLjQsMC42LDBjLTAuNCwwLjksMC4xLDEuNiwwLDIuOWMtMC4zLDAuOC0xLjUsMS4y LTEsMi41CgkJYzAuMS0wLjQsMC4yLTAuOCwwLjMtMS4xYzAsMS45LDAsMC4zLDAuNCwwLjRjLTAu MiwxLjMsMC40LDAuNywwLjMsMS44Yy0wLjgsMC44LTAuOSwzLTEuNSw0LjNjMC4zLDEuMywwLjMs NS4zLDAuNyw4LjIKCQljLTAuNC0wLjktMC43LDAuNC0wLjksMS4xYzAuOSwxLjQsMC4zLDMuMSww LjcsNC42YzAuMS0wLjUsMC4yLTEuMSwwLjYtMS4xYzAuMiwyLjItMSwxLjktMC40LDMuOWMtMC4y LDAtMC4yLTAuNS0wLjQtMC40CgkJYy0wLjIsMy0wLjcsMy45LTEuNiw1LjdjMC4xLTAuNiwwLjUt MC4zLDAuMy0xLjRjLTAuMiwwLTAuMywwLjItMC40LDAuNGMwLjItMS4xLTAuMi0wLjktMC4zLTEu NGMwLjQsMC40LDAuMy0wLjgsMC4zLTEuNAoJCWMtMC40LDAtMC41LDAuNy0wLjYtMC40YzAuMy0z LDAuOC03LjEsMS4zLTEwYy0wLjUtMi40LTEtMC42LTEuOCwwYy0wLjEsMS4yLDAsMS44LDAuMywy LjFDMywzOTMuOCw0LjEsNDAxLDIuNiw0MDUuMwoJCWMwLjgsMy40LDAuNiw0LjQsMC40LDguMmMw LjMsMC40LDAuNiwwLjYsMC43LDEuNGMtMC4zLTAuMi0wLjMtMS0wLjctMC43YzAsMC42LDAsMS4y LDAsMS44YzAuNS0wLjEsMC43LDEsMC43LDIuMQoJCWMxLjMtMC4yLDEuNi0yLDEuMi0zLjZjMC4z LDAuNSwwLjYsMC43LDAuNiwxLjhjLTAuMSwwLjQtMC4zLDAuNy0wLjQsMS4xYzAuMSwxLjEsMC40 LDEuOSwwLjQsMy4yYzAuNCwwLDAuNS0wLjcsMC42LDAuNAoJCWMtMC4yLDAtMC40LDAtMC42LDBj MC4zLDIsMCwzLjcsMC42LDMuMmMtMC40LDAuOS0xLDYuOC0wLjEsNS40YzAuMSwzLjEsMC4xLDIu NCwwLjEsNWMtMC40LTAuOC0wLjIsMS45LTAuMSwzLjIKCQljLTAuOSwxLjMtMC41LDQuOS0wLjcs Ny4xYzAuNC0wLjEsMC41LDAuNSwwLjYsMS4xYy0wLjQsNC4xLTEuMyw3LjUtMC42LDEyLjVjLTAu MSwwLjEtMC4zLDAtMC4zLDAuNGMxLjUsMC4yLDEuMy0zLjcsMS45LTUuNwoJCWMtMC45LDAsMC4z LTUuNS0wLjktNS43YzAtMC44LDAtMS43LDAtMi41YzAuNCwwLjMsMC4zLTAuNywwLjYtMC43Yy0w LjItMywwLjQtNS4yLDAuMy03LjVjMC4yLDAuMywwLDEuOCwwLjQsMS40CgkJYy0wLjEtMC44LDAt NC0wLjQtMS44YzAuMi0yLjEsMC4yLTIuNiwwLjYtNC4zYy0wLjItMC4xLTAuNCwwLjEtMC40LTAu NGMwLjctMC40LDAuNS0yLjYsMC42LTMuNmMwLjIsMCwwLjEsMC42LDAuMywwLjcKCQljLTAuMS0z LDAuNC0zLjQsMC4zLTUuNGMxLTAuMiwxLjQtMi43LDIuNS0zLjZjMCwwLjYsMCwxLjEsMC4xLDEu NGMtMC4yLDAtMC40LDAtMC42LDBjMC44LDYuNy0wLjUsMTQuMy0wLjQsMTkuMwoJCWMtMC41LDAu NC0wLjYsMS42LTAuOSwyLjVjMSwxLjYsMC4xLDQuMywwLjQsNS43Yy0wLjctMC4zLTAuNCwwLjct MC4xLDEuMWMtMC4zLDAuNy0wLjMtMC4yLTAuNywwYy0wLjMsMS42LTAuNywzLjEtMS41LDMuNgoJ CWMwLjMsMC41LDAuNCwxLjYsMC43LDIuMWMtMC4zLDAuMS0wLjMsMC45LTAuMywxLjhjMC4yLDEs MC41LDAuMSwwLjcsMS40YzAsMS42LDAuMSwzLjItMC4zLDMuOWMtMC41LTAuMS0wLjYtMS4zLTAu OS0yLjEKCQljLTAuNSwwLjMtMC41LTAuNC0wLjktMC40Yy0wLjMsMS45LTAuNCw0LjktMC40LDcu NWMtMC4yLDAtMC4yLTAuNS0wLjQtMC40Yy0wLjEsMS43LDAsMy4xLDAuNiwzLjJjMC0wLjQsMC0x LDAuMS0xLjEKCQljMC43LDEuNi0wLjIsMy44LDAuMSw1LjRjMC0wLjQsMC4yLTAuOSwwLjMtMC40 Yy0wLjMsMC4xLDAsMi4yLTAuNCwxLjFjLTAuMyw0LTAuMSw5LjcsMSw3LjFjMC44LDEuOS0wLjcs OCwwLjQsOC45CgkJYzAtMC4yLDAuOC0yLjIsMC4yLTIuOGMwLjMtMC44LDAuOC0xLDAuOS0yLjFj LTAuNCwwLjYtMC43LTAuOS0wLjMtMS4xYzAuMSwxLDEuNCwwLjMsMS42LDAuN2MtMC40LTEsMC0x LDAuNC0wLjcKCQljMC0wLjIsMC0wLjUsMC0wLjdjMC0wLjIsMC0wLjUsMC0wLjdjLTAuNiwwLjgt MS4xLTEuOC0yLjItMC40YzAuMi0wLjUsMC4yLTEuNywwLTIuMWMwLjUsMCwwLjUtMS4yLDEtMS4x Yy0wLjMtMS40LDAuMS0yLDAuNC0yLjkKCQljLTAuMy0wLjMtMC41LDEuMS0wLjYsMGMwLTAuNyww LjQtMC43LDAuNi0xLjFjMC4yLDEuNC0wLjEsMy45LDAuNiw0LjNjMC0wLjYsMC45LTAuNiwwLjks MGMtMC41LDEuNiwwLjIsNC45LTAuOSw1CgkJYy0wLjEsMC42LDAuMiwwLjksMCwxLjFjLTAuMSww LjEtMC4zLDAtMC4zLDAuNGMxLjEsMCwxLjEsMi41LDEsNWMwLjUsMC4zLDAuNSwyLjEsMC45LDEu OGMtMC45LDEuNCwwLjMsMy42LDAuMSw1LjEKCQljMC4xLTAuMiwwLjEsMS4zLDAuMiwxLjRjLTAu OS0wLjEtMC41LDMuNi0wLjQsMy45YzAuMi0xLDAuMSwxLjEsMC40LDBjMCwwLjcsMC4xLDEuMSww LjEsMS41aDAuNGMwLDAuMiwwLDAuNC0wLjEsMC42CgkJYzIuNiwwLjgsNi45LDEuNywxMi4xLDEu NmM3LjItMC4xLDE2LjksMCwyMC43LTAuNWMwLjUsMC4yLDAuOCwwLjQsMS4yLDAuN2MyLDAuMSwz LjEtMC40LDQuNywwYzAtMC4zLDAtMC43LDAtMQoJCWMzLjMtMC41LDUuOSwwLjgsOS43LDAuNWMt MS4zLTEuMiwwLjQtMi4zLDQuMy0yYzAuMy0wLjQsMC44LTAuNywxLjktMC43YzIuMywwLjUsOCww LjMsOS43LTAuNWM0LjItMC4yLDYuOCwwLjQsOS4yLDAuNQoJCWMwLDAuMSwwLjEsMC4xLDAuMSww LjJjMC4zLDAsMC43LDAuMSwxLDAuMWMtMC4xLDAuMS0wLjIsMC4yLTAuMSwwLjRjMC44LDAuMSww LjktMC4xLDEuMS0wLjNjMC41LDAsMC45LDAuMSwxLjQsMC4xCgkJYzEsMC4zLDMuMSwwLjEsNC4x LDAuNGMwLjItMC4xLDAuNC0wLjIsMC42LTAuMmM2LjMsMCwxMi45LTAuNiwxOC4zLDAuMmMwLjIt MC45LDMuOSwwLDIuNy0wLjhjNC4yLDAuNCw0LjktMi4xLDkuMy0xLjIKCQljMC4xLTAuMi0wLjEt MC40LDAuMy0wLjVjMS4xLDAuNiwyLjgsMC40LDQuMSwwLjVjLTAuOCwwLjQtMC41LDAuNy0wLjcs MS41YzIuMiwwLjgsNS44LDEuNSwxMC4xLDEuNXYwLjRjMi0wLjEsMy45LTAuMiw1LjgtMC4yCgkJ YzAuMi0wLjEsMC41LTAuMywwLjktMC4zYzIsMCwzLjksMCw1LjctMC4xYzIuNiwwLjIsNS4zLDAu Niw3LjEsMC42YzAuMy0wLjEsMC43LTAuMiwxLjEtMC4zYzEuMywwLDIuMi0wLjMsMy4zLDAKCQlj MC0wLjEsMC0wLjEsMC0wLjJjMS4zLDAsMi43LDAsNC4xLTAuMmMwLjctMC4yLDAtMC4zLDAuMS0w LjRjMC41LDAuMSwxLDAuMiwxLjYsMC4yYzIuMSwwLjUsMy43LDEuMiw0LjMsMi4zCgkJYzEwLjQs MS4zLDIzLjEtMC41LDMyLjgsMC43YzAuMi0xLDQuOSwwLDMuNC0wLjhjNS4yLDAuNCw2LjEtMi4y LDExLjUtMS4zYzAuMS0wLjItMC4xLTAuNSwwLjQtMC41YzEuMywwLjcsMy41LDAuNSw1LjEsMC41 CgkJYy0xLDAuNS0wLjYsMC43LTAuOSwxLjZjMi44LDAuOCw3LjYsMS43LDEzLjIsMS42YzcuOS0w LjEsMTguNSwwLDIyLjYtMC41YzAuNiwwLjIsMC44LDAuNCwxLjMsMC43YzIuMiwwLjEsMy40LTAu NCw1LjEsMAoJCWMwLTAuMSwwLTAuMiwwLTAuM2MwLjUsMC4yLDEsMC4zLDEuNSwwLjVjLTAuMyww LjksMCwxLjYsMC44LDIuNWMxLjYtMC4yLDIuNiwwLjMsMy41LDBjMC4zLTAuNS0xLjMtMC4yLTEu Mi0wLjcKCQljNS4yLDAuMiw5LjMtMS40LDEzLjItMC43YzIuNS0wLjYsNS42LDAuMSw3LTEuM2Mt MC43LTAuMy0yLjEtMC4yLTEuNi0xYzguMi0xLjMsMTkuNCwwLjIsMjQuOS0wLjNjLTAuMywwLTAu OCwwLTAuOC0wLjIKCQljMiwwLDUuNiwwLjYsNi4yLTAuM2MyLjcsMC42LDUuMiwwLDcsMC4yYy0x LTAuMiwwLjMtMS41LDAuNC0xLjZjLTAuMywwLjYsMS43LDAuMywxLjIsMWMzLjgsMC44LDcuNywx LjQsMTIuMSwxLjUKCQljMC45LDAsMS42LTAuNSwyLjMsMGMxLTAuMi0wLjQtMC42LDAuNC0wLjdj MS44LDAuNSwxLjktMC4xLDMuOSwwLjJjLTEuNS0xLjItOC0xLjItMTAuMS0xLjFjMC4zLTAuNi0w LjQtMC43LTAuOC0xCgkJYy0yLjUsMC4yLTQtMC40LTUuMi0xYzAuOCwwLDEuNi0wLjEsMi40LTAu MWMwLTAuMywwLTAuNSwwLTAuOGMtMC44LDAtMS42LDAtMi40LDAuMWMwLTAuMS0wLjEtMC4xLTAu My0wLjJjMSwwLjQsMS43LTAuMSwzLjEsMAoJCWMwLjksMC4zLDEuMywxLjYsMi43LDEuMWMtMC41 LTAuMS0wLjktMC4yLTEuMi0wLjNjMi4xLDAsMC4zLDAsMC40LTAuNWMxLjUsMC4yLDAuNy0wLjUs MS45LTAuM2MwLjksMC44LDMuMywxLDQuNywxLjYKCQljMS0wLjIsMy40LTAuMyw1LjktMC41Yy0w LjQsMC45LDAuMywxLjYsMS42LDIuM2MwLjMsMC4zLDAuOCwwLjYsMS4xLDFjMC42LDAsMSwwLDEu NCwwYzAsMCwwLjEsMCwwLjEsMGMtMC4zLDAuOSwwLDEuNSwwLjcsMi4zCgkJYzEuNC0wLjIsMi4z LDAuMywzLjEsMGMwLjMtMC41LTEuMS0wLjItMS0wLjZjNC41LDAuMiw4LjItMS4zLDExLjctMC42 YzAuOS0wLjIsMS44LTAuMiwyLjctMC4zYzAuMiwwLjEsMC4zLDAuMSwwLjUsMC4yCgkJYzMuNy0w LjksNC44LTAuNiw5LTAuNWMwLjQtMC4zLDAuNy0wLjcsMS42LTAuOGMtMC4yLDAuMy0xLjEsMC4z LTAuOCwwLjhjMC43LDAsMS4zLDAsMiwwYy0wLjEtMC42LDEuMS0wLjgsMi4zLTAuOAoJCWMtMC4x LTAuNi0wLjUtMC45LTEtMS4yYzQuMSwwLjEsOCwwLjQsMTAuNSwwLjFjLTAuMywwLTAuNywwLTAu Ny0wLjJjMS44LDAsNC45LDAuNiw1LjUtMC4zYzIuMywwLjUsNC42LDAsNi4yLDAuMgoJCWMtMC41 LTAuMS0wLjMtMC43LDAtMS4xYzAuMywwLDAuNiwwLDAuOSwwYzAsMCwwLjEsMCwwLjEsMGMwLjEs MC4xLDAuMywwLjIsMC40LDAuMmMwLDAuMSwwLDAuMSwwLDAuM2MzLjMsMC44LDYuOCwxLjQsMTAu NiwxLjQKCQljMC44LDAsMS40LTAuNSwyLjEsMGMwLjgtMC4yLTAuNC0wLjYsMC4zLTAuNmMxLjYs MC41LDEuNy0wLjEsMy40LDAuMmMtMC4yLTAuMi0wLjYtMC4zLTEtMC40YzEuMiwwLjEsMi41LDAu MSwzLjksMC4xCgkJYzAuMiwwLjIsMC40LDAuMywwLjUsMC41YzEuMSwwLjEsMS43LDAsMi4xLTAu M2MzLjcsMC45LDEwLjYtMC4zLDE0LjcsMS4yYzMuMy0wLjksNC4yLTAuNiw3LjktMC41YzAuMy0w LjMsMC42LTAuNywxLjQtMC44CgkJYy0wLjEsMC4zLTEsMC4zLTAuNywwLjhjMC42LDAsMS4xLDAs MS43LDBjLTAuMS0wLjYsMS0wLjcsMi4xLTAuOGMtMC4yLTEuMy0xLjktMS42LTMuNC0xLjJjMC40 LTAuMywwLjctMC42LDEuNy0wLjYKCQljMC4zLDAuMiwwLjcsMC4zLDEsMC41YzEtMC4yLDEuOC0w LjQsMy4xLTAuNWMwLTAuNC0wLjctMC41LDAuMy0wLjZjMCwwLjIsMCwwLjQsMCwwLjZjMS45LTAu MywzLjYsMCwzLjEtMC42CgkJYzAuOSwwLjQsNi41LDEuMSw1LjEsMC4yYzIuOS0wLjEsMi4zLTAu MSw0LjgtMC4yYy0wLjcsMC41LDEuOCwwLjIsMy4xLDAuMmMxLjMsMSw0LjcsMC41LDYuOSwwLjhj LTAuMS0wLjQsMC41LTAuNSwxLTAuNgoJCWMxLjgsMC4yLDMuNCwwLjUsNS4xLDAuN2MtMSwwLjIt MS41LDAuNC0wLjcsMC43Yy0yLjEtMC4yLTQuMi0wLjItNiwwYzEuNSwwLjMsMC4zLDAuNywwLDEu MWMxLjYsMCwxLjEsMC44LDMuNCwwLjUKCQljLTAuNC0xLDIuNS0wLjcsMy40LTEuMWMtMC41LDAt MC43LTAuMi0wLjktMC4zYzMuMSwwLDEyLjktMC40LDEzLjIsMS42Yy0yLjksMS45LDAuMSwzLjMs NC4zLDQuNGMtMC40LDAuOSwwLDEuNiwwLjksMi41CgkJYzEuOC0wLjIsMi45LDAuMywzLjgsMGMw LjQtMC41LTEuNC0wLjItMS4zLTAuN2M1LjYsMC4yLDEwLjItMS40LDE0LjUtMC43YzIuNy0wLjYs Ni4xLDAuMSw3LjctMS4zYy0wLjgtMC4zLTIuMy0wLjItMS43LTEKCQljOC45LTEuMywyMS4yLDAu MiwyNy4zLTAuM2MtMC4zLDAtMC44LDAtMC45LTAuMmMyLjIsMCw2LjEsMC42LDYuOC0wLjNjMi45 LDAuNiw1LjcsMCw3LjcsMC4yYy0xLTAuMiwwLjMtMS41LDAuNC0xLjYKCQljLTAuNCwwLjYsMS45 LDAuMywxLjMsMWM0LjEsMC44LDguNSwxLjQsMTMuMiwxLjVjMSwwLDEuNy0wLjUsMi42LDBjMS0w LjItMC41LTAuNiwwLjQtMC43YzIsMC41LDIuMS0wLjEsNC4zLDAuMgoJCWMtMS43LTEuMi04Ljct MS4yLTExLjEtMS4xYzAuMy0wLjYtMC41LTAuNy0wLjktMWMtMy4zLDAuMi00LjktMC43LTYuNC0x LjNjMC43LDAsMS40LDAsMi4xLDBjMC4xLTAuNy0wLjYsMC0xLjctMC4yCgkJYzAuNS0wLjIsMC41 LTAuNCwwLTAuN2MxLDAuNCwxLjgtMC4xLDMuNCwwYzEsMC4zLDEuNCwxLjYsMywxLjFjLTAuNS0w LjEtMS0wLjItMS4zLTAuM2MyLjMsMCwwLjMsMCwwLjQtMC41CgkJYzEuNiwwLjIsMC44LTAuNCwy LjEtMC4zYzEsMC44LDMuNiwxLDUuMSwxLjZjMS41LTAuMyw2LjQtMC4zLDkuOC0wLjhjLTEsMC40 LDAuNSwwLjgsMS4zLDFjMS42LTEsMy43LTAuMyw1LjUtMC44CgkJYy0wLjYtMC4xLTEuNC0wLjIt MS4zLTAuN2MyLjYtMC4yLDIuMywxLjEsNC43LDAuNWMwLDAuMi0wLjUsMC4yLTAuNCwwLjVjMy42 LDAuMiw0LjcsMC44LDYuOCwxLjhjLTAuNy0wLjEtMC40LTAuNS0xLjctMC4zCgkJYzAsMC4yLDAu MiwwLjQsMC40LDAuNWMtMS4zLTAuMi0xLDAuMy0xLjcsMC4zYzAuNC0wLjUtMC45LTAuMy0xLjct MC4zYzAuMSwwLjQsMC44LDAuNS0wLjQsMC43Yy0zLjYtMC40LTguNS0wLjktMTEuOS0xLjUKCQlj LTIuOCwwLjYtMC43LDEuMSwwLDJjMS40LDAuMSwyLjEsMCwyLjYtMC4zYzQuNiwxLDEzLjItMC4z LDE4LjMsMS4zYzQuMS0wLjksNS4yLTAuNiw5LjgtMC41YzAuNC0wLjMsMC43LTAuNywxLjctMC44 CgkJYy0wLjIsMC4zLTEuMiwwLjMtMC45LDAuOGMwLjcsMCwxLjQsMCwyLjEsMGMtMC4xLTAuNiwx LjItMC44LDIuNi0wLjhjLTAuMy0xLjQtMi40LTEuNy00LjMtMS4zYzAuNS0wLjMsMC45LTAuNiwy LjEtMC43CgkJYzAuNCwwLjIsMC45LDAuMywxLjMsMC41YzEuMy0wLjIsMi4zLTAuNCwzLjgtMC41 Yy0wLjEtMC40LTAuOC0wLjUsMC40LTAuN2MwLDAuMiwwLDAuNCwwLDAuN2MyLjQtMC4zLDQuNSww LDMuOC0wLjcKCQljMS4xLDAuNSw4LjEsMS4xLDYuNCwwLjJjMy43LTAuMSwyLjktMC4xLDYtMC4y Yy0wLjksMC41LDIuMywwLjIsMy44LDAuMmMxLjYsMSw1LjksMC42LDguNSwwLjhjLTAuMS0wLjQs MC43LTAuNSwxLjMtMC43CgkJYzQuOSwwLjUsOSwxLjQsMTQuOSwwLjdjMC4xLDAuMSwwLDAuMyww LjQsMC4zYzAuMi0xLjctNC41LTEuNS02LjgtMi4xYzAsMS02LjUtMC4zLTYuOCwxYy0xLDAtMiww LTMsMGMwLjMtMC40LTAuOC0wLjMtMC45LTAuNwoJCWMtMy42LDAuMi02LjItMC40LTguOS0wLjNj MC4zLTAuMywyLjEsMCwxLjctMC41Yy0xLDAuMi00LjcsMC0yLjEsMC41Yy0yLjUtMC4yLTMuMS0w LjItNS4xLTAuN2MtMC4xLDAuMiwwLjEsMC41LTAuNCwwLjUKCQljLTAuNS0wLjctMy4xLTAuNi00 LjMtMC43YzAtMC4yLDAuOC0wLjIsMC45LTAuM2MtMy41LDAuMi00LjEtMC40LTYuNC0wLjNjLTAu Mi0xLjEtMy4yLTEuNi00LjMtMi44YzAuNywwLDEuMywwLDEuNy0wLjIKCQljMCwwLjIsMCwwLjQs MCwwLjdjOC0wLjksMTcuMSwwLjUsMjMsMC41YzAuNSwwLjUsMS45LDAuNywzLDFjMS45LTEuMSw1 LjEtMC4xLDYuOC0wLjVjLTAuMywwLjcsMC45LDAuNCwxLjMsMC4yCgkJYzAuOCwwLjMtMC4zLDAu MywwLDAuOGMxLjksMC40LDMuNywwLjgsNC4zLDEuNmMwLjYtMC40LDEuOS0wLjUsMi42LTAuOGMw LjEsMC40LDEuMSwwLjQsMi4xLDAuM2MxLjItMC4zLDAuMS0wLjYsMS43LTAuOAoJCWMxLjksMCwz LjgtMC4xLDQuNywwLjNjLTAuMSwwLjYtMS42LDAuNy0yLjYsMWMwLjMsMC41LTAuNCwwLjYtMC40 LDFjMi4zLDAuNCw1LjgsMC41LDguOSwwLjVjMCwwLjItMC41LDAuMi0wLjQsMC41CgkJYzIuMSww LjEsMy42LDAsMy44LTAuN2MtMC41LDAtMS4yLDAtMS4zLTAuMmMxLjktMC44LDQuNSwwLjMsNi40 LTAuMmMtMC41LDAtMS0wLjMtMC40LTAuM2MwLjIsMC40LDIuNywwLDEuMywwLjUKCQljNC43LDAu MywxMS42LDAuMSw4LjUtMS4xYzIuMy0wLjgsOS41LDAuNywxMC42LTAuNWMtMC4yLDAtMi43LTAu OS0zLjQtMC4yYy0xLTAuMy0xLjItMC44LTIuNi0xYzAuNywwLjUtMS4xLDAuNy0xLjMsMC4zCgkJ YzEuMi0wLjEsMC4zLTEuNSwwLjktMS44Yy0xLjEsMC40LTEuMiwwLTAuOS0wLjVjLTAuMywwLTAu NiwwLTAuOCwwYy0wLjMsMC0wLjYsMC0wLjksMGMxLDAuNi0yLjIsMS4zLTAuNCwyLjUKCQljLTAu NS0wLjItMi0wLjItMi42LDBjMC0wLjUtMS40LTAuNi0xLjMtMS4xYy0xLjYsMC40LTIuNC0wLjIt My40LTAuNWMtMC40LDAuMywxLjMsMC41LDAsMC43Yy0wLjksMC0wLjktMC40LTEuMy0wLjcKCQlj MS42LTAuMiw0LjcsMC4xLDUuMS0wLjdjLTAuNCwwLTAuNi0wLjMtMC41LTAuNmgwLjJjMC0wLjEs MC0wLjIsMC0wLjNjMC4xLDAsMC4yLTAuMSwwLjMtMC4xYzAuMywwLjEsMC43LDAuMSwxLjIsMC4y CgkJYzAsMC4xLDAsMC4xLDAsMC4yYzAsMCwwLDAuMSwwLjEsMC4xYzAsMCwwLTAuMSwwLTAuMWgw LjJjMCwwLDAsMC4xLDAuMSwwLjFjMCwwLDAtMC4xLDAtMC4xYzAtMC4xLDAtMC4xLDAtMC4yYzAu NSwwLDEuMSwwLDEuNiwwCgkJYzAsMCwwLDAuMSwwLDAuMWgyYzAuNSwwLjEsMC44LDAuMywwLjgs MC42YzAuNywwLjEsMS4xLTAuMiwxLjMsMGMwLjEsMC4xLDAsMC4zLDAuNCwwLjNjMC0wLjUsMC41 LTAuOCwxLjMtMWgzLjMKCQljMC0wLjEsMC0wLjIsMC0wLjJjMC40LDAsMC45LDAsMS40LDBjMC40 LTAuNiwyLjQtMC42LDIuMS0xYzAuMiwwLjEsMC40LDAuMiwwLjcsMC4zYy0wLjMsMC0wLjUsMC0w LjUsMC4xYzAuNiwwLDAuMywwLjMsMCwwLjUKCQljMC41LDAsMS4zLDAuMSwxLjUtMC4yYy0wLjUt MC4xLTAuMS0wLjIsMC0wLjRjMS41LDAsMy4xLTAuNiw0LjQtMC40Yy0wLjItMC4xLDEuNi0wLjEs MS42LTAuM2MtMC4xLDEsNC4zLDAuNSw0LjcsMC41CgkJYy0xLjItMC4yLDEuNC0wLjIsMC0wLjVj MC44LDAsMS40LTAuMSwxLjgtMC4xdi0xLjVoMC41YzAtMS4yLTAuMy0yLjItMC41LTMuMXYwYzAs MCwwLDAsMCwwYy0wLjItMC42LTAuNC0xLjMtMC42LTEuOQoJCWMwLjIsMCwwLjQsMCwwLjYsMHYt Mi45Yy0wLjMsMC0wLjYsMC0wLjktMC4xYzAtMC40LDAuMS0wLjksMC4xLTEuNGMtMC4yLTAuMS0w LjQsMC4xLTAuNS0wLjRjMC4yLTAuNCwwLjMtMC45LDAuNC0xLjQKCQljMC4yLTAuMSwwLjQtMC4x LDAuOC0wLjF2LTEuMmMtMC4yLDAtMC40LDAtMC43LDBjMC0wLjcsMC0xLjQsMC0yLjFjMC40LDAu OSwwLjcsMC41LDEuNSwwLjhjMC44LTIuNiwxLjYtNywxLjUtMTIuMgoJCWMtMC4xLTcuMywwLTE3 LTAuNS0yMC44YzAuMi0wLjUsMC40LTAuOCwwLjYtMS4yYzAuMS0yLTAuMy0zLjEsMC00LjdjLTAu MywwLTAuNiwwLTAuOSwwYy0wLjUtMy4zLDAuNy02LDAuNS05LjgKCQljLTEuMSwxLjMtMi4xLTAu NC0xLjgtNC4zYy0wLjMtMC4zLTAuNi0wLjgtMC42LTJjMC40LTIuMywwLjMtOC4xLTAuNS05Ljhj LTAuMi01LjEsMC42LTcuOCwwLjUtMTAuNmMwLjIsMC4xLDAuMywwLjYsMC42LDAuNAoJCWMwLjIt MS41LTAuNi0wLjYtMC41LTJjMC42LTAuNCwwLjMtMy40LDAuNi00LjdjLTAuOC0xLjktMC44LTMu OC0xLjQtNS45YzAtMC42LDAuNC0wLjMsMC4zLTEuMmMtMC45LTEuOS0wLjctNy42LTEuMS0xMi4y CgkJYy0wLjMsMC0wLjUsMC0wLjgsMGMwLDIuNSwwLjIsNC42LDAuMiw3LjVjMC41LTAuMiwwLjcs MC4zLDAuNiwxLjZjLTAuMy0wLjctMC4yLDAtMC42LDBjMCwwLjcsMC4yLDItMC4zLDEuNmMwLTAu MSwwLTAuMSwwLTAuMgoJCWMtMC44LTEuMS0wLjgtNC4yLTItMy4yYy0wLjEtMi42LDAtNS4zLTAu Mi03LjhjLTAuNywwLjEtMC44LTAuNC0wLjktMWMwLjktMS45LDAuOS00LjMsMS4yLTYuNGMwLjMt MS44LDEtMi40LDEuMi0zLjgKCQljMCwwLTAuMy0wLjMtMC4zLTAuNGMwLTEuMSwwLjMtMi41LDAu NS0zLjJjMC0yLjgtMC40LTUuMi0wLjItOGMtMC4yLDAuMS0wLjgtMC4yLTAuOCwwLjJjMC41LDAu MywwLDAuNywwLjMsMS4yCgkJYy0wLjYsMC4xLTAuNiwwLjgtMS40LDAuNmMwLjMtMS4xLDAuMi0x LjQsMC4zLTIuNmMxLjQtMC40LDAuNy0yLjMsMC4yLTMuMmMwLDAuMy0wLjUtMC40LTAuNi0wLjZj MC4yLTIuNC0xLTMuNC0wLjUtNC42CgkJYzAsMC4yLTAuMSwwLjItMC4zLDAuMmMtMC40LTIuNCww LjEtMy4yLDAuNS01LjZjLTAuNC0xLjMtMC44LTIuNC0wLjktNGMtMS0xLjMtMS4yLTMuNC0xLjEt NS41YzAsMCwwLDAsMC4xLDAKCQljMC4zLTAuMiwwLjEtMC44LDAtMS4yYzAuMS0xLjgsMC40LTMu NiwwLjUtNC45Yy0wLjQtMC4xLTAuMywwLjQtMC44LDAuMmMwLjQtMC40LTAuMS0xLjksMC4zLTIu MmMwLjQsMCwwLjgsMC4xLDAuOSwwLjQKCQljLTAuMSwwLjYtMC40LDAuOC0wLjYsMS4yYzAuNCww LjMsMC4zLDAsMC44LDAuMmMtMC4xLTEuMiwwLjktMS40LDAuOC0yYzAuMiwwLjYsMC43LTAuMiww LjktMC4yYy0wLjctMS40LTAuNi0yLTAuNi0zLjgKCQljLTAuOSwwLTAuMi0wLjgtMC45LTEuMmMw LjEsMC42LTAuNi0wLjUtMC42LDAuMmMwLjUsMC43LTAuNCwwLjMtMC41LDEuMmMwLTEuNi0wLjEt Mi42LTEuMi0zLjhjMC0wLjEsMC0wLjMsMC0wLjQKCQljMC4xLDAsMC4yLDAsMC4zLDBjLTAuMS0w LjYsMC0xLjItMC4xLTEuNmMwLjQtMS4zLDEuMS0yLjIsMS42LTIuN2MtMC4xLTEuMSwwLjMtMy4x LDAuMy0zLjhjMC0wLjEtMC4zLTAuMi0wLjMtMC42CgkJYzAuMS0wLjcsMC0xLjYsMC4yLTIuNmMw LjUtNC4xLDAuOS05LjcsMS4xLTEzLjNjMC4xLTEuMy0wLjUtMi40LDAuMi0zYy0wLjIsMC0wLjYs MC4xLTAuNi0wLjJjMC4zLTEuMiwwLjItMywxLjQtMwoJCWMwLjQsMS41LDAuNSwxLjYsMC41LDIu MmMyLjMtMS41LTAuNC03LjgsMi4zLTljLTAuNS0wLjYsMC4xLTEuNC0wLjYtMS44YzAuMS0wLjcs MC4yLTAuNywwLjMtMS44Yy0wLjksMC4xLTAuOC0xLTAuNS0xLjYKCQljLTAuOC0wLjQsMC0yLjIt MC4zLTMuOGMtMC41LDAuMy0wLjUtMC4xLTEuMiwwYy0xLjEtMi4zLDAuOS0zLjMsMC01LjRjMC40 LTEuNywwLjItNC4yLDAtNi4yYy0wLjMtMC4xLTAuNCwwLjMtMC41LDAKCQljLTAuMi0wLjQsMC4y LTIuMiwwLjItMS43YzAuMS0xLjgtMC4zLTMuMy0wLjItNWMwLjItMi40LDEuNC01LDEuNC03Ljhj MC0xLjUtMC40LTIuNy0wLjItNC4yYzAuNCwwLDAuMi0wLjYsMC41LTEuMgoJCWMtMC43LDAuMi0w LjQtMS4xLTAuOC0xLjRjLTAuMywwLjItMC40LDAuMi0wLjYsMC4xYzAuMi0xLDAuNi0xLjcsMS0y LjJjMC4zLDEuMywwLjYsMS4zLDEuNSwxLjJjMC4zLDEuNSwwLjUsNC41LDEuMSwzLjEKCQljLTAu MiwxLjktMC4yLDMuOCwwLDUuNWMwLjMtMS40LDAuNi0wLjMsMS4xLDBjMC0xLjQsMC43LTEsMC41 LTMuMWMtMC45LDAuNC0wLjYtMi4zLTEuMS0zLjFjMCwwLjQtMC4yLDAuNi0wLjMsMC44CgkJYzAt Mi44LTAuNC0xMS45LDEuNS0xMi4yYzEuNywyLjcsMy4xLTAuMSw0LjEtMy45YzAuOSwwLjMsMS40 LDAsMi4zLTAuOEM3NDMuNywyMjguMSw3NDQuMiwyMjcuMSw3NDMuOSwyMjYuMnogTTczOC43LDEx OS42CgkJYzAuMiwwLjMsMC40LDAuNSwwLjgsMC40Yy0wLjEsMC41LTAuMywwLjYtMC4zLDEuMmMt MC4yLDAtMC4zLTEuNy0wLjUtMC40QzczOC40LDEyMC41LDczOC43LDEyMCw3MzguNywxMTkuNnog TTczNy44LDU3LjIKCQljMC4yLDAuMSwwLjEsMSwwLjIsMS42Yy0wLjEtMC4zLTAuNC0wLjYtMC41 LDBjLTAuMi0wLjEtMC4xLTEtMC4yLTEuNkM3MzcuNiw1Ny4xLDczNy43LDU3LjksNzM3LjgsNTcu MnogTTczNiw0OS40CgkJYzAuMiwwLjEtMC4xLDAuNywwLjIsMC44YzAsMC43LTAuOSwxLjEtMC4z LDJjMC4zLDAuNy0wLjUtMC4zLTAuOCwwLjRjMC4yLDAuNCwwLjEsMSwwLDAuNGMtMC40LTAuMiww LjEsMS44LTAuNSwxLjIKCQljLTAuMSwxLjIsMC40LDAuOCwwLjMsMmMtMC4zLTAuNS0wLjUsMC4y LTAuOS0wLjRjLTAuMi0yLjUsMC4zLTMuMSwwLjUtNC43QzczNS4zLDUwLjQsNzM1LjUsNTAuNyw3 MzYsNDkuNHogTTczMy45LDQ5LjQKCQljMC0xLDAuMywwLjUsMC42LDBjMCwwLDAsMCwwLDAuMWMw LDAsMCwwLDAsMGMwLjEsMC4yLTAuNSwxLjItMC44LDEuMUM3MzMuNiw1MCw3MzQuMyw0OS42LDcz My45LDQ5LjR6IE02NTQuNCw3LjcKCQljLTAuMiwwLTAuNSwwLTAuNywwYy0wLjMtMC42LTEuMi0w LjQtMS40LTAuOEM2NTMuNSw3LDY1NC4xLDcuMiw2NTQuNCw3Ljd6IE04NS43LDkuM2MtMC4yLDAt MC41LDAtMC43LDBjMC4yLTAuNSwwLjktMC43LDIuMS0wLjgKCQlDODYuOSw4LjksODYuMSw4Ljcs ODUuNyw5LjN6IE03LDkzLjZjLTAuNi0wLjgtMC42LTItMC40LTMuNGMwLjEsMC40LDAuMiwwLjcs MC40LDFjMC41LTAuMSwwLjgtMC45LDAuOS0yQzguMiw5MSw3LjgsOTMuNCw3LDkzLjYKCQl6IE04 LjcsMjc0LjhjLTAuMi0wLjMtMC40LTAuNS0wLjgtMC40YzAuMS0wLjUsMC4zLTAuNSwwLjMtMWMw LjIsMCwwLjMsMS41LDAuNSwwLjNDOSwyNzQsOC43LDI3NC40LDguNywyNzQuOHogTTUuMiw0MTIu NQoJCWMtMC4yLTAuMy0wLjQtMC41LTAuNy0wLjRjMC4xLTAuNSwwLjMtMC42LDAuMy0xLjFjMC4y LDAsMC4zLDEuNSwwLjQsMC40QzUuNCw0MTEuNyw1LjIsNDEyLjEsNS4yLDQxMi41eiBNNy40LDQy Ni4xCgkJYy0wLjQtMC4zLTAuNy0wLjktMC43LTIuMWMwLjQsMC4yLDAuMiwxLjEsMC43LDEuNEM3 LjQsNDI1LjYsNy40LDQyNS44LDcuNCw0MjYuMXogTTYuMSw0NjkuM2MtMC4yLTAuMS0wLjEtMC45 LTAuMS0xLjQKCQljMC4xLDAuMiwwLjQsMC42LDAuNCwwYzAuMiwwLjEsMC4xLDAuOSwwLjEsMS40 QzYuMyw0NjkuNCw2LjEsNDY4LjcsNi4xLDQ2OS4zeiBNNy45LDQ3Ni40Yy0wLjItMC4xLDAuMS0w LjYtMC4xLTAuNwoJCWMwLTAuNiwwLjgtMSwwLjMtMS44Yy0wLjMtMC43LDAuNSwwLjMsMC43LTAu NGMtMC4yLTAuNC0wLjEtMC45LDAtMC40YzAuMiwwLjEsMC4xLTAuNiwwLjItMWMwLjEsMCwwLjEt MC4xLDAuMi0wLjFjMCwwLDAsMCwwLjEsMAoJCWMwLDAsMCwwLDAtMC4xYzAsMCwwLjEtMC4xLDAu MS0wLjFjMC0wLjYsMC4xLTEsMC4yLTEuNGMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLDAuNyww LDEuMywwLDEuOGMtMC4zLDAuMy0wLjYsMC45LTAuNCwwLjkKCQljMC4xLTAuMiwwLjItMC4xLDAu MywwYy0wLjEsMC41LTAuMiwxLTAuMywxLjZDOC41LDQ3NS41LDguMyw0NzUuMiw3LjksNDc2LjR6 IE05LjksNDc2LjRjMCwwLjktMC4zLTAuNS0wLjYsMAoJCWMtMC4yLTAuMSwwLjQtMS4yLDAuNy0x LjFDMTAuMiw0NzUuOSw5LjUsNDc2LjIsOS45LDQ3Ni40eiBNNjQwLjEsNTA4LjVjMC4zLDAsMC42 LDAsMC45LDBjLTAuMywwLjUtMS4xLDAuOC0yLjYsMC44CgkJQzYzOC43LDUwOC45LDYzOS43LDUw OS4xLDY0MC4xLDUwOC41eiBNNzM3LDE3NC41YzAuNSwwLjMsMC4yLDEsMC4yLDJjLTAuMywwLjEt MC4zLTAuNS0wLjYtMC40QzczNi42LDE3NS4yLDczNywxNzUuMyw3MzcsMTc0LjV6CgkJIE01NjYu Myw0OTkuOGMwLjUsMC4yLDAuMSwwLjMtMC4zLDAuM0M1NjYsNTAwLDU2Ni4xLDQ5OS45LDU2Ni4z LDQ5OS44eiBNNTY2LjQsNDk5LjhDNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgK CQljMC4xLDAsMC4yLDAsMC4yLDBDNTY2LjUsNDk5LjgsNTY2LjUsNDk5LjgsNTY2LjQsNDk5Ljh6 IE01NjguMyw1MDBjMS41LDAsMy0wLjMsMy44LDAuM0M1NzAuOCw1MDAuMiw1NjkuNSw1MDAuMSw1 NjguMyw1MDB6CgkJIE01OTEuMSw1MDEuNmMwLDAsMC4xLDAuMSwwLjUsMC4xYy0wLjEsMC4xLTAu MywwLjEtMC41LDAuMUM1OTEuMSw1MDEuOCw1OTEuMSw1MDEuNyw1OTEuMSw1MDEuNnogTTU5MS4x LDUwMS42YzAtMC4xLDAtMC4yLDAtMC4zCgkJYzAuMSwwLDAuMS0wLjEsMC4xLTAuMUM1OTIuMSw1 MDEuMiw1OTEuMSw1MDEuNSw1OTEuMSw1MDEuNnogTTU4Ni4zLDUwMS44Yy0wLjktMC4xLTAuOCww LjMtMS44LDAuMmMtMC42LTAuNC0xLjQtMC40LTIuMS0wLjQKCQljMC44LTAuNCwyLjMtMC42LDQt MC42Yy0wLjQsMC4zLTAuNywwLjYtMS41LDAuN0M1ODUuOCw1MDEuNiw1ODYsNTAxLjMsNTg2LjMs NTAxLjh6IE01OTAuNyw1MDIuMgoJCUM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIu MkM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMkM1OTAuNyw1MDIuMiw1OTAuNyw1 MDIuMiw1OTAuNyw1MDIuMnogTTU2My41LDUwOC42CgkJYzAuOSwwLDAuOCwwLjQsMS43LDAuNWMt MC4zLDAuNS0xLjEsMC4yLTIuMSwwLjJDNTYzLDUwOSw1NjMuNiw1MDguOSw1NjMuNSw1MDguNnog TTU2Myw1MDcuM2MwLTAuMiwwLTAuMywwLTAuNQoJCWMwLjcsMCwxLjYsMC4xLDEuNy0wLjJjMC41 LDAsMC4yLDAuMiwwLDAuMmMtMC4xLDAuMiwwLjEsMC4zLDAuNCwwLjNDNTY0LjgsNTA3LjMsNTY0 LjQsNTA3LjIsNTYzLDUwNy4zeiBNNTYxLjMsNTA3LjEKCQljLTAuOSwwLTAuMS0wLjctMS4zLTAu N2MwLjItMC4zLDEuMy0wLjEsMC45LTAuN2MxLjEsMCwxLjMsMC4zLDEuNywwLjVDNTYzLjEsNTA2 LjksNTYxLDUwNi42LDU2MS4zLDUwNy4xeiBNNTYxLjMsNDk5LjkKCQljLTAuMiwwLjQtMi4xLDAu MS0zLDAuMmMwLTAuMiwwLjUtMC4zLDEuMS0wLjNoMC44QzU2MC43LDQ5OS44LDU2MS4xLDQ5OS44 LDU2MS4zLDQ5OS45eiBNNTI1LjEsNTAxLjdjLTAuOS0wLjIsMC40LTAuNC0wLjEtMC42CgkJYzAu NiwwLDEuMywwLDIsMGMwLjEtMC4xLDAuMi0wLjIsMC40LTAuM2MxLjQsMC4yLDIuNCwwLjcsMC4z LDAuOWMwLjEtMC4yLDAuOC0wLjEsMC45LTAuM0M1MjcuNyw1MDEsNTI2LjksNTAyLDUyNS4xLDUw MS43egoJCSBNMTQ0LjIsNTA1LjNjLTAuMiwwLjItMC42LDAuNC0xLjIsMC41Yy0wLjQsMC0wLjgs MC0xLjIsMGMwLjMtMC40LTAuOS0wLjctMi4zLTAuN2MtMC4xLDAtMC4yLDAtMC4yLDAuMWMwLTAu MiwwLTAuMy0wLjQtMC40CgkJYzAuMy0wLjMsMC44LTAuNCwxLjQtMC41YzAuNCwwLjEsMC45LDAu MSwxLjMsMC4yYzAtMC4xLDAuMS0wLjIsMC4xLTAuMmMxLjMsMC4xLDIuNSwwLjQsMi42LDFjMCww LDAsMC0wLjEsMAoJCUMxNDQuMiw1MDUuNCwxNDQuMiw1MDUuNCwxNDQuMiw1MDUuM3ogTTYuNSwz NDEuMWMwLjIsMCwwLjMsMCwwLjMsMC4zYy0wLjEsMC41LTAuNCwwLjItMC42LDAuNEM2LjMsMzQx LjYsNi40LDM0MS4zLDYuNSwzNDEuMXoKCQkgTTYuOCwzMzYuNGMwLTAuMSwwLTAuMSwwLTAuMkM2 LjgsMzM2LjMsNi44LDMzNi40LDYuOCwzMzYuNHogTTYuOCwzMzUuN2MtMC44LDAuNC0wLjIsMS4x LTEsMS4xYzAuMi0xLDAuMi0xLjksMC4zLTIuOAoJCWMwLjQtMC4xLDAtMC43LDAuOC0xYzAsMC4x LDAsMC4xLDAsMC4yQzYuNywzMzQsNi44LDMzNC45LDYuOCwzMzUuN3ogTTUuOCwzNTMuM2MwLDAs MC0wLjEsMC0wLjFDNS44LDM1My4yLDUuOCwzNTMuMiw1LjgsMzUzLjMKCQlDNS44LDM1My4zLDUu OCwzNTMuMyw1LjgsMzUzLjN6IE02LjEsMzUzLjRjMC4yLDAuMSwwLjUsMCwwLjUsMC43QzYuNCwz NTMuOSw2LjIsMzUzLjYsNi4xLDM1My40eiBNNy40LDMyNi40CgkJYy0wLjEtMC43LTAuMS0xLjYt MC4xLTIuM2MwLTAuMSwwLjEtMC4zLDAuMS0wLjRjMCwwLDAsMC0wLjEsMGMwLTAuMiwwLTAuMyww LTAuNWMwLjEsMS4yLDAuMiwyLjIsMC41LDIuNgoJCUM3LjcsMzI1LjksNy42LDMyNi4xLDcuNCwz MjYuNHogTTE0Ny43LDEwLjRjMCwwLjIsMCwwLjMsMCwwLjVjLTAuNSwwLTEuMy0wLjEtMS40LDAu MmMtMC40LDAtMC4yLTAuMiwwLTAuMgoJCWMwLjEtMC4yLTAuMS0wLjMtMC4zLTAuM0MxNDYuMywx MC4zLDE0Ni42LDEwLjUsMTQ3LjcsMTAuNHogTTE0Niw4LjdjMC4yLTAuNSwwLjktMC4yLDEuNy0w LjJjMCwwLjMtMC40LDAuMy0wLjMsMC42CgkJQzE0Ni43LDkuMSwxNDYuNyw4LjcsMTQ2LDguN3og TTE0OS4xLDEwLjVjMC43LDAsMC4xLDAuNywxLDAuNmMtMC4xLDAuMi0xLjEsMC4xLTAuNywwLjZj LTAuOSwwLTEuMS0wLjItMS40LTAuNQoJCUMxNDcuNywxMC43LDE0OS4zLDExLDE0OS4xLDEwLjV6 IE0xNzYuMSwxNS42Yy0wLjEsMC4yLTAuNywwLjEtMC43LDAuM2MwLjcsMC40LDEuMy0wLjUsMi43 LTAuM2MwLjgsMC4yLTAuNiwwLjUsMC4zLDAuNgoJCWMtMC4xLDAuMS0wLjIsMC4xLTAuMywwLjJo LTEuOUMxNzUuMiwxNi4yLDE3NC41LDE1LjcsMTc2LjEsMTUuNnogTTU2MS4xLDE0YzEuNC0wLjIs Mi4xLDAuNywyLjcsMC4zYzAtMC4yLTAuNi0wLjEtMC43LTAuMwoJCWMzLDAuMi0xLjcsMS41LTIu NCwwLjZDNTYxLjgsMTQuNSw1NjAuMywxNC4yLDU2MS4xLDE0eiBNNTkxLjMsOS43Yy0wLjMsMC4y LTAuNSwwLjUtMS40LDAuNWMwLjQtMC41LTAuNS0wLjQtMC43LTAuNgoJCWMwLjksMC4xLDAuMy0w LjYsMS0wLjZDNTkwLDkuNSw1OTEuNyw5LjEsNTkxLjMsOS43eiBNNTkwLjMsMTUuN2MtMC41LDAu Mi0yLjQsMC4zLTIuNC0wLjJDNTg4LjYsMTUuNyw1OTAuMSwxNS40LDU5MC4zLDE1Ljd6CgkJIE01 OTMuNCw4LjljLTAuMywwLTAuNCwwLjEtMC4zLDAuM2MwLjIsMCwwLjQsMC4xLDAsMC4yYy0wLjEt MC4yLTAuOC0wLjEtMS40LTAuMmMwLTAuMiwwLTAuMywwLTAuNUM1OTIuNyw4LjksNTkzLDguOCw1 OTMuNCw4Ljl6CgkJIE01OTEuNiw2LjljMC44LDAsMS41LTAuMywxLjcsMC4yYy0wLjcsMC0wLjcs MC40LTEuNCwwLjVDNTkyLjEsNy4yLDU5MS42LDcuMiw1OTEuNiw2Ljl6IE03MzQuNiwxNzguOWMw LDAtMC4xLDAtMC4xLDAKCQljLTAuMS0wLjMtMC4xLTAuNy0wLjMtMC42YzAuMi0wLjEsMC42LDAu MSwwLjYtMC41Yy0wLjItMC4yLTAuMy0wLjUtMC40LTAuOWMwLDAsMC4xLTAuMSwwLjEtMC4xYzAu Ni0wLjQsMC4yLDEuNSwwLjgsMS4yCgkJQzczNS4yLDE3OC43LDczNC43LDE3OC4yLDczNC42LDE3 OC45eiBNNDk1LjgsNTAxYy0wLjktMC4xLDAuOC0wLjctMC43LTAuOGMwLDAsMCwwLDAsMGMwLjEt MC4yLDAuMi0wLjMsMC40LTAuNWg0LjEKCQljMC4xLDAuMiwwLjEsMC4zLDAuMiwwLjVjLTIsMC0x LjUsMC43LTMuNCwwLjlDNDk2LjgsNTAwLjYsNDk1LjksNTAwLjYsNDk1LjgsNTAxeiBNOC43LDMz MWMwLDAuMiwwLDAuNCwwLDAuNgoJCWMwLDAuMS0wLjEsMC4xLTAuMiwwLjJjMC4xLTAuOS0wLjMt MC44LTAuMS0xLjhjMC4yLTAuMywwLjItMC42LDAuMy0wLjljMCwwLjUsMCwxLDAsMS41YzAtMC4x LDAtMC4yLDAtMC4yCgkJQzguNiwzMzAuNiw4LjYsMzMwLjksOC43LDMzMXogTTExLjMsMTM3Ljlj MC0wLjUsMC4xLTAuOCwwLjItMWMwLjIsMCwwLjMsMC4xLDAuMywwLjNjMC4yLTAuMSwwLjMtMC4x LDAuNS0wLjF2Mi40CgkJYy0wLjIsMC0wLjMsMC4xLTAuNSwwLjFjLTAuMS0wLjMtMC4yLTAuNC0w LjQtMC4zQzExLjQsMTM4LjYsMTEuOSwxMzcuOCwxMS4zLDEzNy45eiBNMTAuNCwzMS40Yy0wLjMs MC0wLjIsMS0wLjYsMC43CgkJYzAuMS0wLjUsMC4xLTEuNCwwLjItMi4yYzAuMS0wLjEsMC4xLTAu MywwLjItMC40YzAuMSwwLjMsMC4yLDAuNiwwLjMsMUMxMC4zLDMwLjgsMTAuMiwzMS4yLDEwLjQs MzEuNGMwLTAuMywwLjEtMC4zLDAuMi0wLjMKCQljMC4xLDAuNywwLjIsMS4zLDAuNCwxLjNjMC4x LDEuNy0wLjYsMC41LTAuNiwxLjFjLTAuNC0wLjEsMC4yLTEsMC4xLTEuNEMxMC41LDMxLjgsMTAu NCwzMS44LDEwLjQsMzEuNHogTTM2Mi45LDEzLjIKCQlDMzYyLjksMTMuMiwzNjIuOSwxMy4yLDM2 Mi45LDEzLjJjMS41LTAuMSwyLDAuMiwzLjQsMC4xYy0wLjMsMC4yLTAuNywwLjQtMSwwLjVjLTAu OSwwLTEuOC0wLjEtMi40LTAuMgoJCUMzNjIuOCwxMy40LDM2Mi44LDEzLjMsMzYyLjksMTMuMnog TTM2Ni42LDEzLjNjMS40LTAuNiwzLjYtMC43LDUuNi0wLjRjMC4xLDAuMSwwLjIsMC4yLDAuNiww LjNjLTEuNCwwLjItMS4xLTAuMy0yLjEtMC4zCgkJYy0wLjYsMC41LTIuMywwLjgtNCwwLjhDMzY2 LjcsMTMuNiwzNjYuNywxMy41LDM2Ni42LDEzLjN6IE0zNzUuNSwxMy45Yy0wLjEsMC0wLjIsMC0w LjIsMGMwLDAsMC0wLjEsMC0wLjEKCQlDMzc1LjMsMTMuOCwzNzUuNCwxMy44LDM3NS41LDEzLjl6 IE03MzEsMTM5LjZjMC4xLTAuNiwwLjMsMC4zLDAuMy0wLjRjMC4zLDAuMSwwLjMsMSwwLjMsMmMt MC41LTAuNC0wLjMsMC0wLjksMAoJCUM3MzAuNywxNDAuOCw3MzEuMywxMzkuOCw3MzEsMTM5LjZ6 IE03MjkuOSwxNTAuOWMwLTAuMy0wLjEtMC40LTAuMi0wLjRjMC0xLjIsMC40LDEsMC41LTAuNGMw LjMsMC4zLDAsMC43LDAsMS4yCgkJYzAuMywwLDAuMy0wLjUsMC42LTAuNGMwLjEsMC45LDAuMiwx LjgsMC42LDJjMC4xLDIuMi0wLjUsMi44LTAuMiw1LjFjMCwwLDAsMCwwLDBjLTAuMS0wLjEtMC4y LDAtMC4yLDAuMmMwLDAsMCwwLjEtMC4xLDAuMgoJCWMwLDAsMCwwLDAsMGMwLDAuMiwwLDAuNSww LDAuN2MwLDAsMCwwLDAsMC4xQzcyOS4zLDE1OS42LDcyOS4yLDE1NC4zLDcyOS45LDE1MC45eiBN MTAuNiwyOTcuNmMwLDAuMS0wLjEsMC4zLTAuMSwwLjUKCQljMC0wLjIsMC0wLjQsMC4xLTAuNkMx MC42LDI5Ny41LDEwLjYsMjk3LjYsMTAuNiwyOTcuNnogTTEyLjIsMjk5LjJjLTAuMSwwLTAuMSww LTAuMSwwLjFjLTAuMS0wLjEtMC4yLTAuMy0wLjMtMC41CgkJQzExLjksMjk5LDEyLDI5OS4zLDEy LjIsMjk5LjJ6IE0xMi4zLDIyMi44YzAsMC0wLjEsMC0wLjEsMGMwLTAuMiwwLjEtMC4zLDAuMS0w LjNWMjIyLjh6IE0xMi4zLDM4Mi4xCgkJQzEyLjMsMzgyLjEsMTIuMywzODIuMSwxMi4zLDM4Mi4x Yy0wLjEtMC41LDAtMC45LDAtMS4zVjM4Mi4xeiBNMTIuMiwzOTIuOGMwLjEsMC4xLDAuMSwwLjEs MC4yLDAuMXYxLjYKCQlDMTIuMiwzOTQuMywxMi4yLDM5My42LDEyLjIsMzkyLjh6IE0xMC44LDEy Ny40YzAuMSwwLjksMC4yLDEuNywwLjUsMi4zYzAuNSwwLDAuOC0wLjMsMS4xLTAuM3YyLjNjLTAu NSwwLTAuNy0xLTEuMS0xLjcKCQljMC4xLDAuOCwwLDEuMy0wLjEsMS44QzEwLjgsMTMwLjcsMTAu NywxMjkuMSwxMC44LDEyNy40eiBNMTEuMywxMzMuOGMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNmMt MC4yLDAuMS0wLjMsMC41LTAuMywxLjEKCQljMC41LTAuMSwwLjIsMC41LDAuMiwxLjFjLTAuMS0w LjItMC4yLTAuMy0wLjMtMC40QzExLjEsMTM1LjEsMTEuMiwxMzQuNSwxMS4zLDEzMy44eiBNMTIu MywyMjQuMnYxLjRjLTAuMSwwLTAuMSwwLjItMC4xLDAuMwoJCWMtMC4yLTAuMywwLTAuNi0wLjIt MS43QzEyLjEsMjI0LjIsMTIuMiwyMjQuMiwxMi4zLDIyNC4yeiBNMTEsMjg4Yy0wLjUtMC4yLTAu Ny0wLjktMC44LTIuMWMwLjQsMC4yLDAuMiwxLjEsMC44LDEuNAoJCUMxMSwyODcuNiwxMSwyODcu OCwxMSwyODh6IE0xMC41LDI5OC41YzAuMiwwLjMsMCwxLjcsMC41LDEuNGMwLTAuMy0wLjEtMC44 LTAuMS0xLjNjMCwwLDAsMC4xLDAuMSwwLjFjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjEKCQljLTAu MiwwLjktMC42LDEuNi0xLDJjMC0wLjEsMC0wLjItMC4xLTAuMkMxMC41LDI5OS43LDEwLjYsMjk5 LjEsMTAuNSwyOTguNXogTTkuMywzMjguMWMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjMKCQljLTAu MiwwLjItMC4zLDAuNS0wLjQsMC45YzAuMS0xLjMtMC40LTIuOCwwLjQtMy42YzAuMSwwLjIsMC4y LDAuMywwLjMsMC4zQzkuMywzMjYuMyw5LjMsMzI3LjIsOS4zLDMyOC4xeiBNOS44LDMyMS41CgkJ QzkuOCwzMjEuNSw5LjgsMzIxLjUsOS44LDMyMS41YzAtMS4xLDAuMS0yLjMsMC4xLTMuNWMwLjIt MC45LDAuMy0yLDAuNS0yLjlDMTAuMSwzMTcsMTAsMzE5LjIsOS44LDMyMS41CgkJQzkuOCwzMjEu NSw5LjgsMzIxLjUsOS44LDMyMS41eiBNNzI4LjcsMTgwLjdjLTAuNCwwLTAuNC0yLjItMC4yLTIu N0M3MjguOSwxNzguMiw3MjguNiwxNzkuOSw3MjguNywxODAuN3ogTTcyOC42LDE4NgoJCWMtMC4x LDAuMy0wLjEsMC43LTAuMSwxLjFjLTAuMSwwLTAuMiwwLTAuMywwQzcyOC4yLDE4Ni4yLDcyOC40 LDE4Niw3MjguNiwxODZ6IE03MjguNCwxNzMuM2MwLjYtMS44LTAuNS00LjYsMC44LTUuNQoJCWMw LDIuMSwwLjIsMy43LDAuMyw0LjdDNzI5LjEsMTcyLjksNzI4LjgsMTc0LjMsNzI4LjQsMTczLjN6 IE0xNDQuMSwxNi40YzAuMSwwLDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwSDE0NC4xeiBNMTEuMSw0 NTguNQoJCWMwLDAuMiwwLjEsMC4zLDAuMiwwLjVjLTAuMSwwLTAuMSwwLTAuMiwwQzExLjEsNDU4 LjgsMTEuMSw0NTguNiwxMS4xLDQ1OC41eiBNMzk3LjQsNTA1LjVjMC4zLDAsMC42LDAuMSwwLjks MC4xCgkJYy0wLjMsMC0wLjctMC4xLTEtMC4xQzM5Ny4zLDUwNS41LDM5Ny40LDUwNS41LDM5Ny40 LDUwNS41eiBNNDAyLjIsNTAzLjZjLTAuMywwLjItMC42LDAtMS43LDAuMmMwLTAuMiwwLTAuMyww LTAuNQoJCWMwLjUsMCwxLjMsMC4xLDEuNC0wLjJjMC40LDAsMC4yLDAuMiwwLDAuMkM0MDEuOCw1 MDMuNSw0MDIsNTAzLjYsNDAyLjIsNTAzLjZ6IE00MDAuOCw1MDVjMC43LDAsMC43LDAuNCwxLjQs MC41CgkJYy0wLjIsMC41LTAuOSwwLjItMS43LDAuMkM0MDAuNSw1MDUuNCw0MDAuOSw1MDUuMyw0 MDAuOCw1MDV6IE00MDAuMiw1MDIuOWMwLjQsMC42LTEuMywwLjItMSwwLjhjLTAuNywwLTAuMS0w LjctMS0wLjYKCQljMC4xLTAuMiwxLTAuMSwwLjctMC42YzAuMiwwLDAuNSwwLDAuNywwQzM5OS44 LDUwMi42LDQwMCw1MDIuNyw0MDAuMiw1MDIuOXogTTQwMCw1MDUuOWMwLDAuMS0wLjEsMC4yLTAu NCwwLjIKCQljLTAuMS0wLjItMC41LTAuNC0wLjktMC41QzM5OS4xLDUwNS44LDM5OS42LDUwNS45 LDQwMCw1MDUuOXogTTczMC4yLDIxMS4zYy0wLjIsMS0wLjUtMC43LTAuNiwwLjRjLTAuOS0wLjcs MC40LTYuMiwwLjYtMi43CgkJYy0wLjItMC4xLTAuMS0wLjgtMC4zLTAuOEM3MjkuNSwyMDksNzMw LjQsMjA5LjcsNzMwLjIsMjExLjN6IE03MzQuOSwxNzYuNGMwLTAuNiwwLjEtMS41LTAuMi0xLjZj MC0wLjQsMC4yLTAuMiwwLjIsMAoJCWMwLjIsMC4xLDAuMy0wLjEsMC4zLTAuNGMwLjIsMC40LDAs MC43LDAuMiwyQzczNS4yLDE3Ni40LDczNS4xLDE3Ni40LDczNC45LDE3Ni40eiBNNzM2LjQsMTA0 LjdjMC41LDAuMywwLjcsMSwwLjgsMi40CgkJYy0wLjQtMC4yLTAuMi0xLjItMC44LTEuNkM3MzYu NCwxMDUuMiw3MzYuNCwxMDQuOSw3MzYuNCwxMDQuN3ogTTczMy4yLDExMi45YzAuMS0wLjYsMC4y LDAuMiwwLjUsMGMtMC4xLDAuMy0wLjIsMC45LTAuMiwxLjYKCQljLTAuMSwwLTAuMiwwLTAuMyww Yy0wLjEtMC4zLTAuMi0wLjYtMC4yLTEuMkM3MzMuNCwxMTMuNCw3MzMuNCwxMTIuOSw3MzMuMiwx MTIuOXogTTczMy4yLDcwLjljLTAuMiwxLjktMC41LDEuNy0wLjIsMi43CgkJQzczMi40LDc0Ljks NzMyLjQsNzAuNyw3MzMuMiw3MC45eiBNNzMyLjgsNjYuNmMtMC41LTAuMy0wLjUsMC42LTAuMiww LjhjLTAuMSwxLTAuNy0wLjktMC44LDAuOGMwLDAuOCwwLjUsMC4yLDAuOCwwLjQKCQljMC4xLDEu Mi0wLjMsMS4zLTAuOCwxLjJjMC4xLTEuOC0wLjctMS4yLTAuOC0wLjRjLTAuMy0wLjcsMC4zLTQu Ny0wLjItNS45YzAuMi0wLjcsMC42LTAuNCwwLjktMC44CgkJQzczMS45LDY1LDczMi41LDY0LjQs NzMyLjgsNjYuNnogTTcxNC40LDE2LjJjMCwwLjEsMCwwLjEsMCwwLjJoLTFDNzEzLjUsMTYuMyw3 MTMuOCwxNi4yLDcxNC40LDE2LjJ6IE03MDIuNywxMC4zCgkJYy0wLjItMC40LTAuNSwwLjItMSww LjJjLTAuMS0wLjQsMS0xLDEtMC44QzcwMi4yLDEwLjEsNzAzLjYsMTAuMyw3MDIuNywxMC4zeiBN Njk4LjYsOS41Yy0wLjUtMC41LDEuMi0wLjEsMS0wLjUKCQljLTAuNS0wLjEtMC4xLTAuMiwwLjMs MGMwLjYtMC4zLTAuMy0xLjEsMC4zLTAuOEM3MDEsOC45LDcwMS40LDgsNzAyLDhjMC4xLDAuMyww LjYtMC4xLDAuNywwLjJjLTEuMiwwLjUtMC45LDAuNy0xLjQsMS41CgkJYy0xLjQsMC4xLTIsMC43 LTQuMSwwLjVjLTAuNS0wLjUsMC4xLTAuNi0wLjMtMC45QzY5Ny45LDkuMSw2OTcuNSw5LjcsNjk4 LjYsOS41eiBNNjk0LjUsNi4xYzAuNSwwLDEuMy0wLjEsMS40LDAuMgoJCWMtMC42LDAuMSwwLjEs MC4yLDAsMC41Yy0wLjUsMC0xLjMsMC4xLTEuNC0wLjJDNjk1LDYuNiw2OTQuNyw2LjMsNjk0LjUs Ni4xeiBNNjg1LjksMTEuNmMwLjIsMC4yLTAuNCwwLjgsMC4zLDAuOAoJCWMxLjUsMC0wLjItMC42 LDAuNy0wLjhjMC4xLDAuNCwxLDAuNCwwLjctMC4yYzEuOSwwLjMsMS40LDAuOSwzLjQsMC45Yy0w LjMsMC4zLTAuMSwwLjgtMC43LDAuOWMtMS0wLjUtNC41LDAuMS01LjEtMC4yCgkJYzAuNy0wLjEs MS4yLTAuOS0wLjMtMC44QzY4NC44LDExLjksNjg0LjgsMTEuNSw2ODUuOSwxMS42eiBNNjgxLjUs MTEuMWMwLjksMC40LDAuOCwwLDIuNC0wLjJDNjg0LDExLjgsNjgwLjQsMTEuOCw2ODEuNSwxMS4x egoJCSBNNjQ1LjgsMTAuNmMwLjYsMCwxLjEsMCwxLjQtMC4yYy0wLjEsMC4zLDAuNSwwLjQsMCww LjVjMC0wLjItMC40LTAuMS0wLjMsMC4yYy0wLjUsMC0wLjgtMC4xLTEtMC4yCgkJQzY0NS44LDEw LjgsNjQ1LjgsMTAuNyw2NDUuOCwxMC42eiBNNjQxLDQuNmMtMC4xLDAuNCwwLjEsMC42LDAuMyww LjhjLTAuNCwwLTAuOCwwLjMtMSwwYzEuMS0wLjItMC40LTAuMy0wLjMtMC41CgkJQzY0MC41LDQu OSw2NDAuNiw0LjcsNjQxLDQuNnogTTYyMi41LDEyLjZjMC44LDAsMS43LDAsMS43LDAuM2MtMC42 LDAsMC4yLDAuMy0wLjMsMC4zYy0wLjItMC40LTEsMC4yLTEuNCwwLjMKCQlDNjIyLjUsMTMsNjIy LjksMTMuMSw2MjIuNSwxMi42eiBNNjA2LjcsMTMuM2MwLjUsMCwxLjIsMCwxLTAuM2MyLDAuMywy LjUtMC4zLDQuNS0wLjJjMC4xLDAuNCwwLjksMC41LDEuNywwLjYKCQljMC4xLDAuMy0wLjQsMC4z LTAuMywwLjZjMC40LDAsMC44LTAuMywxLDBjLTEuMiwwLDAuNywwLjUtMC4zLDAuNWMwLTAuMS0w LjEtMC4yLTAuMy0wLjJDNjEwLjksMTUuMSw2MDYuMywxNSw2MDYuNywxMy4zegoJCSBNNTk5LjIs MTUuMWMtMC44LDEuMy0zLjIsMC4xLTQuOCwwLjhjLTAuOS0wLjQsMC40LTAuNywwLjctMS4xQzU5 NS45LDE0LjksNTk3LjMsMTUuMSw1OTkuMiwxNS4xeiBNNTkwLjYsNS41CgkJYy0wLjktMC41LDIu Ni0xLDMuOC0wLjZjLTAuNiwwLDAuMSwwLjcsMSwwLjVjMC40LDEtMi4xLDAuNi0yLjcsMC44YzAu NCwwLDAuOCwwLDAuNywwLjNjLTEuOSwwLTIuOSwwLjMtNC44LDAuNgoJCWMtMC42LTAuNC0xLjMt MC43LTEuNC0xLjJDNTg4LjIsNS42LDU4OS42LDQuOSw1OTAuNiw1LjV6IE01ODYuNSw1LjdjMC0w LjEsMC4xLTAuMiwwLjMtMC4yYzAsMC4yLTAuMiwwLjMtMC4zLDAuNQoJCWMwLjQsMCwwLjUsMC4y LDAuNywwLjNjLTEuMywwLTItMC4xLTEuNCwwLjVjLTEuNiwwLjItMC43LTAuNi0xLjQtMC44QzU4 NS4zLDYsNTg2LjEsNS45LDU4Ni41LDUuN3ogTTU4My4xLDE1LjEKCQljMC4zLDAuNCwwLjYsMC45 LTAuNywwLjlDNTgyLjQsMTUuNiw1ODIuMiwxNS4xLDU4My4xLDE1LjF6IE01NDcuMSwxMGMyLjkt MC40LDQtMi40LDcuNS0yYy0wLjEtMC42LDUuMy0wLjUsNi4yLDAuMgoJCWMwLjMtMC4zLDEuNi0x LDIuMS0wLjhjLTAuMywwLTAuNCwwLjMsMCwwLjNjMS4yLDAsMS44LTAuMywyLjQtMC42Yy0wLjct MC4yLTEuNiwwLjEtMS43LTAuNmMxLjktMC4zLDMuMywwLDUuMS0wLjUKCQljMCwwLjktMC43LDAu Mi0xLDEuMWMyLjQtMC4yLDQuMiwwLjQsNi4yLTAuOGMwLjgtMC4xLDAuNywwLjMsMS43LDAuMmMw LjEsMC4yLTAuMSwwLjYsMC4zLDAuNmMwLjYtMC4xLDAtMC43LDAuNy0wLjgKCQljMC41LDAuNSwx LjgsMC42LDEuNywwLjljMC4zLDAsMC43LDAsMC43LDAuMmMtMS4yLTAuMS0xLjgsMC4xLTEsMC41 Yy0yLjktMC4xLTUsMC42LTcuMiwwLjVjMC40LDAuMiwwLjQsMC41LDAuMywwLjkKCQljLTEuNi0w LjEtMC41LDAuNi0xLDAuNmMtMC4yLTAuMy0wLjQsMC4xLTAuNywwLjJjLTAuNy0wLjUtMS4yLTAu MS0yLjEsMGMtMC43LTAuMy0wLjktMC45LTIuMS0xLjFjMC45LDAsMS4xLDAuMywxLjQtMC4yCgkJ Yy0wLjgsMC4xLTAuNy0wLjMtMS43LTAuMmMtMS40LDAuOS0zLjctMC4zLTQuOCwwLjhjMC4zLDAu MiwwLjUsMC40LDAuMywwLjhjLTMuOC0wLjItOS4yLDAuMS0xMi43LDAuNmMxLjEtMC40LTAuNy0w LjQtMC43LTAuNQoJCUM1NDcuNSwxMC4zLDU0Ny4zLDEwLjEsNTQ3LjEsMTB6IE01MzcuNCwxMy41 YzIuNy0wLjQsNi42LDAsOSwwLjVjLTEuMiwxLjMtNC40LDIuNC04LjgsMkM1MzYuMywxNS41LDUz Ny4zLDE0LjUsNTM3LjQsMTMuNXoKCQkgTTUzMi44LDEyLjVjLTAuMSwwLTAuMSwwLjEtMC4xLDAu MWMwLTAuMS0wLjItMC4zLTAuNC0wLjRDNTMyLjYsMTIuMyw1MzIuNywxMi40LDUzMi44LDEyLjV6 IE00OTMuNCwxNS4xYy0xLjQsMC4zLTMuMywxLTQuMywwLjIKCQl2LTAuN0M0OTAuNywxNCw0OTIu OSwxNC4yLDQ5My40LDE1LjF6IE00NzcuNiwxMS44YzAuNiwwLjQsMi40LDAuMywzLjEsMC42YzAu MS0xLjEsMS42LDAsMi40LDBjMC4yLTAuNCwwLjEtMC41LDEuNC0wLjIKCQljMC4zLTAuNCwxLTAu NiwyLjEtMC42Yy0wLjcsMC40LDAuNCwwLjgsMS43LDAuOGMwLjMtMC4xLDAuNi0wLjIsMC45LTAu M2MwLjIsMC4xLDAuNCwwLjEsMC43LDAuMmMwLDAuOC0wLjYsMS0xLjMsMS4xCgkJYy0wLjQtMC4y LTEuMy0wLjQtMi0wLjVjMCwwLjItMC4yLDAuMy0wLjUsMC40Yy0wLjUsMC0xLTAuMi0xLjYtMC4x YzAsMCwwLDAsMCwwYy0wLjktMC4yLTEuOC0wLjMtMi4zLTAuMWMwLjUsMCwwLjUsMC4xLDAuMiww LjIKCQljLTAuOSwwLjEtMS45LDAuMS0yLjgsMC4yYzAsMC0wLjEsMC0wLjEsMGMwLjEtMC44LTMt MC4zLTMuMS0xLjRDNDc3LjMsMTIuNyw0NzYuNiwxMS43LDQ3Ny42LDExLjh6IE00NjIuNSwxMi41 CgkJYzAuMywwLDAuMy0wLjIsMC43LTAuMmMwLTAuMy0wLjktMC4yLTAuNy0wLjZjMC42LDAuMiwx LjcsMCwyLjcsMC4zYy0wLjksMC41LTMsMC41LTMuMSwwLjljLTEuNiwwLjEtMC41LTAuNi0xLTAu NgoJCUM0NjEuMywxMiw0NjIuMSwxMi41LDQ2Mi41LDEyLjV6IE00MDguOCw4LjdjMCwwLjItMC4y LDAuNiwwLjMsMC42Yy0wLjQsMC4zLTEsMC41LTEuNiwwLjVjMC0wLjEsMC0wLjMsMC0wLjQKCQlj LTEuMi0wLjEtMi40LTAuMi0zLjYtMC4yYy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuNEM0MDQuNyw3 LjksNDA2LjksOC4zLDQwOC44LDguN3ogTTMzMC4zLDcuMWMxLjktMC4zLDQtMC44LDUuMSwwLjIK CQljLTAuMiwxLjEtNC4zLDEuNC01LjUsMC41QzMzMC41LDcuNywzMzAuMyw3LjMsMzMwLjMsNy4x eiBNMjc2LjUsMTAuMmMwLjIsMC40LTAuNywwLjMtMC43LDAuNmMwLjMsMCwwLjQsMC4xLDAuNyww LjIKCQljMC41LDAsMS4zLTAuNSwxLjQtMC4yYy0wLjYsMCwwLjYsMC43LTEsMC42Yy0wLjEtMC41 LTIuMi0wLjQtMy4xLTAuOUMyNzQuOCwxMC4yLDI3NS45LDEwLjMsMjc2LjUsMTAuMnogTTI0OS45 LDEzLjh2MC45CgkJYy0wLjItMC4yLTAuNC0wLjQtMC40LTAuOEMyNDkuNywxMy45LDI0OS44LDEz LjgsMjQ5LjksMTMuOHogTTI0OS45LDE2LjF2MC4zaC0zLjhDMjQ2LjgsMTUuOCwyNDguNiwxNS43 LDI0OS45LDE2LjF6IE0yMDYuOSwxMy44CgkJYy0wLjIsMC4yLTAuNCwwLjMtMC40LDAuNGMwLTAu MSwwLTAuMS0wLjEtMC4xQzIwNi42LDE0LDIwNi44LDEzLjksMjA2LjksMTMuOHogTTIwMS45LDE1 LjFjMCwwLjQsMC4zLDAuOSwwLjQsMS4zSDE5NAoJCWMtMC40LTAuMi0wLjgtMC41LTEuMS0wLjhD MTk1LjMsMTUuMSwxOTkuMiwxNC43LDIwMS45LDE1LjF6IE0xNjEuMSw4LjhjLTAuMS0wLjMsMS4y LTAuNSwxLjctMC45YzAuNywwLDAuMSwwLjcsMC43LDAuOAoJCWMwLjUsMCwwLjMtMC40LDAuMy0w LjZjMSwwLjEsMC45LTAuMiwxLjctMC4yYzIsMS4yLDMuOCwwLjYsNi4yLDAuOGMtMC40LTAuOS0x LjEtMC4yLTEtMS4xYzEuOSwwLjQsMy4yLDAuMSw1LjEsMC41CgkJYy0wLjEsMC43LTEsMC41LTEu NywwLjZjMC42LDAuMywxLjEsMC42LDIuNCwwLjZjMC40LDAsMC4zLTAuMywwLTAuM2MwLjUtMC4z LDEuNywwLjQsMi4xLDAuOGMwLjktMC43LDYuMy0wLjcsNi4yLTAuMgoJCWMzLjUtMC40LDQuNiwx LjYsNy41LDJjLTAuMiwwLjEtMC40LDAuMywwLDAuM2MwLDAuMS0xLjgsMC4xLTAuNywwLjVjLTMu NS0wLjUtOC45LTAuOC0xMi43LTAuNmMtMC4xLTAuNCwwLjEtMC42LDAuMy0wLjgKCQljLTEuMS0x LjEtMy40LDAuMi00LjgtMC44Yy0xLTAuMS0wLjksMC4yLTEuNywwLjJjMC4zLDAuNCwwLjUsMC4y LDEuNCwwLjJjLTEuMSwwLjItMS4zLDAuNy0yLjEsMS4xYy0wLjktMC4xLTEuNC0wLjUtMi4xLDAK CQljLTAuMy0wLjEtMC41LTAuNC0wLjctMC4yYy0wLjUsMCwwLjYtMC43LTEtMC42YzAtMC40LTAu MS0wLjcsMC4zLTAuOWMtMi4xLDAuMS00LjMtMC41LTcuMi0wLjVjMC43LTAuMywwLjEtMC42LTEt MC41CgkJQzE2MC40LDguOCwxNjAuOCw4LjgsMTYxLjEsOC44eiBNMTUyLjksNy4zYzAuNCwwLjIs MS4yLDAuMywyLjEsMC4zYy0wLjYsMC4yLDAuMiwxLTEuNCwwLjhjMC42LTAuNiwwLTAuNS0xLjQt MC41CgkJYzAuMi0wLjEsMC4zLTAuMywwLjctMC4zYy0wLjItMC4xLTAuNC0wLjMtMC4zLTAuNUMx NTIuOCw3LjEsMTUyLjgsNy4yLDE1Mi45LDcuM3ogTTE0NCw3YzAuOSwwLjIsMS43LTAuNSwxLTAu NQoJCWMxLjEtMC40LDQuNywwLjEsMy44LDAuNmMxLTAuNiwyLjQsMCwzLjQsMC4zYy0wLjEsMC42 LTAuOCwwLjktMS40LDEuMkMxNDguOSw4LjQsMTQ3LjksOCwxNDYsOGMtMC4xLTAuMywwLjMtMC4z LDAuNy0wLjMKCQlDMTQ2LjEsNy41LDE0My41LDgsMTQ0LDd6IE0xMjUuOCwxNS42YzAtMC4zLTAu NC0wLjMtMC4zLTAuNmMwLjgtMC4xLDEuNi0wLjIsMS43LTAuNmMxLjktMC4xLDIuNSwwLjUsNC41 LDAuMgoJCWMtMC4yLDAuMywwLjUsMC4zLDEsMC4zYzAuNCwxLjctNC4yLDEuOC03LjIsMS4xYy0w LjMsMC0wLjMsMC4xLTAuMywwLjJjLTEuMSwwLDAuOS0wLjQtMC4zLTAuNUMxMjUsMTUuMywxMjUu NCwxNS42LDEyNS44LDE1LjZ6CgkJIE0xMTYuOSwxNC4yYy0wLjQsMC41LDAsMC4zLDAsMC45Yy0w LjMtMC4xLTEuMS0wLjctMS40LTAuM2MtMC41LTAuMSwwLjMtMC4zLTAuMy0wLjNDMTE1LjIsMTQu MiwxMTYuMSwxNC4yLDExNi45LDE0LjJ6CgkJIE05OC40LDYuMmMwLjQsMC4xLDAuNSwwLjMsMSww LjNjMCwwLjItMS41LDAuMy0wLjMsMC41Yy0wLjMsMC4zLTAuNiwwLTEsMEM5OC40LDYuOCw5OC41 LDYuNSw5OC40LDYuMnogTTkyLjIsMTIuMQoJCWMwLjMsMC4xLDAuOCwwLjIsMS40LDAuMmMwLDAu MSwwLDAuMiwwLDAuM2MtMC4zLDAuMS0wLjYsMC4yLTEsMC4yYzAuMS0wLjMtMC4zLTAuMy0wLjMt MC4yQzkxLjcsMTIuNSw5Mi40LDEyLjMsOTIuMiwxMi4xegoJCSBNNTgsMTIuN2MxLjEsMC43LTIu NiwwLjctMi40LTAuMkM1Ny4yLDEyLjcsNTcuMSwxMy4xLDU4LDEyLjd6IE01MS44LDEzYy0wLjMs MC41LDAuNSwwLjUsMC43LDAuMmMwLjksMC4xLTAuOCwwLjcsMC43LDAuOAoJCWMwLjcsMCwwLjIt MC41LDAuMy0wLjhjMS4xLTAuMSwxLjEsMC4zLDEsMC44Yy0xLjYtMC4xLTEsMC43LTAuMywwLjhj LTAuNiwwLjMtNC4xLTAuMy01LjEsMC4yYy0wLjYtMC4yLTAuNC0wLjctMC43LTAuOQoJCUM1MC41 LDEzLjksNDkuOSwxMy4zLDUxLjgsMTN6IE00My42LDcuOWMwLjEtMC4yLDAuOS0wLjEsMS40LTAu MmMtMC4yLDAuMS0wLjUsMC40LDAsMC41Yy0wLjEsMC4yLTAuOSwwLjEtMS40LDAuMgoJCUM0My41 LDguMSw0NC4yLDcuOSw0My42LDcuOXogTTM3LjUsOS42YzAuNiwwLDEsMC45LDEuNywwLjNjMC43 LTAuMy0wLjMsMC41LDAuMywwLjhjMC40LTAuMiwwLjktMC4xLDAuMywwCgkJYy0wLjEsMC40LDEu Ni0wLjEsMSwwLjVjMS4xLDAuMSwwLjctMC40LDEuNy0wLjNjLTAuNSwwLjMsMC4yLDAuNS0wLjMs MC45Yy0yLjIsMC4yLTIuNy0wLjMtNC4xLTAuNWMtMC41LTAuOC0wLjItMS4xLTEuNC0xLjUKCQlD MzYuOSw5LjUsMzcuNCw5LjksMzcuNSw5LjZ6IE0zNi44LDExLjNjMC4xLTAuMiwxLjEsMC40LDEs MC44Yy0wLjUsMC4xLTAuOC0wLjYtMS0wLjJDMzUuOSwxMS45LDM3LjIsMTEuNiwzNi44LDExLjN6 IE0zNS40LDExCgkJYzAuNywwLDAuNywwLjQsMSwwLjZjLTAuMSwwLTAuMywwLTAuNSwwLjFjLTAu Mi0wLjEtMC40LTAuMS0wLjUtMC4xQzM1LjYsMTEuMywzNC40LDExLjEsMzUuNCwxMXogTTI5LjYs MTBjMC40LDAuMiwxLjYsMC4yLDIuMSwwCgkJYzAsMC41LDEuMSwwLjUsMSwxLjFjMS4zLTAuMywx LjksMC4xLDIuNywwLjVjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMtMS4zLDAtMi43LDAtMi45LDAu NWMwLjYsMCwwLjYsMSwwLDAuOQoJCWMtMC4zLTAuMS0wLjYtMC4xLTEtMC4yYy0wLjEtMC4zLTAu My0wLjctMC40LTEuMmgtMS43QzI5LjYsMTEuNCwzMC42LDEwLjgsMjkuNiwxMHogTTI4LDExLjho LTAuNkMyNy43LDExLjcsMjcuOSwxMS43LDI4LDExLjh6CgkJIE05LjgsMTU2LjZjMC40LDAuNiww LjIsMS41LDAuMiwyLjRDOS44LDE1OCw5LjgsMTU3LjMsOS44LDE1Ni42eiBNOSwyMTljMC4yLTAu NCwwLjMtMS4yLDAuMy0yLjFjMC4yLDAuNiwxLTAuMiwwLjgsMS40CgkJYy0wLjUtMC42LTAuNSww LTAuNSwxLjRjLTAuMS0wLjItMC4zLTAuMy0wLjMtMC43Yy0wLjEsMC4yLTAuMiwwLjQtMC41LDAu M0M4LjgsMjE5LDguOSwyMTksOSwyMTl6IE05LjUsMjI1LjMKCQljLTAuMiwwLjYsMC4zLDMuMi0w LjgsMi44YzAuMi0xLTAuNC0xLjctMC41LTFjLTAuNC0xLjEsMC4xLTQuOCwwLjYtMy44Yy0wLjYt MSwwLTIuNSwwLjMtMy41YzAuNiwwLjEsMC45LDAuOCwxLjIsMS40CgkJYy0wLjMsMi0wLjYsMy0w LjYsNC45QzkuNSwyMjYuMSw5LjUsMjI1LjcsOS41LDIyNS4zeiBNMTAuNCwyMjZjLTAuNS0wLjIt MC4yLTAuOS0wLjItMS43YzAuMywwLDAuMywwLjQsMC42LDAuMwoJCUMxMC44LDIyNS4zLDEwLjQs MjI1LjMsMTAuNCwyMjZ6IE0xMS4xLDIxMC4zYy0wLjMtMC43LTAuNi0wLjItMC41LDFjLTAuMSww LTAuMS0wLjQtMC4yLTAuN2MtMC4zLDAuMS0wLjUtMS4zLTAuOS0xLjcKCQljMC0wLjcsMC43LTAu MSwwLjgtMC43YzAtMC41LTAuNC0wLjMtMC42LTAuM2MwLjEtMS0wLjItMC45LTAuMi0xLjdjMS4x LTIsMC41LTMuOSwwLjgtNi4zYy0wLjksMC40LTAuMiwxLjEtMS4xLDEKCQljMC40LTEuOSwwLjEt My4zLDAuNS01LjJjMC43LDAuMSwwLjQsMSwwLjYsMS43YzAuMy0wLjYsMC42LTEuMiwwLjYtMi40 YzAtMC40LTAuMy0wLjQtMC4zLDBjLTAuMy0wLjUsMC40LTEuOCwwLjgtMi4xCgkJYy0wLjMtMC40 LTAuNS0xLjctMC41LTNjMC4yLDAsMC40LDAsMC4zLTAuMmMtMC41LTAuMiwwLTAuNi0wLjMtMS4x YzAuNS0wLjEsMC42LTAuNywxLjMtMC41Yy0wLjMsMS0wLjIsMS4zLTAuMywyLjQKCQljLTEuMyww LjQtMC43LDIuMS0wLjEsMi45YzAtMC4yLDAuMiwwLDAuMywwLjJjLTAuMSwxLjEsMC4zLDIuNi0w LjMsMy42Yy0wLjEsMSwwLjIsMC45LDAuMiwxLjdjMC40LTAuMywwLjItMC41LDAuMi0xLjQKCQlj MCwwLjIsMC4xLDAuNCwwLjEsMC42djUuM2MtMC4zLDAtMC42LDAtMC44LTAuNEMxMS43LDIwNS4x LDExLjEsMjA3LjQsMTEuMSwyMTAuM3ogTTUuOSwzNjEuN2MtMC4yLDAuNywwLjMsMy4zLTAuNywy LjkKCQljMC4yLTEtMC40LTEuNy0wLjQtMS4xYy0wLjItMC42LTAuMi0xLjksMC0yLjljMCwwLDAs MCwwLDAuMWMwLTAuNywwLjYsMC4xLDAuNCwxLjFjMSwwLjQsMC42LTIuMiwwLjctMi45YzAsMC40 LDAsMC44LDAuMywwLjcKCQljMC0xLjEsMC4xLTEuOSwwLjMtMi44YzAuMSwwLjIsMC4yLDAuNCww LjMsMC42YzAsMC4yLDAsMC4zLTAuMSwwLjRjMCwwLTAuMSwwLTAuMSwwYzAsMC41LTAuMSwxLTAu MSwxLjNjLTAuMiwxLjEtMC4zLDItMC4zLDMuMwoJCUM2LDM2Mi42LDUuOSwzNjIuMiw1LjksMzYx Ljd6IE02LjgsMzYyLjRjLTAuNS0wLjItMC4yLTEtMC4xLTEuOGMwLjMsMCwwLjMsMC40LDAuNiww LjRDNy4yLDM2MS43LDYuOSwzNjEuNyw2LjgsMzYyLjR6IE04LDMzOC45CgkJYzAuMSwyLjItMC41 LDQuNS0wLjQsNy41Yy0wLjMtMC44LTAuNi0wLjItMC40LDEuMUM3LDM0Ny40LDcsMzQ3LDcsMzQ2 LjdjLTAuMywwLjEtMC41LTEuMy0wLjktMS44YzAtMC43LDAuNy0wLjEsMC43LTAuNwoJCWMwLTAu NS0wLjQtMC4zLTAuNi0wLjRjMC4xLTEtMC4yLTAuOS0wLjEtMS44YzAsMCwwLDAsMCwwYzAsMCww LDAuMSwwLDAuMWMwLjQsMC41LDAuNiwxLjgsMC45LDEuOGMwLDAuMywwLDAuNywwLjEsMC43CgkJ Yy0wLjEtMS4yLDAuMS0xLjgsMC40LTEuMWMtMC4xLTMsMC42LTUuMywwLjQtNy41YzAuMiwwLjQs MC41LDAuNCwwLjksMC40Yy0wLjEtMS43LDAuNi0wLjUsMC42LTEuMWMtMC4yLTAuMS0wLjEtMC4y LDAtMC40CgkJYzAuMSwwLjEsMC4xLDAuMiwwLjIsMC4zYy0wLjEsMC44LTAuNCwxLjMtMC4xLDJj MCwwLjEsMCwwLjMsMCwwLjRjLTAuMSwwLjItMC4yLDAuMywwLDAuNWMwLDAuNi0wLjctMC42LTAu NiwxLjEKCQlDOC41LDMzOS4zLDguMiwzMzkuMyw4LDMzOC45eiBNOC45LDM2Mi4xYy0wLjItMC4x LTAuMywwLjEtMC4zLDAuNGMtMC4yLTAuMywwLTAuNy0wLjEtMS44YzAuMSwwLDAuMywwLDAuNCww CgkJYzAsMC42LTAuMSwxLjQsMC4xLDEuNEM5LDM2Mi41LDguOSwzNjIuMyw4LjksMzYyLjF6IE05 LjMsMzYwLjNjLTAuNSwwLjMtMC4zLTAuOC0wLjUtMWMwLDAsMC4xLDAsMC4xLDBjMCwwLjIsMC4x LDAuNCwwLjEsMAoJCWMtMC4xLDAtMC4xLTAuMi0wLjEtMC41YzAuMi0wLjEsMC4zLTAuMSwwLjMt MC42YzAuMiwwLjIsMC4xLDEuMSwwLjYsMC43QzkuOCwzNTkuOCw5LjYsMzYwLDkuMywzNjAuM3og TTEwLjUsNDE4LjYKCQljLTAuMSwwLjUtMC4yLTAuMS0wLjQsMGMwLjEtMC4zLDAuMi0wLjgsMC4x LTEuNGMwLjEsMCwwLjIsMCwwLjMsMGMwLjEsMC4zLDAuMiwwLjYsMC4xLDEuMUMxMC40LDQxOC4x LDEwLjQsNDE4LjUsMTAuNSw0MTguNnoKCQkgTTEwLjUsNDU2LjhjMC4yLTEuNywwLjUtMS42LDAu MS0yLjVjMC40LTAuNiwwLjUsMC4xLDAuNSwwLjljLTAuMSwwLjItMC4xLDAuNC0wLjEsMC43QzEx LDQ1Ni40LDEwLjgsNDU2LjksMTAuNSw0NTYuOHoKCQkgTTExLjksNDY0LjNjMC0yLjEtMC42LTEu Ni0wLjktMy42YzAuNSwwLjMsMC41LTAuNiwwLjEtMC43YzAuMS0wLjcsMC40LDAsMC42LTAuMWMw LjEsMC4zLDAuMiwwLjcsMC4yLDEuNAoJCWMwLjEtMC4yLDAuMy0wLjIsMC41LTAuM3YyLjRjMCww LTAuMSwwLTAuMSwwdjAuNkMxMi4xLDQ2NC4xLDEyLDQ2NC4yLDExLjksNDY0LjN6IE0xNzEuNCw1 MDUuOGMtMC4yLDAtMC41LTAuMS0wLjctMC4xCgkJYzAuMS0wLjEsMC4zLTAuMiwwLjUtMC4zQzE3 MS40LDUwNS41LDE3MS42LDUwNS42LDE3MS40LDUwNS44eiBNMTcyLjMsNTA1LjJjMC4yLDAsMC40 LDAsMC43LDBjMCwwLDAuMSwwLDAuMiwwCgkJQzE3Myw1MDUuNCwxNzIuNyw1MDUuMywxNzIuMyw1 MDUuMnogTTIzOC4zLDUwOS4xYzAtMC4zLDAuMi0wLjYtMC40LTAuN2MxLjUtMSw2LjYtMC43LDYu OCwwLjUKCQlDMjQzLjMsNTA5LjksMjQwLjYsNTA5LjQsMjM4LjMsNTA5LjF6IE0zOTguMiw1MDcu M2MwLjIsMCwwLjQsMCwwLjYsMEMzOTguNiw1MDcuMywzOTguNCw1MDcuMywzOTguMiw1MDcuM3og TTM5OS4zLDUwNy4yCgkJYzEuMiwwLDEuNCwwLDMuNC0wLjFjLTAuMywwLjItMC4xLDAuMywwLjMs MC4zYy0wLjEsMC4xLTAuMSwwLjIsMC4yLDAuMkM0MDIuMyw1MDgsMzk5LjUsNTA3LjcsMzk5LjMs NTA3LjJ6IE00MTQuNiw1MDcuNgoJCWMwLjItMC4xLDAuNC0wLjEsMC43LTAuMmMwLjUsMC4xLDAu OSwwLjEsMS40LDAuMkM0MTUuOCw1MDcuNiw0MTUuMSw1MDcuNiw0MTQuNiw1MDcuNnogTTQzNi41 LDUwNy44YzAsMC40LDAuNywwLjUtMC4zLDAuNgoJCWMtMi40LTAuMy01LjQtMC43LTgtMS4xYy0x LjQtMC41LTMuNy0wLjUtNS4yLTFjMCwxLTYtMC4zLTYuMiwxYy0wLjgsMC0xLjcsMC0yLjUsMGMt MC4xLTAuMy0wLjUtMC40LTAuNy0wLjZjLTAuMSwwLTAuMSwwLTAuMiwwCgkJYzAsMCwwLDAsMC0w LjFjLTAuNiwwLTEuMSwwLTEuNiwwYy0xLjUtMC4yLTIuNC0wLjgtMy4zLTEuMmMwLjYsMCwxLjEs MCwxLjcsMGMwLjEtMC42LTAuNSwwLTEuNC0wLjJjMC40LTAuMiwwLjQtMC40LDAtMC42CgkJYzAu OCwwLjQsMS41LTAuMSwyLjcsMGMwLjgsMC4zLDEuMSwxLjUsMi40LDEuMWMtMC40LTAuMS0wLjgt MC4yLTEtMC4zYzEuOCwwLDAuMywwLDAuMy0wLjVjMS4zLDAuMiwwLjctMC40LDEuNy0wLjMKCQlj MC44LDAuOCwyLjksMSw0LjEsMS41YzAuNy0wLjIsMi40LTAuMiw0LjItMC40YzAuMSwwLjEsMC4y LDAuMiwwLjIsMC4zYzAuMi0wLjIsMC42LTAuMywxLTAuNGMwLjYtMC4xLDEuMi0wLjEsMS43LTAu MgoJCWMwLjEsMCwwLjMsMC4xLDAuNSwwLjFjLTAuMiwwLjMsMC43LDAuNiwxLjMsMC43YzEuMy0x LDMtMC4zLDQuNS0wLjhjLTAuNS0wLjEtMS4xLTAuMi0xLTAuNmMxLjEtMC4xLDEuNiwwLjIsMiww LjQKCQljLTAuNCwwLjQtMS40LDAuNS0yLjIsMC43YzAuMywwLjUtMC40LDAuNi0wLjQsMWMyLjEs MC40LDUuMywwLjUsOC4yLDAuNWMwLDAuMSwwLDAuMS0wLjEsMC4xYy0wLjcsMC0wLjYsMC4zLTEs MC4zCgkJQzQzOC4yLDUwNy43LDQzNy4xLDUwNy44LDQzNi41LDUwNy44eiBNNDQ5LjksNTA4Yy0w LjQtMC4xLTAuNS0wLjMtMS0wLjNjMC0wLjIsMS41LTAuMywwLjMtMC41YzAuMy0wLjMsMC42LDAs MSwwCgkJQzQ0OS45LDUwNy40LDQ0OS44LDUwNy42LDQ0OS45LDUwOHogTTQ2MS4yLDUwNS42YzAu Mi0wLjQsMS0wLjIsMS40LTAuOGMwLjIsMCwwLjUsMCwwLjcsMEM0NjMsNTA1LjMsNDYyLjMsNTA1 LjYsNDYxLjIsNTA1LjZ6CgkJIE00ODMuOCw1MDYuM2MtMC44LDAtMS42LDAtMi40LDBjMC4zLTAu NC0wLjctMC4zLTAuNy0wLjZjLTIuOSwwLjItNS0wLjQtNy4yLTAuM2MwLjMtMC4yLDEuNywwLDEu NC0wLjVjLTAuOCwwLjEtMy44LDAtMS43LDAuNQoJCWMtMi0wLjItMi41LTAuMi00LjEtMC42Yy0w LjEsMC4yLDAuMSwwLjQtMC4zLDAuNWMtMC40LTAuNy0yLjUtMC41LTMuNC0wLjZjMC0wLjIsMC42 LTAuMSwwLjctMC4zYy0wLjgsMC0xLjUsMC0yLDAKCQljMC43LDAsMS40LTAuMSwyLTAuMmMwLjEt MC4zLTAuMy0wLjQsMC0wLjVjMC40LTAuMywyLjQsMC4yLDEuOSwwLjJjMiwwLjEsMy42LTAuMyw1 LjUtMC4yYzIuNywwLjIsNS40LDEuNSw4LjQsMS41CgkJYzEuNiwwLDIuOS0wLjQsNC41LTAuMmMw LDAuNSwwLjYsMC4yLDEuMywwLjVjLTAuMi0wLjcsMS0wLjUsMS40LTAuN2MwLjIsMC4yLDAuNCww LjMsMC41LDAuNmMwLjMtMC4yLDAuOS0wLjQsMS40LTAuNQoJCWMwLjIsMC4xLDAuMywwLjIsMC40 LDAuM2MtMC43LDAuMS0xLDAuMy0xLjIsMC42Yy0wLjQtMC4xLTAuNy0wLjEtMS0wLjJDNDg5LjMs NTA2LjMsNDg0LDUwNS4xLDQ4My44LDUwNi4zeiBNNTQ2LjQsNTA5CgkJYzAuMSwwLjMtMS41LDAu NS0yLjEsMWMtMC45LDAtMC4xLTAuNy0wLjktMC44Yy0wLjYsMC4xLTAuNCwwLjQtMC40LDAuN2Mt MS4yLTAuMS0xLjEsMC4yLTIuMSwwLjJjLTIuNC0xLjItNC43LTAuNi03LjctMC44CgkJYzAuNSwx LDEuMywwLjIsMS4zLDEuMWMtMi4zLTAuNC00LTAuMS02LjQtMC41YzAuMi0wLjcsMS4zLTAuNSwy LjEtMC43Yy0wLjctMC4zLTEuNC0wLjctMy0wLjdjLTAuNSwwLTAuNCwwLjMsMCwwLjMKCQljLTAu NiwwLjMtMi4yLTAuNS0yLjYtMC44Yy0xLjEsMC43LTcuOCwwLjgtNy43LDAuMmMtNCwwLjMtNS41 LTEuMy04LjQtMmMwLjYsMC4xLDEuMSwwLjEsMS42LTAuMWMtMC40LDAtMC44LTAuMy0wLjMtMC4z CgkJYzAuMSwwLjMsMi4xLDAsMSwwLjVjMywwLjIsNi45LDAuMiw3LjQtMC40YzIuMSwwLjEsNC4y LDAuMSw2LDBjMC4xLDAuNC0wLjEsMC42LTAuNCwwLjhjMS40LDEuMiw0LjItMC4yLDYsMC44CgkJ YzEuMiwwLjEsMS4xLTAuMiwyLjEtMC4yYy0wLjQtMC41LTAuNi0wLjItMS43LTAuMmMxLjQtMC4y LDEuNi0wLjgsMi42LTEuMWMxLjEsMC4yLDEuNywwLjUsMi42LDBjMC40LDAuMSwwLjYsMC41LDAu OSwwLjIKCQljMC43LDAtMC43LDAuOCwxLjMsMC43YzAuMSwwLjQsMC4xLDAuOC0wLjQsMWMyLjct MC4xLDUuNCwwLjYsOC45LDAuNWMtMC45LDAuMy0wLjIsMC42LDEuMywwLjUKCQlDNTQ3LjMsNTA4 LjksNTQ2LjgsNTA4LjksNTQ2LjQsNTA5eiBNNTUyLjQsNTAwLjZjLTEsMC0wLjktMC40LTAuOS0w LjhoMC45QzU1Mi45LDUwMCw1NTIuNiw1MDAuMyw1NTIuNCw1MDAuNnogTTU1Ni42LDUxMC42CgkJ Yy0wLjUtMC4yLTEuNS0wLjMtMi42LTAuM2MwLjgtMC4yLTAuMi0xLjEsMS43LTAuOGMtMC44LDAu NiwwLDAuNSwxLjcsMC41Yy0wLjIsMC4xLTAuNCwwLjMtMC45LDAuM2MwLjIsMC4xLDAuNCwwLjMs MC40LDAuNQoJCUM1NTYuNyw1MTAuOCw1NTYuNyw1MTAuNyw1NTYuNiw1MTAuNnogTTU2Ny43LDUx MC45Yy0xLjItMC4yLTIuMSwwLjUtMS4zLDAuNWMtMS40LDAuNC01LjgtMC4xLTQuNy0wLjdjLTEu MywwLjYtMywwLTQuMy0wLjMKCQljMC4xLTAuNiwxLTAuOSwxLjctMS4zYzIuNCwwLjMsMy42LDAu Nyw2LDAuN2MwLjIsMC4zLTAuMywwLjMtMC45LDAuM0M1NjUuMSw1MTAuMyw1NjguMyw1MDkuOCw1 NjcuNyw1MTAuOXogTTYwMS40LDUwMy4yCgkJYzAuNS0wLjUsMC0wLjQsMC0xYzAuNCwwLjEsMS40 LDAuNywxLjcsMC4zYzAuNywwLjEtMC40LDAuMywwLjQsMC4zQzYwMy40LDUwMy4yLDYwMi40LDUw My4yLDYwMS40LDUwMy4yeiBNNjI0LjQsNTExLjcKCQljLTAuNi0wLjEtMC43LTAuMy0xLjMtMC4z Yy0wLjEtMC4yLDEuOC0wLjMsMC40LTAuNWMwLjMtMC4zLDAuOCwwLDEuMywwQzYyNC40LDUxMS4x LDYyNC4yLDUxMS40LDYyNC40LDUxMS43eiBNNjMyLDUwNS41CgkJYy0wLjQtMC4xLTEtMC4yLTEu Ny0wLjJjMC0wLjEsMC0wLjIsMC0wLjNjMC4zLTAuMSwwLjctMC4yLDEuMy0wLjJjLTAuMSwwLjMs MC40LDAuMywwLjQsMC4yQzYzMi43LDUwNS4xLDYzMS45LDUwNS4yLDYzMiw1MDUuNXoKCQkgTTY3 NC42LDUwNC45Yy0xLjMtMC44LDMuMi0wLjgsMywwLjJDNjc1LjYsNTA0LjgsNjc1LjcsNTA0LjQs Njc0LjYsNTA0Ljl6IE02ODIuMyw1MDQuNWMwLjQtMC42LTAuNy0wLjYtMC45LTAuMgoJCWMtMS4x LTAuMSwxLTAuOC0wLjktMC44Yy0wLjksMC0wLjIsMC42LTAuNCwwLjhjLTEuMywwLjEtMS40LTAu NC0xLjMtMC44YzIsMC4xLDEuMy0wLjcsMC40LTAuOGMwLjctMC4zLDUuMSwwLjMsNi40LTAuMgoJ CWMwLjcsMC4yLDAuNSwwLjcsMC45LDFDNjg0LDUwMy42LDY4NC43LDUwNC4yLDY4Mi4zLDUwNC41 eiBNNjkyLjUsNTA5LjljLTAuMSwwLjItMS4xLDAuMS0xLjcsMC4yYzAuMy0wLjEsMC43LTAuNCww LTAuNQoJCWMwLjEtMC4yLDEuMS0wLjEsMS43LTAuMkM2OTIuNiw1MDkuNyw2OTEuOCw1MDkuOSw2 OTIuNSw1MDkuOXogTTcwMC4yLDUwOC4xYy0wLjgsMC0xLjItMC45LTIuMS0wLjNjLTAuOCwwLjMs MC40LTAuNS0wLjQtMC44CgkJYy0wLjUsMC4yLTEuMSwwLjEtMC40LDBjMC4yLTAuNC0xLjksMC4x LTEuMy0wLjVjLTEuMy0wLjEtMC44LDAuNC0yLjEsMC4zYzAuNi0wLjMtMC4yLTAuNSwwLjQtMWMy LjctMC4yLDMuMywwLjQsNS4xLDAuNQoJCWMwLjYsMC45LDAuMiwxLjEsMS43LDEuNkM3MDAuOSw1 MDguMiw3MDAuMyw1MDcuOCw3MDAuMiw1MDguMXogTTcwMS4xLDUwNi4zYy0wLjEsMC4yLTEuNC0w LjQtMS4zLTAuOGMwLjYtMC4xLDEsMC42LDEuMywwLjIKCQlDNzAyLjIsNTA1LjcsNzAwLjUsNTA2 LDcwMS4xLDUwNi4zeiBNNzM2LjksNDY5LjVjMC41LDAuNywwLjYsMS45LDAuNSwzLjFjLTAuMS0w LjYtMC4yLTEuMS0wLjUtMS41Yy0wLjEsMC0wLjIsMC4xLTAuMywwLjJ2LTEuNwoJCUM3MzYuNyw0 NjkuNiw3MzYuOCw0NjkuNiw3MzYuOSw0NjkuNXogTTczMy45LDM5Ny44YzAuMSwxLDAuMiwxLjks MC4yLDIuNkM3MzMuNiwzOTkuNyw3MzMuOCwzOTguOCw3MzMuOSwzOTcuOHogTTczMi45LDQzMwoJ CWMtMC4xLTAuNy0wLjItMS40LTAuNC0xLjljLTAuOCwwLjEtMS4yLDAuOC0xLjUtMC40Yy0wLjIs MS41LDAuMywxLjIsMC4zLDIuMmMtMC40LDAuNi0wLjcsMi4xLTAuOCwzLjdjLTAuMi0yLjYsMC4x LTYuNSwwLjgtNy41CgkJYzAtMC4xLDAtMC4xLDAtMC4yYzAuNi0wLjIsMC44LDEsMS4yLDEuN2Mt MC4xLTEuMywwLjEtMS45LDAuMi0zQzczMyw0MjkuMSw3MzMuMSw0MzEuMSw3MzIuOSw0MzN6IE03 MzEuMyw0MTkuMQoJCWMwLjIsMCwwLjQtMC4xLDAuNi0wLjJjMC4xLDAuMywwLjIsMC40LDAuNCww LjRjMC4xLDAuNy0wLjUsMS43LDAuMiwxLjZjMCwwLjctMC4xLDEtMC4zLDEuMmMwLjEsMC40LDAu MywwLjYsMC41LDAuOAoJCWMwLjEsMS43LTAuMywyLjItMC4yLDMuOWMwLDAsMCwwLDAsMGMtMC4x LTAuMi0wLjItMC4zLTAuMi0wLjVjMC4yLTAuMiwwLjMtMC41LDAuMy0xLjFjLTAuNiwwLjEtMC4x LTAuOC0wLjItMS41CgkJYy0wLjIsMC0wLjMtMC4xLTAuNC0wLjRjLTAuMiwwLjEtMC40LDAuMS0w LjYsMC4yYy0wLjIsMC4zLTAuMywwLjYtMC40LDFjMC0wLjQsMC0wLjUtMC41LTAuNAoJCUM3MzAu NCw0MjEuNiw3MzAuOCw0MjAuMiw3MzEuMyw0MTkuMXogTTcyOC45LDMyOS43YzAuMSwwLjMsMC41 LDEuMywwLjIsMS42QzcyOC40LDMzMS4zLDcyOC44LDMzMCw3MjguOSwzMjkuN3ogTTcyNy43LDMx NC4xCgkJdi0yLjRjMC43LDAuNCwwLjMsMS40LDAuNSwyLjVDNzI4LDMxNC4yLDcyNy44LDMxNC4y LDcyNy43LDMxNC4xeiBNNzI5LjUsMjk0LjJjLTEuNS0wLjgtMC43LTMuNC0wLjMtNS40CgkJQzcz MC4xLDI4OS40LDczMC4yLDI5Mi41LDcyOS41LDI5NC4yeiBNNzMwLjcsMjM4LjVjLTAuOSwwLjEt MS45LDEuMi0yLjUtMC4yYy0wLjMtNSwwLjctOC43LDItMTAuMQoJCUM3MzAuNywyMzAuOSw3MzEu MSwyMzUuNCw3MzAuNywyMzguNXogTTczMS42LDI0My44YzAuMSwwLDAuMS0wLjEsMC4xLTAuMWMw LjEsMC4xLDAuMiwwLjMsMC4zLDAuNQoJCUM3MzEuOSwyNDQsNzMxLjcsMjQzLjgsNzMxLjYsMjQz Ljh6IE03MzcuNywyMDguNmMtMC43LTAuMS0wLjQtMS4yLTAuNi0yYy0wLjEsMC4yLTAuMiwwLjMt MC4yLDAuNWMwLDAsMC0wLjEtMC4xLTAuMQoJCWMwLDAuMSwwLDAuMiwwLDAuMmMtMC4xLDAuMy0w LjIsMC43LTAuMywxLjJjLTAuMSwwLTAuMS0wLjEtMC4yLTAuM2MwLDEuMi0wLjEsMi4zLTAuMiwz LjRjLTAuMSwwLjEtMC4xLDAuMS0wLjEsMC4yCgkJYzAsMC4xLDAuMSwwLjEsMC4xLDAuMmMtMC4y LDEuNC0wLjMsMi43LTAuMyw0Yy0wLjItMC40LTAuNS0wLjQtMC45LTAuNGMwLjEsMS43LTAuNiww LjUtMC42LDEuMWMwLjMsMC4yLTAuMSwwLjQtMC4yLDAuNwoJCWMwLjUsMC44LDAuMSwxLjMsMCwy LjJjMC4zLDAuOCwwLjksMSwxLjEsMi4yYzAtMC45LTAuMy0xLjIsMC4yLTEuNWMtMC4xLDAuOSww LjMsMC44LDAuMiwxLjljLTAuMywwLjUtMC40LDEuMS0wLjQsMS43CgkJYy0wLjQsMC45LTAuOCwx LjktMSwzLjFjLTAuMSwwLTAuMSwwLTAuMiwwYzAsMCwwLDAsMCwwYy0wLjEtMC4xLTAuMS0wLjEt MC4yLDAuMmMtMC4xLDAtMC4xLTItMC41LTAuOGMwLjUtNCwwLjgtMTAuMiwwLjYtMTQuNQoJCWMw LjQtMC4xLDAuNiwwLjEsMC44LDAuNGMxLjEtMS4yLTAuMi0zLjksMC44LTUuNWMwLjEtMS4xLTAu Mi0xLTAuMi0yYy0wLjQsMC4zLTAuMiwwLjYtMC4yLDEuNmMtMC4yLTEuMy0wLjctMS41LTEuMS0y LjQKCQljMC4xLTEsMC41LTEuNiwwLTIuNGMwLjEtMC40LDAuNC0wLjYsMC4yLTAuOGMwLTAuNiww LjcsMC42LDAuNi0xLjJjMC40LTAuMSwwLjctMC4xLDAuOSwwLjRjLTAuMS0yLjUsMC41LTUsMC41 LTguMgoJCWMwLjMsMC44LDAuNiwwLjIsMC41LTEuMmMwLjEsMCwwLjEsMC41LDAuMiwwLjhjMC4z LTAuMSwwLjUsMS40LDAuOSwyYzAsMC44LTAuNywwLjEtMC44LDAuOGMwLDAuNSwwLjQsMC4zLDAu NiwwLjQKCQljLTAuMSwxLjEsMC4yLDEsMC4yLDJjLTEuMSwyLjMtMC41LDQuMy0wLjgsNy4xYzAu OS0wLjQsMC4yLTEuMiwxLjEtMS4yQzczNy43LDIwNC45LDczOCwyMDYuNCw3MzcuNywyMDguNnog TTczOC40LDE4Mi4zCgkJYy0wLjIsMC41LTAuMywxLjMtMC4zLDIuNGMtMC4yLTAuNy0xLDAuMi0w LjgtMS42YzAuNSwwLjcsMC41LDAsMC41LTEuNmMwLjEsMC4yLDAuMywwLjMsMC4zLDAuOGMwLjEt MC4yLDAuMi0wLjQsMC41LTAuNAoJCUM3MzguNiwxODIuMyw3MzguNSwxODIuMyw3MzguNCwxODIu M3ogTTczOC42LDE3Ny42YzAuNiwxLjIsMCwyLjgtMC4zLDMuOWMtMC42LTAuMS0wLjktMC45LTEu Mi0xLjZjMC4zLTIuMiwwLjYtMy40LDAuNi01LjUKCQljMC4zLTAuMSwwLjMsMC4zLDAuMywwLjhj MC4yLTAuNy0wLjMtMy42LDAuOC0zLjFjLTAuMiwxLjEsMC40LDEuOSwwLjUsMS4yQzczOS42LDE3 NC42LDczOS4xLDE3OC42LDczOC42LDE3Ny42eiIvPgo8L2c+Cjwvc3ZnPg==");
    background-size: cover
}
.qodef-contact-form.qodef-has-image {
    background-size: cover
}
.qodef-contact-form.qodef-has-image form input[type=email], .qodef-contact-form.qodef-has-image form input[type=number], .qodef-contact-form.qodef-has-image form input[type=password], .qodef-contact-form.qodef-has-image form input[type=tel], .qodef-contact-form.qodef-has-image form input[type=text], .qodef-contact-form.qodef-has-image form input[type=url], .qodef-contact-form.qodef-has-image form textarea, .qodef-contact-form.qodef-has-svg form input[type=email], .qodef-contact-form.qodef-has-svg form input[type=number], .qodef-contact-form.qodef-has-svg form input[type=password], .qodef-contact-form.qodef-has-svg form input[type=tel], .qodef-contact-form.qodef-has-svg form input[type=text], .qodef-contact-form.qodef-has-svg form input[type=url], .qodef-contact-form.qodef-has-svg form textarea {
    background-color: #fff;
    color: rgba(70, 69, 71, .5)
}
.qodef-contact-form.qodef-form-align--left form input[type=email], .qodef-contact-form.qodef-form-align--left form input[type=number], .qodef-contact-form.qodef-form-align--left form input[type=password], .qodef-contact-form.qodef-form-align--left form input[type=tel], .qodef-contact-form.qodef-form-align--left form input[type=text], .qodef-contact-form.qodef-form-align--left form input[type=url], .qodef-contact-form.qodef-form-align--left form textarea {
    text-align: left
}
.qodef-contact-form.qodef-form-align--center form input[type=email], .qodef-contact-form.qodef-form-align--center form input[type=number], .qodef-contact-form.qodef-form-align--center form input[type=password], .qodef-contact-form.qodef-form-align--center form input[type=tel], .qodef-contact-form.qodef-form-align--center form input[type=text], .qodef-contact-form.qodef-form-align--center form input[type=url], .qodef-contact-form.qodef-form-align--center form textarea {
    text-align: center
}
.qodef-contact-form.qodef-form-align--right form input[type=email], .qodef-contact-form.qodef-form-align--right form input[type=number], .qodef-contact-form.qodef-form-align--right form input[type=password], .qodef-contact-form.qodef-form-align--right form input[type=tel], .qodef-contact-form.qodef-form-align--right form input[type=text], .qodef-contact-form.qodef-form-align--right form input[type=url], .qodef-contact-form.qodef-form-align--right form textarea {
    text-align: right
}
.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-fullscreen-menu-opener {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
.qodef-header--minimal.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-open-icon {
    display: none
}
.qodef-fullscreen-menu-opener .qodef-m-open-icon {
    position: relative;
    visibility: visible
}
.qodef-fullscreen-menu-opener .qodef-m-close-icon {
    visibility: hidden;
    position: absolute
}
.qodef-header--minimal.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined {
    color: #fff;
    padding: 0 2.1em;
    font-size: 12px;
    height: 15px
}
.qodef-header--minimal.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined span {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}
.qodef-header--minimal.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    position: absolute;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    z-index: -1;
    right: 0;
    height: 2em;
    top: -50%;
    width: 2em;
    height: 4.2em;
    top: -1.5em;
    width: 4.2em
}
.qodef-header--minimal.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined:hover:before {
    background-color: #ff9167
}
.qodef-header--minimal:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined {
    color: #fff;
    padding: 0 .5em
}
.qodef-header--minimal:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    position: absolute;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    z-index: -1;
    right: 0;
    height: 2em;
    top: -50%;
    width: 2em
}
.qodef-header--minimal:not(.qodef-fullscreen-menu--opened) .qodef-fullscreen-menu-opener.qodef-opener-widget--predefined:hover:before {
    background-color: #ff9167
}
.qodef-fullscreen-menu-holder {
    background-color: rgba(36, 66, 99, .9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-x: hidden!important;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 99
}
.qodef-fullscreen-menu-holder .qodef-fullscreen-menu-holder-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}
.qodef-fullscreen-menu-holder .qodef-content-grid {
    height: 100%
}
.qodef-fullscreen-menu-holder .qodef-content-grid nav.qodef-fullscreen-menu {
    width: 100%
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu {
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 0
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li {
    margin: 0;
    padding: 0
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
    color: #fff;
    display: inline-block;
    margin: 14px 0;
    padding: 0 9px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 40px;
    line-height: 1.1em;
    position: relative;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
    vertical-align: middle
}
@media only screen and (min-width:1025px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a:hover {
        color: #94c4f7
    }
}
@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li a {
        font-size: 35px
    }
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li.current-menu-ancestor>a, .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li.current-menu-item>a {
    color: #94c4f7
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li.menu-item-has-children>a:after {
    color: currentColor;
    content: '\33';
    font-family: eleganticons;
    font-size: 24px;
    line-height: inherit;
    margin: 7px 0 0 5px;
    position: absolute
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul {
    padding: 10px 0 23px
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul.sub-menu {
    display: none
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li.current-menu-ancestor>a, .qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li.current-menu-item>a {
    color: #94c4f7
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a {
    margin: 5px 0;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 24px;
    line-height: 1.16em
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li a:hover {
    color: #94c4f7
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li ul li a {
    font-size: 16px
}
.qodef-fullscreen-menu-holder nav.qodef-fullscreen-menu ul li ul li:last-child ul:last-child {
    padding-bottom: 0
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-open-icon {
    visibility: hidden
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-close-icon {
    visibility: visible
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener.qodef-fullscreen-menu-opener--predefined {
    color: #fff
}
.qodef-fullscreen-menu--opened #qodef-page-header, .qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}
.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener, .qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer, .qodef-fullscreen-menu--opened .qodef-header-logo-link, .qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}
.qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-header .qodef-header-logo-link img.qodef--main {
    opacity: 0
}
@-webkit-keyframes fullscreen-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}
@keyframes fullscreen-fade-out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}
@-webkit-keyframes fullscreen-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}
@keyframes fullscreen-fade-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}
.qodef-fullscreen-menu-animate--in .qodef-fullscreen-menu-holder {
    -webkit-animation: fullscreen-fade-in .25s linear both;
    animation: fullscreen-fade-in .25s linear both
}
.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-holder {
    -webkit-animation: fullscreen-fade-out .25s linear both;
    animation: fullscreen-fade-out .25s linear both
}
#qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-menu-item--hovered>a>.qodef-menu-item-inner {
    color: #244263
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-menu-item--hovered>a>.qodef-menu-item-inner {
    color: #e8f3ff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-menu-item--hovered>a>.qodef-menu-item-inner {
    color: #4d4d4d
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li>a>.qodef-menu-item-inner {
    color: #fff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li>a>.qodef-menu-item-inner {
    color: #000
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li>a:hover>.qodef-menu-item-inner {
    color: #e8f3ff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li>a:hover>.qodef-menu-item-inner {
    color: #4d4d4d
}
#qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a>.qodef-menu-item-inner {
    color: #94c4f7
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a>.qodef-menu-item-inner {
    color: #fff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a>.qodef-menu-item-inner {
    color: #000
}
#qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a:hover>.qodef-menu-item-inner {
    color: #244263
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a:hover>.qodef-menu-item-inner {
    color: #e8f3ff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link>a:hover>.qodef-menu-item-inner {
    color: #000
}
#qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link.current-menu-ancestor>a>.qodef-menu-item-inner {
    color: #244263
}
.qodef-header--light #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link.current-menu-ancestor>a>.qodef-menu-item-inner {
    color: #fff
}
.qodef-header--dark #qodef-page-header-inner .qodef-header-navigation>ul>li.qodef-hide-link.current-menu-ancestor>a>.qodef-menu-item-inner {
    color: #000
}
#qodef-page-header-inner .qodef-widget-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 10%;
}
#qodef-page-header-inner .qodef-widget-holder .widget {
    margin-bottom: 0;
    margin-left: 10px
}
#qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget {
    color: #94c4f7
}
#qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget:hover {
    color: #244262
}
.qodef-header--light #qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget {
    color: #fff
}
.qodef-header--light #qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget:hover {
    color: #e8f3ff
}
.qodef-header--dark #qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget {
    color: #000
}
.qodef-header--dark #qodef-page-header-inner .qodef-widget-holder .qodef-opener-widget:hover {
    color: #4d4d4d
}
#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}
.qodef-header--has-bottom-shadow #qodef-page-header {
    -webkit-box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05);
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05)
}
#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) {
    left: 0;
    position: absolute;
    top: 50%;
    -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 {
    margin-right: auto;
    max-height: 100%;
    width: auto
}
.qodef-header--centered #qodef-page-header {
    height: 277px
}
.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    height: auto
}
.qodef-browser--ms-explorer .qodef-header--centered #qodef-page-header .qodef-header-logo-link {
    height: 100%
}
.qodef-header--centered #qodef-page-header .qodef-header-logo-link .qodef-header-logo-image {
    margin: 0 auto
}
.qodef-header--centered #qodef-page-header .qodef-header-navigation {
    min-height: 76px
}
.qodef-header--centered #qodef-page-header-inner {
    -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-header--centered #qodef-page-header-inner .qodef-header-navigation-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}
.qodef-header--centered #qodef-page-header-inner .qodef-header-centered-holder {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    position: relative;
    z-index: 2
}
.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--minimal #qodef-page-header {
    height: 100px
}
.qodef-header--minimal #qodef-page-header .qodef-header-logo-link {
    height: 100px
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}
.qodef-header-standard--left #qodef-page-header-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-left: 20px
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-widget-holder {
    margin-left: auto
}
.qodef-header--fixed-display #qodef-page-header, .qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
.qodef-header--fixed-display.admin-bar #qodef-page-header, .qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}
.qodef-header-sticky {
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05);
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, .05);
    height: 90px;
    left: 0;
    padding: 0 40px;
    position: fixed;
    top: 0;
    -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;
    width: 100%;
    z-index: 12315
}
.qodef-header-sticky .qodef-header-sticky-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    position: relative;
    width: 100%
}
.qodef-header-standard--right .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}
.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}
.qodef-header-standard--left .qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto
}
.qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 10%;
    z-index: 3;
}
.qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder .widget {
    margin-bottom: 0;
    margin-left: 10px
}
.qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder .qodef-opener-widget {
    color: #94c4f7
}
.qodef-header-sticky .qodef-header-sticky-inner .qodef-widget-holder .qodef-opener-widget:hover {
    color: #244262
}
.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-top-area {
    background-color: #112234;
    height: 47px;
    padding: 0 40px;
    position: relative;
    z-index: 102
}
#qodef-top-area #qodef-top-area-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}
#qodef-top-area .widget {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    position: relative;
    vertical-align: middle
}
#qodef-top-area .widget .textwidget>* {
    margin: 0
}
#qodef-top-area .qodef-top-area-left .widget {
    margin-right: 25px
}
#qodef-top-area .qodef-top-area-right .widget {
    margin-left: 25px
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a {
    background-image: none!important;
    height: auto!important;
    opacity: 1!important;
    overflow: hidden
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a img {
    display: inline-block!important;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover {
    opacity: 1!important
}
.qodef-instagram-list #sb_instagram #sbi_images .sbi_photo_wrap a:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}
.qodef-instagram-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0
}
.qodef-instagram-list.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0!important;
    margin: 0!important
}
.qodef-instagram-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -5px
}
.qodef-instagram-list.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px!important;
    margin: 0 0 10px!important
}
.qodef-instagram-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}
.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -10px
}
.qodef-instagram-list.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px!important;
    margin: 0 0 20px!important
}
.qodef-instagram-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}
.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -15px
}
.qodef-instagram-list.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px!important;
    margin: 0 0 30px!important
}
.qodef-instagram-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}
.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -20px
}
.qodef-instagram-list.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px!important;
    margin: 0 0 40px!important
}
.qodef-instagram-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}
.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -25px
}
.qodef-instagram-list.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px!important;
    margin: 0 0 50px!important
}
.qodef-instagram-list.qodef-gutter--custom.qodef--no-bottom-space {
    margin-bottom: -64px
}
.qodef-instagram-list.qodef-gutter--custom #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -32px
}
.qodef-instagram-list.qodef-gutter--custom #sb_instagram #sbi_images>.sbi_item {
    padding: 0 32px!important;
    margin: 0 0 64px!important
}
.qodef-instagram-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    padding: 0!important;
    width: auto;
    margin: 0 -40px
}
.qodef-instagram-list.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px!important;
    margin: 0 0 80px!important
}
#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-page-mobile-header {
    background-color: #fff
}
.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}
.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    -webkit-transition: top .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, top .3s ease;
    transition: transform .3s ease, top .3s ease;
    transition: transform .3s ease, top .3s ease, -webkit-transform .3s ease
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}
#qodef-page-mobile-header .widget_mildhill_core_woo_dropdown_cart {
    margin: 0;
    height: 100%
}
#qodef-mobile-header-navigation ul li .qodef-menu-arrow {
    display: none
}
#qodef-mobile-header-navigation ul li.menu-item-has-children>.qodef-menu-arrow {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer
}
#qodef-mobile-header-navigation ul li.menu-item-has-children>.qodef-menu-arrow:after {
    color: inherit;
    display: block;
    line-height: inherit;
    content: '\35';
    font-family: ElegantIcons;
    font-style: normal;
    text-align: center;
    -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;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}
#qodef-mobile-header-navigation ul li.menu-item-has-children.qodef--opened>.qodef-menu-arrow:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.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: 0 auto
}
.qodef-mobile-header--minimal:not(.qodef-fullscreen-menu--opened) #qodef-page-mobile-header .qodef-fullscreen-menu-opener {
    color: #244263
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}
.qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark, .qodef-fullscreen-menu--opened #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0
}
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin: 0 auto
}
.qodef-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px;
    vertical-align: middle
}
.qodef-header-navigation ul li .qodef-drop-down-second {
    background-color: #244263;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    z-index: 10;
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}
.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    z-index: 20;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.qodef-drop-down-second--full-width .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    width: 100vw
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner {
    padding: 0 40px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul {
    margin-top: 13px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li {
    padding: 3px 0
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a {
    font-size: 16px;
    line-height: 24px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a .qodef-menu-item-inner {
    background-color: transparent;
    color: #cfd3d8;
    left: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a .qodef-menu-item-inner:before {
    background-color: currentColor;
    border-radius: 50%;
    content: '';
    display: block;
    height: 4px;
    left: -11px;
    opacity: 0;
    position: absolute;
    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;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    width: 4px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a:hover .qodef-menu-item-inner {
    color: #fff;
    left: 15px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li a:hover .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-inner {
    color: #fff;
    left: 15px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner ul li.current-menu-item>a .qodef-menu-item-inner:before {
    opacity: 1
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 39px 0 35px
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 0
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-inner {
    color: #fff;
    left: 0
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a .qodef-menu-item-inner:before {
    display: none
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-inner {
    left: 0
}
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-inner {
    left: 0
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right .menu-item-has-children>a:after {
    content: '\34';
    left: 14px;
    text-align: left
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .menu-item-has-children>a:after {
    color: #cfd3d8;
    content: '\35';
    font-family: eleganticons;
    line-height: inherit;
    position: absolute;
    right: 14px;
    text-align: right;
    width: 24px
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    opacity: 1;
    visibility: visible
}
.qodef-parallax {
    overflow: hidden;
    position: relative;
    width: 100vw
}
.qodef-parallax:not(.qodef-page-title) {
    height: 100vh
}
.qodef-parallax-img-holder {
    background: #030303;
    height: 150%;
    left: 0;
    position: absolute;
    top: -50%;
    width: 100%
}
.touchevents .qodef-parallax-img-holder {
    height: 100%;
    top: 0
}
.qodef-parallax-content-holder {
    position: relative;
    z-index: 100
}
.qodef-parallax-img-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform
}
.qodef-parallax-img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.touchevents .qodef-parallax-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}
.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: 0
}
.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}
.single-portfolio .qodef-page-content-section.qodef-grid-item {
    margin: 0!important
}
.qodef-portfolio-single-item .qodef-portfolio-title {
    margin: 0 0 19px
}
.qodef-portfolio-single-item .qodef-portfolio-content p {
    line-height: 22px
}
.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e {
    display: flow-root;
    margin-bottom: 23px
}
.qodef-portfolio-single-item .qodef-portfolio-info .qodef-e:last-child {
    margin-bottom: 0
}
.qodef-portfolio-single-item .qodef-portfolio-info h5 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 18px 0 0
}
.qodef-portfolio-single-item .qodef-portfolio-info .qodef-portfolio-categories p, .qodef-portfolio-single-item .qodef-portfolio-info .qodef-portfolio-date p, .qodef-portfolio-single-item .qodef-portfolio-info .qodef-portfolio-info-item p, .qodef-portfolio-single-item .qodef-portfolio-info .qodef-portfolio-tags p {
    color: #244262;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    vertical-align: baseline
}
.qodef-portfolio-single-item .qodef-portfolio-info a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0
}
.qodef-portfolio-single-item .qodef-portfolio-categories .qodef-portfolio-category:after {
    content: ",";
    margin: 0 3px 0 1px
}
.qodef-portfolio-single-item .qodef-portfolio-categories .qodef-portfolio-category:last-child:after {
    display: none
}
.qodef-portfolio-single-item .qodef-portfolio-tags .qodef-portfolio-tag:after {
    content: ",";
    margin: 0 3px 0 1px
}
.qodef-portfolio-single-item .qodef-portfolio-tags .qodef-portfolio-tag:last-child:after {
    display: none
}
.qodef-portfolio-single-item .qodef-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.qodef-portfolio-single-item .qodef-social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.qodef-portfolio-single-item .qodef-social-share li {
    margin: 0 9px 0 0!important;
    padding: 0
}
.qodef-portfolio-single-item .qodef-social-share li a {
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
.qodef-portfolio-single-item .qodef-social-share li a:hover {
    color: #fff!important
}
.qodef-portfolio-single-item .qodef-social-share li a span {
    line-height: inherit
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+1) a {
    background-color: #94c4f7
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+1) a:hover {
    background-color: #73b6fe
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+2) a {
    background-color: #244263
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+2) a:hover {
    background-color: #092e56
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+3) a {
    background-color: #ffa27e
}
.qodef-portfolio-single-item .qodef-social-share li:nth-child(3n+3) a:hover {
    background-color: #ff9167
}
.qodef-portfolio-single-item .qodef-social-share a {
    border-radius: 50%;
    display: block!important;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px
}
.qodef-portfolio-single-item .qodef-social-share .qodef-social-title {
    margin-right: 22px
}
.qodef-portfolio-single-item .qodef-social-share .qodef-shortcode-list {
    top: -7px
}
.qodef-portfolio-single-layout--gallery-big .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item, .qodef-portfolio-single-layout--images-big .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item, .qodef-portfolio-single-layout--masonry-big .qodef-grid.qodef-gutter--small>.qodef-grid-inner>.qodef-grid-item {
    margin-top: 62px
}
.qodef-portfolio-single-layout--gallery-big #qodef-single-portfolio-navigation, .qodef-portfolio-single-layout--images-big #qodef-single-portfolio-navigation, .qodef-portfolio-single-layout--masonry-big #qodef-single-portfolio-navigation {
    margin-top: 56px
}
.qodef-portfolio-single-layout--gallery-small #qodef-single-portfolio-navigation, .qodef-portfolio-single-layout--images-small #qodef-single-portfolio-navigation, .qodef-portfolio-single-layout--masonry-small #qodef-single-portfolio-navigation {
    margin-top: 14px
}
.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 {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-portfolio-list .qodef-e-content .qodef-e-info-category {
    padding: 5px 0
}
.qodef-portfolio-list .qodef-e-content .qodef-e-info-category .qodef-e-category {
    color: #244263;
    font-family: Nickainley, script;
    font-size: 18px
}
.qodef-portfolio-list .qodef-e-content .qodef-e-info-category .qodef-e-category:hover {
    color: #94c4f7
}
.qodef-portfolio-list .qodef-e-content .qodef-e-title {
    line-height: 28px;
    margin: 18px 0 0 0
}
.qodef-portfolio-list .qodef--load-more {
    margin-top: 35px
}
.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-bottom: 35px
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e-image {
    overflow: hidden
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e-image img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform
}
.qodef-portfolio-list.qodef-item-layout--info-below.qodef-hover-animation--zoom .qodef-e-image:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner {
    position: relative
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-image img {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.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 .qodef-e-content-inner {
    background-color: rgba(36, 66, 99, .8);
    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
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .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 .qodef-e-content-inner * {
    color: #fff;
    z-index: 1
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category {
    display: inline-block;
    padding: 5px 25px 23px
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-title {
    padding: 0 25px;
    margin: 5px 0 0
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-inner {
    overflow: hidden
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware .qodef-e-content {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: inherit
}
.qodef-portfolio-list.qodef-item-layout--info-on-hover.qodef-hover-animation--direction-aware article:hover .qodef-e-content {
    opacity: 1
}
#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 36px 0;
    margin: 52px 0 3px
}
#qodef-single-portfolio-navigation .qodef-m-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
#qodef-single-portfolio-navigation .qodef-m-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
#qodef-single-portfolio-navigation .qodef-m-nav>* {
    display: block;
    line-height: inherit
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-icon-elegant-icons {
    margin-right: 19px
}
#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;
    margin-left: auto;
    text-align: right
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-icon-elegant-icons {
    margin-left: 19px
}
#qodef-single-portfolio-navigation .qodef-m-nav:hover .qodef-icon-elegant-icons {
    background-color: #244263
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-to-link {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    line-height: 1.55em;
    color: #244263
}
#qodef-single-portfolio-navigation .qodef-icon-elegant-icons {
    background-color: #94c4f7;
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 38px;
    font-size: 21px
}
#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    line-height: 1.55em;
    color: #244263
}
.qodef-portfolio-single-layout--gallery-big .qodef-portfolio-single-item .qodef-media {
    margin-bottom: 0
}
.qodef-portfolio-single-layout--gallery-small .qodef-portfolio-single-item .qodef-portfolio-info {
    margin-top: 52px
}
.qodef-portfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media {
    margin-bottom: 0
}
.qodef-portfolio-single-layout--images-big .qodef-portfolio-single-item .qodef-media .qodef-popup-item:not(:last-child) {
    display: block;
    margin-bottom: 10px
}
.qodef-portfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-media .qodef-popup-item {
    display: block;
    margin-bottom: 30px
}
.qodef-portfolio-single-layout--images-small .qodef-portfolio-single-item .qodef-media .qodef-popup-item:last-child {
    margin-bottom: 0
}
.qodef-portfolio-single-layout--masonry-big .qodef-portfolio-single-item .qodef-media {
    margin-bottom: 0
}
.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
    width: 1100px
}
@media only screen and (min-width:1367px) {
    .qodef-content-grid-1300 .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
        width: 1300px
    }
}
@media only screen and (min-width:1367px) {
    .qodef-content-grid-1200 .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
        width: 1200px
    }
}
@media only screen and (min-width:1025px) {
    .qodef-content-grid-1000 .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
        width: 1000px
    }
}
@media only screen and (min-width:769px) {
    .qodef-content-grid-800 .qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide {
        width: 800px
    }
}
.qodef-postfolio-single-slider.qodef-media.qodef-swiper-container .swiper-slide img {
    padding: 0 5px
}
.qodef-portfolio-single-layout--slider .qodef-portfolio-single-item {
    margin-top: 15px
}
.qodef-testimonials-list .qodef-e-inner {
    margin-top: 25%;
    position: relative
}
.qodef-testimonials-list .qodef-e-media-image {
    height: 0;
    line-height: 0;
    padding-left: 50%;
    padding-top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0
}
.qodef-testimonials-list .qodef-e-media-image img {
    border-radius: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}
.qodef-testimonials-list .qodef-e-content {
    background-color: #fff7e6;
    padding: 25% 22% 0 22%
}
.qodef-testimonials-list .swiper-slide:nth-child(2n) .qodef-e-content {
    background-color: #e8f3ff
}
.qodef-testimonials-list .qodef-e-title {
    margin: 20px 0 0 0;
    text-align: center
}
.qodef-testimonials-list .qodef-e-text {
    margin: 0 0 25px;
    padding-bottom: 62px;
    text-align: center
}
.qodef-testimonials-list .qodef-e-author {
    margin: 0 0 11px;
    padding-top: 27px
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-testimonials-list .qodef-e-author .qodef-e-author-job {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244263;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px
}
.qodef-testimonials-list .swiper-pagination-bullets {
    bottom: 0!important;
    text-align: center
}
.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
    background-color: #244263
}
.qodef-testimonials-list.qodef-skin--light .qodef-e-author, .qodef-testimonials-list.qodef-skin--light .qodef-e-text, .qodef-testimonials-list.qodef-skin--light .qodef-e-title {
    color: #fff
}
.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet:before {
    background-color: #fff
}
@-webkit-keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}
@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0
    }
}
@-webkit-keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}
@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 100
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 100
    }
}
.qodef-search-cover {
    background-color: #132435;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 1234
}
.qodef-search-cover.qodef-covers-search--fadein {
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover {
    display: none
}
.qodef-search-cover .qodef-form-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}
.qodef-search-cover input[type=text] {
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #94c4f7;
    display: inline-block;
    float: left;
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 0 40px;
    outline: 0;
    outline-offset: 0;
    padding: 6px 0 6px 18px;
    vertical-align: middle;
    width: 90%
}
.qodef-search-cover input[type=text]:focus {
    color: #94c4f7
}
.qodef-browser--ms-explorer .qodef-search-cover input[type=text] {
    color: #94c4f7
}
.qodef-search-cover input[type=text]::-webkit-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search-cover input[type=text]::-moz-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search-cover input[type=text]:-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search-cover input[type=text]::-ms-input-placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search-cover input[type=text]::placeholder {
    color: inherit;
    opacity: 1
}
.qodef-search-cover input[type=submit] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 1px
}
.qodef-search-cover .qodef-search-close {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 .5em;
    padding: 0 1em
}
.qodef-browser--ms-explorer .qodef-search-cover .qodef-search-close {
    padding: 0 .5em
}
.qodef-search-cover .qodef-search-close:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 2em;
    left: 0;
    position: absolute;
    top: -.5em;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 2em;
    z-index: -1;
    height: 3em;
    top: -1em;
    width: 3em
}
.qodef-search-area-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    visibility: hidden;
    pointer-events: none
}
.qodef-search-area-cover.qodef-search-area-cover--opened {
    visibility: visible;
    pointer-events: all
}
.qodef-search--covers-header:not(.qodef-header--sticky-display) .qodef-page-header-wrapper {
    position: relative
}
.qodef-search--covers-header.qodef-covers-search--opened.qodef-header--sticky-display .qodef-page-header-wrapper>.qodef-search-cover {
    display: none
}
.qodef-search--covers-header.qodef-covers-search--opened:not(.qodef-header--sticky-display):not(.qodef-header--fixed-display) .qodef-page-header-wrapper #qodef-top-area {
    pointer-events: none
}
.qodef-search--covers-header.qodef-covers-search--opened:not(.qodef-header--sticky-display):not(.qodef-header--fixed-display) .qodef-page-header-wrapper #qodef-page-header {
    pointer-events: none
}
.qodef-header--sticky-display .qodef-search-cover {
    width: 100vw;
    margin-left: -40px
}
.qodef-search--covers-header.qodef-covers-search--fadeout #qodef-page-header, .qodef-search--covers-header.qodef-covers-search--fadeout #qodef-page-header .qodef-header-sticky, .qodef-search--covers-header.qodef-covers-search--fadeout #qodef-top-area {
    -webkit-animation: cover_search_fade_in .3s ease both;
    animation: cover_search_fade_in .3s ease both
}
.qodef-header--fixed-display .qodef-search-cover {
    position: fixed;
    top: 32px
}
.qodef-header--fixed-display #qodef-page-header {
    z-index: 99
}
.qodef-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}
.qodef-accordion .qodef-accordion-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-accordion.qodef--init {
    visibility: visible
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #94c4f7;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 12px 0 0;
    padding: 14px 10px 14px 5px;
    position: relative;
    -webkit-transition: color .2s ease-out background-color .2s ease-out;
    -o-transition: color .2s ease-out background-color .2s ease-out;
    transition: color .2s ease-out background-color .2s ease-out
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-child {
    margin-top: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 18px;
    line-height: 1;
    margin: 0 12px;
    position: relative;
    text-align: center;
    width: 20px
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span {
    display: block;
    position: absolute;
    font-size: 24px;
    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;
    width: 100%
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span:before {
    display: block;
    line-height: inherit
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--minus {
    opacity: 0
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon--plus {
    opacity: 1
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active, .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover {
    background-color: #244263;
    color: #fff
}
.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 {
    margin: 0;
    padding: 28px 3px 17px
}
.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
    margin: 0
}
.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-banner .qodef-m-banner-link:hover+.qodef-m-image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}
.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%;
    height: 100%;
    display: block
}
.qodef-banner .qodef-m-content .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-content .qodef-m-content-inner .qodef-m-title {
    margin: 0
}
.qodef-banner .qodef-m-content .qodef-m-content-inner .qodef-m-title-inner {
    display: inline-block
}
.qodef-banner .qodef-m-content .qodef-m-content-inner .qodef-m-subtitle {
    margin: 12px 0 0 0
}
.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%;
    overflow: hidden
}
.qodef-banner .qodef-m-image img {
    display: block;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.qodef-banner.qodef-layout--type-1 .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: 35px
}
.qodef-banner.qodef-layout--type-1 .qodef-m-title-inner {
    width: 74%
}
.qodef-banner.qodef-layout--type-2 .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: 23px 20px
}
.qodef-banner.qodef-layout--type-3 .qodef-m-content-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05);
    box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px
}
.qodef-banner.qodef-layout--type-3 .qodef-m-content-inner .qodef-m-title {
    text-align: center
}
.qodef-blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-blockquote.qodef-has-svg .qodef-m-outer {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIw cHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNzQwIDUwNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5l dyAwIDAgNzQwIDUwNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2Zm ZWZkNiIgZD0iTTcyNiw0OTMuMnYtMC4xYy0wLjEsMC0wLjEsMC4xLTAuMiwwLjFDNzI1LjksNDkz LjIsNzI2LDQ5My4yLDcyNiw0OTMuMnoiLz4KCTxwYXRoIGZpbGw9IiNmZmVmZDYiIGQ9Ik03MzQs MTA1LjdjMC4xLTEuMiwwLjMsMC40LDAuNCwwLjNjMC0wLjUsMC4yLTAuNiwwLjMtMWMtMC4zLDAu MS0wLjYtMC4xLTAuNy0wLjQKCQlDNzM0LDEwNS4xLDczMy44LDEwNS41LDczNCwxMDUuN3oiLz4K CTxwYXRoIGZpbGw9IiNmZmVmZDYiIGQ9Ik03MzkuMSwyMjEuM2MtMC41LTAuMy0wLjIsMS4zLTAu NiwxLjFjMC4yLTUuMS0xLjMtOS4yLTAuNi0xM2MtMC41LTIuNCwwLjEtNS41LTEuMi02LjkKCQlj LTAuMiwwLjctMC4yLDItMC45LDEuNWMtMS4yLTguMSwwLjItMTkuMS0wLjMtMjQuNmMwLDAuMyww LDAuOC0wLjIsMC44YzAtMiwwLjYtNS41LTAuMy02LjFjMC41LTIuNiwwLTUuMSwwLjItNi45CgkJ Yy0wLjIsMC45LTEuNC0wLjMtMS41LTAuNGMwLjYsMC4zLDAuMi0xLjcsMC45LTEuMWMwLjgtMy43 LDEuMy03LjYsMS40LTExLjljMC0wLjktMC41LTEuNSwwLTIuM2MtMC4yLTAuOS0wLjYsMC40LTAu Ni0wLjQKCQljMC41LTEuOC0wLjEtMS45LDAuMi0zLjhjLTEuMSwxLjUtMS4xLDcuOS0xLjEsMTBj LTAuNS0wLjMtMC42LDAuNC0wLjksMC44YzAuMiwyLjktMC43LDQuNC0xLjIsNS44YzAtMC42LDAt MS4zLDAtMS45CgkJYy0wLjYtMC4xLDAsMC41LTAuMiwxLjVjLTAuMi0wLjQtMC40LTAuNC0wLjYs MGMwLjQtMC45LTAuMS0xLjcsMC0zLjFjMC4zLTAuOSwxLjUtMS4zLDEuMS0yLjdjLTAuMSwwLjUt MC4yLDAuOS0wLjMsMS4yCgkJYzAtMiwwLTAuMy0wLjUtMC40YzAuMi0xLjItMC4yLTAuOS0wLjMt MS41YzAtMC4xLDAtMC4zLDAtMC40YzAuOC0wLjksMC45LTMuMiwxLjUtNC42Yy0wLjMtMS40LTAu My01LjctMC44LTguOAoJCWMwLjQsMC45LDAuNy0wLjQsMC45LTEuMmMtMS0xLjUtMC4zLTMuNC0w LjgtNWMtMC4xLDAuNi0wLjIsMS4yLTAuNiwxLjJjLTAuMi0yLjQsMS0yLjEsMC41LTQuMmMwLjIs MCwwLjIsMC41LDAuNSwwLjQKCQljMC4yLTMuMiwwLjgtNC4yLDEuNy02LjFjLTAuMSwwLjYtMC41 LDAuMy0wLjMsMS41YzAuMiwwLDAuMy0wLjIsMC41LTAuNGMtMC4yLDEuMiwwLjIsMC45LDAuMywx LjVjLTAuNS0wLjQtMC4zLDAuOS0wLjMsMS41CgkJYzAuNCwwLDAuNS0wLjcsMC42LDAuNGMtMC4z LDMuMy0wLjksNy43LTEuNCwxMC43YzAuNSwyLjUsMSwwLjYsMS44LDBjMC4xLTEuMiwwLTEuOS0w LjMtMi4zYzAuOS00LjEtMC4zLTExLjksMS4yLTE2LjUKCQljLTAuOS0zLjctMC42LTQuNy0wLjUt OC44Yy0wLjMtMC40LTAuNi0wLjctMC44LTEuNWMwLjMsMC4yLDAuMywxLjEsMC44LDAuOGMwLTAu NiwwLTEuMywwLTEuOWMtMC42LDAuMS0wLjctMS4xLTAuOC0yLjMKCQljLTEuMywwLjMtMS42LDIu Mi0xLjIsMy44Yy0wLjMtMC41LTAuNi0wLjgtMC42LTEuOWMwLjEtMC40LDAuMy0wLjgsMC41LTEu MWMtMC4xLTEuMi0wLjQtMi4xLTAuNS0zLjVjLTAuNCwwLjEtMC41LDAuNy0wLjYtMC40CgkJYzAu MiwwLDAuNCwwLDAuNiwwYy0wLjMtMi4yLDAtNC0wLjYtMy41YzAuNC0xLDEtNy4zLDAuMi01Ljhj LTAuMS0zLjMtMC4xLTIuNi0wLjItNS40YzAuNSwwLjgsMC4yLTIsMC4yLTMuNQoJCWMwLjktMS40 LDAuNS01LjMsMC44LTcuN2MtMC40LDAuMS0wLjUtMC42LTAuNi0xLjJjMC40LTQuNCwxLjMtOC4x LDAuNi0xMy40YzAuMS0wLjEsMC4zLDAsMC4zLTAuNGMtMS41LTAuMi0xLjMsNC0yLDYuMQoJCWMw LjksMC0wLjMsNS45LDAuOSw2LjFjMCwwLjksMCwxLjgsMCwyLjdjLTAuNC0wLjMtMC4zLDAuOC0w LjYsMC44YzAuMiwzLjItMC40LDUuNi0wLjMsOC4xYy0wLjItMC4zLDAtMS45LTAuNS0xLjUKCQlj MC4xLDAuOSwwLDQuMiwwLjUsMS45Yy0wLjIsMi4zLTAuMiwyLjgtMC42LDQuNmMwLjIsMC4xLDAu NC0wLjEsMC41LDAuNGMtMC43LDAuNC0wLjUsMi44LTAuNiwzLjhjLTAuMiwwLTAuMS0wLjctMC4z LTAuOAoJCWMwLjEsMy4yLTAuNCwzLjctMC4zLDUuOGMtMSwwLjItMS41LDIuOS0yLjYsMy44YzAt MC43LDAtMS4yLTAuMi0xLjVjMC4yLDAsMC40LDAsMC42LDBjLTAuNi01LjEtMC4xLTEwLjcsMC4y LTE1LjQKCQljMC4zLDAuNCwwLjIsMS4xLDAuNiwxLjNjMC0xLTAuMi0xLjYtMC41LTJjMC4xLTEu NywwLjItMy4zLDAuMi00LjZjMC41LTAuNSwwLjYtMS43LDAuOS0yLjdjLTEtMS43LTAuMS00LjYt MC41LTYuMQoJCWMwLjQsMC4yLDAuNS0wLjIsMC40LTAuNmMwLjEsMCwwLjEsMC4xLDAuMiwwLjJj MC4xLTAuNy0wLjEtMC44LTAuMi0xYzAuMSwwLjEsMC4yLDAuNCwwLjUsMC4yYzAuMy0xLjcsMC43 LTMuMywxLjUtMy44CgkJYy0wLjMtMC42LTAuNC0xLjctMC44LTIuM2MwLjMtMC4xLDAuMy0xLDAu My0xLjljLTAuMi0xLjEtMC41LTAuMS0wLjgtMS41YzAtMS43LTAuMS0zLjUsMC4zLTQuMmMwLjYs MC4xLDAuNywxLjQsMC45LDIuMwoJCWMwLjUtMC4zLDAuNiwwLjQsMC45LDAuNGMwLjMtMi4xLDAu NC01LjIsMC41LTguMWMwLjIsMCwwLjIsMC41LDAuNSwwLjRjMC4xLTEuOSwwLTMuMy0wLjYtMy41 YzAsMC41LDAsMS4xLTAuMiwxLjIKCQljLTAuNy0xLjcsMC4yLTQuMS0wLjItNS44YzAsMC40LTAu MiwwLjktMC4zLDAuNGMwLjMtMC4yLDAtMi40LDAuNS0xLjFjMC4zLTQuMywwLjEtMTAuNC0xLjEt Ny43Yy0wLjgtMi4xLDAuNy04LjYtMC40LTkuNgoJCWMwLDAuMi0wLjksMi40LTAuMiwzLjFjLTAu MywwLjktMC44LDEuMS0wLjksMi4zYzAuNC0wLjYsMC43LDEsMC4zLDEuMmMtMC4xLTEuMS0xLjQt MC4zLTEuNy0wLjhjMC40LDEsMCwxLjEtMC41LDAuOAoJCWMwLDAuMywwLDAuNSwwLDAuOGMwLDAu MywwLDAuNSwwLDAuOGMwLjYtMC45LDEuMiwyLDIuMywwLjRjLTAuMiwwLjUtMC4yLDEuOCwwLDIu M2MtMC41LDAtMC41LDEuMi0xLjEsMS4yCgkJYzAuMywxLjUtMC4xLDIuMi0wLjUsMy4xYzAuMyww LjQsMC41LTEuMiwwLjYsMGMwLDAuMiwwLDAuMy0wLjEsMC40Yy0wLjEsMC0wLjItMC4zLTAuNC0w LjNjMCwwLjIsMCwwLjUsMCwwLjgKCQljLTAuMSwwLjEtMC4xLDAuMS0wLjIsMC4yYy0wLjItMS41 LDAuMS00LjItMC42LTQuNmMwLDAuNi0wLjksMC42LTAuOSwwYzAuMS0wLjMsMC4xLTAuNiwwLjEt MC45YzAuMSwwLDAuMiwwLDAtMC4yYzAsMCwwLDAsMCwwCgkJYzAtMC4zLDAtMC43LDAtMS4xYzAu MS0wLjIsMC4zLTAuNSwwLjMtMC43Yy0wLjMtMC4xLDAuMS0wLjYtMC4yLTAuN2MwLDAuMS0wLjEs MC4yLTAuMSwwLjNjMC0xLjEsMC4yLTEuOSwwLjctMgoJCWMwLjEtMC43LTAuMi0xLDAtMS4yYzAu MS0wLjEsMC4zLDAsMC4zLTAuNGMtMS4xLDAtMS4xLTIuNi0xLjEtNS40Yy0wLjUtMC4zLTAuNS0y LjItMC45LTEuOWMwLjktMS42LTAuMy0zLjgtMC4xLTUuNQoJCWMtMC4xLDAuMi0wLjEtMS40LTAu Mi0xLjVjMC45LDAuMSwwLjUtMy45LDAuNS00LjJjLTAuMiwxLjEtMC4xLTEuMi0wLjUsMGMwLTAu Ny0wLjEtMS4yLTAuMS0xLjdoLTAuMnYtMy45CgkJYy0wLjQsMC0wLjgtMC4xLTEuNS0wLjFjMS4x LTAuMy0xLTAuMywwLTAuNWMtMC4zLDAtMy44LTAuNC0zLjgsMC41YzAtMC4xLTEuNS0wLjEtMS4z LTAuMmMtMS40LDAuMi0zLjUtMC45LTQuOC0wLjEKCQljMC4zLTAuNC0xLjQtMC40LTEuNy0wLjlj LTIuNCwwLjEtNC43LDAtNC44LTEuMWMtMC4zLDAtMC4zLDAuMi0wLjMsMC4zYy0wLjIsMC4yLTAu NC0wLjEtMSwwYy0wLjEsMS4xLTMuMiwwLjQtNC44LDAuOQoJCWMtMC42LDAtMC42LTAuOSwwLTAu OWMtMC4zLTAuNy0yLjgtMC40LTQuMS0wLjZjMC4zLTAuMiwwLjMtMC42LDEtMC42YzEsMC4xLTAu MywwLjMsMCwwLjZjMC44LTAuMywxLjQtMC44LDIuNy0wLjUKCQljLTAuMS0wLjUsMS0wLjYsMS0x LjFjMC40LDAuMiwxLjYsMC4yLDIsMGMtMS40LDEuMSwxLjEsMS43LDAuMywyLjNjMC4yLDAsMC41 LDAsMC43LDBjMC4yLDAsMC41LDAsMC43LDAKCQljLTAuMy0wLjUtMC4yLTAuOSwwLjctMC41Yy0w LjQtMC4zLDAuMy0xLjYtMC43LTEuN2MwLjEtMC40LDEuNi0wLjEsMSwwLjNjMS0wLjEsMS4zLTAu NiwyLTAuOWMwLjYsMC43LDIuNS0wLjEsMi43LTAuMgoJCWMtMC45LTEuMS02LjcsMC4zLTguNS0w LjRjMi41LTEuMi0zLTEuNC02LjgtMS4xYzEuMSwwLjUtMC45LDAuMS0xLDAuNWMtMC41LTAuMSww LTAuMywwLjMtMC4zYy0xLjUtMC40LTMuNiwwLjYtNS4xLTAuMgoJCWMwLjEtMC4yLDAuNi0wLjEs MS0wLjJjLTAuMS0wLjYtMS40LTAuNy0zLjEtMC42Yy0wLjEsMC4yLDAuMywwLjMsMC4zLDAuNWMt Mi41LDAtNS4zLDAuMS03LjIsMC41YzAsMC40LDAuNiwwLjQsMC4zLDAuOQoJCWMwLjgsMC4zLDEu OSwwLjQsMiwwLjljLTAuNywwLjQtMi4zLDAuMy0zLjgsMC4zYy0xLjMtMC4yLTAuNC0wLjUtMS40 LTAuOGMtMC44LDAtMS43LDAtMS43LDAuM2MtMC41LTAuMy0xLjYtMC40LTItMC44CgkJYy0wLjQs MC44LTEuOSwxLjItMy40LDEuNWMtMC4yLDAuNSwwLjYsMC41LDAsMC44Yy0wLjMtMC4zLTEuMy0w LjUtMSwwLjJjLTEuNC0wLjQtMy45LDAuNS01LjUtMC41Yy0wLjksMC4zLTIsMC40LTIuNCwwLjkK CQljLTQuNywwLTEyLDEuMy0xOC40LDAuNWMwLDAuMiwwLDAuNCwwLDAuNmMtMC4zLTAuMS0wLjgt MC4yLTEuNC0wLjJjMC44LTEuMSwzLjItMS41LDMuNC0yLjZjMS45LDAuMSwyLjMtMC40LDUuMS0w LjMKCQljLTAuMS0wLjItMC43LTAuMS0wLjctMC4zYzAuOS0wLjEsMywwLjEsMy40LTAuNmMwLjQs MCwwLjMsMC4zLDAuMywwLjVjMS42LTAuNCwyLjEtMC40LDQuMS0wLjZjLTIuMSwwLjQsMC45LDAu MywxLjcsMC41CgkJYzAuMy0wLjUtMS4xLTAuMi0xLjQtMC41YzIuMiwwLjEsNC4zLTAuNSw3LjIt MC4zYzAtMC4zLDAuOS0wLjIsMC43LTAuNmMwLjgsMCwxLjYsMCwyLjQsMGMwLjIsMS4yLDUuNCww LDUuNSwwLjkKCQljMS45LTAuNiw1LjYtMC40LDUuNS0yYy0wLjMsMC0wLjMsMC4yLTAuMywwLjNj LTQuNy0wLjctOCwwLjItMTEuOSwwLjZjLTAuNS0wLjEtMS4xLTAuMi0xLTAuNmMtMi4xLDAuMi01 LjYtMC4yLTYuOCwwLjgKCQljLTEuMywwLTMuOC0wLjMtMy4xLDAuMmMtMi41LTAuMS0xLjgsMC00 LjgtMC4yYzEuMy0wLjktNC4yLTAuMy01LjEsMC4yYzAuNS0wLjYtMS4yLTAuMy0zLjEtMC42YzAs MC4yLDAsMC40LDAsMC42CgkJYy0xLTAuMS0wLjQtMC4yLTAuMy0wLjZjLTEuMi0wLjEtMi0wLjMt My4xLTAuNWMtMC4zLDAuMi0wLjcsMC4zLTEsMC41Yy0xLDAtMS4zLTAuMy0xLjctMC42YzEuNSww LjQsMy4yLDAuMSwzLjQtMS4yCgkJYy0xLTAuMS0yLjEtMC4yLTItMC44Yy0wLjYsMC0xLjEsMC0x LjcsMGMtMC4zLDAuNSwwLjUsMC41LDAuNywwLjhjLTAuOC0wLjEtMS0wLjUtMS40LTAuOGMtMy43 LDAuMS00LjYsMC40LTcuOC0wLjUKCQljLTQuMSwxLjUtMTEsMC4zLTE0LjcsMS4yYy0wLjMtMC4z LTAuOS0wLjQtMi0wLjNjLTAuNiwwLjgtMi4zLDEuMywwLDEuOGMyLjctMC41LDYuNi0xLDkuNS0x LjRjMSwwLjEsMC40LDAuMiwwLjMsMC42CgkJYzAuNiwwLDEuNywwLjIsMS40LTAuM2MwLjUsMC4x LDAuMywwLjUsMS40LDAuM2MtMC4yLDAuMS0wLjQsMC4yLTAuMywwLjVjMS4xLDAuMiwwLjgtMC4y LDEuNC0wLjNjLTEuNywwLjktMi42LDEuNS01LjUsMS43CgkJYy0wLjEsMC4yLDAuMywwLjMsMC4z LDAuNWMtMS45LTAuNS0xLjYsMC42LTMuNywwLjVjLTAuMS0wLjQsMC41LTAuNSwxLTAuNmMtMS41 LTAuNS0zLjEsMC4yLTQuNC0wLjhjLTAuNywwLjItMS45LDAuNS0xLDAuOQoJCWMtMi43LTAuNC02 LjYtMC41LTcuOC0wLjhjLTEuMiwwLjYtMy4zLDAuNy00LjEsMS41Yy0xLDAuMS0wLjQtMC41LTEu Ny0wLjNjLTAuMS0wLjQsMS41LTAuNC0wLjMtMC41YzAuMi0wLjEsMC42LTAuMiwxLTAuMwoJCWMt MS4zLTAuNC0xLjYsMC44LTIuNCwxLjFjLTEuMiwwLjEtMS45LTAuNC0yLjcsMGMwLjQtMC4yLDAu NC0wLjQsMC0wLjZjMC45LTAuMiwxLjUsMC41LDEuNC0wLjJjLTAuNiwwLTEuMSwwLTEuNywwCgkJ YzEuMi0wLjYsMi41LTEuNCw1LjEtMS4yYzAuMy0wLjMsMS0wLjQsMC43LTAuOWMxLjksMC4xLDcu NSwwLDguOS0xLjFjLTEuNywwLjItMS44LTAuMy0zLjQsMC4yYy0wLjcsMCwwLjUtMC40LTAuMy0w LjYKCQljLTAuNywwLjUtMS4yLDAtMiwwYy0zLjgsMC03LjMsMC42LTEwLjYsMS40YzAuNSwwLjct MS4zLDAuMy0xLDAuOWMtMC4xLTAuMS0xLjItMS4zLTAuMy0xLjVjLTEuNiwwLjItMy44LTAuNC02 LjEsMC4yCgkJYy0wLjYtMC45LTMuNy0wLjMtNS41LTAuM2MwLTAuMSwwLjQtMC4xLDAuNy0wLjJj LTQuOC0wLjUtMTQuNywwLjktMjEuOC0wLjNjLTAuNS0wLjcsMC44LTAuNywxLjQtMC45Yy0xLjMt MS4zLTQtMC43LTYuMS0xLjIKCQljLTMuNSwwLjctNy4xLTAuOC0xMS42LTAuNmMtMC4xLTAuNCwx LjMtMC4xLDEtMC42Yy0wLjgtMC4zLTEuNiwwLjItMy4xLDBjLTAuNiwwLjgtMSwxLjQtMC43LDIu M2MtMy4zLDEtNS44LDIuNC0zLjQsNC4xCgkJQzUzNyw4LjQsNTI5LjEsOCw1MjYuNiw4YzAuMi0w LjEsMC4zLTAuMywwLjctMC4zYy0wLjgtMC40LTMuMS0wLjItMi43LTEuMWMtMS44LTAuMy0xLjUs MC41LTIuNywwLjVjMC4yLDAuNCwxLjIsMC43LDAsMS4xCgkJYzEuNCwwLjIsMy4xLDAuMiw0Ljgs MGMtMS4yLDAuNSwxLjQsMC44LDIuNywxLjFjLTAuMSwwLjktMC4xLDEuMiwxLDEuNWMtMC40LDAu NC0xLDAuOC0xLjksMWMtMC4xLTAuMS0wLjEtMC4zLDAuMS0wLjYKCQljLTAuMi0wLjQtMS40LDAt MS4yLTAuOGMtMC41LDAuMy0xLDAtMSwwLjVjLTEuMywwLjItMi40LTAuMS0zLjYtMC4yYy0yLjQs MC00LjYsMS4yLTYuNywxLjRjLTEuNSwwLjEtMi44LTAuMy00LjQtMC4yCgkJYzAuNCwwLTEuMSww LjQtMS41LDAuMmMtMC4zLTAuMSwwLjEtMC4yLDAtMC41Yy0xLjctMC4yLTMuOS0wLjQtNS40LDBj LTEuOC0wLjktMi42LDEuMS00LjcsMGMwLjEtMC43LTAuMi0wLjgsMC0xLjIKCQljLTEuNC0wLjMt Mi45LDAuNS0zLjMtMC4zYy0wLjUsMC4zLTEuNCwwLjQtMS40LTAuNWMtMC45LDAuMS0wLjksMC4y LTEuNiwwLjNjLTAuNC0wLjctMS4xLTAuMS0xLjYtMC42Yy0wLjgsMi4xLTQuNCwwLjktNi41LDEu NAoJCXYtMWMtMS42LDAuMS0zLjIsMC4yLTQuNywwLjFjLTEuOCwxLjMtOC0wLjItMTAuOS0wLjJj LTEuOCwwLjgtNC4xLDAuMi02LjgsMC42Yy0wLjgsMC4yLDAuNCwwLjQtMC4zLDAuNQoJCWMtMi4x LTAuNS0zLjgtMS4yLTQuNC0yLjRjLTguMy0xLjItMTguNCwwLjUtMjYuMi0wLjZjLTAuMiwwLjkt My45LDAtMi43LDAuOGMtNC4xLTAuNC00LjgsMi05LjIsMS4yYy0wLjEsMC4yLDAuMSwwLjQtMC4z LDAuNQoJCWMtMS4xLTAuNi0yLjgtMC40LTQuMS0wLjVjMC44LTAuNCwwLjUtMC43LDAuNy0xLjVj LTIuMy0wLjgtNi4xLTEuNi0xMC42LTEuNWMtNi4zLDAuMS0xNC44LDAtMTgsMC41Yy0wLjUtMC4y LTAuNy0wLjQtMS0wLjYKCQljLTEuOC0wLjEtMi43LDAuMy00LjEsMGMwLDAuMywwLDAuNiwwLDAu OWMwLDAtMC4xLDAtMC4xLDBjLTAuMS0wLjEtMC4zLTAuMy0wLjktMC4yYy0wLjEsMC4xLDAsMC4y LDAsMC4zCgkJYy0yLjUsMC4xLTQuNi0wLjgtNy42LTAuNWMwLjUsMC41LDAuNSwxLTAuMSwxLjRj LTAuNCwwLTAuOCwwLTEuMywwYy0xLjUtMC43LTYuNS0wLjktOC41LTAuNWMtMSwwLTEuNC0wLjMt MS43LTAuNgoJCWMtMy40LDAuMy00LjktMC43LTMuOC0xLjhjLTMuMy0wLjItNS42LDAuOS04LjUs MC41YzAtMC4zLDAtMC42LDAtMC45Yy0xLjQsMC4zLTIuMy0wLjEtNC4xLDBjLTAuMywwLjItMC42 LDAuNS0xLDAuNgoJCWMtMy4zLTAuNC0xMS43LTAuNC0xOC4xLTAuNWMtNC41LTAuMS04LjMsMC43 LTEwLjYsMS41YzAuMiwwLjgtMC4xLDEuMSwwLjcsMS41Yy0xLjMsMC0zLTAuMS00LjEsMC41Yy0w LjQsMC0wLjMtMC4zLTAuMy0wLjUKCQljLTQuNCwwLjgtNS4xLTEuNi05LjItMS4yYzEuMi0wLjct Mi42LDAuMS0yLjctMC44Yy03LjgsMS4xLTE4LTAuNS0yNi4yLDAuNmMtMC42LDEuMi0yLjMsMS45 LTQuNCwyLjRjLTAuOC0wLjEsMC40LTAuMi0wLjMtMC41CgkJYy0yLjctMC40LTUsMC4yLTYuOC0w LjZjLTIuOSwwLTkuMSwxLjUtMTAuOSwwLjJjLTEuNSwwLTMuMS0wLjEtNC43LTAuMXYyLjFjMC4z LDAuMSwwLjYsMC4yLDAuOSwwLjNjMS4zLDAuMSwyLjQtMC40LDEuNy0wLjgKCQljMSwwLjEsMS43 LDAuMiwyLDAuNmMxLjMtMC40LDEuMS0wLjIsMS40LDAuMmMwLjgsMCwyLjMtMS4xLDIuNCwwYzAu Ny0wLjMsMi41LTAuMiwzLjEtMC42YzEsMCwwLjMsMC45LDEuNCwwLjUKCQljLTAuMSwxLTMuMiww LjYtMy4xLDEuNGMtMS40LDAuMi00LjItMC4zLTIuNy0wLjVjLTEtMC41LTQuMywwLjktNC40LTAu MmMtMS4zLDAuMS0zLjIsMC43LTEuNywxLjFjLTAuMSwwLjEtMC4zLDAuMS0wLjQsMC4xCgkJYy0y LTAuNy01LjksMC43LTYuOC0xLjVjLTAuNSwwLjUtMS4yLTAuMS0xLjYsMC42Yy0wLjYtMC4xLTAu Ni0wLjItMS42LTAuM2MwLjEsMC45LTAuOSwwLjgtMS40LDAuNWMtMC40LDAuOC0xLjksMC0zLjMs MC4zCgkJYzAuMiwwLjUtMC4xLDAuNSwwLDEuMmMtMiwxLjEtMi45LTAuOS00LjcsMGMtMS41LTAu NC0zLjYtMC4yLTUuNCwwYy0wLjEsMC4zLDAuMywwLjQsMCwwLjVjLTAuNCwwLjItMS45LTAuMi0x LjUtMC4yCgkJYy0xLjYtMC4xLTIuOSwwLjMtNC40LDAuMmMtMi4xLTAuMi00LjMtMS40LTYuNy0x LjRjLTEuMywwLTIuMywwLjQtMy42LDAuMmMwLTAuNC0wLjUtMC4yLTEtMC41YzAuMiwwLjctMSww LjQtMS4yLDAuOAoJCWMwLjIsMC4zLDAuMiwwLjQsMC4xLDAuNmMtMC45LTAuMi0xLjUtMC42LTEu OS0xYzEuMS0wLjMsMS4xLTAuNiwxLTEuNWMxLjMtMC4zLDMuOS0wLjUsMi43LTEuMWMxLjcsMC4y LDMuMywwLjIsNC44LDAKCQljLTEuMi0wLjMtMC4yLTAuNiwwLTEuMWMtMS4yLDAtMC45LTAuNy0y LjctMC41YzAuMywwLjktMiwwLjYtMi43LDEuMWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTIuNSww LTEwLjMsMC40LTEwLjYtMS41CgkJYzIuNC0xLjctMC4xLTMuMS0zLjQtNC4xYzAuMy0wLjgsMC0x LjQtMC43LTIuM2MtMS40LDAuMi0yLjMtMC4zLTMuMSwwYy0wLjMsMC41LDEuMSwwLjIsMSwwLjZj LTQuNS0wLjItOC4xLDEuMy0xMS42LDAuNgoJCWMtMi4yLDAuNS00LjktMC4xLTYuMSwxLjJjMC42 LDAuMiwxLjgsMC4yLDEuNCwwLjljLTcuMiwxLjItMTctMC4yLTIxLjgsMC4zYzAuMywwLDAuNyww LDAuNywwLjJjLTEuNywwLTQuOS0wLjYtNS41LDAuMwoJCWMtMi4zLTAuNS00LjUsMC02LjEtMC4y YzAuOCwwLjItMC4yLDEuNC0wLjMsMS41YzAuMy0wLjYtMS41LTAuMi0xLTAuOWMtMy4zLTAuOC02 LjgtMS4zLTEwLjYtMS40Yy0wLjgsMC0xLjQsMC41LTIsMAoJCWMtMC44LDAuMiwwLjQsMC42LTAu MywwLjZjLTEuNi0wLjUtMS43LDAuMS0zLjQtMC4yYzEuMywxLjEsNywxLjEsOC45LDEuMWMtMC4z LDAuNSwwLjQsMC42LDAuNywwLjljMi42LTAuMiwzLjksMC43LDUuMSwxLjIKCQljLTAuNiwwLTEu MSwwLTEuNywwYy0wLjEsMC42LDAuNSwwLDEuNCwwLjJjLTAuNCwwLjItMC40LDAuNCwwLDAuNmMt MC44LTAuNC0xLjUsMC4xLTIuNywwYy0wLjgtMC4zLTEuMS0xLjUtMi40LTEuMQoJCWMwLjQsMC4x LDAuOCwwLjIsMSwwLjNjLTEuOCwwLTAuMywwLTAuMywwLjVjLTEuMy0wLjItMC43LDAuNC0xLjcs MC4zYy0wLjgtMC44LTIuOS0xLTQuMS0xLjVDMTI2LjYsOCwxMjIuNyw4LDEyMCw4LjUKCQljMC44 LTAuNC0wLjQtMC43LTEtMC45Yy0xLjMsMS0zLDAuMy00LjQsMC44YzAuNSwwLjEsMS4xLDAuMiwx LDAuNmMtMi4xLDAuMi0xLjgtMS0zLjctMC41YzAtMC4yLDAuNC0wLjIsMC4zLTAuNQoJCWMtMi45 LTAuMi0zLjctMC44LTUuNC0xLjdjMC41LDAuMSwwLjMsMC41LDEuNCwwLjNjMC0wLjItMC4yLTAu My0wLjMtMC41YzEuMSwwLjIsMC44LTAuMiwxLjQtMC4zYy0wLjMsMC41LDAuOCwwLjMsMS40LDAu MwoJCWMwLTAuNC0wLjYtMC41LDAuMy0wLjZjMi45LDAuMyw2LjgsMC45LDkuNSwxLjRjMi4yLTAu NSwwLjYtMSwwLTEuOGMtMS4xLTAuMS0xLjcsMC0yLDAuM2MtMy42LTAuOS0xMC42LDAuMy0xNC42 LTEuMgoJCWMtMy4zLDAuOS00LjIsMC42LTcuOCwwLjVjLTAuMywwLjMtMC42LDAuNi0xLjQsMC44 YzAuMS0wLjMsMS0wLjMsMC43LTAuOGMtMC42LDAtMS4xLDAtMS43LDBjMC4xLDAuNi0xLDAuNy0y LDAuOAoJCWMwLjIsMS4zLDEuOSwxLjYsMy40LDEuMmMtMC40LDAuMy0wLjcsMC42LTEuNywwLjZj LTAuMy0wLjEtMC43LTAuMy0xLTAuNWMtMSwwLjEtMS44LDAuNC0zLjEsMC41YzAsMC40LDAuNyww LjUtMC4zLDAuNgoJCWMwLTAuMiwwLTAuNCwwLTAuNmMtMS45LDAuMy0zLjYsMC0zLjEsMC42Yy0w LjktMC40LTYuNC0xLTUuMS0wLjJjLTIuOSwwLjEtMi4zLDAuMS00LjgsMC4yYzAuNy0wLjUtMS44 LTAuMi0zLjEtMC4yCgkJYy0xLjMtMC45LTQuNy0wLjUtNi44LTAuOGMwLjEsMC40LTAuNSwwLjUt MSwwLjZDNjAuOSw3LjEsNTcuNiw2LjMsNTIuOSw3Yy0wLjEtMC4xLDAtMC4zLTAuMy0wLjNjLTAu MSwxLjUsMy42LDEuMyw1LjQsMgoJCWMwLTAuOSw1LjIsMC4zLDUuNS0wLjljMC44LDAsMS42LDAs Mi40LDBjLTAuMiwwLjQsMC43LDAuMywwLjcsMC42YzIuOS0wLjIsNC45LDAuNCw3LjIsMC4zYy0w LjMsMC4yLTEuNywwLTEuNCwwLjUKCQljMC44LTAuMSwzLjgsMCwxLjctMC41YzIsMC4yLDIuNSww LjIsNC4xLDAuNkM3OC4xLDksNzgsOC44LDc4LjQsOC44YzAuNCwwLjcsMi41LDAuNSwzLjQsMC42 YzAsMC4yLTAuNiwwLjEtMC43LDAuMwoJCWMyLjgtMC4xLDMuMiwwLjQsNS4xLDAuM2MwLjIsMSwy LjYsMS41LDMuNCwyLjZjLTAuNiwwLTEuMSwwLTEuNCwwLjJjMC0wLjIsMC0wLjQsMC0wLjZjLTYu NCwwLjgtMTMuNy0wLjUtMTguNC0wLjUKCQljLTAuNC0wLjUtMS41LTAuNi0yLjQtMC45Yy0xLjUs MS00LjEsMC4xLTUuNSwwLjVjMC4yLTAuNy0wLjctMC40LTEtMC4yYy0wLjYtMC4zLDAuMi0wLjMs MC0wLjhjLTEuNS0wLjMtMy0wLjctMy40LTEuNQoJCWMtMC41LDAuMy0xLjUsMC40LTIsMC44YzAt MC4zLTAuOS0wLjMtMS43LTAuM0M1Myw5LjUsNTMuOCw5LjgsNTIuNSwxMGMtMS41LDAtMy4xLDAu MS0zLjctMC4zYzAuMS0wLjYsMS4yLTAuNywyLTAuOQoJCWMtMC4yLTAuNSwwLjMtMC42LDAuMy0w LjljLTEuOS0wLjMtNC43LTAuNS03LjItMC41YzAtMC4yLDAuNC0wLjIsMC4zLTAuNWMtMS43LTAu MS0yLjksMC0zLjEsMC42YzAuNCwwLDEsMCwxLDAuMgoJCWMtMS41LDAuNy0zLjYtMC4yLTUuMSww LjJjMC40LDAsMC44LDAuMiwwLjMsMC4zYy0wLjEtMC4zLTIuMSwwLTEtMC41Yy0zLjgtMC4zLTku My0wLjEtNi44LDEuMWMtMS44LDAuOC03LjYtMC43LTguNSwwLjQKCQljMC4yLDAsMi4xLDAuOSwy LjcsMC4yYzAuOCwwLjMsMSwwLjgsMiwwLjljLTAuNS0wLjQsMC45LTAuNywxLTAuM2MtMC45LDAu MS0wLjMsMS4yLTAuNiwxLjZoLTYuOGMwLDAuMSwwLDAuMSwwLDAuMgoJCWMwLjQsMC4xLDAuNSwx LjEsMS4yLDAuN2MwLDAuMSwwLDAuMiwwLDAuMmMtMC4xLDAtMC4xLDAtMC4yLDBjLTAuMywwLjUt MiwwLjUtMS43LDAuOWMtMS40LTAuOS0zLjQsMC4zLTQuOCwwLjFjMCwwLDAsMC0wLjEsMAoJCWgt MS4zYy0wLjMtMC40LTEuNC0wLjQtMi4zLTAuNGMwLjEtMC43LDAuMi0xLjMsMC41LTEuMmMwLTAu MiwwLTAuNCwwLTAuNkg5LjRjLTAuMSwwLjYtMC4xLDEuNC0wLjIsMS45Yy0wLjEsMC0wLjIsMC0w LjIsMAoJCWMwLjEsMCwwLjIsMCwwLjIsMGMwLDAsMCwwLDAsMC4xYy0wLjEsMC0wLjQsMC4xLTAu NSwwLjFINy44YzAsMC4xLDAsMC4yLDAsMC4zYy0wLjEsMC0wLjIsMC0wLjMsMHYzLjJjLTAuMSwx LjItMC4yLDIuMi0wLjIsMy4xCgkJYzAuMSwwLjIsMC4yLDAuNSwwLjIsMC43djEuOGMwLjEsMCww LjEsMCwwLjIsMGMwLDAuOSwwLDIsMCwzYy0wLjEsMC0wLjEsMC0wLjIsMHYxLjFjMC4xLDAsMC4y LDAsMC4zLDBjMCwwLjEsMCwwLjMsMCwwLjQKCQljMC4yLDAuOCwwLjQtMC40LDAuNCwwLjNjLTAu NSwyLjEtMS4yLDMuOS0yLjQsNC41QzQuOCw0MC42LDYuNCw1MSw1LjMsNTljMC45LDAuMiwwLDQs MC43LDIuOGMtMC40LDQuMiwyLDUsMS4yLDkuNAoJCWMwLjIsMC4xLDAuNC0wLjEsMC40LDAuM2Mt MC42LDEuMS0wLjQsMi44LTAuNCw0LjJjLTAuNC0wLjgtMC43LTAuNS0xLjUtMC43QzUsNzcuNCw0 LjIsODEuMyw0LjMsODUuOWMwLjEsNi41LDAsMTUuMSwwLjQsMTguNQoJCWMtMC4xLDAuNS0wLjQs MC43LTAuNiwxYy0wLjEsMS44LDAuMywyLjgsMCw0LjJjMC4zLDAsMC42LDAsMC45LDBjMC41LDMt MC43LDUuMy0wLjQsOC43YzEuMS0xLjEsMi4xLDAuMywxLjgsMy44CgkJQzYuNywxMjIuNiw3LDEy Myw3LDEyNGMtMC40LDIuMS0wLjMsNy4yLDAuNCw4LjdjMC4yLDQuNS0wLjUsNi45LTAuNCw5LjRj LTAuMi0wLjEtMC4zLTAuNS0wLjYtMC4zYy0wLjIsMS4zLDAuNiwwLjYsMC40LDEuNwoJCWMtMC42 LDAuNC0wLjMsMy0wLjYsNC4yYzAuOCwxLjcsMC44LDMuNCwxLjMsNS4yYzAsMC42LTAuNCwwLjMt MC4zLDFjMC45LDEuNywwLjcsNi43LDEsMTAuOGMwLjIsMCwwLjUsMCwwLjcsMAoJCWMwLTIuMy0w LjItNC4xLTAuMS02LjZjLTAuNSwwLjItMC43LTAuMy0wLjYtMS40YzAuMywwLjYsMC4yLDAsMC42 LDBjMC0wLjYtMC4xLTEuNywwLjMtMS40YzAsMC4xLDAsMC4xLDAsMC4yCgkJYzAsMCwwLjEsMC4x LDAuMSwwLjJjMCwwLjEsMCwwLjIsMCwwLjRjMC4xLDAsMC4xLDAsMC4xLDBjMC4zLDAuNywwLjUs MS42LDAuNywyLjFjMCwwLjMsMC4xLDAuNSwwLjIsMC43YzAtMC4xLDAtMC4yLDAuMS0wLjMKCQlj MC4xLDAuMSwwLjEsMC4xLDAuMiwwLjFjMC4xLDIuOCwwLjMsOS45LTEuNSwxMC4xYy0xLjctMi40 LTMuMSwwLjEtNC4xLDMuNGMtMC44LTAuMy0xLjQsMC0yLjMsMC43YzAuMiwxLjQtMC4zLDIuMyww LDMuMQoJCWMwLjUsMC4zLDAuMi0xLjEsMC42LTFjLTAuMiw0LjUsMS4zLDguMSwwLjYsMTEuNmMw LjUsMi4yLTAuMSw0LjksMS4yLDYuMWMwLjItMC42LDAuMi0xLjgsMC45LTEuNGMxLjIsNy4yLTAu MiwxNywwLjMsMjEuOAoJCWMwLTAuMywwLTAuNywwLjItMC43YzAsMS43LTAuNiw0LjksMC4zLDUu NWMtMC41LDIuMywwLDQuNS0wLjIsNi4xYzAuMi0wLjgsMS40LDAuMiwxLjUsMC4zYy0wLjYtMC4z LTAuMiwxLjUtMC45LDEKCQlDNi42LDIyOC43LDYsMjMyLjIsNiwyMzZjMCwwLjgsMC41LDEuNCww LDJjMC4yLDAuOCwwLjYtMC40LDAuNiwwLjNjLTAuNSwxLjYsMC4xLDEuNy0wLjIsMy40YzEuMS0x LjMsMS4xLTcsMS4xLTguOQoJCWMwLjUsMC4zLDAuNi0wLjQsMC45LTAuN2MtMC4yLTIuNiwwLjct My45LDEuMi01LjFjMCwwLjYsMCwxLjEsMCwxLjdjMC42LDAuMSwwLTAuNSwwLjItMS40YzAuMiww LjQsMC40LDAuNCwwLjYsMAoJCWMtMC40LDAuOCwwLjEsMS41LDAsMi43Yy0wLjMsMC44LTEuNSwx LjEtMS4xLDIuNGMwLjEtMC40LDAuMi0wLjgsMC4zLTFjMCwxLjgsMCwwLjMsMC41LDAuM2MtMC4y LDEuMywwLjQsMC43LDAuMywxLjcKCQljLTAuOCwwLjgtMSwyLjktMS41LDQuMWMwLjMsMS4yLDAu Myw1LjEsMC44LDcuOGMtMC40LTAuOC0wLjcsMC40LTAuOSwxYzEsMS4zLDAuMywzLDAuOCw0LjRj MC4xLTAuMiwwLjEtMC41LDAuMi0wLjcKCQljMCwwLjYsMCwxLjEsMCwxLjdjLTAuMiwwLjQtMC4z LDAuOC0wLjEsMS41YzAsMC4xLDAsMC4yLTAuMSwwLjJjLTAuMS0wLjEtMC4xLTAuMy0wLjMtMC4y YzAsMC40LTAuMSwwLjctMC4xLDEKCQljLTAuMiwwLjItMC40LDAuNC0wLjYsMC41YzAuMywwLjQs MC4xLDAuOSwwLjMsMS4zYy0wLjMsMS0wLjcsMS43LTEuMiwyLjdjMC4xLTAuNSwwLjUtMC4zLDAu My0xLjRjLTAuMiwwLTAuMywwLjItMC41LDAuMwoJCWMwLjItMS4xLTAuMi0wLjgtMC4zLTEuNGMw LjUsMC4zLDAuMy0wLjgsMC4zLTEuNGMtMC40LDAtMC41LDAuNi0wLjYtMC4zYzAuMy0yLjksMC45 LTYuOCwxLjQtOS41Yy0wLjUtMi4zLTEtMC42LTEuOCwwCgkJYy0wLjEsMS4xLDAsMS43LDAuMywy Yy0wLjksMy43LDAuMywxMC42LTEuMiwxNC43YzAuOSwzLjMsMC42LDQuMiwwLjUsNy44YzAuMyww LjMsMC42LDAuNiwwLjgsMS40Yy0wLjMtMC4xLTAuMy0xLTAuOC0wLjcKCQljMCwwLjYsMCwxLjEs MCwxLjdjMC42LTAuMSwwLjcsMSwwLjgsMmMxLjMtMC4yLDEuNi0xLjksMS4yLTMuNGMwLjMsMC40 LDAuNiwwLjcsMC42LDEuN2MtMC4xLDAuMy0wLjMsMC43LTAuNSwxCgkJYzAuMSwxLDAuNCwxLjgs MC41LDMuMWMwLjQsMCwwLjUtMC43LDAuNiwwLjNjLTAuMiwwLTAuNCwwLTAuNiwwYzAuMywxLjks MCwzLjYsMC42LDMuMWMtMC40LDAuOS0xLDYuNC0wLjIsNS4xCgkJYzAuMSwyLjksMC4xLDIuMyww LjIsNC44Yy0wLjQtMC43LTAuMiwxLjgtMC4yLDNjLTAuMiwwLTAuMywwLTAuNiwwYy0wLjMtMS4z LTAuNS00LTEtMi44YzAuMS0xLjcsMC4yLTMuNCwwLTQuOQoJCWMtMC4zLDEuMi0wLjYsMC4yLTEs MGMwLDEuMy0wLjcsMC45LTAuNCwyLjhjMC45LTAuMywwLjYsMiwxLDIuOGMwLTAuNCwwLjItMC41 LDAuMy0wLjdjMCwyLjUsMC40LDEwLjYtMS41LDEwLjgKCQljLTEuNy0yLjQtMywwLjEtNCwzLjVj LTAuOC0wLjMtMS40LDAtMi4yLDAuN2MwLjIsMS41LTAuMywyLjQsMCwzLjFjMC41LDAuMywwLjIt MS4yLDAuNi0xYy0wLjIsNC42LDEuMyw4LjMsMC42LDExLjkKCQljMC41LDIuMi0wLjEsNSwxLjIs Ni4zYzAuMi0wLjYsMC4yLTEuOSwwLjktMS40YzEuMiw3LjMtMC4yLDE3LjQsMC4zLDIyLjRjMC0w LjMsMC0wLjcsMC4xLTAuN2MwLDEuOC0wLjYsNSwwLjMsNS42CgkJYy0wLjUsMi40LDAsNC43LTAu MSw2LjNjMC4yLTAuOSwxLjQsMC4yLDEuNSwwLjRjLTAuNi0wLjMtMC4yLDEuNS0wLjksMWMtMC43 LDMuNC0xLjMsNi45LTEuMywxMC44YzAsMC44LDAuNSwxLjQsMCwyLjEKCQljMC4yLDAuOSwwLjYt MC40LDAuNiwwLjNDMi42LDM3NCwzLjIsMzc0LDMsMzc1LjhjMC44LTEuMSwxLTQuOCwxLjEtNy4z YzAuMiwwLDAuNCwwLjIsMC41LDAuNGMwLTAuNCwwLjMtMC44LDAtMS4xCgkJYy0wLjEsMS4yLTAu My0wLjQtMC41LTAuNGMwLDAuMiwwLDAuMy0wLjEsMC40YzAtMC40LDAtMC44LDAtMS4xYzAuNSww LjMsMC42LTAuNCwwLjktMC43Yy0wLjItMi43LDAuNi00LDEuMi01LjIKCQljMCwwLjYsMCwxLjIs MCwxLjdjMC42LDAuMSwwLTAuNSwwLjEtMS40YzAuMiwwLjQsMC40LDAuNCwwLjYsMGMtMC40LDAu OSwwLjEsMS41LDAsMi44Yy0wLjMsMC44LTEuNSwxLjItMSwyLjQKCQljMC4xLTAuNCwwLjItMC44 LDAuMy0xYzAsMS45LDAsMC4zLDAuNCwwLjRjLTAuMiwxLjMsMC40LDAuNywwLjMsMS43Yy0wLjgs MC44LTAuOSwyLjktMS41LDQuMmMwLjIsMS4zLDAuMyw1LjIsMC43LDgKCQljLTAuNC0wLjktMC43 LDAuNC0wLjksMWMwLjksMS4zLDAuMywzLjEsMC43LDQuNWMwLjEtMC41LDAuMi0xLjEsMC42LTFj MC4yLDIuMS0xLDEuOS0wLjQsMy44Yy0wLjIsMC0wLjItMC40LTAuNC0wLjMKCQljLTAuMiwzLTAu NywzLjgtMS42LDUuNmMwLjEtMC41LDAuNS0wLjMsMC4zLTEuNGMtMC4yLDAtMC4zLDAuMi0wLjQs MC4zYzAuMi0xLjEtMC4yLTAuOC0wLjMtMS40YzAuNCwwLjQsMC4zLTAuOCwwLjMtMS40CgkJYy0w LjQsMC0wLjUsMC43LTAuNi0wLjRjMC4zLTMsMC44LTcsMS4zLTkuOGMtMC41LTIuMy0xLTAuNi0x LjgsMGMtMC4xLDEuMSwwLDEuOCwwLjMsMi4xYy0wLjksMy43LDAuMywxMC44LTEuMiwxNQoJCWMw LjgsMy4zLDAuNiw0LjMsMC40LDhjMC4zLDAuMywwLjYsMC42LDAuNywxLjRjLTAuMy0wLjEtMC4z LTEtMC43LTAuN2MwLDAuNiwwLDEuMiwwLDEuN2MwLjUtMC4xLDAuNywxLDAuNywyLjEKCQljMS4y LTAuMiwxLjUtMiwxLjItMy41YzAuMywwLjQsMC42LDAuNywwLjYsMS43Yy0wLjEsMC40LTAuMyww LjctMC40LDFjMC4xLDEuMSwwLjQsMS45LDAuNCwzLjFjMC40LDAsMC41LTAuNywwLjYsMC4zCgkJ Yy0wLjIsMC0wLjQsMC0wLjYsMGMwLjMsMiwwLDMuNywwLjYsMy4xYy0wLjQsMC45LTEsNi42LTAu MSw1LjJjMC4xLDMsMC4xLDIuNCwwLjEsNC45Yy0wLjQtMC44LTAuMiwxLjgtMC4xLDMuMQoJCWMt MC45LDEuMy0wLjUsNC44LTAuNyw3YzAuNC0wLjEsMC41LDAuNSwwLjYsMWMtMC40LDQtMS4yLDcu NC0wLjYsMTIuMmMtMC4xLDAuMS0wLjMsMC0wLjMsMC4zYzEuNSwwLjIsMS4zLTMuNywxLjktNS42 CgkJYy0wLjksMCwwLjMtNS40LTAuOS01LjZjMC0wLjgsMC0xLjYsMC0yLjRjMC40LDAuMywwLjMt MC43LDAuNi0wLjdjLTAuMi0zLDAuNC01LjEsMC4zLTcuM2MwLjIsMC4zLDAsMS43LDAuNCwxLjQK CQljLTAuMS0wLjgsMC0zLjktMC40LTEuOGMwLjItMi4xLDAuMi0yLjYsMC42LTQuMmMtMC4yLTAu MS0wLjQsMC4xLTAuNC0wLjRjMC43LTAuNCwwLjUtMi42LDAuNi0zLjVjMC4yLDAsMC4xLDAuNiww LjMsMC43CgkJYy0wLjEtMi45LDAuNC0zLjMsMC4zLTUuMmMxLTAuMiwxLjQtMi42LDIuNS0zLjVj MCwwLjYsMCwxLjEsMC4xLDEuNGMtMC4yLDAtMC40LDAtMC42LDBjMC44LDYuNi0wLjUsMTQtMC40 LDE4LjkKCQljLTAuNSwwLjQtMC42LDEuNi0wLjksMi40YzEsMS42LDAuMSw0LjIsMC40LDUuNmMt MC43LTAuMi0wLjQsMC43LTAuMSwxYy0wLjMsMC43LTAuMy0wLjItMC43LDBjLTAuMywxLjUtMC43 LDMtMS41LDMuNQoJCWMwLjMsMC41LDAuNCwxLjYsMC43LDIuMWMtMC4zLDAuMS0wLjMsMC45LTAu MywxLjdjMC4yLDEsMC41LDAuMSwwLjcsMS40YzAsMS41LDAuMSwzLjItMC4zLDMuOGMtMC41LTAu MS0wLjYtMS4zLTAuOS0yLjEKCQljLTAuNSwwLjMtMC41LTAuNC0wLjktMC40QzUuMiw0NTIuMiw1 LDQ1NSw1LDQ1Ny42Yy0wLjIsMC0wLjItMC40LTAuNC0wLjNjLTAuMSwxLjcsMCwzLDAuNiwzLjFj MC0wLjQsMC0xLDAuMS0xCgkJYzAuNywxLjYtMC4yLDMuNywwLjEsNS4yYzAtMC40LDAuMi0wLjgs MC4zLTAuM2MtMC4zLDAuMSwwLDIuMi0wLjQsMWMtMC4zLDMuOS0wLjEsOS41LDEsN2MwLjgsMS45 LTAuNyw3LjgsMC40LDguNwoJCWMwLTAuMiwwLjgtMi4yLDAuMi0yLjhjMC4zLTAuOCwwLjgtMSww LjktMi4xYy0wLjQsMC42LTAuNy0wLjktMC4zLTEuMWMwLjEsMSwxLjMsMC4yLDEuNiwwLjdjLTAu NC0wLjksMC0xLDAuNC0wLjcKCQljMC0wLjIsMC0wLjUsMC0wLjdjMC0wLjIsMC0wLjUsMC0wLjdj LTAuNiwwLjgtMS4xLTEuOC0yLjItMC4zYzAuMi0wLjQsMC4yLTEuNiwwLTIuMWMwLjUsMCwwLjUt MS4xLDEtMWMtMC4zLTEuMywwLjEtMiwwLjQtMi44CgkJYy0wLjMtMC4zLTAuNSwxLTAuNiwwYzAt MC43LDAuNC0wLjcsMC42LTFjMC4yLDEuMy0wLjEsMy45LDAuNiw0LjJjMC0wLjYsMC45LTAuNiww LjksMGMtMC41LDEuNiwwLjIsNC44LTAuOSw0LjkKCQljLTAuMSwwLjYsMC4yLDAuOSwwLDFjLTAu MSwwLjEtMC4zLDAtMC4zLDAuM2MxLjEsMCwxLjEsMi40LDEsNC45YzAuNSwwLjMsMC41LDIsMC45 LDEuN2MtMC45LDEuNCwwLjMsMy41LDAuMSw1CgkJYzAuMS0wLjIsMC4xLDEuMywwLjIsMS4zYy0w LjktMC4xLTAuNSwzLjUtMC40LDMuOGMwLjEtMSwwLjEsMS4xLDAuNCwwYzAsMC43LDAuMSwxLjEs MC4xLDEuNWgwLjRjMCwwLjIsMCwwLjMtMC4xLDAuNgoJCWMyLjYsMC44LDYuOSwxLjcsMTIsMS42 YzcuMi0wLjEsMTYuOCwwLDIwLjUtMC41YzAuNSwwLjIsMC44LDAuNCwxLjIsMC42YzIsMC4xLDMu MS0wLjQsNC43LDBjMC0wLjMsMC0wLjYsMC0xCgkJYzMuMy0wLjUsNS45LDAuNyw5LjcsMC41Yy0x LjMtMS4yLDAuNC0yLjIsNC4zLTEuOWMwLjMtMC40LDAuOC0wLjYsMS45LTAuNmMyLjMsMC40LDgs MC4zLDkuNy0wLjVjNC4yLTAuMiw2LjcsMC4zLDkuMSwwLjUKCQljMCwwLjEsMC4xLDAuMSwwLjEs MC4yYzAuMywwLDAuNywwLjEsMSwwLjFjLTAuMSwwLjEtMC4yLDAuMi0wLjEsMC40YzAuOCwwLjEs MC45LTAuMSwxLjEtMC4zYzAuNSwwLDAuOSwwLjEsMS40LDAuMQoJCWMxLDAuMywzLjEsMC4xLDQu MSwwLjNjMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjJjNi4zLDAsMTIuOC0wLjYsMTguMiwwLjJjMC4y LTAuOSwzLjksMCwyLjctMC44YzQuMSwwLjQsNC44LTIsOS4yLTEuMgoJCWMwLjEtMC4yLTAuMS0w LjQsMC4zLTAuNWMxLjEsMC42LDIuOCwwLjQsNC4xLDAuNWMtMC44LDAuNC0wLjUsMC43LTAuNywx LjVjMi4yLDAuNyw1LjgsMS41LDEwLDEuNXYwLjRjMi0wLjEsMy45LTAuMiw1LjgtMC4yCgkJYzAu Mi0wLjEsMC41LTAuMywwLjgtMC4zYzIsMCwzLjksMCw1LjctMC4xYzIuNiwwLjIsNS4zLDAuNiw3 LDAuNmMwLjMtMC4xLDAuNy0wLjIsMS4xLTAuM2MxLjMsMCwyLjItMC4zLDMuMywwYzAtMC4xLDAt MC4xLDAtMC4yCgkJYzEuMywwLDIuNiwwLDQuMS0wLjJjMC43LTAuMiwwLTAuMywwLjEtMC40YzAu NSwwLjEsMSwwLjIsMS42LDAuMmMyLDAuNSwzLjcsMS4yLDQuMywyLjNjMTAuMywxLjIsMjIuOS0w LjUsMzIuNiwwLjYKCQljMC4yLTAuOSw0LjksMCwzLjQtMC44YzUuMSwwLjQsNi0yLjEsMTEuNC0x LjNjMC4xLTAuMi0wLjEtMC41LDAuNC0wLjVjMS4zLDAuNiwzLjUsMC40LDUuMSwwLjVjLTEsMC41 LTAuNiwwLjctMC45LDEuNgoJCWMyLjgsMC44LDcuNSwxLjcsMTMuMSwxLjZjNy45LTAuMSwxOC40 LDAsMjIuNS0wLjVjMC42LDAuMiwwLjgsMC40LDEuMywwLjZjMi4yLDAuMSwzLjQtMC40LDUuMSww YzAtMC4xLDAtMC4yLDAtMC4zCgkJYzAuNSwwLjIsMC45LDAuMywxLjUsMC41Yy0wLjMsMC45LDAs MS41LDAuOCwyLjRjMS42LTAuMiwyLjYsMC4zLDMuNSwwYzAuMy0wLjUtMS4zLTAuMi0xLjItMC42 YzUuMSwwLjIsOS4zLTEuNCwxMy4yLTAuNgoJCWMyLjUtMC42LDUuNSwwLjEsNy0xLjNjLTAuNy0w LjItMi4xLTAuMi0xLjYtMWM4LjEtMS4zLDE5LjMsMC4yLDI0LjgtMC4zYy0wLjMsMC0wLjgsMC0w LjgtMC4yYzIsMCw1LjYsMC42LDYuMi0wLjMKCQljMi43LDAuNiw1LjIsMCw3LDAuMmMtMS0wLjIs MC4zLTEuNSwwLjQtMS42Yy0wLjMsMC42LDEuNywwLjMsMS4yLDFjMy43LDAuOCw3LjcsMS40LDEy LDEuNGMwLjksMCwxLjUtMC41LDIuMywwCgkJYzAuOS0wLjItMC40LTAuNiwwLjQtMC42YzEuOCww LjUsMS45LTAuMSwzLjksMC4yYy0xLjUtMS4xLTcuOS0xLjItMTAuMS0xLjFjMC4zLTAuNi0wLjQt MC43LTAuOC0xYy0yLjUsMC4yLTMuOS0wLjQtNS4xLTEKCQljMC44LDAsMS42LTAuMSwyLjQtMC4x YzAtMC4zLDAtMC41LDAtMC44Yy0wLjgsMC0xLjYsMC0yLjQsMC4xYzAtMC4xLTAuMS0wLjEtMC4z LTAuMmMwLjksMC40LDEuNy0wLjEsMy4xLDAKCQljMC45LDAuMywxLjMsMS42LDIuNywxLjFjLTAu NS0wLjEtMC45LTAuMi0xLjItMC4zYzIuMSwwLDAuMywwLDAuNC0wLjVjMS41LDAuMiwwLjctMC40 LDEuOS0wLjNjMC45LDAuOCwzLjIsMSw0LjcsMS42CgkJYzEtMC4yLDMuNC0wLjMsNS44LTAuNWMt MC40LDAuOCwwLjMsMS42LDEuNiwyLjJjMC4zLDAuMywwLjgsMC42LDEuMSwxYzAuNiwwLDEsMCwx LjQsMGMwLDAsMC4xLDAsMC4xLDBjLTAuMywwLjgsMCwxLjQsMC43LDIuMwoJCWMxLjQtMC4yLDIu MywwLjMsMy4xLDBjMC4zLTAuNS0xLjEtMC4yLTEtMC42YzQuNSwwLjIsOC4xLTEuMywxMS42LTAu NmMwLjgtMC4yLDEuOC0wLjIsMi43LTAuM2MwLjIsMCwwLjMsMC4xLDAuNSwwLjIKCQljMy43LTAu OSw0LjctMC42LDguOS0wLjVjMC40LTAuMywwLjctMC43LDEuNi0wLjhjLTAuMiwwLjMtMS4xLDAu My0wLjgsMC44YzAuNiwwLDEuMywwLDEuOSwwYy0wLjEtMC42LDEuMS0wLjcsMi4zLTAuOAoJCWMt MC4xLTAuNS0wLjUtMC45LTEtMS4xYzQuMSwwLjEsOCwwLjQsMTAuNSwwLjFjLTAuMywwLTAuNyww LTAuNy0wLjJjMS43LDAsNC45LDAuNiw1LjUtMC4zYzIuMywwLjUsNC41LDAsNi4xLDAuMgoJCWMt MC41LTAuMS0wLjMtMC43LDAtMS4xYzAuMywwLDAuNiwwLDAuOSwwYzAsMCwwLjEsMCwwLjEsMGMw LjEsMC4xLDAuMywwLjIsMC40LDAuMmMwLDAuMSwwLDAuMSwwLDAuM2MzLjMsMC44LDYuOCwxLjMs MTAuNiwxLjQKCQljMC44LDAsMS40LTAuNSwyLDBjMC44LTAuMi0wLjQtMC42LDAuMy0wLjZjMS42 LDAuNSwxLjctMC4xLDMuNCwwLjJjLTAuMi0wLjItMC41LTAuMy0wLjktMC40YzEuMiwwLjEsMi41 LDAuMSwzLjksMC4xCgkJYzAuMiwwLjIsMC40LDAuMywwLjUsMC41YzEuMSwwLjEsMS43LDAsMi0w LjNjMy42LDAuOSwxMC42LTAuMywxNC43LDEuMmMzLjMtMC45LDQuMi0wLjYsNy44LTAuNWMwLjMt MC4zLDAuNi0wLjYsMS40LTAuOAoJCWMtMC4xLDAuMy0xLDAuMy0wLjcsMC44YzAuNiwwLDEuMSww LDEuNywwYy0wLjEtMC42LDEtMC43LDItMC44Yy0wLjItMS4zLTEuOS0xLjYtMy40LTEuMmMwLjQt MC4zLDAuNy0wLjYsMS43LTAuNgoJCWMwLjMsMC4xLDAuNywwLjMsMSwwLjVjMS0wLjEsMS44LTAu NCwzLjEtMC41YzAtMC40LTAuNy0wLjUsMC4zLTAuNmMwLDAuMiwwLDAuNCwwLDAuNmMxLjktMC4z LDMuNiwwLDMuMS0wLjYKCQljMC45LDAuNCw2LjQsMSw1LjEsMC4yYzIuOS0wLjEsMi4zLTAuMSw0 LjgtMC4yYy0wLjcsMC41LDEuOCwwLjIsMy4xLDAuMmMxLjMsMC45LDQuNywwLjUsNi44LDAuOGMt MC4xLTAuNCwwLjUtMC41LDEtMC42CgkJYzEuOCwwLjIsMy40LDAuNSw1LjEsMC43Yy0xLDAuMi0x LjUsMC40LTAuNywwLjdjLTIuMS0wLjItNC4xLTAuMi01LjksMGMxLjUsMC4zLDAuMywwLjcsMCwx LjFjMS42LDAsMS4xLDAuOCwzLjQsMC41CgkJYy0wLjQtMSwyLjQtMC43LDMuNC0xLjFjLTAuNSww LTAuNy0wLjItMC44LTAuM2MzLDAsMTIuOS0wLjQsMTMuMSwxLjZjLTIuOSwxLjgsMC4xLDMuMiw0 LjIsNC4zYy0wLjQsMC45LDAsMS41LDAuOCwyLjQKCQljMS44LTAuMiwyLjksMC4zLDMuOCwwYzAu NC0wLjUtMS40LTAuMi0xLjMtMC42YzUuNiwwLjIsMTAuMS0xLjQsMTQuNC0wLjZjMi43LTAuNiw2 LDAuMSw3LjYtMS4zYy0wLjgtMC4yLTIuMy0wLjItMS43LTEKCQljOC45LTEuMywyMS4xLDAuMiwy Ny4xLTAuM2MtMC4zLDAtMC44LDAtMC44LTAuMmMyLjIsMCw2LjEsMC42LDYuOC0wLjNjMi45LDAu Niw1LjYsMCw3LjYsMC4yYy0xLTAuMiwwLjMtMS41LDAuNC0xLjYKCQljLTAuNCwwLjYsMS45LDAu MywxLjMsMWM0LjEsMC44LDguNCwxLjQsMTMuMSwxLjRjMSwwLDEuNy0wLjUsMi41LDBjMS0wLjIt MC41LTAuNiwwLjQtMC42YzIsMC41LDIuMS0wLjEsNC4yLDAuMgoJCWMtMS43LTEuMS04LjctMS4y LTExLTEuMWMwLjMtMC42LTAuNS0wLjctMC44LTFjLTMuMywwLjItNC45LTAuNy02LjQtMS4zYzAu NywwLDEuNCwwLDIuMSwwYzAuMS0wLjctMC42LDAtMS43LTAuMgoJCWMwLjUtMC4yLDAuNS0wLjQs MC0wLjZjMSwwLjQsMS44LTAuMSwzLjQsMGMxLDAuMywxLjQsMS42LDMsMS4xYy0wLjUtMC4xLTEt MC4yLTEuMy0wLjNjMi4zLDAsMC4zLDAsMC40LTAuNQoJCWMxLjYsMC4yLDAuOC0wLjQsMi4xLTAu M2MxLDAuOCwzLjUsMSw1LjEsMS42YzEuNS0wLjMsNi4zLTAuMyw5LjctMC44Yy0xLDAuNCwwLjUs MC44LDEuMywxYzEuNi0xLDMuNy0wLjMsNS41LTAuOAoJCWMtMC42LTAuMS0xLjMtMC4yLTEuMy0w LjZjMi42LTAuMiwyLjMsMSw0LjcsMC41YzAsMC4yLTAuNSwwLjItMC40LDAuNWMzLjYsMC4yLDQu NiwwLjgsNi44LDEuOGMtMC43LTAuMS0wLjQtMC41LTEuNy0wLjMKCQljMCwwLjIsMC4yLDAuNCww LjQsMC41Yy0xLjMtMC4yLTEsMC4zLTEuNywwLjNjMC40LTAuNS0wLjktMC4zLTEuNy0wLjNjMC4x LDAuNCwwLjgsMC41LTAuNCwwLjZjLTMuNi0wLjMtOC40LTAuOS0xMS45LTEuNAoJCWMtMi44LDAu Ni0wLjcsMSwwLDEuOWMxLjQsMC4xLDIuMSwwLDIuNS0wLjNjNC41LDAuOSwxMy4xLTAuMywxOC4y LDEuM2M0LTAuOSw1LjItMC42LDkuNy0wLjVjMC40LTAuMywwLjctMC43LDEuNy0wLjgKCQljLTAu MiwwLjMtMS4yLDAuMy0wLjgsMC44YzAuNywwLDEuNCwwLDIuMSwwYy0wLjEtMC42LDEuMi0wLjcs Mi41LTAuOGMtMC4zLTEuMy0yLjQtMS43LTQuMi0xLjNjMC41LTAuMywwLjktMC42LDIuMS0wLjYK CQljMC40LDAuMiwwLjksMC4zLDEuMywwLjVjMS4zLTAuMiwyLjMtMC40LDMuOC0wLjVjLTAuMS0w LjQtMC44LTAuNSwwLjQtMC42YzAsMC4yLDAsMC40LDAsMC42YzIuNC0wLjMsNC40LDAsMy44LTAu NgoJCWMxLjEsMC41LDgsMS4xLDYuNCwwLjJjMy42LTAuMSwyLjktMC4xLDUuOS0wLjJjLTAuOSww LjUsMi4yLDAuMiwzLjgsMC4yYzEuNiwxLDUuOCwwLjYsOC41LDAuOGMtMC4xLTAuNCwwLjctMC41 LDEuMy0wLjYKCQljNC45LDAuNSw4LjksMS40LDE0LjgsMC42YzAuMSwwLjEsMCwwLjMsMC40LDAu M2MwLjItMS42LTQuNC0xLjQtNi44LTIuMWMwLDAuOS02LjUtMC4zLTYuOCwxYy0xLDAtMiwwLTMs MAoJCWMwLjMtMC40LTAuOC0wLjMtMC44LTAuNmMtMy42LDAuMi02LjItMC40LTguOS0wLjNjMC4z LTAuMywyLjEsMCwxLjctMC41Yy0xLDAuMi00LjcsMC0yLjEsMC41Yy0yLjUtMC4yLTMuMS0wLjIt NS4xLTAuNgoJCWMtMC4xLDAuMiwwLjEsMC41LTAuNCwwLjVjLTAuNS0wLjctMy4xLTAuNi00LjIt MC42YzAtMC4yLDAuNy0wLjEsMC44LTAuM2MtMy41LDAuMS00LTAuNC02LjQtMC4zYy0wLjItMS4x LTMuMi0xLjYtNC4yLTIuNwoJCWMwLjcsMCwxLjMsMCwxLjctMC4yYzAsMC4yLDAsMC40LDAsMC42 YzgtMC45LDE3LDAuNSwyMi45LDAuNWMwLjUsMC41LDEuOSwwLjcsMywxYzEuOS0xLjEsNS4xLTAu MSw2LjgtMC41CgkJYy0wLjMsMC43LDAuOSwwLjQsMS4zLDAuMmMwLjgsMC4zLTAuMiwwLjMsMCww LjhjMS45LDAuNCwzLjcsMC43LDQuMiwxLjZjMC42LTAuNCwxLjktMC41LDIuNS0wLjhjMC4xLDAu NCwxLjEsMC4zLDIuMSwwLjMKCQljMS4yLTAuMiwwLjEtMC42LDEuNy0wLjhjMS45LDAsMy44LTAu MSw0LjcsMC4zYy0wLjEsMC42LTEuNSwwLjctMi41LDFjMC4zLDAuNS0wLjQsMC42LTAuNCwxYzIu MywwLjMsNS44LDAuNSw4LjksMC41CgkJYzAsMC4yLTAuNSwwLjItMC40LDAuNWMyLjEsMC4xLDMu NiwwLDMuOC0wLjZjLTAuNSwwLTEuMiwwLTEuMy0wLjJjMS45LTAuOCw0LjUsMC4zLDYuNC0wLjJj LTAuNSwwLTEtMC4zLTAuNC0wLjMKCQljMC4yLDAuNCwyLjYsMCwxLjMsMC41YzQuNywwLjMsMTEu NSwwLjEsOC41LTEuMWMyLjMtMC44LDkuNSwwLjcsMTAuNi0wLjVjLTAuMiwwLTIuNi0wLjktMy40 LTAuMmMtMS0wLjMtMS4yLTAuOC0yLjUtMQoJCWMwLjcsMC40LTEuMSwwLjctMS4zLDAuM2MxLjIt MC4xLDAuMy0xLjUsMC44LTEuOGMtMS4xLDAuNC0xLjIsMC0wLjgtMC41Yy0wLjMsMC0wLjYsMC0w LjgsMGMtMC4zLDAtMC42LDAtMC44LDAKCQljMSwwLjYtMi4yLDEuMi0wLjQsMi40Yy0wLjUtMC4y LTItMC4yLTIuNSwwYzAtMC41LTEuNC0wLjUtMS4zLTEuMWMtMS42LDAuMy0yLjQtMC4xLTMuNC0w LjVjLTAuNCwwLjMsMS4zLDAuNSwwLDAuNgoJCWMtMC45LDAtMC44LTAuNC0xLjMtMC42YzEuNi0w LjIsNC43LDAuMSw1LjEtMC42Yy0wLjQsMC0wLjYtMC4zLTAuNS0wLjZoMC4yYzAtMC4xLDAtMC4y LDAtMC4zYzAuMSwwLDAuMi0wLjEsMC4zLTAuMQoJCWMwLjMsMC4xLDAuNywwLjEsMS4yLDAuMmMw LDAuMSwwLDAuMSwwLDAuMmMwLDAsMCwwLjEsMC4xLDAuMWMwLDAsMC0wLjEsMC0wLjFoMC4yYzAs MCwwLDAuMSwwLjEsMC4xYzAsMCwwLTAuMSwwLTAuMQoJCWMwLTAuMSwwLTAuMSwwLTAuMmMwLjUs MCwxLjEsMCwxLjYsMGMwLDAsMCwwLjEsMCwwLjFoMmMwLjUsMC4xLDAuOCwwLjMsMC44LDAuNmMw LjcsMC4xLDEuMS0wLjIsMS4zLDBjMC4xLDAuMSwwLDAuMywwLjQsMC4zCgkJYzAtMC41LDAuNS0w LjgsMS4zLTAuOWgzLjNjMC0wLjEsMC0wLjEsMC0wLjJjMC40LDAsMC45LDAsMS4zLDBjMC40LTAu NiwyLjQtMC42LDIuMS0xYzAuMiwwLjEsMC40LDAuMiwwLjcsMC4zCgkJYy0wLjMsMC0wLjUsMC0w LjUsMC4xYzAuNiwwLDAuMywwLjMsMCwwLjVjMC41LDAsMS4zLDAuMSwxLjUtMC4yYy0wLjUtMC4x LTAuMS0wLjIsMC0wLjRjMS41LDAsMy4xLTAuNiw0LjQtMC40CgkJYy0wLjItMC4xLDEuNS0wLjEs MS42LTAuM2MtMC4xLDEsNC4zLDAuNSw0LjcsMC41Yy0xLjItMC4yLDEuMy0wLjIsMC0wLjVjMC44 LDAsMS40LTAuMSwxLjgtMC4xdi0xLjVoMC41YzAtMS4yLTAuMy0yLjEtMC41LTN2MAoJCWMwLDAs MCwwLDAsMGMtMC4yLTAuNi0wLjQtMS4yLTAuNi0xLjljMC4yLDAsMC40LDAsMC42LDB2LTIuOWMt MC4zLDAtMC42LDAtMC45LDBjMC0wLjQsMC4xLTAuOCwwLjEtMS4zYy0wLjItMC4xLTAuNCwwLjEt MC41LTAuNAoJCWMwLjItMC40LDAuMy0wLjksMC40LTEuNGMwLjEtMC4xLDAuNC0wLjEsMC44LTAu MXYtMS4yYy0wLjIsMC0wLjQsMC0wLjcsMGMwLTAuNywwLTEuNCwwLTJjMC40LDAuOSwwLjcsMC41 LDEuNSwwLjgKCQljMC44LTIuNiwxLjYtNi44LDEuNS0xMS45Yy0wLjEtNy4xLDAtMTYuNi0wLjUt MjAuM2MwLjItMC41LDAuNC0wLjgsMC42LTEuMWMwLjEtMi0wLjMtMy4xLDAtNC42Yy0wLjMsMC0w LjYsMC0wLjksMAoJCWMtMC41LTMuMywwLjctNS44LDAuNS05LjZjLTEuMSwxLjItMi4xLTAuNC0x LjgtNC4yYy0wLjMtMC4zLTAuNi0wLjgtMC42LTEuOWMwLjQtMi4zLDAuMy03LjktMC41LTkuNmMt MC4yLTUsMC42LTcuNiwwLjUtMTAuNAoJCWMwLjIsMC4xLDAuMywwLjUsMC42LDAuNGMwLjItMS40 LTAuNi0wLjYtMC41LTEuOWMwLjYtMC40LDAuMy0zLjMsMC42LTQuNmMtMC44LTEuOC0wLjgtMy43 LTEuNC01LjhjMC0wLjYsMC40LTAuMywwLjMtMS4xCgkJYy0wLjktMS45LTAuNy03LjQtMS4xLTEx LjljLTAuMywwLTAuNSwwLTAuOCwwYzAsMi41LDAuMiw0LjUsMC4yLDcuM2MwLjUtMC4yLDAuNyww LjMsMC42LDEuNWMtMC4zLTAuNi0wLjIsMC0wLjYsMAoJCWMwLDAuNywwLjIsMS45LTAuMywxLjVj MC0wLjEsMC0wLjEsMC0wLjJjLTAuOC0xLjEtMC44LTQuMS0yLTMuMWMtMC4xLTIuNSwwLTUuMi0w LjItNy42Yy0wLjcsMC4xLTAuOC0wLjQtMC45LTEKCQljMC45LTEuOSwwLjktNC4yLDEuMi02LjJj MC4zLTEuOCwxLTIuMywxLjItMy43YzAsMC0wLjMtMC4zLTAuMy0wLjRjMC0xLjEsMC4zLTIuNCww LjUtMy4xYzAtMi43LTAuNC01LjEtMC4xLTcuOAoJCWMtMC4yLDAuMS0wLjgtMC4yLTAuOCwwLjJj MC41LDAuMywwLDAuNiwwLjMsMS4yYy0wLjYsMC4xLTAuNiwwLjgtMS40LDAuNmMwLjMtMS4xLDAu Mi0xLjQsMC4zLTIuNWMxLjQtMC40LDAuNy0yLjMsMC4yLTMuMQoJCWMwLDAuMy0wLjUtMC40LTAu Ni0wLjZjMC4yLTIuMy0xLTMuMy0wLjUtNC41YzAsMC4yLTAuMSwwLjItMC4zLDAuMmMtMC40LTIu NCwwLjEtMy4yLDAuNS01LjVjLTAuNC0xLjItMC44LTIuMy0wLjktMy45CgkJYy0xLTEuMy0xLjIt My4zLTEuMS01LjRjMCwwLDAsMCwwLjEsMGMwLjMtMC4yLDAuMS0wLjgsMC0xLjFjMC4xLTEuOCww LjQtMy42LDAuNS00LjhjLTAuNC0wLjEtMC4zLDAuNC0wLjgsMC4yCgkJYzAuNC0wLjMtMC4xLTEu OCwwLjMtMi4xYzAuNCwwLDAuOCwwLjEsMC45LDAuNGMtMC4xLDAuNi0wLjQsMC44LTAuNiwxLjJj MC40LDAuMywwLjMsMCwwLjgsMC4yYy0wLjEtMS4yLDAuOS0xLjQsMC44LTEuOQoJCWMwLjIsMC42 LDAuNy0wLjIsMC45LTAuMmMtMC43LTEuNC0wLjYtMS45LTAuNi0zLjdjLTAuOSwwLTAuMi0wLjgt MC45LTEuMmMwLjEsMC41LTAuNi0wLjUtMC42LDAuMmMwLjUsMC42LTAuNCwwLjMtMC41LDEuMgoJ CWMwLTEuNi0wLjEtMi41LTEuMi0zLjdjMC0wLjEsMC0wLjMsMC0wLjRjMC4xLDAsMC4yLDAsMC4z LDBjLTAuMS0wLjYsMC0xLjItMC4xLTEuNmMwLjQtMS4zLDEuMS0yLjEsMS42LTIuNwoJCWMtMC4x LTEuMSwwLjMtMywwLjMtMy43YzAtMC4xLTAuMy0wLjItMC4zLTAuNmMwLjEtMC43LDAtMS42LDAu Mi0yLjVjMC41LTQsMC45LTkuNSwxLjEtMTNjMC4xLTEuMi0wLjUtMi40LDAuMi0yLjkKCQljLTAu MiwwLTAuNiwwLjEtMC42LTAuMmMwLjMtMS4yLDAuMi0yLjksMS40LTIuOWMwLjQsMS41LDAuNSwx LjUsMC41LDIuMWMyLjMtMS40LTAuNC03LjYsMi4zLTguOGMtMC41LTAuNiwwLjEtMS4zLTAuNi0x LjgKCQljMC4xLTAuNywwLjItMC43LDAuMy0xLjhjLTAuOSwwLjEtMC43LTEtMC41LTEuNmMtMC44 LTAuNCwwLTIuMS0wLjMtMy43Yy0wLjUsMC4zLTAuNS0wLjEtMS4yLDBjLTEuMS0yLjMsMC45LTMu MywwLTUuMwoJCWMwLjQtMS43LDAuMi00LjEsMC02Yy0wLjMtMC4xLTAuNCwwLjMtMC41LDBjLTAu Mi0wLjQsMC4yLTIuMSwwLjItMS43YzAuMS0xLjgtMC4zLTMuMy0wLjItNC45YzAuMi0yLjQsMS40 LTQuOSwxLjQtNy42CgkJYzAtMS40LTAuNC0yLjYtMC4yLTQuMWMwLjQsMCwwLjItMC42LDAuNS0x LjJjLTAuNywwLjItMC40LTEuMS0wLjgtMS40Yy0wLjMsMC4yLTAuNCwwLjItMC42LDAuMWMwLjIt MSwwLjYtMS43LDEtMi4xCgkJYzAuMywxLjIsMC42LDEuMiwxLjUsMS4yYzAuMywxLjUsMC41LDQu NCwxLjEsMy4xYy0wLjIsMS45LTAuMiwzLjgsMCw1LjRjMC4zLTEuNCwwLjYtMC4zLDEuMSwwYzAt MS40LDAuNy0xLDAuNS0zLjEKCQljLTAuOSwwLjQtMC42LTIuMi0xLjEtMy4xYzAsMC40LTAuMiww LjYtMC4zLDAuOGMwLTIuOC0wLjQtMTEuNiwxLjUtMTEuOWMxLjcsMi42LDMuMS0wLjEsNC4xLTMu OGMwLjgsMC4zLDEuNCwwLDIuMy0wLjgKCQlDNzM4LjksMjIzLjEsNzM5LjQsMjIyLjEsNzM5LjEs MjIxLjN6IE03MzMuOSwxMTYuOWMwLjIsMC4zLDAuNCwwLjUsMC44LDAuNGMtMC4xLDAuNS0wLjMs MC42LTAuMywxLjFjLTAuMiwwLTAuMy0xLjctMC41LTAuNAoJCUM3MzMuNywxMTcuOCw3MzMuOSwx MTcuNCw3MzMuOSwxMTYuOXogTTczMyw1NS45YzAuMiwwLjEsMC4xLDEsMC4yLDEuNWMtMC4xLTAu My0wLjQtMC42LTAuNSwwYy0wLjItMC4xLTAuMS0xLTAuMi0xLjUKCQlDNzMyLjgsNTUuOSw3MzMs NTYuNiw3MzMsNTUuOXogTTczMS4yLDQ4LjNjMC4yLDAuMS0wLjEsMC43LDAuMiwwLjhjMCwwLjct MC44LDEuMS0wLjMsMS45YzAuMywwLjctMC41LTAuMy0wLjgsMC40CgkJYzAuMiwwLjQsMC4xLDEs MCwwLjRjLTAuNC0wLjIsMC4xLDEuNy0wLjUsMS4xYy0wLjEsMS4yLDAuNCwwLjcsMC4zLDEuOWMt MC4zLTAuNS0wLjQsMC4yLTAuOS0wLjRjLTAuMi0yLjQsMC4zLTMsMC41LTQuNgoJCUM3MzAuNSw0 OS4yLDczMC43LDQ5LjYsNzMxLjIsNDguM3ogTTcyOS4xLDQ4LjNjMC0xLDAuMywwLjUsMC42LDBj MCwwLDAsMCwwLDBjMCwwLDAsMCwwLDBjMC4xLDAuMi0wLjUsMS4yLTAuOCwxLjEKCQlDNzI4Ljks NDguOSw3MjkuNSw0OC41LDcyOS4xLDQ4LjN6IE02NTAsNy41Yy0wLjIsMC0wLjUsMC0wLjcsMGMt MC4zLTAuNi0xLjItMC40LTEuNC0wLjhDNjQ5LjIsNi44LDY0OS44LDcuMSw2NTAsNy41eiBNODQu Niw5LjEKCQljLTAuMiwwLTAuNSwwLTAuNywwYzAuMi0wLjQsMC45LTAuNywyLTAuOEM4NS43LDgu Nyw4NC45LDguNSw4NC42LDkuMXogTTYuMiw5MS41Yy0wLjYtMC43LTAuNi0yLTAuNC0zLjNjMC4x LDAuNCwwLjIsMC43LDAuNCwxCgkJYzAuNS0wLjEsMC44LTAuOSwwLjktMS45QzcuNCw4OSw3LDkx LjQsNi4yLDkxLjV6IE03LjksMjY4LjhjLTAuMi0wLjMtMC40LTAuNS0wLjgtMC4zYzAuMS0wLjQs MC4zLTAuNSwwLjMtMQoJCWMwLjIsMCwwLjMsMS41LDAuNSwwLjNDOC4yLDI2OCw4LDI2OC4zLDcu OSwyNjguOHogTTQuNCw0MDMuNGMtMC4yLTAuMy0wLjQtMC41LTAuNy0wLjRjMC4xLTAuNSwwLjMt MC41LDAuMy0xCgkJYzAuMiwwLDAuMywxLjUsMC40LDAuM0M0LjcsNDAyLjYsNC41LDQwMyw0LjQs NDAzLjR6IE02LjcsNDE2LjdjLTAuNC0wLjItMC43LTAuOS0wLjctMi4xYzAuNCwwLjIsMC4yLDEu MSwwLjcsMS40CgkJQzYuNyw0MTYuMiw2LjcsNDE2LjUsNi43LDQxNi43eiBNNS4zLDQ1OWMtMC4y LTAuMS0wLjEtMC45LTAuMS0xLjRjMC4xLDAuMiwwLjQsMC41LDAuNCwwYzAuMiwwLjEsMC4xLDAu OSwwLjEsMS40CgkJQzUuNSw0NTkuMSw1LjQsNDU4LjQsNS4zLDQ1OXogTTcuMSw0NjZjLTAuMi0w LjEsMC4xLTAuNi0wLjEtMC43YzAtMC42LDAuOC0xLDAuMy0xLjdjLTAuMy0wLjcsMC41LDAuMyww LjctMC40CgkJYy0wLjItMC40LTAuMS0wLjksMC0wLjNjMC4yLDAuMSwwLjEtMC42LDAuMi0xYzAu MSwwLDAuMS0wLjEsMC4yLTAuMWMwLDAsMCwwLDAuMSwwYzAsMCwwLDAsMC0wLjFjMCwwLDAuMSww LDAuMS0wLjEKCQljMC0wLjYsMC4xLTEsMC4yLTEuNGMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4x LDAuNywwLDEuMywwLDEuN2MtMC4zLDAuMy0wLjYsMC45LTAuNCwwLjljMC4xLTAuMiwwLjItMC4x LDAuMywwCgkJYy0wLjEsMC41LTAuMiwwLjktMC4zLDEuNkM3LjgsNDY1LjEsNy41LDQ2NC44LDcu MSw0NjZ6IE05LjIsNDY2YzAsMC45LTAuMy0wLjUtMC42LDBjLTAuMi0wLjEsMC40LTEuMSwwLjct MQoJCUM5LjQsNDY1LjQsOC43LDQ2NS44LDkuMiw0NjZ6IE02MzUuOSw0OTcuM2MwLjMsMCwwLjYs MCwwLjksMGMtMC4zLDAuNS0xLjEsMC44LTIuNSwwLjhDNjM0LjQsNDk3LjcsNjM1LjUsNDk3Ljks NjM1LjksNDk3LjN6CgkJIE03MzIuMywxNzAuNmMwLjUsMC4zLDAuMiwxLDAuMiwxLjljLTAuMyww LTAuMy0wLjUtMC42LTAuNEM3MzEuOSwxNzEuNCw3MzIuMiwxNzEuNCw3MzIuMywxNzAuNnogTTU2 Mi41LDQ4OC44CgkJYzAuNSwwLjIsMC4xLDAuMy0wLjMsMC4zQzU2Mi4yLDQ4OS4xLDU2Mi4zLDQ4 OSw1NjIuNSw0ODguOHogTTU2Mi42LDQ4OC44QzU2Mi42LDQ4OC44LDU2Mi42LDQ4OC44LDU2Mi42 LDQ4OC44YzAuMSwwLDAuMiwwLDAuMiwwCgkJQzU2Mi43LDQ4OC44LDU2Mi42LDQ4OC44LDU2Mi42 LDQ4OC44eiBNNTY0LjQsNDg5YzEuNSwwLDMtMC4zLDMuOCwwLjNDNTY2LjksNDg5LjIsNTY1LjYs NDg5LjEsNTY0LjQsNDg5eiBNNTg3LjEsNDkwLjYKCQljMCwwLDAuMSwwLjEsMC41LDAuMWMtMC4x LDAuMS0wLjMsMC4xLTAuNSwwLjFDNTg3LjEsNDkwLjgsNTg3LjEsNDkwLjcsNTg3LjEsNDkwLjZ6 IE01ODcuMSw0OTAuNmMwLTAuMSwwLTAuMiwwLTAuMwoJCWMwLjEsMCwwLjEtMC4xLDAuMS0wLjFD NTg4LjIsNDkwLjIsNTg3LjEsNDkwLjUsNTg3LjEsNDkwLjZ6IE01ODIuMyw0OTAuOGMtMC45LTAu MS0wLjgsMC4zLTEuOCwwLjJjLTAuNi0wLjQtMS40LTAuNC0yLjEtMC40CgkJYzAuOC0wLjQsMi4z LTAuNiw0LTAuNmMtMC40LDAuMy0wLjcsMC41LTEuNSwwLjZDNTgxLjgsNDkwLjYsNTgyLDQ5MC4z LDU4Mi4zLDQ5MC44eiBNNTg2LjcsNDkxLjIKCQlDNTg2LjcsNDkxLjIsNTg2LjcsNDkxLjIsNTg2 LjcsNDkxLjJDNTg2LjcsNDkxLjIsNTg2LjcsNDkxLjIsNTg2LjcsNDkxLjJDNTg2LjcsNDkxLjIs NTg2LjcsNDkxLjIsNTg2LjcsNDkxLjJ6IE01NTkuNiw0OTcuNQoJCWMwLjksMCwwLjgsMC40LDEu NywwLjVjLTAuMywwLjUtMS4xLDAuMi0yLjEsMC4yQzU1OS4yLDQ5Ny44LDU1OS43LDQ5Ny44LDU1 OS42LDQ5Ny41eiBNNTU5LjIsNDk2LjJjMC0wLjIsMC0wLjMsMC0wLjUKCQljMC43LDAsMS42LDAu MSwxLjctMC4yYzAuNSwwLDAuMiwwLjIsMCwwLjJjLTAuMSwwLjIsMC4xLDAuMywwLjQsMC4zQzU2 MC45LDQ5Ni4yLDU2MC41LDQ5Ni4xLDU1OS4yLDQ5Ni4yeiBNNTU3LjUsNDk2CgkJYy0wLjksMC0w LjEtMC43LTEuMy0wLjZjMC4yLTAuMywxLjMtMC4xLDAuOC0wLjZjMS4xLDAsMS4zLDAuMiwxLjcs MC41QzU1OS4yLDQ5NS44LDU1Ny4yLDQ5NS41LDU1Ny41LDQ5NnogTTU1Ny41LDQ4OQoJCWMtMC4y LDAuNC0yLjEsMC4xLTMsMC4yYzAtMC4yLDAuNS0wLjMsMS4xLTAuM2gwLjhDNTU2LjksNDg4Ljgs NTU3LjMsNDg4LjksNTU3LjUsNDg5eiBNNTIxLjUsNDkwLjdjLTAuOS0wLjIsMC40LTAuNC0wLjEt MC42CgkJYzAuNiwwLDEuMywwLDIsMGMwLjEtMC4xLDAuMi0wLjIsMC40LTAuM2MxLjQsMC4yLDIu NCwwLjcsMC4zLDAuOGMwLjEtMC4yLDAuOC0wLjEsMC44LTAuM0M1MjQsNDkwLDUyMy4zLDQ5MC45 LDUyMS41LDQ5MC43egoJCSBNMTQyLjYsNDk0LjJjLTAuMiwwLjItMC42LDAuNC0xLjIsMC41Yy0w LjQsMC0wLjgsMC0xLjIsMGMwLjMtMC4zLTAuOS0wLjctMi4zLTAuN2MtMC4xLDAtMC4yLDAtMC4y LDAuMWMwLTAuMiwwLTAuMy0wLjQtMC40CgkJYzAuMy0wLjMsMC44LTAuNCwxLjQtMC41YzAuNCww LjEsMC45LDAuMSwxLjMsMC4yYzAtMC4xLDAuMS0wLjIsMC4xLTAuMmMxLjMsMC4xLDIuNSwwLjQs Mi42LDFjMCwwLDAsMC0wLjEsMAoJCUMxNDIuNyw0OTQuMywxNDIuNyw0OTQuMywxNDIuNiw0OTQu MnogTTUuNywzMzMuNmMwLjIsMCwwLjMsMCwwLjMsMC4zYy0wLjEsMC41LTAuNCwwLjItMC42LDAu NEM1LjYsMzM0LjEsNS43LDMzMy44LDUuNywzMzMuNnoKCQkgTTYsMzI5YzAtMC4xLDAtMC4xLDAt MC4yQzYsMzI4LjksNiwzMjksNiwzMjl6IE02LDMyOC4zYy0wLjgsMC40LTAuMiwxLjEtMSwxYzAu Mi0xLDAuMi0xLjksMC4zLTIuN2MwLjQtMC4xLDAtMC43LDAuNy0xCgkJYzAsMC4xLDAsMC4xLDAs MC4yQzYsMzI2LjcsNiwzMjcuNSw2LDMyOC4zeiBNNSwzNDUuNUM1LDM0NS41LDUsMzQ1LjQsNSwz NDUuNUM1LDM0NS41LDUuMSwzNDUuNSw1LDM0NS41CgkJQzUuMSwzNDUuNSw1LDM0NS41LDUsMzQ1 LjV6IE01LjMsMzQ1LjdjMC4yLDAuMSwwLjUsMCwwLjUsMC43QzUuNywzNDYuMSw1LjUsMzQ1Ljks NS4zLDM0NS43eiBNNi43LDMxOS4yCgkJYy0wLjEtMC43LTAuMS0xLjUtMC4xLTIuM2MwLTAuMSww LjEtMC4yLDAuMS0wLjRjMCwwLDAsMC0wLjEsMGMwLTAuMiwwLTAuMywwLTAuNWMwLjEsMS4xLDAu MiwyLjIsMC41LDIuNQoJCUM3LDMxOC43LDYuOCwzMTksNi43LDMxOS4yeiBNMTQ2LjIsMTAuMWMw LDAuMiwwLDAuMywwLDAuNWMtMC41LDAtMS4zLTAuMS0xLjQsMC4yYy0wLjQsMC0wLjItMC4yLDAt MC4yYzAuMS0wLjItMC4xLTAuMy0wLjMtMC4zCgkJQzE0NC44LDEwLjEsMTQ1LjEsMTAuMiwxNDYu MiwxMC4xeiBNMTQ0LjUsOC41YzAuMi0wLjUsMC45LTAuMiwxLjctMC4yYzAsMC4zLTAuNCwwLjMt MC4zLDAuNkMxNDUuMiw4LjksMTQ1LjIsOC41LDE0NC41LDguNXoKCQkgTTE0Ny42LDEwLjNjMC43 LDAsMC4xLDAuNywxLDAuNmMtMC4xLDAuMi0xLjEsMC4xLTAuNywwLjZjLTAuOSwwLTEuMS0wLjIt MS40LTAuNUMxNDYuMiwxMC41LDE0Ny44LDEwLjgsMTQ3LjYsMTAuM3ogTTE3NC41LDE1LjMKCQlj LTAuMSwwLjItMC43LDAuMS0wLjcsMC4zYzAuNywwLjQsMS4zLTAuNSwyLjctMC4zYzAuOCwwLjIt MC42LDAuNSwwLjMsMC42Yy0wLjEsMC4xLTAuMiwwLjEtMC4zLDAuMmgtMS45CgkJQzE3My41LDE1 LjgsMTcyLjgsMTUuNCwxNzQuNSwxNS4zeiBNNTU3LjMsMTMuN2MxLjQtMC4yLDIsMC43LDIuNyww LjNjMC0wLjItMC42LTAuMS0wLjctMC4zYzMsMC4yLTEuNywxLjUtMi40LDAuNgoJCUM1NTcuOSwx NC4yLDU1Ni41LDEzLjksNTU3LjMsMTMuN3ogTTU4Ny4zLDkuNWMtMC4zLDAuMi0wLjUsMC41LTEu NCwwLjVjMC40LTAuNS0wLjUtMC40LTAuNy0wLjZjMC45LDAuMSwwLjMtMC42LDEtMC42CgkJQzU4 Niw5LjMsNTg3LjcsOC45LDU4Ny4zLDkuNXogTTU4Ni4zLDE1LjRjLTAuNSwwLjItMi40LDAuMy0y LjQtMC4yQzU4NC42LDE1LjMsNTg2LjIsMTUuMSw1ODYuMywxNS40eiBNNTg5LjQsOC43CgkJYy0w LjMsMC0wLjQsMC4xLTAuMywwLjNjMC4yLDAsMC40LDAuMSwwLDAuMkM1ODksOSw1ODguMiw5LDU4 Ny43LDljMC0wLjIsMC0wLjMsMC0wLjVDNTg4LjcsOC43LDU4OS4xLDguNiw1ODkuNCw4Ljd6IE01 ODcuNyw2LjgKCQljMC44LDAsMS41LTAuMywxLjcsMC4yYy0wLjcsMC0wLjcsMC40LTEuNCwwLjVD NTg4LjEsNy4xLDU4Ny42LDcsNTg3LjcsNi44eiBNNzI5LjgsMTc1YzAsMC0wLjEsMC0wLjEsMGMt MC4xLTAuMy0wLjEtMC43LTAuMy0wLjYKCQljMC4yLTAuMSwwLjYsMC4xLDAuNi0wLjVjLTAuMi0w LjItMC4zLTAuNS0wLjQtMC44YzAsMCwwLjEtMC4xLDAuMS0wLjFjMC42LTAuNCwwLjIsMS40LDAu OCwxLjEKCQlDNzMwLjQsMTc0LjgsNzI5LjksMTc0LjMsNzI5LjgsMTc1eiBNNDkyLjMsNDkwYy0w LjktMC4xLDAuOC0wLjctMC43LTAuOGMwLDAsMCwwLDAsMGMwLjEtMC4yLDAuMi0wLjMsMC40LTAu NWg0LjEKCQljMC4xLDAuMiwwLjEsMC4zLDAuMiwwLjVjLTIsMC0xLjUsMC42LTMuNCwwLjlDNDkz LjMsNDg5LjYsNDkyLjUsNDg5LjYsNDkyLjMsNDkweiBNNy45LDMyMy44YzAsMC4yLDAsMC40LDAs MC42CgkJYzAsMC4xLTAuMSwwLjEtMC4yLDAuMmMwLjEtMC44LTAuMy0wLjgtMC4xLTEuN2MwLjIt MC4zLDAuMi0wLjYsMC4zLTAuOWMwLDAuNSwwLDEsMCwxLjVjMC0wLjEsMC0wLjEsMC0wLjIKCQlD Ny44LDMyMy40LDcuOSwzMjMuNiw3LjksMzIzLjh6IE0xMC41LDEzNC45YzAtMC41LDAuMS0wLjgs MC4yLTFjMC4yLDAsMC4zLDAuMSwwLjMsMC4zYzAuMi0wLjEsMC4zLTAuMSwwLjUtMC4xdjIuNAoJ CWMtMC4yLDAtMC4zLDAuMS0wLjUsMC4xYy0wLjEtMC4zLTAuMi0wLjQtMC40LTAuM0MxMC42LDEz NS42LDExLjEsMTM0LjgsMTAuNSwxMzQuOXogTTkuNiwzMC43Yy0wLjMsMC0wLjIsMS0wLjYsMC43 CgkJYzAuMS0wLjUsMC4xLTEuMywwLjItMi4yYzAuMS0wLjEsMC4xLTAuMiwwLjItMC40YzAuMSww LjMsMC4yLDAuNiwwLjMsMC45QzkuNSwzMC4xLDkuNCwzMC41LDkuNiwzMC43YzAtMC4zLDAuMS0w LjMsMC4yLTAuMwoJCWMwLjEsMC43LDAuMiwxLjMsMC40LDEuM2MwLjEsMS42LTAuNiwwLjUtMC42 LDFjLTAuNC0wLjEsMC4yLTAuOSwwLjEtMS40QzkuNywzMS4xLDkuNiwzMS4xLDkuNiwzMC43eiBN MzYwLjEsMTIuOQoJCUMzNjAuMSwxMi45LDM2MC4yLDEyLjksMzYwLjEsMTIuOWMxLjUtMC4xLDEu OSwwLjIsMy40LDAuMWMtMC4zLDAuMi0wLjcsMC40LTEsMC41Yy0wLjksMC0xLjgtMC4xLTIuNC0w LjIKCQlDMzYwLjEsMTMuMSwzNjAuMSwxMywzNjAuMSwxMi45eiBNMzYzLjksMTNjMS40LTAuNiwz LjYtMC43LDUuNi0wLjRjMC4xLDAuMSwwLjIsMC4yLDAuNiwwLjNjLTEuNCwwLjItMS4xLTAuMy0y LTAuMwoJCWMtMC42LDAuNS0yLjMsMC43LTQsMC44QzM2NCwxMy4zLDM2My45LDEzLjIsMzYzLjks MTN6IE0zNzIuNywxMy42Yy0wLjEsMC0wLjIsMC0wLjIsMGMwLDAsMC0wLjEsMC0wLjEKCQlDMzcy LjYsMTMuNSwzNzIuNiwxMy41LDM3Mi43LDEzLjZ6IE03MjYuMiwxMzYuNWMwLjEtMC42LDAuMyww LjMsMC4zLTAuNGMwLjMsMC4xLDAuMywxLDAuMywxLjljLTAuNS0wLjQtMC4zLDAtMC45LDAKCQlD NzI2LDEzNy43LDcyNi42LDEzNi44LDcyNi4yLDEzNi41eiBNNzI1LjIsMTQ3LjZjMC0wLjMtMC4x LTAuNC0wLjItMC40YzAtMS4yLDAuNCwxLDAuNS0wLjRjMC4zLDAuMywwLDAuNywwLDEuMgoJCWMw LjMsMCwwLjMtMC41LDAuNi0wLjRjMC4xLDAuOSwwLjIsMS44LDAuNiwxLjljMC4xLDIuMS0wLjUs Mi44LTAuMiw1YzAsMCwwLDAsMCwwYy0wLjEtMC4xLTAuMiwwLTAuMiwwLjJjMCwwLDAsMC4xLTAu MSwwLjIKCQljMCwwLDAsMCwwLDBjMCwwLjIsMCwwLjUsMCwwLjdjMCwwLDAsMCwwLDAuMUM3MjQu NSwxNTYuMSw3MjQuNSwxNTEsNzI1LjIsMTQ3LjZ6IE05LjksMjkxLjFjMCwwLjEtMC4xLDAuMy0w LjEsMC41CgkJYzAtMC4yLDAtMC40LDAuMS0wLjZDOS44LDI5MSw5LjksMjkxLDkuOSwyOTEuMXog TTExLjQsMjkyLjdjLTAuMSwwLTAuMSwwLTAuMSwwLjFjLTAuMS0wLjEtMC4yLTAuMy0wLjMtMC41 CgkJQzExLjEsMjkyLjUsMTEuMiwyOTIuNywxMS40LDI5Mi43eiBNMTEuNiwyMTcuOWMwLDAtMC4x LDAtMC4xLDBjMC0wLjIsMC4xLTAuMywwLjEtMC4zVjIxNy45eiBNMTEuNiwzNzMuNwoJCUMxMS42 LDM3My43LDExLjYsMzczLjcsMTEuNiwzNzMuN2MtMC4xLTAuNSwwLTAuOSwwLTEuM1YzNzMuN3og TTExLjQsMzg0LjJjMC4xLDAuMSwwLjEsMC4xLDAuMiwwLjF2MS41CgkJQzExLjQsMzg1LjYsMTEu NCwzODQuOSwxMS40LDM4NC4yeiBNMTAsMTI0LjZjMC4xLDAuOSwwLjIsMS43LDAuNSwyLjNjMC41 LDAsMC44LTAuMywxLjEtMC4zdjIuMmMtMC41LDAtMC42LTEtMS4xLTEuNgoJCWMwLjEsMC44LDAs MS4zLTAuMSwxLjhDMTAsMTI3LjksOS45LDEyNi4yLDEwLDEyNC42eiBNMTAuNSwxMzAuOWMwLjEs MC4xLDAuMiwwLjMsMC4zLDAuNWMtMC4yLDAuMS0wLjMsMC41LTAuMywxCgkJYzAuNS0wLjEsMC4y LDAuNSwwLjIsMWMtMC4xLTAuMi0wLjItMC4zLTAuMy0wLjRDMTAuMywxMzIuMSwxMC40LDEzMS42 LDEwLjUsMTMwLjl6IE0xMS42LDIxOS4zdjEuNGMtMC4xLDAtMC4xLDAuMi0wLjEsMC4zCgkJYy0w LjItMC4zLDAtMC42LTAuMi0xLjdDMTEuNCwyMTkuMywxMS41LDIxOS4zLDExLjYsMjE5LjN6IE0x MC4yLDI4MS43Yy0wLjQtMC4yLTAuNy0wLjktMC44LTJjMC40LDAuMiwwLjIsMSwwLjgsMS40CgkJ QzEwLjIsMjgxLjMsMTAuMiwyODEuNSwxMC4yLDI4MS43eiBNOS44LDI5MS45YzAuMiwwLjMsMCwx LjcsMC41LDEuNGMwLTAuMy0wLjEtMC44LTAuMS0xLjNjMCwwLDAsMC4xLDAuMSwwLjEKCQljMC4y LTAuMiwwLjQtMC4yLDAuNi0wLjFjLTAuMiwwLjktMC42LDEuNS0xLDJjMC0wLjEsMC0wLjItMC4x LTAuMkM5LjcsMjkzLjIsOS44LDI5Mi42LDkuOCwyOTEuOXogTTguNSwzMjAuOQoJCWMtMC4xLTAu MS0wLjItMC4yLTAuMy0wLjNjLTAuMiwwLjItMC4zLDAuNS0wLjQsMC44YzAuMS0xLjMtMC40LTIu NywwLjQtMy41YzAuMSwwLjIsMC4yLDAuMywwLjMsMC4zQzguNiwzMTkuMSw4LjYsMzIwLDguNSwz MjAuOQoJCXogTTksMzE0LjRDOSwzMTQuNCw5LDMxNC41LDksMzE0LjRjMC0xLjEsMC4xLTIuMyww LjEtMy40YzAuMi0wLjksMC4zLTIsMC41LTIuOEM5LjQsMzEwLDkuMiwzMTIuMiw5LDMxNC40CgkJ QzkuMSwzMTQuNSw5LDMxNC40LDksMzE0LjR6IE03MjMuOSwxNzYuOGMtMC40LDAtMC40LTIuMi0w LjItMi43QzcyNC4xLDE3NC4zLDcyMy45LDE3Niw3MjMuOSwxNzYuOHogTTcyMy45LDE4MS45CgkJ Yy0wLjEsMC4zLTAuMSwwLjctMC4xLDEuMWMtMC4xLDAtMC4yLDAtMC4zLDBDNzIzLjUsMTgyLjIs NzIzLjcsMTgxLjksNzIzLjksMTgxLjl6IE03MjMuNiwxNjkuNWMwLjYtMS44LTAuNS00LjUsMC44 LTUuNAoJCWMwLDIuMSwwLjIsMy42LDAuMyw0LjZDNzI0LjQsMTY5LjEsNzI0LjEsMTcwLjUsNzIz LjYsMTY5LjV6IE0xNDIuNSwxNi4xYzAuMSwwLDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwSDE0Mi41 eiBNMTAuNCw0NDguNAoJCWMwLDAuMiwwLjEsMC4zLDAuMiwwLjRjLTAuMSwwLTAuMSwwLTAuMiww QzEwLjMsNDQ4LjcsMTAuNCw0NDguNiwxMC40LDQ0OC40eiBNMzk0LjUsNDk0LjRjMC4zLDAsMC42 LDAuMSwwLjksMC4xCgkJYy0wLjMsMC0wLjctMC4xLTEtMC4xQzM5NC40LDQ5NC40LDM5NC41LDQ5 NC40LDM5NC41LDQ5NC40eiBNMzk5LjMsNDkyLjZjLTAuMywwLjItMC42LDAtMS43LDAuMmMwLTAu MiwwLTAuMywwLTAuNQoJCWMwLjUsMCwxLjMsMC4xLDEuNC0wLjJjMC40LDAsMC4yLDAuMiwwLDAu MkMzOTguOSw0OTIuNSwzOTksNDkyLjUsMzk5LjMsNDkyLjZ6IE0zOTcuOSw0OTMuOWMwLjcsMCww LjcsMC40LDEuNCwwLjUKCQljLTAuMiwwLjUtMC45LDAuMi0xLjcsMC4yQzM5Ny41LDQ5NC4zLDM5 OCw0OTQuMiwzOTcuOSw0OTMuOXogTTM5Ny4yLDQ5MS44YzAuNCwwLjYtMS4zLDAuMi0xLDAuOGMt MC43LDAtMC4xLTAuNy0xLTAuNgoJCWMwLjEtMC4yLDEtMC4xLDAuNy0wLjZjMC4yLDAsMC41LDAs MC43LDBDMzk2LjksNDkxLjUsMzk3LjEsNDkxLjcsMzk3LjIsNDkxLjh6IE0zOTcuMSw0OTQuOGMw LDAuMS0wLjEsMC4yLTAuNCwwLjIKCQljLTAuMS0wLjItMC41LTAuNC0wLjktMC41QzM5Ni4yLDQ5 NC43LDM5Ni42LDQ5NC44LDM5Ny4xLDQ5NC44eiBNNzI1LjUsMjA2LjdjLTAuMiwwLjktMC41LTAu Ny0wLjYsMC40Yy0wLjktMC43LDAuNC02LDAuNi0yLjcKCQljLTAuMi0wLjEtMC4xLTAuOC0wLjMt MC44QzcyNC44LDIwNC40LDcyNS43LDIwNS4xLDcyNS41LDIwNi43eiBNNzMwLjEsMTcyLjZjMC0w LjYsMC4xLTEuNS0wLjItMS41YzAtMC40LDAuMi0wLjIsMC4yLDAKCQljMC4yLDAuMSwwLjMtMC4x LDAuMy0wLjRjMC4yLDAuNCwwLDAuNywwLjIsMS45QzczMC40LDE3Mi42LDczMC4zLDE3Mi42LDcz MC4xLDE3Mi42eiBNNzMxLjcsMTAyLjRjMC40LDAuMywwLjcsMSwwLjgsMi4zCgkJYy0wLjQtMC4y LTAuMi0xLjItMC44LTEuNUM3MzEuNywxMDIuOSw3MzEuNywxMDIuNiw3MzEuNywxMDIuNHogTTcy OC41LDExMC40YzAuMS0wLjYsMC4yLDAuMiwwLjUsMGMtMC4xLDAuMy0wLjIsMC45LTAuMiwxLjUK CQljLTAuMSwwLTAuMiwwLTAuMywwYy0wLjEtMC4zLTAuMi0wLjYtMC4yLTEuMkM3MjguNiwxMTAu OSw3MjguNiwxMTAuNCw3MjguNSwxMTAuNHogTTcyOC41LDY5LjRjLTAuMiwxLjgtMC41LDEuNy0w LjIsMi43CgkJQzcyNy42LDczLjMsNzI3LjYsNjkuMiw3MjguNSw2OS40eiBNNzI4LDY1LjJjLTAu NS0wLjMtMC41LDAuNi0wLjIsMC44Yy0wLjEsMS0wLjctMC45LTAuOCwwLjhjMCwwLjgsMC41LDAu MiwwLjgsMC40CgkJYzAuMSwxLjItMC4zLDEuMi0wLjgsMS4yYzAuMS0xLjgtMC43LTEuMS0wLjgt MC40Yy0wLjItMC43LDAuMy00LjYtMC4yLTUuOGMwLjItMC42LDAuNi0wLjQsMC45LTAuOEM3Mjcu MSw2My42LDcyNy44LDYzLDcyOCw2NS4yCgkJeiBNNzA5LjcsMTUuOGMwLDAuMSwwLDAuMSwwLDAu MmgtMC45QzcwOC45LDE1LjksNzA5LjEsMTUuOCw3MDkuNywxNS44eiBNNjk4LjEsMTAuMWMtMC4y LTAuNC0wLjUsMC4yLTEsMC4yYy0wLjEtMC40LDEtMSwxLTAuOAoJCUM2OTcuNiw5LjgsNjk5LDEw LjEsNjk4LjEsMTAuMXogTTY5NCw5LjNjLTAuNS0wLjUsMS4yLTAuMSwxLTAuNWMtMC41LTAuMS0w LjEtMC4yLDAuMywwYzAuNi0wLjMtMC4zLTEuMSwwLjMtMC44CgkJYzAuNywwLjUsMS4xLTAuMywx LjctMC4zYzAuMSwwLjMsMC42LTAuMSwwLjcsMC4yYy0xLjIsMC41LTAuOSwwLjctMS40LDEuNWMt MS40LDAuMS0xLjksMC43LTQuMSwwLjVjLTAuNS0wLjUsMC4xLTAuNi0wLjMtMC45CgkJQzY5My40 LDguOSw2OTMsOS41LDY5NCw5LjN6IE02ODkuOSw2YzAuNSwwLDEuMy0wLjEsMS40LDAuMmMtMC42 LDAuMSwwLjEsMC4yLDAsMC41Yy0wLjUsMC0xLjMsMC4xLTEuNC0wLjIKCQlDNjkwLjUsNi40LDY5 MC4yLDYuMSw2ODkuOSw2eiBNNjgxLjQsMTEuM2MwLjIsMC4yLTAuNCwwLjgsMC4zLDAuOGMxLjQs MC0wLjItMC42LDAuNy0wLjhjMC4xLDAuNCwxLDAuNCwwLjctMC4yCgkJYzEuOSwwLjMsMS40LDAu OSwzLjQsMC45Yy0wLjMsMC4zLTAuMSwwLjgtMC43LDAuOWMtMS0wLjUtNC41LDAuMS01LjEtMC4y YzAuNy0wLjEsMS4yLTAuOC0wLjMtMC44CgkJQzY4MC4zLDExLjYsNjgwLjMsMTEuMiw2ODEuNCwx MS4zeiBNNjc3LDEwLjljMC45LDAuNCwwLjcsMCwyLjQtMC4yQzY3OS41LDExLjYsNjc1LjksMTEu Niw2NzcsMTAuOXogTTY0MS41LDEwLjQKCQljMC42LDAsMS4xLDAsMS40LTAuMmMtMC4xLDAuMyww LjUsMC40LDAsMC41YzAtMC4yLTAuNC0wLjEtMC4zLDAuMmMtMC41LDAtMC43LTAuMS0xLTAuMkM2 NDEuNSwxMC42LDY0MS41LDEwLjUsNjQxLjUsMTAuNHoKCQkgTTYzNi43LDQuNWMtMC4xLDAuNCww LjEsMC42LDAuMywwLjhjLTAuNCwwLTAuOCwwLjMtMSwwYzEuMS0wLjEtMC40LTAuMy0wLjMtMC41 QzYzNi4yLDQuOCw2MzYuMyw0LjYsNjM2LjcsNC41eiBNNjE4LjMsMTIuNAoJCWMwLjgsMCwxLjcs MCwxLjcsMC4zYy0wLjYsMCwwLjIsMC4yLTAuMywwLjNjLTAuMi0wLjQtMSwwLjItMS40LDAuM0M2 MTguNCwxMi43LDYxOC43LDEyLjgsNjE4LjMsMTIuNHogTTYwMi43LDEzCgkJYzAuNSwwLDEuMiww LDEtMC4zYzIsMC4zLDIuNS0wLjMsNC40LTAuMmMwLjEsMC40LDAuOSwwLjUsMS43LDAuNmMwLjEs MC4zLTAuNCwwLjMtMC4zLDAuNmMwLjQsMCwwLjgtMC4zLDEsMAoJCWMtMS4yLDAsMC43LDAuNS0w LjMsMC41YzAtMC4xLTAuMS0wLjItMC4zLTAuMkM2MDYuOCwxNC43LDYwMi4zLDE0LjYsNjAyLjcs MTN6IE01OTUuMiwxNC44Yy0wLjgsMS4zLTMuMiwwLjEtNC44LDAuOAoJCWMtMC45LTAuNCwwLjQt MC43LDAuNy0xLjFDNTkxLjksMTQuNiw1OTMuMywxNC44LDU5NS4yLDE0Ljh6IE01ODYuNiw1LjRj LTAuOS0wLjUsMi42LTEsMy43LTAuNmMtMC42LDAsMC4xLDAuNiwxLDAuNQoJCWMwLjQsMS0yLjEs MC42LTIuNywwLjhjMC40LDAsMC44LDAsMC43LDAuM2MtMS45LDAtMi44LDAuMy00LjgsMC42Yy0w LjYtMC40LTEuMy0wLjYtMS40LTEuMkM1ODQuMiw1LjQsNTg1LjYsNC44LDU4Ni42LDUuNHoKCQkg TTU4Mi41LDUuNmMwLTAuMSwwLjEtMC4yLDAuMy0wLjJjMCwwLjItMC4yLDAuMy0wLjMsMC41YzAu NCwwLDAuNSwwLjIsMC43LDAuM2MtMS4zLDAtMi0wLjEtMS40LDAuNWMtMS41LDAuMi0wLjctMC42 LTEuNC0wLjgKCQlDNTgxLjQsNS44LDU4Mi4xLDUuOCw1ODIuNSw1LjZ6IE01NzkuMSwxNC44YzAu MywwLjQsMC42LDAuOS0wLjcsMC45QzU3OC41LDE1LjMsNTc4LjMsMTQuOCw1NzkuMSwxNC44eiBN NTQzLjMsOS44CgkJYzIuOS0wLjQsNC0yLjMsNy41LTJjLTAuMS0wLjYsNS4yLTAuNSw2LjEsMC4y YzAuMy0wLjMsMS41LTEsMi4xLTAuOGMtMC4zLDAtMC40LDAuMywwLDAuM2MxLjIsMCwxLjgtMC4z LDIuNC0wLjYKCQljLTAuNy0wLjItMS42LDAuMS0xLjctMC42YzEuOS0wLjMsMy4zLDAsNS4xLTAu NWMwLDAuOS0wLjYsMC4yLTEsMS4xYzIuNC0wLjIsNC4yLDAuNCw2LjEtMC44YzAuOC0wLjEsMC43 LDAuMywxLjcsMC4yCgkJYzAuMSwwLjItMC4xLDAuNiwwLjMsMC42YzAuNi0wLjEsMC0wLjcsMC43 LTAuOGMwLjUsMC41LDEuOCwwLjYsMS43LDAuOWMwLjMsMCwwLjcsMCwwLjcsMC4yYy0xLjItMC4x LTEuOCwwLjEtMSwwLjUKCQljLTIuOC0wLjEtNSwwLjYtNy4yLDAuNWMwLjQsMC4yLDAuNCwwLjUs MC4zLDAuOWMtMS42LTAuMS0wLjUsMC42LTEsMC42Yy0wLjItMC4zLTAuNCwwLjEtMC43LDAuMmMt MC43LTAuNS0xLjItMC4xLTIsMAoJCWMtMC43LTAuMy0wLjktMC45LTItMS4xYzAuOSwwLDEuMSww LjMsMS40LTAuMmMtMC44LDAuMS0wLjctMC4zLTEuNy0wLjJjLTEuNCwwLjktMy43LTAuMy00Ljgs MC44YzAuMywwLjIsMC40LDAuNCwwLjMsMC44CgkJYy0zLjgtMC4yLTkuMSwwLjEtMTIuNiwwLjZj MS4xLTAuNC0wLjctMC40LTAuNy0wLjVDNTQzLjgsMTAuMSw1NDMuNiw5LjksNTQzLjMsOS44eiBN NTMzLjcsMTMuMmMyLjYtMC40LDYuNiwwLDguOSwwLjUKCQljLTEuMiwxLjMtNC40LDIuMy04Ljgs MkM1MzIuNywxNS4xLDUzMy42LDE0LjIsNTMzLjcsMTMuMnogTTUyOS4yLDEyLjJjLTAuMSwwLTAu MSwwLjEtMC4xLDAuMWMwLTAuMS0wLjItMC4zLTAuNC0wLjQKCQlDNTI4LjksMTIsNTI5LjEsMTIu MSw1MjkuMiwxMi4yeiBNNDkwLDE0LjhjLTEuNCwwLjMtMy4zLDAuOS00LjMsMC4ydi0wLjdDNDg3 LjIsMTMuNyw0ODkuNSwxMy45LDQ5MCwxNC44eiBNNDc0LjIsMTEuNQoJCWMwLjYsMC40LDIuNCww LjMsMy4xLDAuNmMwLjEtMS4xLDEuNiwwLDIuNCwwYzAuMi0wLjQsMC4xLTAuNSwxLjQtMC4yYzAu My0wLjQsMS0wLjYsMi0wLjZjLTAuNywwLjMsMC40LDAuOCwxLjcsMC44CgkJYzAuMy0wLjEsMC42 LTAuMiwwLjktMC4zYzAuMiwwLjEsMC40LDAuMSwwLjcsMC4yYzAsMC43LTAuNiwxLTEuMywxLjFj LTAuNC0wLjItMS4zLTAuNC0yLTAuNGMwLDAuMi0wLjIsMC4zLTAuNSwwLjQKCQljLTAuNSwwLTEt MC4yLTEuNi0wLjFjMCwwLDAsMCwwLDBjLTAuOS0wLjItMS44LTAuMy0yLjMtMC4xYzAuNSwwLDAu NSwwLjEsMC4yLDAuMmMtMC45LDAuMS0xLjksMC4xLTIuOCwwLjJjMCwwLTAuMSwwLTAuMSwwCgkJ YzAuMS0wLjctMy0wLjMtMy4xLTEuNEM0NzMuOSwxMi40LDQ3My4yLDExLjUsNDc0LjIsMTEuNXog TTQ1OS4zLDEyLjNjMC4zLDAsMC4zLTAuMiwwLjctMC4yYzAtMC4zLTAuOS0wLjItMC43LTAuNgoJ CWMwLjYsMC4yLDEuNywwLDIuNywwLjNjLTAuOCwwLjUtMywwLjUtMy4xLDAuOWMtMS42LDAuMS0w LjUtMC42LTEtMC42QzQ1OCwxMS43LDQ1OC44LDEyLjMsNDU5LjMsMTIuM3ogTTQwNS44LDguNQoJ CWMwLDAuMi0wLjIsMC42LDAuMywwLjZjLTAuMywwLjMtMSwwLjUtMS42LDAuNWMwLTAuMSwwLTAu MywwLTAuNGMtMS4yLTAuMS0yLjQtMC4yLTMuNi0wLjJjLTAuMS0wLjEtMC4yLTAuMi0wLjItMC40 CgkJQzQwMS44LDcuNyw0MDMuOSw4LjIsNDA1LjgsOC41eiBNMzI3LjgsNi45YzEuOC0wLjMsNC0w LjgsNS4xLDAuMmMtMC4yLDEuMS00LjMsMS40LTUuNSwwLjVDMzI4LDcuNSwzMjcuOCw3LjIsMzI3 LjgsNi45egoJCSBNMjc0LjMsOS45YzAuMiwwLjQtMC43LDAuMy0wLjcsMC42YzAuMywwLDAuNCww LjEsMC43LDAuMmMwLjUsMCwxLjMtMC41LDEuNC0wLjJjLTAuNSwwLDAuNiwwLjctMSwwLjZjLTAu MS0wLjUtMi4yLTAuNC0zLjEtMC45CgkJQzI3Mi42LDEwLDI3My42LDEwLjEsMjc0LjMsOS45eiBN MjQ3LjgsMTMuNXYwLjljLTAuMi0wLjItMC40LTAuNC0wLjQtMC44QzI0Ny42LDEzLjUsMjQ3Ljcs MTMuNSwyNDcuOCwxMy41eiBNMjQ3LjgsMTUuOHYwLjNIMjQ0CgkJQzI0NC43LDE1LjUsMjQ2LjUs MTUuNCwyNDcuOCwxNS44eiBNMjA1LjEsMTMuNWMtMC4yLDAuMi0wLjQsMC4zLTAuNCwwLjRjMC0w LjEsMC0wLjEtMC4xLTAuMUMyMDQuNywxMy43LDIwNC45LDEzLjYsMjA1LjEsMTMuNXoKCQkgTTIw MC4xLDE0LjhjMCwwLjQsMC4zLDAuOSwwLjQsMS4zaC04LjNjLTAuNC0wLjItMC44LTAuNS0xLjEt MC44QzE5My41LDE0LjgsMTk3LjQsMTQuNCwyMDAuMSwxNC44eiBNMTU5LjUsOC42CgkJYy0wLjEt MC4zLDEuMi0wLjUsMS43LTAuOWMwLjcsMCwwLjEsMC43LDAuNywwLjhjMC41LDAsMC4zLTAuNCww LjMtMC42YzEsMC4xLDAuOS0wLjIsMS43LTAuMmMyLDEuMSwzLjgsMC41LDYuMSwwLjgKCQljLTAu NC0wLjktMS4xLTAuMi0xLTEuMWMxLjksMC40LDMuMiwwLjEsNS4xLDAuNWMtMC4xLDAuNy0xLDAu NC0xLjcsMC42YzAuNiwwLjMsMS4xLDAuNiwyLjQsMC42YzAuNCwwLDAuMy0wLjMsMC0wLjMKCQlj MC41LTAuMywxLjcsMC40LDIsMC44YzAuOS0wLjYsNi4zLTAuNyw2LjEtMC4yYzMuNS0wLjQsNC42 LDEuNSw3LjUsMmMtMC4yLDAuMS0wLjQsMC4zLDAsMC4zYzAsMC4xLTEuNywwLjEtMC43LDAuNQoJ CWMtMy41LTAuNS04LjgtMC44LTEyLjYtMC42Yy0wLjEtMC40LDAuMS0wLjYsMC4zLTAuOGMtMS4x LTEuMS0zLjQsMC4yLTQuOC0wLjhjLTEtMC4xLTAuOSwwLjItMS43LDAuMmMwLjMsMC40LDAuNSww LjIsMS40LDAuMgoJCWMtMS4xLDAuMi0xLjMsMC43LTIsMS4xYy0wLjktMC4xLTEuNC0wLjUtMiww Yy0wLjMtMC4xLTAuNS0wLjQtMC43LTAuMmMtMC41LDAsMC42LTAuNy0xLTAuNmMwLTAuNC0wLjEt MC43LDAuMy0wLjkKCQljLTIuMSwwLjEtNC4zLTAuNS03LjItMC41YzAuNy0wLjMsMC4xLTAuNi0x LTAuNUMxNTguOCw4LjYsMTU5LjIsOC43LDE1OS41LDguNnogTTE1MS4zLDcuMWMwLjQsMC4yLDEu MiwwLjMsMiwwLjMKCQljLTAuNiwwLjIsMC4yLDEtMS40LDAuOGMwLjYtMC41LDAtMC41LTEuNC0w LjVjMC4yLTAuMSwwLjMtMC4zLDAuNy0wLjNjLTAuMi0wLjEtMC40LTAuMi0wLjMtMC41QzE1MS4y LDYuOSwxNTEuMyw3LDE1MS4zLDcuMXoKCQkgTTE0Mi40LDYuOGMwLjksMC4yLDEuNy0wLjQsMS0w LjVjMS4xLTAuNCw0LjYsMC4xLDMuNywwLjZjMS0wLjYsMi40LDAsMy40LDAuM2MtMC4xLDAuNi0w LjgsMC45LTEuNCwxLjIKCQljLTEuOS0wLjMtMi45LTAuNi00LjgtMC42Yy0wLjEtMC4zLDAuMy0w LjMsMC43LTAuM0MxNDQuNSw3LjQsMTQyLDcuOCwxNDIuNCw2Ljh6IE0xMjQuNCwxNS4zYzAtMC4z LTAuNC0wLjMtMC4zLTAuNgoJCWMwLjgtMC4xLDEuNi0wLjIsMS43LTAuNmMxLjktMC4xLDIuNSww LjUsNC40LDAuMmMtMC4yLDAuMywwLjUsMC4zLDEsMC4zYzAuNCwxLjctNC4yLDEuOC03LjEsMS4x Yy0wLjMsMC0wLjMsMC4xLTAuMywwLjIKCQljLTEuMSwwLDAuOS0wLjQtMC4zLTAuNUMxMjMuNiwx NSwxMjQsMTUuMywxMjQuNCwxNS4zeiBNMTE1LjUsMTMuOWMtMC40LDAuNSwwLDAuMywwLDAuOWMt MC4zLTAuMS0xLjEtMC43LTEuNC0wLjMKCQljLTAuNS0wLjEsMC4zLTAuMy0wLjMtMC4zQzExMy45 LDEzLjksMTE0LjcsMTMuOSwxMTUuNSwxMy45eiBNOTcuMiw2YzAuNCwwLjEsMC41LDAuMywxLDAu M2MwLDAuMi0xLjUsMC4zLTAuMywwLjUKCQljLTAuMywwLjMtMC42LDAtMSwwQzk3LjEsNi42LDk3 LjMsNi40LDk3LjIsNnogTTkxLDExLjhjMC4zLDAuMSwwLjgsMC4yLDEuNCwwLjJjMCwwLjEsMCww LjIsMCwwLjNjLTAuMywwLjEtMC42LDAuMi0xLDAuMgoJCWMwLjEtMC4zLTAuMy0wLjMtMC4zLTAu MkM5MC41LDEyLjIsOTEuMiwxMi4xLDkxLDExLjh6IE01NywxMi40YzEuMSwwLjctMi42LDAuNy0y LjQtMC4yQzU2LjIsMTIuNCw1Ni4xLDEyLjgsNTcsMTIuNHogTTUwLjgsMTIuNwoJCWMtMC4zLDAu NSwwLjUsMC41LDAuNywwLjJjMC45LDAuMS0wLjgsMC43LDAuNywwLjhjMC43LDAsMC4yLTAuNSww LjMtMC44YzEuMS0wLjEsMS4xLDAuMywxLDAuOGMtMS42LTAuMS0xLDAuNy0wLjMsMC44CgkJYy0w LjYsMC4zLTQuMS0wLjMtNS4xLDAuMmMtMC42LTAuMi0wLjQtMC42LTAuNy0wLjlDNDkuNSwxMy42 LDQ4LjksMTMsNTAuOCwxMi43eiBNNDIuNyw3LjdjMC4xLTAuMiwwLjktMC4xLDEuNC0wLjIKCQlD NDMuOCw3LjcsNDMuNSw4LDQ0LDhjLTAuMSwwLjItMC45LDAuMS0xLjQsMC4yQzQyLjYsNy45LDQz LjIsNy44LDQyLjcsNy43eiBNMzYuNSw5LjRjMC42LDAsMSwwLjksMS43LDAuMwoJCWMwLjYtMC4z LTAuMywwLjUsMC4zLDAuOGMwLjQtMC4yLDAuOS0wLjEsMC4zLDBjLTAuMSwwLjQsMS42LTAuMSwx LDAuNWMxLDAuMSwwLjctMC40LDEuNy0wLjNjLTAuNSwwLjMsMC4yLDAuNC0wLjMsMC45CgkJYy0y LjEsMC4yLTIuNy0wLjMtNC4xLTAuNWMtMC41LTAuOC0wLjItMS4xLTEuNC0xLjVDMzYsOS4zLDM2 LjQsOS43LDM2LjUsOS40eiBNMzUuOSwxMWMwLjEtMC4yLDEuMSwwLjQsMSwwLjgKCQljLTAuNSww LjEtMC44LTAuNi0xLTAuMkMzNSwxMS42LDM2LjMsMTEuNCwzNS45LDExeiBNMzQuNSwxMC43YzAu NywwLDAuNywwLjQsMSwwLjZjLTAuMSwwLTAuMywwLTAuNSwwLjEKCQljLTAuMi0wLjEtMC40LTAu MS0wLjUtMC4xQzM0LjcsMTEsMzMuNSwxMC44LDM0LjUsMTAuN3ogTTI4LjcsOS44YzAuNCwwLjIs MS42LDAuMiwyLDBjMCwwLjUsMS4xLDAuNSwxLDEuMQoJCWMxLjMtMC4zLDEuOSwwLjEsMi43LDAu NGMtMC4xLDAtMC4xLDAuMS0wLjEsMC4xYy0xLjIsMC0yLjcsMC0yLjksMC41YzAuNiwwLDAuNiww LjksMCwwLjljLTAuMy0wLjEtMC42LTAuMS0xLTAuMgoJCWMtMC4xLTAuMy0wLjMtMC43LTAuNC0x LjFoLTEuN0MyOC44LDExLjEsMjkuNywxMC42LDI4LjcsOS44eiBNMjcuMSwxMS42aC0wLjZDMjYu OSwxMS40LDI3LDExLjUsMjcuMSwxMS42eiBNOSwxNTMuMgoJCWMwLjQsMC42LDAuMiwxLjUsMC4x LDIuM0M5LjEsMTU0LjYsOSwxNTMuOCw5LDE1My4yeiBNOC4yLDIxNC4yYzAuMi0wLjQsMC4zLTEu MiwwLjMtMmMwLjIsMC42LDEtMC4yLDAuOCwxLjQKCQljLTAuNS0wLjYtMC41LDAtMC41LDEuNGMt MC4xLTAuMi0wLjMtMC4zLTAuMy0wLjdjLTAuMSwwLjItMC4yLDAuNC0wLjUsMC4zQzguMSwyMTQu Miw4LjEsMjE0LjIsOC4yLDIxNC4yeiBNOC43LDIyMC4zCgkJYy0wLjIsMC42LDAuMywzLjItMC44 LDIuN2MwLjItMC45LTAuNC0xLjctMC41LTFjLTAuNC0xLjEsMC4xLTQuNywwLjYtMy43Yy0wLjYt MSwwLTIuNCwwLjMtMy40YzAuNiwwLjEsMC45LDAuOCwxLjIsMS40CgkJQzkuMywyMTguMiw5LDIx OS4yLDksMjIxQzguNywyMjEuMSw4LjcsMjIwLjcsOC43LDIyMC4zeiBNOS42LDIyMWMtMC41LTAu Mi0wLjItMC45LTAuMi0xLjdjMC4zLDAsMC4zLDAuNCwwLjYsMC4zCgkJQzEwLDIyMC4zLDkuNiwy MjAuMyw5LjYsMjIxeiBNMTAuNCwyMDUuN2MtMC4zLTAuNy0wLjYtMC4xLTAuNSwxYy0wLjEsMC0w LjEtMC40LTAuMi0wLjdjLTAuMywwLjEtMC41LTEuMi0wLjktMS43CgkJYzAtMC43LDAuNy0wLjEs MC44LTAuN2MwLTAuNS0wLjQtMC4zLTAuNi0wLjNjMC4xLTEtMC4yLTAuOS0wLjItMS43YzEuMS0y LDAuNS0zLjgsMC44LTYuMWMtMC45LDAuNC0wLjIsMS4xLTEuMSwxCgkJYzAuNC0xLjksMC4xLTMu MiwwLjUtNS4xYzAuNywwLjEsMC40LDEsMC42LDEuN2MwLjMtMC42LDAuNi0xLjEsMC42LTIuNGMw LTAuNC0wLjMtMC4zLTAuMywwYy0wLjMtMC41LDAuNC0xLjcsMC44LTIuMQoJCWMtMC4zLTAuNC0w LjUtMS43LTAuNS0yLjljMC4yLDAsMC40LDAsMC4zLTAuMmMtMC41LTAuMiwwLTAuNi0wLjMtMS4x YzAuNS0wLjEsMC42LTAuNywxLjMtMC41Yy0wLjMsMS0wLjIsMS4yLTAuMywyLjMKCQljLTEuMyww LjQtMC43LDIuMS0wLjEsMi44YzAtMC4yLDAuMiwwLDAuMywwLjJjLTAuMSwxLjEsMC4zLDIuNS0w LjMsMy41Yy0wLjEsMSwwLjIsMC45LDAuMiwxLjdjMC40LTAuMywwLjItMC41LDAuMi0xLjQKCQlj MCwwLjIsMC4xLDAuNCwwLjEsMC42djUuMmMtMC4zLDAtMC42LDAtMC44LTAuNEMxMC45LDIwMC42 LDEwLjMsMjAyLjgsMTAuNCwyMDUuN3ogTTUuMiwzNTMuOGMtMC4yLDAuNiwwLjMsMy4yLTAuNywy LjgKCQljMC4yLTEtMC40LTEuNy0wLjQtMWMtMC4yLTAuNi0wLjItMS45LDAtMi44YzAsMCwwLDAs MCwwLjFjMC0wLjcsMC42LDAuMSwwLjQsMWMxLDAuNCwwLjYtMi4yLDAuNy0yLjhjMCwwLjQsMCww LjgsMC4zLDAuNwoJCWMwLTEuMSwwLjEtMS45LDAuMy0yLjhjMC4xLDAuMiwwLjIsMC40LDAuMyww LjZjMCwwLjEsMCwwLjMtMC4xLDAuNGMwLDAtMC4xLDAtMC4xLDBjMCwwLjUtMC4xLDAuOS0wLjEs MS4zCgkJYy0wLjIsMS4xLTAuMywxLjktMC4zLDMuMkM1LjIsMzU0LjYsNS4yLDM1NC4yLDUuMiwz NTMuOHogTTYuMSwzNTQuNWMtMC41LTAuMi0wLjItMC45LTAuMS0xLjdjMC4zLDAsMC4zLDAuNCww LjYsMC4zCgkJQzYuNSwzNTMuOCw2LjEsMzUzLjgsNi4xLDM1NC41eiBNNy4yLDMzMS40YzAuMSwy LjItMC41LDQuNC0wLjQsNy4zYy0wLjMtMC44LTAuNi0wLjItMC40LDFjLTAuMSwwLTAuMS0wLjQt MC4xLTAuNwoJCWMtMC4zLDAuMS0wLjQtMS4zLTAuOS0xLjhjMC0wLjcsMC43LTAuMSwwLjctMC43 YzAtMC41LTAuNC0wLjMtMC42LTAuNGMwLjEtMS0wLjItMC45LTAuMS0xLjdjMCwwLDAsMCwwLDBj MCwwLDAsMC4xLDAsMC4xCgkJYzAuNCwwLjUsMC42LDEuOCwwLjksMS43YzAsMC4zLDAsMC43LDAu MSwwLjdjLTAuMS0xLjIsMC4xLTEuOCwwLjQtMWMtMC4xLTIuOSwwLjYtNS4xLDAuNC03LjNjMC4y LDAuNCwwLjUsMC40LDAuOSwwLjMKCQljLTAuMS0xLjYsMC42LTAuNSwwLjYtMWMtMC4yLTAuMS0w LjEtMC4yLDAtMC40YzAuMSwwLjEsMC4xLDAuMiwwLjIsMC4zYy0wLjEsMC44LTAuNCwxLjMtMC4x LDJjMCwwLjEsMCwwLjMsMCwwLjQKCQljLTAuMSwwLjItMC4yLDAuMywwLDAuNWMwLDAuNi0wLjct MC42LTAuNiwxQzcuOCwzMzEuOCw3LjQsMzMxLjgsNy4yLDMzMS40eiBNOC4xLDM1NC4xYy0wLjIt MC4xLTAuMywwLjEtMC4zLDAuMwoJCWMtMC4yLTAuMywwLTAuNy0wLjEtMS43YzAuMSwwLDAuMyww LDAuNCwwYzAsMC42LTAuMSwxLjMsMC4xLDEuNEM4LjMsMzU0LjUsOC4xLDM1NC4zLDguMSwzNTQu MXogTTguNiwzNTIuNAoJCWMtMC41LDAuMy0wLjMtMC44LTAuNS0xYzAsMCwwLjEsMCwwLjEsMGMw LDAuMiwwLjEsMC40LDAuMSwwYy0wLjEsMC0wLjEtMC4yLTAuMS0wLjVjMC4yLTAuMSwwLjMtMC4x LDAuMy0wLjYKCQljMC4yLDAuMiwwLjEsMS4xLDAuNiwwLjdDOS4xLDM1MS45LDguOCwzNTIuMSw4 LjYsMzUyLjR6IE05LjgsNDA5LjRjLTAuMSwwLjUtMC4yLTAuMS0wLjQsMGMwLjEtMC4zLDAuMi0w LjgsMC4xLTEuNAoJCWMwLjEsMCwwLjIsMCwwLjMsMGMwLjEsMC4zLDAuMiwwLjYsMC4xLDFDOS42 LDQwOC45LDkuNiw0MDkuMyw5LjgsNDA5LjR6IE05LjgsNDQ2LjhjMC4yLTEuNywwLjUtMS41LDAu MS0yLjQKCQljMC40LTAuNSwwLjUsMC4xLDAuNSwwLjljLTAuMSwwLjItMC4xLDAuNC0wLjEsMC43 QzEwLjMsNDQ2LjQsMTAuMSw0NDYuOCw5LjgsNDQ2Ljh6IE0xMS4xLDQ1NC4xYzAtMi4xLTAuNi0x LjUtMC45LTMuNQoJCWMwLjUsMC4zLDAuNS0wLjYsMC4xLTAuN2MwLjEtMC42LDAuNCwwLDAuNi0w LjFjMC4xLDAuMywwLjIsMC43LDAuMiwxLjNjMC4xLTAuMiwwLjMtMC4yLDAuNS0wLjJ2Mi40YzAs MC0wLjEsMC0wLjEsMHYwLjYKCQlDMTEuMyw0NTMuOSwxMS4yLDQ1NCwxMS4xLDQ1NC4xeiBNMTY5 LjgsNDk0LjdjLTAuMiwwLTAuNS0wLjEtMC43LTAuMWMwLjEtMC4xLDAuMy0wLjIsMC41LTAuMwoJ CUMxNjkuNyw0OTQuNCwxNjkuOSw0OTQuNSwxNjkuOCw0OTQuN3ogTTE3MC42LDQ5NC4xYzAuMiww LDAuNCwwLDAuNywwYzAsMCwwLjEsMCwwLjIsMEMxNzEuNCw0OTQuMywxNzEsNDk0LjIsMTcwLjYs NDk0LjF6CgkJIE0yMzYuMyw0OTcuOWMwLTAuMywwLjItMC42LTAuNC0wLjZjMS41LTEsNi41LTAu Nyw2LjgsMC41QzI0MS4zLDQ5OC43LDIzOC42LDQ5OC4zLDIzNi4zLDQ5Ny45eiBNMzk1LjMsNDk2 LjFjMC4yLDAsMC40LDAsMC42LDAKCQlDMzk1LjcsNDk2LjIsMzk1LjUsNDk2LjIsMzk1LjMsNDk2 LjF6IE0zOTYuNCw0OTYuMWMxLjIsMCwxLjQsMCwzLjQtMC4xYy0wLjMsMC4yLTAuMSwwLjIsMC4z LDAuM2MtMC4xLDAuMS0wLjEsMC4yLDAuMiwwLjIKCQlDMzk5LjMsNDk2LjksMzk2LjUsNDk2LjUs Mzk2LjQsNDk2LjF6IE00MTEuNiw0OTYuNWMwLjItMC4xLDAuNC0wLjEsMC42LTAuMmMwLjUsMCww LjksMC4xLDEuNCwwLjIKCQlDNDEyLjgsNDk2LjUsNDEyLjEsNDk2LjUsNDExLjYsNDk2LjV6IE00 MzMuNCw0OTYuN2MwLDAuNCwwLjYsMC41LTAuMywwLjZjLTIuNC0wLjMtNS40LTAuNy03LjktMS4x Yy0xLjQtMC41LTMuNy0wLjUtNS4xLTEKCQljMCwwLjktNS45LTAuMy02LjIsMWMtMC44LDAtMS43 LDAtMi41LDBjLTAuMS0wLjMtMC41LTAuNC0wLjctMC42Yy0wLjEsMC0wLjEsMC0wLjIsMGMwLDAs MCwwLDAtMC4xYy0wLjUsMC0xLjEsMC0xLjYsMAoJCWMtMS41LTAuMi0yLjQtMC44LTMuMy0xLjJj MC42LDAsMS4xLDAsMS43LDBjMC4xLTAuNi0wLjUsMC0xLjQtMC4yYzAuNC0wLjIsMC40LTAuNCww LTAuNmMwLjgsMC40LDEuNS0wLjEsMi43LDAKCQljMC44LDAuMywxLjEsMS41LDIuNCwxLjFjLTAu NC0wLjEtMC44LTAuMi0xLTAuM2MxLjgsMCwwLjMsMCwwLjMtMC41YzEuMywwLjIsMC43LTAuNCwx LjctMC4zYzAuOCwwLjgsMi45LDEsNC4xLDEuNQoJCWMwLjctMC4xLDIuNC0wLjIsNC4xLTAuNGMw LjEsMC4xLDAuMiwwLjIsMC4yLDAuM2MwLjItMC4yLDAuNi0wLjMsMS0wLjRjMC42LTAuMSwxLjIt MC4xLDEuNy0wLjJjMC4xLDAsMC4zLDAuMSwwLjUsMC4xCgkJYy0wLjIsMC4zLDAuNywwLjYsMS4z LDAuN2MxLjMtMSwzLTAuMyw0LjQtMC44Yy0wLjUtMC4xLTEuMS0wLjItMS0wLjZjMS4xLTAuMSwx LjYsMC4yLDIsMC40Yy0wLjQsMC40LTEuNCwwLjUtMi4yLDAuNwoJCWMwLjMsMC41LTAuNCwwLjYt MC40LDFjMi4xLDAuMyw1LjMsMC41LDguMSwwLjVjMCwwLjEsMCwwLjEtMC4xLDAuMWMtMC43LDAt MC42LDAuMy0xLDAuM0M0MzUuMSw0OTYuNSw0MzQsNDk2LjcsNDMzLjQsNDk2Ljd6CgkJIE00NDYu Nyw0OTYuOGMtMC40LTAuMS0wLjUtMC4zLTEtMC4zYzAtMC4yLDEuNS0wLjMsMC4zLTAuNWMwLjMt MC4zLDAuNiwwLDEsMEM0NDYuNyw0OTYuMiw0NDYuNiw0OTYuNSw0NDYuNyw0OTYuOHogTTQ1Ny45 LDQ5NC41CgkJYzAuMi0wLjQsMS0wLjIsMS40LTAuOGMwLjIsMCwwLjUsMCwwLjcsMEM0NTkuNyw0 OTQuMiw0NTkuMSw0OTQuNSw0NTcuOSw0OTQuNXogTTQ4MC40LDQ5NS4yYy0wLjgsMC0xLjYsMC0y LjQsMAoJCWMwLjItMC40LTAuNy0wLjMtMC43LTAuNmMtMi45LDAuMi01LTAuNC03LjItMC4zYzAu My0wLjIsMS43LDAsMS40LTAuNWMtMC44LDAuMS0zLjgsMC0xLjcsMC41Yy0yLTAuMi0yLjUtMC4y LTQuMS0wLjYKCQljLTAuMSwwLjIsMC4xLDAuNC0wLjMsMC41Yy0wLjQtMC43LTIuNS0wLjUtMy40 LTAuNmMwLTAuMiwwLjYtMC4xLDAuNy0wLjNjLTAuOCwwLTEuNCwwLTIsMGMwLjcsMCwxLjQtMC4x LDItMC4yCgkJYzAuMS0wLjMtMC4zLTAuNCwwLTAuNWMwLjQtMC4zLDIuNCwwLjIsMS45LDAuMmMy LDAuMSwzLjYtMC4zLDUuNC0wLjJjMi42LDAuMiw1LjQsMS40LDguNCwxLjRjMS42LDAsMi45LTAu NCw0LjUtMC4yCgkJYzAsMC41LDAuNiwwLjIsMS4zLDAuNWMtMC4yLTAuNywxLTAuNCwxLjQtMC43 YzAuMiwwLjIsMC40LDAuMywwLjUsMC42YzAuMy0wLjIsMC45LTAuMywxLjQtMC41YzAuMiwwLjEs MC4zLDAuMiwwLjQsMC4zCgkJYy0wLjcsMC4xLTEsMC4zLTEuMiwwLjZjLTAuNC0wLjEtMC43LTAu MS0xLTAuMkM0ODUuOCw0OTUuMSw0ODAuNiw0OTQsNDgwLjQsNDk1LjJ6IE01NDIuNyw0OTcuOGMw LjEsMC4zLTEuNSwwLjUtMi4xLDEKCQljLTAuOSwwLTAuMS0wLjctMC44LTAuOGMtMC42LDAtMC40 LDAuNC0wLjQsMC42Yy0xLjItMC4xLTEuMSwwLjItMi4xLDAuMmMtMi40LTEuMi00LjctMC42LTcu Ni0wLjhjMC41LDEsMS4zLDAuMiwxLjMsMS4xCgkJYy0yLjMtMC40LTMuOS0wLjEtNi40LTAuNWMw LjItMC43LDEuMy0wLjUsMi4xLTAuNmMtMC43LTAuMy0xLjQtMC42LTMtMC42Yy0wLjUsMC0wLjQs MC4zLDAsMC4zYy0wLjYsMC4zLTIuMi0wLjUtMi41LTAuOAoJCWMtMS4xLDAuNy03LjgsMC44LTcu NiwwLjJjLTQsMC4zLTUuNS0xLjMtOC40LTEuOWMwLjYsMC4xLDEuMSwwLjEsMS42LTAuMWMtMC40 LDAtMC44LTAuMi0wLjMtMC4zYzAuMSwwLjMsMi4xLDAsMSwwLjUKCQljMi45LDAuMiw2LjksMC4y LDcuNC0wLjRjMi4xLDAuMSw0LjIsMC4xLDYsMGMwLjEsMC40LTAuMSwwLjYtMC40LDAuOGMxLjMs MS4xLDQuMi0wLjIsNS45LDAuOGMxLjIsMC4xLDEuMS0wLjIsMi4xLTAuMgoJCWMtMC40LTAuNS0w LjYtMC4yLTEuNy0wLjJjMS40LTAuMiwxLjYtMC44LDIuNS0xLjFjMS4xLDAuMiwxLjcsMC41LDIu NSwwYzAuNCwwLjEsMC42LDAuNCwwLjgsMC4yYzAuNywwLTAuNywwLjgsMS4zLDAuNgoJCWMwLjEs MC40LDAuMSwwLjgtMC40LDFjMi43LTAuMSw1LjQsMC42LDguOSwwLjVjLTAuOSwwLjMtMC4yLDAu NiwxLjMsMC41QzU0My41LDQ5Ny44LDU0Myw0OTcuNyw1NDIuNyw0OTcuOHogTTU0OC42LDQ4OS42 CgkJYy0xLDAtMC45LTAuNC0wLjktMC44aDAuOUM1NDkuMSw0ODksNTQ4LjksNDg5LjMsNTQ4LjYs NDg5LjZ6IE01NTIuOSw0OTkuNGMtMC41LTAuMi0xLjUtMC4zLTIuNS0wLjNjMC44LTAuMi0wLjIt MSwxLjctMC44CgkJYy0wLjgsMC42LDAsMC41LDEuNywwLjVjLTAuMiwwLjEtMC40LDAuMy0wLjgs MC4zYzAuMiwwLjEsMC40LDAuMywwLjQsMC41QzU1Mi45LDQ5OS42LDU1Mi45LDQ5OS41LDU1Mi45 LDQ5OS40eiBNNTYzLjksNDk5LjcKCQljLTEuMi0wLjItMi4xLDAuNS0xLjMsMC41Yy0xLjQsMC40 LTUuOC0wLjEtNC43LTAuNmMtMS4zLDAuNi0zLDAtNC4yLTAuM2MwLjEtMC42LDEtMC45LDEuNy0x LjNjMi40LDAuMywzLjYsMC42LDUuOSwwLjYKCQljMC4yLDAuMy0wLjMsMC4zLTAuOCwwLjNDNTYx LjMsNDk5LjEsNTY0LjQsNDk4LjYsNTYzLjksNDk5Ljd6IE01OTcuMyw0OTIuMmMwLjUtMC41LDAt MC40LDAtMWMwLjQsMC4xLDEuNCwwLjcsMS43LDAuMwoJCWMwLjcsMC4xLTAuNCwwLjMsMC40LDAu M0M1OTkuNCw0OTIuMiw1OTguNCw0OTIuMiw1OTcuMyw0OTIuMnogTTYyMC4yLDUwMC41Yy0wLjYt MC4xLTAuNy0wLjMtMS4zLTAuM2MtMC4xLTAuMiwxLjgtMC4zLDAuNC0wLjUKCQljMC4zLTAuMyww LjgsMCwxLjMsMEM2MjAuMyw0OTkuOSw2MjAuMSw1MDAuMSw2MjAuMiw1MDAuNXogTTYyNy44LDQ5 NC40Yy0wLjQtMC4xLTEtMC4yLTEuNy0wLjJjMC0wLjEsMC0wLjIsMC0wLjMKCQljMC4zLTAuMSww LjctMC4yLDEuMy0wLjJjLTAuMSwwLjMsMC40LDAuMywwLjQsMC4yQzYyOC41LDQ5NCw2MjcuNyw0 OTQuMSw2MjcuOCw0OTQuNHogTTY3MC4yLDQ5My44Yy0xLjMtMC44LDMuMi0wLjgsMywwLjIKCQlD NjcxLjEsNDkzLjcsNjcxLjMsNDkzLjQsNjcwLjIsNDkzLjh6IE02NzcuOCw0OTMuNGMwLjQtMC42 LTAuNy0wLjYtMC44LTAuMmMtMS4xLTAuMSwwLjktMC44LTAuOC0wLjhjLTAuOSwwLTAuMiwwLjYt MC40LDAuOAoJCWMtMS4zLDAuMS0xLjQtMC4zLTEuMy0wLjhjMiwwLjEsMS4zLTAuNywwLjQtMC44 YzAuNy0wLjMsNS4xLDAuMyw2LjQtMC4yYzAuNywwLjIsMC41LDAuNywwLjgsMQoJCUM2NzkuNSw0 OTIuNSw2ODAuMiw0OTMuMiw2NzcuOCw0OTMuNHogTTY4OCw0OTguN2MtMC4xLDAuMi0xLjEsMC4x LTEuNywwLjJjMC4zLTAuMSwwLjctMC40LDAtMC41YzAuMS0wLjIsMS4xLTAuMSwxLjctMC4yCgkJ QzY4OC4xLDQ5OC41LDY4Ny4zLDQ5OC43LDY4OCw0OTguN3ogTTY5NS42LDQ5N2MtMC44LDAtMS4y LTAuOS0yLjEtMC4zYy0wLjgsMC4zLDAuNC0wLjUtMC40LTAuOGMtMC41LDAuMi0xLjEsMC4xLTAu NCwwCgkJYzAuMi0wLjQtMS45LDAuMS0xLjMtMC41Yy0xLjMtMC4xLTAuOCwwLjQtMi4xLDAuM2Mw LjYtMC4zLTAuMi0wLjUsMC40LTFjMi43LTAuMiwzLjMsMC40LDUuMSwwLjVjMC42LDAuOSwwLjIs MS4xLDEuNywxLjYKCQlDNjk2LjMsNDk3LjEsNjk1LjcsNDk2LjcsNjk1LjYsNDk3eiBNNjk2LjUs NDk1LjJjLTAuMSwwLjItMS40LTAuNC0xLjMtMC44YzAuNi0wLjEsMSwwLjYsMS4zLDAuMgoJCUM2 OTcuNiw0OTQuNiw2OTUuOSw0OTQuOCw2OTYuNSw0OTUuMnogTTczMi4xLDQ1OS4yYzAuNSwwLjcs MC42LDEuOCwwLjUsMy4xYy0wLjEtMC42LTAuMi0xLjEtMC41LTEuNGMtMC4xLDAtMC4yLDAuMS0w LjMsMC4yCgkJdi0xLjZDNzMxLjksNDU5LjMsNzMyLDQ1OS4yLDczMi4xLDQ1OS4yeiBNNzI5LjEs Mzg5YzAuMSwxLDAuMSwxLjgsMC4yLDIuNUM3MjguOCwzOTEsNzI5LDM5MCw3MjkuMSwzODl6IE03 MjguMiw0MjMuNQoJCWMtMC4xLTAuNy0wLjItMS40LTAuNC0xLjljLTAuOCwwLjEtMS4yLDAuOC0x LjUtMC40Yy0wLjIsMS41LDAuMywxLjEsMC4zLDIuMmMtMC40LDAuNi0wLjcsMi0wLjgsMy43Yy0w LjItMi42LDAuMS02LjMsMC44LTcuMwoJCWMwLTAuMSwwLTAuMSwwLTAuMmMwLjYtMC4yLDAuOCwx LDEuMiwxLjdjLTAuMS0xLjMsMC4xLTEuOSwwLjItMi45QzcyOC4zLDQxOS43LDcyOC4zLDQyMS43 LDcyOC4yLDQyMy41eiBNNzI2LjYsNDA5LjkKCQljMC4yLDAsMC40LTAuMSwwLjYtMC4yYzAuMSww LjMsMC4yLDAuNCwwLjQsMC40YzAuMSwwLjctMC41LDEuNiwwLjIsMS41YzAsMC43LTAuMSwxLTAu MywxLjJjMC4xLDAuNCwwLjMsMC42LDAuNSwwLjgKCQljMC4xLDEuNy0wLjMsMi4yLTAuMiwzLjhj MCwwLDAsMCwwLDBjLTAuMS0wLjItMC4yLTAuMy0wLjItMC41YzAuMi0wLjIsMC4zLTAuNSwwLjMt MS4xYy0wLjYsMC4xLTAuMS0wLjgtMC4yLTEuNQoJCWMtMC4yLDAtMC4zLTAuMS0wLjQtMC4zYy0w LjIsMC4xLTAuNCwwLjEtMC42LDAuMWMtMC4yLDAuMy0wLjMsMC42LTAuNCwxYzAtMC4zLDAtMC41 LTAuNS0wLjRDNzI1LjYsNDEyLjQsNzI2LDQxMSw3MjYuNiw0MDkuOXoKCQkgTTcyNC4xLDMyMi40 YzAuMSwwLjMsMC41LDEuMywwLjIsMS42QzcyMy42LDMyNCw3MjQuMSwzMjIuOCw3MjQuMSwzMjIu NHogTTcyMywzMDcuMnYtMi40YzAuNywwLjQsMC4zLDEuMywwLjUsMi40CgkJQzcyMy4zLDMwNy4z LDcyMy4xLDMwNy4zLDcyMywzMDcuMnogTTcyNC43LDI4Ny44Yy0xLjUtMC44LTAuNy0zLjQtMC4z LTUuM0M3MjUuMywyODMuMSw3MjUuNSwyODYuMSw3MjQuNywyODcuOHogTTcyNiwyMzMuMgoJCWMt MC45LDAuMS0xLjksMS4yLTIuNS0wLjJjLTAuMy00LjksMC42LTguNSwyLTkuOUM3MjUuOSwyMjUu OCw3MjYuNCwyMzAuMyw3MjYsMjMzLjJ6IE03MjYuOCwyMzguNWMwLjEsMCwwLjEsMCwwLjEtMC4x CgkJYzAuMSwwLjEsMC4yLDAuMywwLjMsMC41QzcyNy4xLDIzOC43LDcyNywyMzguNSw3MjYuOCwy MzguNXogTTczMi45LDIwNGMtMC43LTAuMS0wLjQtMS4yLTAuNi0xLjljLTAuMSwwLjItMC4yLDAu My0wLjIsMC41CgkJYzAsMCwwLTAuMS0wLjEtMC4xYzAsMC4xLDAsMC4yLDAsMC4yYy0wLjEsMC4z LTAuMiwwLjctMC4zLDEuMmMtMC4xLDAtMC4xLTAuMS0wLjItMC4zYzAsMS4yLTAuMSwyLjMtMC4y LDMuMwoJCWMtMC4xLDAuMS0wLjEsMC4xLTAuMSwwLjJjMCwwLjEsMC4xLDAuMSwwLjEsMC4yYy0w LjIsMS40LTAuMywyLjctMC4zLDRjLTAuMi0wLjQtMC41LTAuNC0wLjktMC40YzAuMSwxLjctMC42 LDAuNS0wLjYsMS4xCgkJYzAuMywwLjItMC4xLDAuNC0wLjIsMC43YzAuNSwwLjcsMC4xLDEuMyww LDIuMmMwLjMsMC44LDAuOSwxLDEuMSwyLjJjMC0wLjktMC4zLTEuMSwwLjItMS41Yy0wLjEsMC45 LDAuMywwLjgsMC4yLDEuOAoJCWMtMC4zLDAuNS0wLjQsMS4xLTAuNCwxLjdjLTAuNCwwLjktMC44 LDEuOC0xLDNjLTAuMSwwLTAuMSwwLTAuMiwwYzAsMCwwLDAsMCwwYy0wLjEtMC4xLTAuMS0wLjEt MC4yLDAuMmMtMC4xLDAtMC4xLTItMC41LTAuOAoJCWMwLjUtMy45LDAuOC05LjksMC42LTE0LjJj MC40LTAuMSwwLjYsMC4xLDAuOCwwLjRjMS4xLTEuMi0wLjItMy44LDAuOC01LjRjMC4xLTEuMS0w LjItMS0wLjItMS45Yy0wLjQsMC4zLTAuMiwwLjYtMC4yLDEuNQoJCWMtMC4yLTEuMy0wLjctMS41 LTEuMS0yLjNjMC4xLTEsMC41LTEuNSwwLTIuM2MwLjEtMC40LDAuNC0wLjYsMC4yLTAuOGMwLTAu NiwwLjcsMC42LDAuNi0xLjFjMC40LTAuMSwwLjctMC4xLDAuOSwwLjQKCQljLTAuMS0yLjQsMC41 LTQuOSwwLjUtOC4xYzAuMywwLjgsMC42LDAuMiwwLjUtMS4yYzAuMSwwLDAuMSwwLjUsMC4yLDAu OGMwLjMtMC4xLDAuNSwxLjQsMC45LDEuOWMwLDAuOC0wLjcsMC4xLTAuOCwwLjgKCQljMCwwLjUs MC40LDAuMywwLjYsMC40Yy0wLjEsMS4xLDAuMiwxLDAuMiwxLjljLTEuMSwyLjItMC41LDQuMi0w LjgsNi45YzAuOS0wLjQsMC4yLTEuMiwxLjEtMS4yCgkJQzczMi45LDIwMC40LDczMy4yLDIwMS44 LDczMi45LDIwNHogTTczMy42LDE3OC4zYy0wLjIsMC41LTAuMywxLjMtMC4zLDIuM2MtMC4yLTAu Ny0xLDAuMi0wLjgtMS41YzAuNSwwLjcsMC41LDAsMC41LTEuNQoJCWMwLjEsMC4yLDAuMywwLjMs MC4zLDAuOGMwLjEtMC4yLDAuMi0wLjQsMC41LTAuNEM3MzMuOCwxNzguMyw3MzMuNywxNzguMyw3 MzMuNiwxNzguM3ogTTczMy44LDE3My43YzAuNiwxLjEsMCwyLjctMC4zLDMuOAoJCWMtMC42LTAu MS0wLjktMC45LTEuMi0xLjVjMC4zLTIuMiwwLjYtMy4zLDAuNi01LjRjMC4zLTAuMSwwLjMsMC4z LDAuMywwLjhjMC4yLTAuNy0wLjMtMy41LDAuOC0zLjFjLTAuMiwxLjEsMC40LDEuOSwwLjUsMS4y CgkJQzczNC44LDE3MC44LDczNC4zLDE3NC43LDczMy44LDE3My43eiIvPgo8L2c+Cjwvc3ZnPgo=");
    background-size: cover
}
.qodef-button.qodef-html--link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px
}
.qodef-button.qodef-size--small {
    padding: 8px 30px
}
.qodef-button.qodef-size--large {
    padding: 14px 50px
}
.qodef-button.qodef-width--full {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%
}
.qodef-button.qodef-layout--filled.qodef-html--link {
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent
}
.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
.qodef-button.qodef-layout--outlined {
    color: #244263;
    background-color: transparent;
    border: 2px solid #244263
}
.qodef-button.qodef-layout--outlined:hover {
    color: #fff;
    background-color: #244263;
    border-color: #244263
}
.qodef-button.qodef-layout--textual {
    background-color: transparent;
    border: 0;
    color: #244263;
    font-size: 13px;
    font-weight: 600;
    padding: 0!important
}
.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}
.qodef-button.qodef-layout--textual:hover {
    color: #94c4f7
}
.qodef-call-to-action.qodef-layout--standard {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--stretched .qodef-m-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.qodef-call-to-action.qodef-layout--standard.qodef-style--centered .qodef-m-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content {
    padding-right: 20px
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-content>* {
    margin: 0
}
.qodef-call-to-action.qodef-layout--standard .qodef-m-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.qodef-countdown .qodef-digit, .qodef-countdown .qodef-label {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}
.qodef-countdown .qodef-label {
    padding-top: 16px;
    font-family: "Abril Fatface", serif;
    font-size: 18px
}
.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 {
    color: #244262;
    font-family: "Abril Fatface", serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400
}
.qodef-countdown.qodef-layout--simple.qodef-countdown--light .qodef-digit {
    color: #fff
}
.qodef-counter.qodef-layout--simple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
    font-family: "Abril Fatface", serif;
    font-size: 60px;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    color: #fff
}
.qodef-counter.qodef-layout--simple .qodef-m-title {
    text-align: center;
    padding-top: 16px;
    font-family: "Abril Fatface", serif;
    color: #fff;
    margin: 0
}
.qodef-counter.qodef-layout--simple .qodef-m-text {
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 0
}
.qodef-counter.qodef-layout--simple .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-counter.qodef-layout--simple.qodef--custom-icon .qodef-m-icon-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 18px
}
.qodef-counter.qodef-layout--simple.qodef--custom-icon .qodef-m-icon-wrapper a, .qodef-counter.qodef-layout--simple.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block
}
.qodef-custom-font {
    position: relative;
    margin: 0
}
.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: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 40px;
    line-height: 1.1em
}
.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}
.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 1.16em;
    color: #fff;
    background-color: #244262
}
.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}
.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%;
    height: 300px
}
.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: #244262
}
.qodef-icon-list-item .qodef-icon-holder {
    margin-right: 20px;
    vertical-align: baseline
}
.qodef-icon-list-item a:hover .qodef-m-text, .qodef-icon-list-item a:hover .qodef-m-title {
    color: #94c4f7!important
}
.qodef-icon-list-item .qodef-m-text, .qodef-icon-list-item .qodef-m-title {
    margin: 0;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.qodef-icon-list-item .qodef-m-title {
    display: inline-block;
    margin-right: 20px
}
.qodef-icon-list-item .qodef-m-text {
    display: inline
}
#qodef-page-sidebar .widget.widget_mildhill_core_icon_list_item {
    margin-bottom: 0
}
#qodef-page-footer .widget.widget_mildhill_core_icon_list_item {
    margin-bottom: 0
}
#qodef-side-area .widget.widget_mildhill_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;
    color: inherit!important
}
.qodef-icon-with-text .qodef-m-title .qodef-m-title-text {
    color: inherit
}
.qodef-icon-with-text .qodef-m-text {
    margin: 8px 0 0
}
.qodef-icon-with-text .qodef-m-icon-wrapper {
    line-height: 1
}
.qodef-icon-with-text .qodef-icon-holder {
    float: none
}
.qodef-icon-with-text .qodef-icon-holder.qodef-layout--normal a:hover {
    color: #94c4f7
}
.qodef-icon-with-text .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #94c4f7
}
.qodef-icon-with-text .qodef-icon-holder.qodef-layout--square:hover {
    background-color: #94c4f7
}
.qodef-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    cursor: pointer
}
.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    display: inline-block;
    position: relative;
    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-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-content .qodef-m-icon-wrapper img {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}
.qodef-icon-with-text.qodef-layout--before-content:hover .qodef-m-icon-wrapper img {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.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--before-title a:hover .qodef-icon-holder.qodef-layout--circle, .qodef-icon-with-text.qodef-layout--before-title a:hover .qodef-icon-holder.qodef-layout--square {
    background-color: #94c4f7
}
.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: 21px
}
#qodef-side-area .widget .widget_mildhill_core_icon_with_text .qodef-m-title a:hover .qodef-m-title-text {
    color: #94c4f7!important
}
#qodef-side-area .widget .widget_mildhill_core_icon_with_text .qodef-m-title a .qodef-m-title-text {
    color: #94c4f7!important
}
.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: #244262;
    -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: #94c4f7
}
.qodef-icon-holder.qodef-layout--normal a:hover {
    color: #94c4f7
}
.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}
.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}
.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}
.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}
.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}
.widget.widget_mildhill_core_icon {
    display: inline-block;
    line-height: 1
}
#qodef-page-sidebar .widget.widget_mildhill_core_icon {
    margin-bottom: 0
}
#qodef-page-footer .widget.widget_mildhill_core_icon {
    margin-bottom: 0
}
#qodef-side-area .widget.widget_mildhill_core_icon {
    margin-bottom: 0
}
.qodef-image-gallery.qodef-layout--justified-gallery .qodef-image-wrapper {
    overflow: hidden
}
.qodef-image-gallery.qodef-layout--justified-gallery .qodef-image-wrapper img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform
}
.qodef-image-gallery.qodef-layout--justified-gallery .qodef-image-wrapper:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
.qodef-image-gallery.qodef-layout--masonry .qodef-image-wrapper a {
    display: block;
    height: 100%;
    overflow: hidden
}
.qodef-image-gallery.qodef-layout--masonry .qodef-image-wrapper a img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform
}
.qodef-image-gallery.qodef-layout--masonry .qodef-image-wrapper a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
.qodef-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet-active, .qodef-image-gallery .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background-color: #fff
}
.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
}
.qodef-image-with-text .qodef-m-image a img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    will-change: transform
}
.qodef-image-with-text .qodef-m-image a img:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}
.qodef-image-with-text .qodef-m-image a, .qodef-image-with-text .qodef-m-image img {
    display: block;
    width: auto;
    margin: 0 auto
}
.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}
.qodef-image-with-text .qodef-m-title {
    margin: 31px 0 0
}
.qodef-image-with-text .qodef-m-text {
    line-height: 22px
}
.qodef-image-with-text.qodef-has-shadow .qodef-m-image img {
    -webkit-box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05);
    box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05)
}
.qodef-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}
.qodef-pricing-table.qodef-status--featured .qodef-m-content li, .qodef-pricing-table.qodef-status--featured .qodef-m-price-currency, .qodef-pricing-table.qodef-status--featured .qodef-m-price-period, .qodef-pricing-table.qodef-status--featured .qodef-m-price-value, .qodef-pricing-table.qodef-status--featured .qodef-m-title h2 {
    color: #fff
}
.qodef-pricing-table.qodef-status--featured .qodef-svg path {
    fill: #94c4f7
}
.qodef-pricing-table.qodef-status--featured .qodef-m-button .qodef-button.qodef-html--link {
    background-color: #ebf5ff
}
.qodef-pricing-table.qodef-status--featured .qodef-m-button .qodef-button.qodef-html--link:hover {
    background-color: #cce6ff
}
.qodef-pricing-table.qodef-status--featured .qodef-m-button .qodef-m-text {
    color: #244263
}
.qodef-pricing-table.qodef-status--regular .qodef-svg path {
    fill: #fff7e6
}
.qodef-pricing-table.qodef-status--regular .qodef-m-button .qodef-button.qodef-html--link {
    background-color: #ffa27e
}
.qodef-pricing-table.qodef-status--regular .qodef-m-button .qodef-button.qodef-html--link:hover {
    background-color: #ff9167
}
.qodef-pricing-table .qodef-m-inner {
    padding: 60px 0 85px 0
}
.qodef-pricing-table .qodef-m-title h2 {
    margin: 25px 0 18px
}
.qodef-pricing-table .qodef-m-title p {
    color: #244262;
    margin: 0
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0
}
.qodef-pricing-table .qodef-m-price .qodef-m-price-wrapper .qodef-m-price-currency {
    font-size: 25px
}
.qodef-pricing-table .qodef-m-content {
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    line-height: 1.23em;
    margin: 29px 0 0
}
.qodef-pricing-table .qodef-m-content ul {
    list-style: none;
    margin: 0
}
.qodef-pricing-table .qodef-m-content ul li {
    color: #244262;
    line-height: 20px;
    margin-bottom: 17px
}
.qodef-pricing-table .qodef-m-content ul li:last-child {
    margin-bottom: 0
}
.qodef-pricing-table .qodef-m-button .qodef-button {
    margin: 17px 0 0
}
.qodef-progress-bar .qodef-m-canvas {
    margin-bottom: 42px;
    min-height: 10px
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-progress-bar:not(.qodef-layout--line) .qodef-m-canvas svg {
    display: block
}
.qodef-progress-bar:not(.qodef-layout--line) .progressbar-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 60px;
    line-height: 1.03em
}
.qodef-progress-bar .qodef-m-title {
    margin: 20px 0 0
}
.qodef-progress-bar.qodef-layout--semi-circle .progressbar-text {
    padding-top: 20px;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}
.qodef-progress-bar.qodef-layout--circle .qodef-m-media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-browser--ms-explorer .qodef-progress-bar.qodef-layout--circle .qodef-m-media {
    display: inline-block
}
.qodef-progress-bar.qodef-layout--circle .qodef-m-media img {
    max-width: 25%;
    position: absolute;
    width: 25%;
    -ms-interpolation-mode: bicubic
}
.qodef-browser--ms-explorer .qodef-progress-bar.qodef-layout--circle .qodef-m-media img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.qodef-progress-bar.qodef-layout--circle .qodef-m-canvas {
    margin-bottom: 0
}
.qodef-progress-bar.qodef-layout--circle .qodef-m-title {
    margin: 26px 0 0;
    text-align: center
}
.qodef-progress-bar.qodef-layout--circle .qodef-m-text {
    text-align: center
}
.qodef-progress-bar.qodef-layout--line .progressbar {
    position: relative
}
.qodef-progress-bar.qodef-layout--line .proggress {
    position: relative;
    width: 0
}
.qodef-progress-bar.qodef-layout--line .percentCount {
    height: auto;
    position: absolute;
    right: 0;
    top: -36px;
    width: auto;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
.qodef-progress-bar.qodef-layout--line .qodef-m-title {
    margin: 0 0 14px
}
.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-m-title {
    margin: 0
}
.qodef-section-title .qodef-m-text {
    line-height: 27px;
    margin: 18px 0 0
}
.qodef-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1
}
.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 10px 0;
    border-bottom: 1px solid #f1f1f1
}
.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_mildhill_core_separator {
    margin-bottom: 0
}
#qodef-page-footer .widget.widget_mildhill_core_separator {
    margin-bottom: 0
}
#qodef-side-area .widget.widget_mildhill_core_separator {
    margin-bottom: 0
}
.qodef-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden
}
.qodef-tabs.qodef--init {
    visibility: visible
}
.qodef-tabs .qodef-tabs-navigation {
    list-style: none;
    margin: 0;
    padding: 0
}
.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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
    margin: 0 8px 0 0;
    padding: 0;
    width: 100%
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
    background-color: #94c4f7;
    color: #fff;
    display: block;
    padding: 15px 18px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover {
    background-color: #244263;
    color: #fff
}
.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a, .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
    background-color: #244263;
    color: #fff
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
    border-right: 1px solid #f1f1f1;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 26px;
    padding-right: 26px
}
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
    margin-bottom: 8px;
    width: 100%
}
.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: 100%
}
.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-team {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-team .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-team .qodef-m-image img {
    border-radius: 100%
}
.qodef-team .qodef-m-image .qodef-team-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.qodef-team .qodef-m-team-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 0
}
.qodef-team .qodef-m-team-info .qodef-m-name {
    margin: 0
}
.qodef-team .qodef-m-team-info .qodef-m-position {
    margin: 4px 0 0
}
.qodef-team .qodef-m-team-info .qodef-m-text {
    margin: 10px 0 0
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group {
    margin: 22px 0 0
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+1) {
    background-color: #94c4f7
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+1):hover {
    background-color: #73b6fe
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+2) {
    background-color: #244263
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+2):hover {
    background-color: #092e56
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+3) {
    background-color: #ffa27e
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group>span:nth-child(3n+3):hover {
    background-color: #ff9167
}
.qodef-team .qodef-m-team-info .qodef-m-social-icons-group .qodef-icon-holder {
    margin: 0 5px
}
.qodef-vss .qodef-m-slide-image, .qodef-vss-responsive .qodef-m-slide-image {
    background-size: cover
}
.qodef-vss .qodef-m-slide-content, .qodef-vss-responsive .qodef-m-slide-content {
    text-align: center;
    padding: 100px 5%
}
.qodef-vss .qodef-m-image, .qodef-vss-responsive .qodef-m-image {
    max-height: 90%;
    width: auto
}
.qodef-vss .qodef-m-title, .qodef-vss-responsive .qodef-m-title {
    display: block;
    margin: 26px 0 0 0
}
.qodef-vss .qodef-m-text, .qodef-vss-responsive .qodef-m-text {
    margin: 15px 0 0 0
}
.qodef-vss .qodef-m-button, .qodef-vss-responsive .qodef-m-button {
    margin: 22px 0 0 0
}
.qodef-vss {
    height: 100vh;
    position: relative
}
.qodef-vss .ms-tableCell {
    height: 100%!important
}
#multiscroll-nav, .qodef-vss-responsive {
    display: none
}
.qodef-fullscreen-menu--opened #multiscroll-nav {
    z-index: 1
}
.qodef-vss--initialized #multiscroll-nav {
    display: block
}
.qodef-vss--initialized #multiscroll-nav.right {
    right: 26px
}
.qodef-vss--initialized #multiscroll-nav li {
    height: 11px;
    margin: 14px;
    width: 11px
}
.qodef-vss--initialized #multiscroll-nav a span {
    background-color: #848484;
    border: none;
    height: 11px;
    left: 0;
    top: 0;
    width: 11px
}
.qodef-vss--initialized #multiscroll-nav a.active span {
    background-color: #ffa27e
}
.qodef-vss--initialized.qodef-header--light #multiscroll-nav a:not(.active) span {
    background-color: #fff
}
.qodef-vss--initialized.qodef-header--dark #multiscroll-nav a:not(.active) span {
    background-color: #000
}
.qodef-video-button {
    display: inline-block;
    position: relative;
    vertical-align: middle
}
.qodef-video-button .qodef-m-play {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.qodef-video-button .qodef-m-play span {
    background-color: #ffa27e;
    border-radius: 100%;
    display: block;
    height: 67px;
    line-height: inherit;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 67px
}
.qodef-video-button .qodef-m-play span:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1px
}
.qodef-video-button .qodef-m-play:hover span {
    background-color: #ff9167
}
.qodef-workflow {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-workflow .qodef-m-workflow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -42px;
    max-width: 94%;
    padding-bottom: 0;
    position: relative
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-image {
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-text, .qodef-workflow .qodef-m-workflow-item .qodef-m-title {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}
.qodef-workflow .qodef-m-workflow-item.qodef--appear .qodef-m-workflow-image {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.qodef-workflow .qodef-m-workflow-item.qodef--appear .qodef-m-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s .1s;
    -o-transition: .4s .1s;
    transition: .4s .1s
}
.qodef-workflow .qodef-m-workflow-item.qodef--appear .qodef-m-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .4s .2s;
    -o-transition: .4s .2s;
    transition: .4s .2s
}
.qodef-workflow .qodef-m-workflow-item:first-child {
    margin-top: 0
}
.qodef-workflow .qodef-m-workflow-item:last-child .qodef-m-workflow-item-inner:before {
    display: none
}
.qodef-workflow .qodef-m-workflow-item:not(:first-child) .qodef-m-workflow-item-inner:before {
    top: 20%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #e8f3ff;
    display: inline-block;
    width: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner:before {
    background: currentColor;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image .qodef-m-workflow-image-inner {
    display: inline-block;
    border-radius: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image .qodef-m-workflow-image-inner img {
    border-radius: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image.qodef-has-background .qodef-m-workflow-image-inner {
    background-color: #fff;
    border-radius: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image.qodef-has-background .qodef-m-workflow-image-inner img {
    border-radius: unset;
    position: relative;
    right: 15%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    margin: 0;
    padding: 0 47px;
    width: 50%
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text .qodef-m-circle {
    background: #94c4f7;
    border-radius: 50%;
    content: '';
    height: 14px;
    left: 50%;
    position: absolute;
    top: 35%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text .qodef-m-title {
    margin: 0
}
.qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text .qodef-m-text {
    margin: 22px 0 12px 0
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-image {
    text-align: left
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text .qodef-m-title {
    text-align: left
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text .qodef-m-circle {
    left: 0
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-item-inner:before {
    left: 0
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-image {
    text-align: right
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-title {
    text-align: right
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-circle {
    left: 100%
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-item-inner:before {
    left: 100%
}
#qodef-side-area {
    background-position: top left;
    background-repeat: repeat-y;
    background-size: 75px auto;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    padding: 0 0 0 75px;
    position: fixed;
    right: -400px;
    top: 0;
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77, 0, .175, 1);
    visibility: hidden;
    width: 400px;
    z-index: 9999
}
.qodef-browser--ms-explorer #qodef-side-area {
    background-size: 125px 100%
}
#qodef-side-area .widget_media_image {
    margin: 0 0 10px
}
#qodef-side-area .widget_media_image img {
    margin: 0 auto
}
#qodef-side-area .widget_mildhill_core_social_icons_group {
    padding-top: 10px
}
.qodef-side-area--opened #qodef-side-area {
    right: 0;
    visibility: visible
}
#qodef-side-area-inner {
    min-height: 100%;
    background-color: #fff;
    padding: 103px 60px 103px 0
}
.qodef-side-area-cover {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: rgba(36, 66, 99, .85);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 1002;
    pointer-events: none
}
.qodef-side-area--opened .qodef-side-area-cover {
    opacity: 1;
    pointer-events: all
}
#qodef-side-area-close {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 40px;
    top: 33px;
    z-index: 1000;
    padding: 0 .5em;
    padding: 0 1em
}
.admin-bar #qodef-side-area-close {
    top: 68px
}
.qodef-browser--ms-explorer #qodef-side-area-close {
    padding: 0 .5em
}
#qodef-side-area-close:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 2em;
    left: 0;
    position: absolute;
    top: -.5em;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 2em;
    z-index: -1;
    height: 3em;
    top: -1em;
    width: 3em
}
.qodef-social-share {
    display: inline-block;
    position: relative;
    vertical-align: top
}
.qodef-social-share .qodef-social-title {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    vertical-align: top;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
.qodef-social-share ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top
}
.qodef-social-share li {
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top
}
.qodef-social-share li a {
    font-size: 20px
}
.qodef-social-share li.qodef-facebook-share a:hover {
    color: #3b5998
}
.qodef-social-share li.qodef-twitter-share a:hover {
    color: #00aced
}
.qodef-social-share li.qodef-linkedin-share a:hover {
    color: #007bb5
}
.qodef-social-share li.qodef-tumblr-share a:hover {
    color: #32506d
}
.qodef-social-share li.qodef-pinterest-share a:hover {
    color: #cb2027
}
.qodef-social-share li.qodef-vk-share a:hover {
    color: #45668e
}
.qodef-social-share.qodef-layout--dropdown {
    position: relative;
    display: inline-block;
    vertical-align: bottom
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    margin: 0;
    vertical-align: middle
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-icon {
    vertical-align: middle
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}
.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
    display: block
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
    position: absolute;
    visibility: hidden;
    z-index: 950
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
    position: relative;
    display: block;
    z-index: 990;
    margin: 0;
    padding: 0!important
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
    position: absolute;
    display: block;
    text-align: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-out, visibility .2s ease-out;
    -o-transition: opacity .2s ease-out, visibility .2s ease-out;
    transition: opacity .2s ease-out, visibility .2s ease-out
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out
}
.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li * {
    display: block;
    line-height: inherit
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
    bottom: 0;
    left: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f1f1f1
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
    border-top: none
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-facebook-share a:hover {
    background-color: #3b5998;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-twitter-share a:hover {
    background-color: #00aced;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-linkedin-share a:hover {
    background-color: #007bb5;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-tumblr-share a:hover {
    background-color: #32506d;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-pinterest-share a:hover {
    background-color: #cb2027;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li.qodef-vk-share a:hover {
    background-color: #45668e;
    color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
    font-size: 14px;
    color: #848484;
    background-color: #fff
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
    bottom: -30px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
    bottom: -60px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
    bottom: -90px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
    bottom: -120px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
    bottom: -150px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
    bottom: -180px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
    bottom: -210px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
    top: 0;
    right: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
    left: 5px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
    left: 35px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
    left: 65px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
    left: 95px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
    left: 125px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
    left: 155px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
    left: 185px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
    top: 0;
    left: 0
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
    width: calc(90px / 3)
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
    right: 5px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
    right: 35px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
    right: 65px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
    right: 95px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
    right: 125px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
    right: 155px
}
.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
    right: 185px
}
.qodef-social-share.qodef-layout--list li {
    margin-right: 15px
}
.qodef-social-share.qodef-layout--list li:last-child {
    margin-right: 0
}
.qodef-social-share.qodef-layout--text li {
    margin-right: 15px
}
.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}
.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}
.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}
#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}
#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: #ccc
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: #ccc
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}
#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: #ccc
}
#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-smooth-transition-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2000
}
.qodef-smooth-transition-loader.qodef-mildhill-loader.qodef-mildhill-loader--ready .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-1 {
    opacity: 1!important
}
.qodef-smooth-transition-loader.qodef-mildhill-loader.qodef-mildhill-loader--ready .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-2 {
    opacity: 1!important
}
.qodef-smooth-transition-loader.qodef-mildhill-loader.qodef-mildhill-loader--finished .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-1 {
    -webkit-transform: translate3d(-400px, 0, 0) skewX(-10deg)!important;
    transform: translate3d(-400px, 0, 0) skewX(-10deg)!important
}
.qodef-smooth-transition-loader.qodef-mildhill-loader.qodef-mildhill-loader--finished .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-2 {
    -webkit-transform: translate3d(400px, 0, 0) skewX(10deg)!important;
    transform: translate3d(400px, 0, 0) skewX(10deg)!important
}
.qodef-smooth-transition-loader .qodef-st-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-st-loader-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: #244263;
    background-color: #fff
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder {
    position: relative;
    top: 0;
    left: 0;
    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;
    overflow: visible;
    width: 100vw;
    height: 101vh
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/plugins/mildhill-core/assets/img/leaves-1.png);
    background-size: cover;
    will-change: transform;
    opacity: 0;
    -webkit-transition: 2s cubic-bezier(.16, .63, .25, 1);
    -o-transition: 2s cubic-bezier(.16, .63, .25, 1);
    transition: 2s cubic-bezier(.16, .63, .25, 1)
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder .qodef-mildhill-spinner-overlay-bg-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/plugins/mildhill-core/assets/img/leaves-2.png);
    background-size: cover;
    will-change: transform;
    opacity: 0;
    -webkit-transition: 2s cubic-bezier(.16, .63, .25, 1);
    -o-transition: 2s cubic-bezier(.16, .63, .25, 1);
    transition: 2s cubic-bezier(.16, .63, .25, 1)
}
@media only screen and (max-width:768px) {
    .qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-overlay-holder {
        background-position: 9% 100%
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-number-holder {
    position: relative;
    z-index: 23;
    font-size: 80px;
    font-family: "Abril Fatface", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #244263;
    opacity: 0;
    -webkit-animation: qodef-fade-in-numbers 1s forwards;
    animation: qodef-fade-in-numbers 1s forwards
}
@media only screen and (max-width:1440px) {
    .qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-number-holder {
        font-size: 65px
    }
}
@media only screen and (max-width:680px) {
    .qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-number-holder {
        font-size: 60px
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-percent {
    font-size: 80px
}
@media only screen and (max-width:1440px) {
    .qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-percent {
        font-size: 65px
    }
}
@media only screen and (max-width:680px) {
    .qodef-smooth-transition-loader .qodef-st-loader .qodef-mildhill-spinner-holder .qodef-mildhill-spinner-percent {
        font-size: 60px
    }
}
@-webkit-keyframes qodef-fade-in-numbers {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes qodef-fade-in-numbers {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}
@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10% {
        opacity: .5
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    90% {
        opacity: .5
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-rotate-circles {
    width: 60px;
    height: 20px
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-rotate-circles>div {
    background-color: currentColor;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1.5s ease infinite both;
    animation: ball-fall 1.5s ease infinite both
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-rotate-circles>div:nth-last-of-type(1) {
    -webkit-animation-delay: calc((100ms) - 300ms);
    animation-delay: calc((100ms) - 300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-rotate-circles>div:nth-last-of-type(2) {
    -webkit-animation-delay: calc((200ms) - 300ms);
    animation-delay: calc((200ms) - 300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .qodef-rotate-circles>div:nth-last-of-type(3) {
    -webkit-animation-delay: calc((300ms) - 300ms);
    animation-delay: calc((300ms) - 300ms)
}
@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}
@keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}
@-webkit-keyframes double-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes double-pulse {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .double_pulse {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .double_pulse .double-bounce1, .qodef-smooth-transition-loader .qodef-st-loader .double_pulse .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: currentColor;
    opacity: .6;
    -webkit-animation: double-pulse 2s infinite ease-in-out;
    animation: double-pulse 2s infinite ease-in-out
}
.qodef-smooth-transition-loader .qodef-st-loader .double_pulse .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
@-webkit-keyframes 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 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)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    -webkit-animation: cube 1.2s infinite ease-in-out;
    animation: cube 1.2s infinite ease-in-out
}
@-webkit-keyframes 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 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)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .rotating_cubes {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .rotating_cubes .cube1, .qodef-smooth-transition-loader .qodef-st-loader .rotating_cubes .cube2 {
    background-color: currentColor;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rotating-cubes 1.8s infinite ease-in-out;
    animation: rotating-cubes 1.8s infinite ease-in-out
}
.qodef-smooth-transition-loader .qodef-st-loader .rotating_cubes .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}
@-webkit-keyframes stretchdelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}
@keyframes stretchdelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center;
    font-size: 10px
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes>div {
    background-color: currentColor;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 3px 0 0;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes .rect2 {
    -webkit-animation-delay: calc((200ms) - 1300ms);
    animation-delay: calc((200ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes .rect3 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes .rect4 {
    -webkit-animation-delay: calc((400ms) - 1300ms);
    animation-delay: calc((400ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .stripes .rect5 {
    -webkit-animation-delay: calc((500ms) - 1300ms);
    animation-delay: calc((500ms) - 1300ms)
}
@-webkit-keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .wave {
    width: 72px;
    text-align: center;
    margin: -9px 0 0 -36px
}
.qodef-smooth-transition-loader .qodef-st-loader .wave>div {
    width: 18px;
    height: 18px;
    background-color: currentColor;
    margin: 0 3px 0 0;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both
}
.qodef-smooth-transition-loader .qodef-st-loader .wave .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}
.qodef-smooth-transition-loader .qodef-st-loader .wave .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}
@-webkit-keyframes rotatecircles {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotatecircles {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .two_rotating_circles {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    position: relative;
    text-align: center;
    -webkit-animation: rotatecircles 2s infinite linear;
    animation: rotatecircles 2s infinite linear
}
.qodef-smooth-transition-loader .qodef-st-loader .two_rotating_circles .dot1, .qodef-smooth-transition-loader .qodef-st-loader .two_rotating_circles .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: currentColor;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}
.qodef-smooth-transition-loader .qodef-st-loader .two_rotating_circles .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container>div {
    background-color: currentColor;
    border-radius: 100%;
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out both;
    animation: bouncedelay 1.2s infinite ease-in-out both
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container>div.circle1 {
    top: 0;
    left: 0
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container>div.circle2 {
    top: 0;
    right: 0
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container>div.circle3 {
    right: 0;
    bottom: 0
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container>div.circle4 {
    left: 0;
    bottom: 0
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1500ms);
    animation-delay: calc((600ms) - 1500ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1500ms);
    animation-delay: calc((900ms) - 1500ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container1 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1500ms);
    animation-delay: calc((1200ms) - 1500ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle1 {
    -webkit-animation-delay: calc((300ms) - 1400ms);
    animation-delay: calc((300ms) - 1400ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1400ms);
    animation-delay: calc((600ms) - 1400ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1400ms);
    animation-delay: calc((900ms) - 1400ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container2 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1400ms);
    animation-delay: calc((1200ms) - 1400ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container3 {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle1 {
    -webkit-animation-delay: calc((300ms) - 1300ms);
    animation-delay: calc((300ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle2 {
    -webkit-animation-delay: calc((600ms) - 1300ms);
    animation-delay: calc((600ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle3 {
    -webkit-animation-delay: calc((900ms) - 1300ms);
    animation-delay: calc((900ms) - 1300ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .five_rotating_circles .spinner-container.container3 .circle4 {
    -webkit-animation-delay: calc((1200ms) - 1300ms);
    animation-delay: calc((1200ms) - 1300ms)
}
@-webkit-keyframes atom_position {
    50% {
        top: 80px;
        left: 80px
    }
}
@keyframes atom_position {
    50% {
        top: 80px;
        left: 80px
    }
}
@-webkit-keyframes atom_size {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}
@keyframes atom_size {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}
@-webkit-keyframes atom_zindex {
    100% {
        z-index: 10
    }
}
@keyframes atom_zindex {
    100% {
        z-index: 10
    }
}
@-webkit-keyframes atom_shrink {
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}
@keyframes atom_shrink {
    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .atom {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-1 {
    height: 50%;
    width: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    -webkit-animation: atom_shrink 4.5s infinite linear;
    animation: atom_shrink 4.5s infinite linear
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-1:before {
    content: '';
    background: currentColor;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -50%;
    left: -50%
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-2 {
    -webkit-animation: atom_zindex 1.5s .75s infinite steps(2, end);
    animation: atom_zindex 1.5s .75s infinite steps(2, end)
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-2:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease;
    animation: atom_position 1.5s infinite ease, atom_size 1.5s -1.125s infinite ease
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-3 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation: atom_zindex 1.5s -.25s infinite steps(2, end);
    animation: atom_zindex 1.5s -.25s infinite steps(2, end)
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-3:before {
    -webkit-animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease;
    animation: atom_position 1.5s -1s infinite ease, atom_size 1.5s -.75s infinite ease
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-4 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation: atom_zindex 1.5s .25s infinite steps(2, end);
    animation: atom_zindex 1.5s .25s infinite steps(2, end)
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-4:before {
    -webkit-animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease;
    animation: atom_position 1.5s -.5s infinite ease, atom_size 1.5s -125ms infinite ease
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-2, .qodef-smooth-transition-loader .qodef-st-loader .atom .ball-3, .qodef-smooth-transition-loader .qodef-st-loader .atom .ball-4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}
.qodef-smooth-transition-loader .qodef-st-loader .atom .ball-2:before, .qodef-smooth-transition-loader .qodef-st-loader .atom .ball-3:before, .qodef-smooth-transition-loader .qodef-st-loader .atom .ball-4:before {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: currentColor;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute
}
@-webkit-keyframes clock {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes clock {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes clock1 {
    0% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
    30% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }
    100% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }
}
@keyframes clock1 {
    0% {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
    30% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }
    100% {
        -webkit-transform: rotate(-450deg);
        transform: rotate(-450deg)
    }
}
@-webkit-keyframes clock2 {
    5% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    35% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}
@keyframes clock2 {
    5% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    35% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}
@-webkit-keyframes clock3 {
    10% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    40% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@keyframes clock3 {
    10% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    40% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}
@-webkit-keyframes clock4 {
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    45% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
    100% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
}
@keyframes clock4 {
    15% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    45% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
    100% {
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .clock {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: clock 8s infinite steps(8);
    animation: clock 8s infinite steps(8)
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball {
    height: 50px;
    width: 50px;
    position: absolute
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball:before {
    content: '';
    border-radius: 50%;
    height: 18.31501832px;
    width: 18.31501832px;
    position: absolute;
    background: currentColor
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball.ball-1 {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-animation: clock1 1s ease-in infinite;
    animation: clock1 1s ease-in infinite
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball.ball-2 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: clock2 1s ease-in infinite;
    animation: clock2 1s ease-in infinite
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball.ball-3 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: clock3 1s ease-in infinite;
    animation: clock3 1s ease-in infinite
}
.qodef-smooth-transition-loader .qodef-st-loader .clock .ball.ball-4 {
    -webkit-animation: clock4 1s ease-in infinite;
    animation: clock4 1s ease-in infinite
}
@-webkit-keyframes mitosis_invert {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
@keyframes mitosis_invert {
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
@-webkit-keyframes mitosis_ball1 {
    12% {
        -webkit-transform: none;
        transform: none
    }
    26% {
        -webkit-transform: translateX(25%) scale(1, .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 mitosis_ball1 {
    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 mitosis_ball2 {
    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 mitosis_ball2 {
    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 mitosis_ball3 {
    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 mitosis_ball3 {
    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 mitosis_ball4 {
    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 mitosis_ball4 {
    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)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    position: relative;
    -webkit-animation: mitosis_invert 2s infinite steps(2, end);
    animation: mitosis_invert 2s infinite steps(2, end)
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis .ball {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis .ball.ball-1 {
    -webkit-animation: mitosis_ball1 1s infinite alternate linear;
    animation: mitosis_ball1 1s infinite alternate linear
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis .ball.ball-2 {
    -webkit-animation: mitosis_ball2 1s infinite alternate linear;
    animation: mitosis_ball2 1s infinite alternate linear
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis .ball.ball-3 {
    -webkit-animation: mitosis_ball3 1s infinite alternate linear;
    animation: mitosis_ball3 1s infinite alternate linear
}
.qodef-smooth-transition-loader .qodef-st-loader .mitosis .ball.ball-4 {
    -webkit-animation: mitosis_ball4 1s infinite alternate linear;
    animation: mitosis_ball4 1s infinite alternate linear
}
@-webkit-keyframes lines_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes lines_spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .lines {
    width: 60px;
    height: 60px;
    margin: 0 0 0 -30px
}
.qodef-smooth-transition-loader .qodef-st-loader .lines .line1 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: currentColor;
    -webkit-animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((100ms) - 100ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .lines .line2 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: currentColor;
    -webkit-animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((200ms) - 100ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .lines .line3 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: currentColor;
    -webkit-animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((300ms) - 100ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .lines .line4 {
    margin-left: 10px;
    position: absolute;
    width: 60px;
    height: 4px;
    background-color: currentColor;
    -webkit-animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms);
    animation: lines_spin 1.5s infinite ease calc((400ms) - 100ms)
}
@-webkit-keyframes fussion_ball1 {
    50% {
        top: -100%;
        left: 200%
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}
@keyframes fussion_ball1 {
    50% {
        top: -100%;
        left: 200%
    }
    100% {
        top: 50%;
        left: 100%;
        z-index: 2
    }
}
@-webkit-keyframes fussion_ball2 {
    50% {
        top: 200%;
        left: 200%
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}
@keyframes fussion_ball2 {
    50% {
        top: 200%;
        left: 200%
    }
    100% {
        top: 100%;
        left: 50%;
        z-index: 1
    }
}
@-webkit-keyframes fussion_ball3 {
    50% {
        top: 200%;
        left: -100%
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}
@keyframes fussion_ball3 {
    50% {
        top: 200%;
        left: -100%
    }
    100% {
        top: 50%;
        left: 0;
        z-index: 2
    }
}
@-webkit-keyframes fussion_ball4 {
    50% {
        top: -100%;
        left: -100%
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}
@keyframes fussion_ball4 {
    50% {
        top: -100%;
        left: -100%
    }
    100% {
        top: 0;
        left: 50%;
        z-index: 1
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion {
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion .ball {
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    background: currentColor;
    border-radius: 50%;
    float: left;
    position: absolute
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion .ball.ball-1 {
    top: 0;
    left: 50%;
    -webkit-animation: fussion_ball1 1s 0s ease infinite;
    animation: fussion_ball1 1s 0s ease infinite;
    z-index: 1
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion .ball.ball-2 {
    top: 50%;
    left: 100%;
    -webkit-animation: fussion_ball2 1s 0s ease infinite;
    animation: fussion_ball2 1s 0s ease infinite;
    z-index: 2
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion .ball.ball-3 {
    top: 100%;
    left: 50%;
    -webkit-animation: fussion_ball3 1s 0s ease infinite;
    animation: fussion_ball3 1s 0s ease infinite;
    z-index: 1
}
.qodef-smooth-transition-loader .qodef-st-loader .fussion .ball.ball-4 {
    top: 50%;
    left: 0;
    -webkit-animation: fussion_ball4 1s 0s ease infinite;
    animation: fussion_ball4 1s 0s ease infinite;
    z-index: 2
}
@-webkit-keyframes wave_jump1 {
    12% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 24% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@keyframes wave_jump1 {
    12% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 24% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@-webkit-keyframes wave_jump2 {
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    24% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 36% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@keyframes wave_jump2 {
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    24% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 36% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@-webkit-keyframes wave_jump3 {
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    36% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 48% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@keyframes wave_jump3 {
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    36% {
        -webkit-transform: translate(20px, -40px);
        transform: translate(20px, -40px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%, 48% {
        -webkit-transform: translate(40px, 0);
        transform: translate(40px, 0)
    }
}
@-webkit-keyframes wave_wipe {
    100%, 48% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }
}
@keyframes wave_wipe {
    100%, 48% {
        -webkit-transform: translateX(-120px);
        transform: translateX(-120px)
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles .ball {
    height: 30px;
    width: 30px;
    float: left;
    background: currentColor;
    border-radius: 50%;
    margin-right: 10px
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles .ball.ball-1 {
    -webkit-animation: wave_jump3 1.8s infinite ease-out;
    animation: wave_jump3 1.8s infinite ease-out
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles .ball.ball-2 {
    -webkit-animation: wave_jump2 1.8s infinite ease-out;
    animation: wave_jump2 1.8s infinite ease-out
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles .ball.ball-3 {
    -webkit-animation: wave_jump1 1.8s infinite ease-out;
    animation: wave_jump1 1.8s infinite ease-out
}
.qodef-smooth-transition-loader .qodef-st-loader .wave_circles .ball.ball-4 {
    margin-right: 0;
    -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1);
    animation: wave_wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}
@-webkit-keyframes 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 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
    }
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    position: relative
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles .ball {
    height: 100%;
    width: 100%;
    background: currentColor;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    border: 0 solid currentColor
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles .ball.ball-1 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-750ms) + 750ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles .ball.ball-2 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-1500ms) + 750ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles .ball.ball-3 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-2250ms) + 750ms)
}
.qodef-smooth-transition-loader .qodef-st-loader .pulse_circles .ball.ball-4 {
    -webkit-animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms);
    animation: pulse_circles_pulse 3s infinite calc((-3000ms) + 750ms)
}
.qodef-sp-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(36, 66, 99, .9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 115;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.qodef-sp-holder .qodef-sp-overlay-cover {
    position: absolute;
    background-color: rgba(36, 66, 99, .6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    visibility: hidden;
    pointer-events: none
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-overlay-cover {
    visibility: visible;
    pointer-events: all
}
.qodef-sp-holder .qodef-sp-inner {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRw Oi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5v cmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDc0NCA1MTYi IGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDc0NCA1MTYiIHhtbDpzcGFjZT0icHJlc2VydmUi Pgo8Zz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03MzAuOCw1MDQuM3YtMC4xYy0wLjEsMC0w LjEsMC4xLTAuMiwwLjFDNzMwLjYsNTA0LjMsNzMwLjcsNTA0LjMsNzMwLjgsNTA0LjN6Ii8+CiAg ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNzM4LjgsMTA4LjFjMC4xLTEuMiwwLjMsMC40LDAu NCwwLjRjMC0wLjUsMC4yLTAuNiwwLjMtMS4xYy0wLjMsMC4xLTAuNi0wLjEtMC43LTAuNAoJCUM3 MzguOCwxMDcuNSw3MzguNiwxMDcuOSw3MzguOCwxMDguMXoiLz4KICAgIDxwYXRoIGZpbGw9IiNm ZmZmZmYiIGQ9Ik03NDMuOSwyMjYuMmMtMC41LTAuMy0wLjIsMS4zLTAuNiwxLjJjMC4yLTUuMi0x LjMtOS40LTAuNi0xMy4zYy0wLjUtMi41LDAuMS01LjYtMS4yLTcuMQoJCWMtMC4yLDAuNy0wLjIs Mi4xLTAuOSwxLjZjLTEuMi04LjIsMC4yLTE5LjUtMC4zLTI1LjFjMCwwLjMsMCwwLjgtMC4yLDAu OGMwLTIsMC42LTUuNi0wLjMtNi4zYzAuNS0yLjcsMC01LjIsMC4yLTcuMQoJCWMtMC4yLDEtMS40 LTAuMy0xLjUtMC40YzAuNiwwLjMsMC4yLTEuNywwLjktMS4yYzAuOC0zLjgsMS4zLTcuOCwxLjQt MTIuMmMwLTAuOS0wLjUtMS42LDAtMi40Yy0wLjItMS0wLjYsMC40LTAuNi0wLjQKCQljMC41LTEu OC0wLjEtMS45LDAuMi0zLjljLTEuMSwxLjUtMS4yLDgtMS4xLDEwLjJjLTAuNS0wLjMtMC42LDAu NC0wLjksMC44YzAuMiwzLTAuNyw0LjUtMS4yLDUuOWMwLTAuNywwLTEuMywwLTIKCQljLTAuNi0w LjEsMCwwLjUtMC4yLDEuNmMtMC4yLTAuNS0wLjQtMC41LTAuNiwwYzAuNC0xLTAuMS0xLjcsMC0z LjFjMC4zLTAuOSwxLjUtMS4zLDEuMS0yLjdjLTAuMSwwLjUtMC4yLDAuOS0wLjMsMS4yCgkJYzAt Mi4xLDAtMC4zLTAuNS0wLjRjMC4yLTEuMy0wLjItMC45LTAuMy0xLjVjMC0wLjEsMC0wLjMsMC0w LjRjMC44LTAuOSwwLjktMy4zLDEuNS00LjdjLTAuMy0xLjQtMC4zLTUuOS0wLjgtOQoJCWMwLjQs MSwwLjctMC40LDAuOS0xLjJjLTEtMS41LTAuMy0zLjQtMC44LTUuMWMtMC4xLDAuNi0wLjIsMS4y LTAuNiwxLjJjLTAuMi0yLjQsMS0yLjEsMC41LTQuM2MwLjIsMCwwLjIsMC41LDAuNSwwLjQKCQlj MC4yLTMuMywwLjgtNC4zLDEuNy02LjNjLTAuMSwwLjYtMC41LDAuMy0wLjMsMS42YzAuMiwwLDAu My0wLjIsMC41LTAuNGMtMC4yLDEuMiwwLjIsMSwwLjMsMS42Yy0wLjUtMC40LTAuMywwLjktMC4z LDEuNgoJCWMwLjQsMCwwLjUtMC43LDAuNiwwLjRjLTAuMywzLjMtMC45LDcuOC0xLjQsMTFjMC41 LDIuNiwxLDAuNywxLjgsMGMwLjEtMS4zLDAtMi0wLjMtMi40YzAuOS00LjItMC4zLTEyLjIsMS4y LTE2LjkKCQljLTAuOS0zLjctMC42LTQuOC0wLjUtOWMtMC4zLTAuNC0wLjYtMC43LTAuOC0xLjZj MC4zLDAuMiwwLjMsMS4xLDAuOCwwLjhjMC0wLjcsMC0xLjMsMC0yYy0wLjYsMC4xLTAuNy0xLjEt MC44LTIuNAoJCWMtMS4zLDAuMy0xLjYsMi4yLTEuMiwzLjljLTAuMy0wLjUtMC42LTAuOC0wLjYt MmMwLjEtMC40LDAuMy0wLjgsMC41LTEuMmMtMC4xLTEuMi0wLjQtMi4xLTAuNS0zLjVjLTAuNCww LjEtMC41LDAuNy0wLjYtMC40CgkJYzAuMiwwLDAuNCwwLDAuNiwwYy0wLjMtMi4yLDAtNC4xLTAu Ni0zLjVjMC40LTEsMS03LjQsMC4yLTUuOWMtMC4xLTMuNC0wLjEtMi43LTAuMi01LjVjMC41LDAu OSwwLjItMi4xLDAuMi0zLjUKCQljMC45LTEuNCwwLjUtNS40LDAuOC03LjhjLTAuNCwwLjEtMC41 LTAuNi0wLjYtMS4yYzAuNC00LjUsMS4zLTguMywwLjYtMTMuN2MwLjEtMC4xLDAuMywwLDAuMy0w LjRjLTEuNS0wLjItMS4zLDQuMS0yLDYuMwoJCWMwLjksMC0wLjMsNiwwLjksNi4zYzAsMC45LDAs MS44LDAsMi43Yy0wLjQtMC4zLTAuMywwLjgtMC42LDAuOGMwLjIsMy4zLTAuNCw1LjctMC4zLDgu MmMtMC4yLTAuMywwLTEuOS0wLjUtMS42CgkJYzAuMSwwLjksMCw0LjMsMC41LDJjLTAuMiwyLjMt MC4yLDIuOS0wLjYsNC43YzAuMiwwLjEsMC40LTAuMSwwLjUsMC40Yy0wLjcsMC41LTAuNSwyLjkt MC42LDMuOWMtMC4yLDAtMC4xLTAuNy0wLjMtMC44CgkJYzAuMSwzLjItMC40LDMuNy0wLjMsNS45 Yy0xLDAuMi0xLjUsMy0yLjYsMy45YzAtMC43LDAtMS4yLTAuMi0xLjZjMC4yLDAsMC40LDAsMC42 LDBjLTAuNi01LjItMC4xLTEwLjksMC4yLTE1LjcKCQljMC4zLDAuNCwwLjIsMS4xLDAuNiwxLjNj MC0xLTAuMi0xLjctMC41LTJjMC4xLTEuNywwLjItMy4zLDAuMi00LjdjMC41LTAuNSwwLjYtMS44 LDAuOS0yLjdjLTEtMS43LTAuMS00LjctMC41LTYuMwoJCWMwLjQsMC4yLDAuNS0wLjIsMC40LTAu NmMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLTAuNy0wLjEtMC44LTAuMi0xYzAuMSwwLjEsMC4y LDAuNCwwLjUsMC4zYzAuMy0xLjcsMC43LTMuNCwxLjUtMy45CgkJYy0wLjMtMC42LTAuNC0xLjgt MC44LTIuNGMwLjMtMC4xLDAuMy0xLDAuMy0yYy0wLjItMS4xLTAuNS0wLjEtMC44LTEuNmMwLTEu Ny0wLjEtMy41LDAuMy00LjNjMC42LDAuMSwwLjcsMS40LDAuOSwyLjQKCQljMC41LTAuMywwLjYs MC40LDAuOSwwLjRjMC4zLTIuMSwwLjUtNS40LDAuNS04LjJjMC4yLDAsMC4yLDAuNSwwLjUsMC40 YzAuMS0xLjksMC0zLjQtMC42LTMuNWMwLDAuNSwwLDEuMS0wLjIsMS4yCgkJYy0wLjgtMS44LDAu Mi00LjItMC4yLTUuOWMwLDAuNC0wLjMsMC45LTAuMywwLjRjMC4zLTAuMiwwLTIuNCwwLjUtMS4y YzAuMy00LjQsMC4xLTEwLjctMS4xLTcuOGMtMC44LTIuMSwwLjctOC44LTAuNC05LjgKCQljMCww LjItMC45LDIuNC0wLjIsMy4xYy0wLjMsMC45LTAuOCwxLjEtMC45LDIuNGMwLjQtMC42LDAuNywx LDAuMywxLjJjLTAuMS0xLjEtMS40LTAuMy0xLjctMC44YzAuNCwxLjEsMCwxLjEtMC41LDAuOAoJ CWMwLDAuMywwLDAuNSwwLDAuOGMwLDAuMywwLDAuNSwwLDAuOGMwLjYtMC45LDEuMiwyLDIuMyww LjRjLTAuMiwwLjUtMC4yLDEuOCwwLDIuNGMtMC41LDAtMC41LDEuMy0xLjEsMS4yCgkJYzAuMywx LjUtMC4xLDIuMi0wLjUsMy4xYzAuMywwLjQsMC41LTEuMiwwLjYsMGMwLDAuMiwwLDAuMy0wLjEs MC40Yy0wLjEsMC0wLjItMC4zLTAuNC0wLjNjMCwwLjIsMCwwLjUsMCwwLjgKCQljLTAuMSwwLjEt MC4xLDAuMS0wLjIsMC4yYy0wLjItMS41LDAuMS00LjMtMC42LTQuN2MwLDAuNi0wLjksMC42LTAu OSwwYzAuMS0wLjMsMC4xLTAuNiwwLjEtMC45YzAuMSwwLDAuMiwwLDAtMC4yYzAsMCwwLDAsMCww CgkJYzAtMC4zLDAtMC43LDAtMS4xYzAuMS0wLjIsMC4zLTAuNSwwLjMtMC44Yy0wLjMtMC4xLDAu MS0wLjYtMC4yLTAuN2MwLDAuMS0wLjEsMC4yLTAuMSwwLjNjMC0xLjEsMC4yLTIsMC43LTIKCQlj MC4xLTAuNy0wLjItMSwwLTEuMmMwLjEtMC4xLDAuMywwLDAuMy0wLjRjLTEuMSwwLTEuMi0yLjct MS4xLTUuNWMtMC41LTAuMy0wLjUtMi4zLTAuOS0yYzAuOS0xLjYtMC4zLTMuOS0wLjEtNS42CgkJ Yy0wLjEsMC4yLTAuMS0xLjQtMC4yLTEuNWMwLjksMC4xLDAuNS0zLjksMC41LTQuM2MtMC4yLDEu MS0wLjEtMS4yLTAuNSwwYzAtMC44LTAuMS0xLjMtMC4xLTEuN2gtMC4ydi00Yy0wLjQsMC0wLjgt MC4xLTEuNS0wLjEKCQljMS4xLTAuMy0xLTAuMywwLTAuNWMtMC4zLDAtMy44LTAuNS0zLjgsMC41 YzAtMC4xLTEuNS0wLjItMS4zLTAuMmMtMS40LDAuMi0zLjUtMS00LjktMC4xYzAuMy0wLjQtMS40 LTAuNC0xLjctMC45CgkJYy0yLjQsMC4xLTQuOCwwLTQuOC0xLjFjLTAuMywwLTAuMywwLjItMC4z LDAuM2MtMC4yLDAuMi0wLjQtMC4xLTEsMGMtMC4xLDEuMi0zLjIsMC41LTQuOCwwLjljLTAuNiww LTAuNi0xLDAtMC45CgkJYy0wLjMtMC43LTIuOC0wLjQtNC4xLTAuNmMwLjMtMC4yLDAuMy0wLjYs MS0wLjZjMSwwLjEtMC4zLDAuMywwLDAuNmMwLjgtMC4zLDEuNC0wLjgsMi43LTAuNWMtMC4xLTAu NiwxLTAuNiwxLTEuMQoJCWMwLjQsMC4yLDEuNiwwLjIsMi4xLDBjLTEuNCwxLjEsMS4xLDEuNyww LjMsMi4zYzAuMiwwLDAuNSwwLDAuNywwYzAuMiwwLDAuNSwwLDAuNywwYy0wLjMtMC41LTAuMi0w LjksMC43LTAuNQoJCWMtMC40LTAuMywwLjMtMS42LTAuNy0xLjdjMC4xLTAuNCwxLjYtMC4xLDEs MC4zYzEuMS0wLjEsMS4zLTAuNywyLjEtMC45YzAuNiwwLjcsMi41LTAuMSwyLjctMC4yYy0wLjkt MS4xLTYuNywwLjMtOC42LTAuNQoJCWMyLjUtMS4yLTMuMS0xLjQtNi45LTEuMWMxLjEsMC41LTAu OSwwLjEtMSwwLjVjLTAuNS0wLjEsMC0wLjMsMC4zLTAuM2MtMS41LTAuNC0zLjYsMC42LTUuMS0w LjJjMC4xLTAuMiwwLjYtMC4xLDEtMC4yCgkJYy0wLjEtMC42LTEuNC0wLjctMy4xLTAuNmMtMC4x LDAuMiwwLjMsMC4zLDAuMywwLjVjLTIuNSwwLTUuMywwLjEtNy4yLDAuNWMwLDAuNCwwLjYsMC41 LDAuMywwLjljMC44LDAuMywxLjksMC40LDIuMSwwLjkKCQljLTAuNywwLjQtMi4zLDAuMy0zLjgs MC4zYy0xLjMtMC4yLTAuNC0wLjUtMS40LTAuOGMtMC45LDAtMS43LDAtMS43LDAuM2MtMC41LTAu My0xLjYtMC40LTIuMS0wLjhjLTAuNCwwLjgtMS45LDEuMi0zLjQsMS41CgkJYy0wLjIsMC41LDAu NiwwLjUsMCwwLjhjLTAuMy0wLjMtMS4zLTAuNS0xLDAuMmMtMS40LTAuNC00LDAuNi01LjUtMC41 Yy0wLjksMC4zLTIsMC40LTIuNCwwLjljLTQuOCwwLTEyLDEuMy0xOC41LDAuNQoJCWMwLDAuMiww LDAuNCwwLDAuNmMtMC4zLTAuMS0wLjgtMC4yLTEuNC0wLjJjMC44LTEuMSwzLjItMS42LDMuNC0y LjZjMS45LDAuMSwyLjMtMC41LDUuMS0wLjNjLTAuMS0wLjItMC43LTAuMS0wLjctMC4zCgkJYzAu OS0wLjEsMywwLjEsMy40LTAuNmMwLjQsMCwwLjMsMC4zLDAuMywwLjVjMS42LTAuNCwyLjEtMC40 LDQuMS0wLjZjLTIuMSwwLjQsMC45LDAuMywxLjcsMC41YzAuMy0wLjUtMS4xLTAuMi0xLjQtMC41 CgkJYzIuMiwwLjEsNC4zLTAuNSw3LjItMC4zYzAtMC4zLDAuOS0wLjIsMC43LTAuNmMwLjgsMCwx LjYsMCwyLjQsMGMwLjIsMS4yLDUuNSwwLDUuNSwwLjljMS45LTAuNiw1LjYtMC40LDUuNS0yCgkJ Yy0wLjMsMC0wLjMsMC4yLTAuMywwLjNjLTQuOC0wLjctOCwwLjItMTIsMC42Yy0wLjUtMC4xLTEu MS0wLjItMS0wLjZjLTIuMSwwLjItNS42LTAuMi02LjksMC44Yy0xLjMsMC0zLjgtMC4zLTMuMSww LjIKCQljLTIuNS0wLjEtMS45LDAtNC44LTAuMmMxLjMtMC45LTQuMy0wLjMtNS4xLDAuMmMwLjUt MC42LTEuMi0wLjMtMy4xLTAuNmMwLDAuMiwwLDAuNCwwLDAuNmMtMS0wLjEtMC40LTAuMi0wLjMt MC42CgkJYy0xLjMtMC4xLTItMC4zLTMuMS0wLjVjLTAuMywwLjItMC43LDAuMy0xLDAuNWMtMSww LTEuMy0wLjQtMS43LTAuNmMxLjUsMC40LDMuMiwwLjEsMy40LTEuMmMtMS4xLTAuMS0yLjEtMC4y LTIuMS0wLjgKCQljLTAuNiwwLTEuMSwwLTEuNywwYy0wLjMsMC41LDAuNSwwLjUsMC43LDAuOGMt MC44LTAuMS0xLTAuNS0xLjQtMC44Yy0zLjcsMC4xLTQuNiwwLjQtNy45LTAuNWMtNC4xLDEuNi0x MS4xLDAuMy0xNC43LDEuMgoJCWMtMC4zLTAuMy0wLjktMC40LTIuMS0wLjNjLTAuNiwwLjktMi4z LDEuMywwLDEuOWMyLjgtMC41LDYuNy0xLjEsOS42LTEuNGMxLDAuMSwwLjQsMC4yLDAuMywwLjZj MC42LDAsMS43LDAuMiwxLjQtMC4zCgkJYzAuNSwwLjEsMC4zLDAuNSwxLjQsMC4zQzYzMC4yLDQu OSw2MzAsNSw2MzAsNS4yYzEuMSwwLjIsMC44LTAuMiwxLjQtMC4zYy0xLjcsMC45LTIuNiwxLjUt NS41LDEuN2MtMC4xLDAuMiwwLjMsMC4zLDAuMywwLjUKCQljLTEuOS0wLjUtMS43LDAuNi0zLjgs MC41Yy0wLjEtMC40LDAuNS0wLjUsMS0wLjZjLTEuNS0wLjUtMy4yLDAuMi00LjUtMC44Yy0wLjcs MC4yLTEuOSwwLjUtMSwwLjljLTIuOC0wLjUtNi42LTAuNS03LjktMC44CgkJYy0xLjIsMC42LTMu MywwLjgtNC4xLDEuNWMtMS4xLDAuMS0wLjQtMC41LTEuNy0wLjNjLTAuMS0wLjQsMS41LTAuNC0w LjMtMC41YzAuMy0wLjEsMC42LTAuMiwxLTAuM2MtMS4zLTAuNS0xLjYsMC44LTIuNCwxLjEKCQlj LTEuMywwLjEtMS45LTAuNC0yLjcsMGMwLjQtMC4yLDAuNC0wLjQsMC0wLjZjMC45LTAuMiwxLjUs MC41LDEuNC0wLjJjLTAuNiwwLTEuMSwwLTEuNywwYzEuMi0wLjYsMi41LTEuNSw1LjEtMS4yCgkJ YzAuMy0wLjMsMS0wLjQsMC43LTAuOWMxLjksMC4xLDcuNiwwLDguOS0xLjFjLTEuNywwLjItMS44 LTAuMy0zLjQsMC4yYy0wLjcsMCwwLjUtMC40LTAuMy0wLjZjLTAuNywwLjUtMS4yLDAtMi4xLDAK CQljLTMuOCwwLTcuMywwLjYtMTAuNiwxLjRjMC41LDAuNy0xLjMsMC4zLTEsMC45Yy0wLjEtMC4x LTEuMi0xLjMtMC4zLTEuNWMtMS42LDAuMi0zLjgtMC40LTYuMiwwLjJjLTAuNi0wLjktMy43LTAu My01LjUtMC4zCgkJYzAtMC4yLDAuNC0wLjEsMC43LTAuMmMtNC45LTAuNS0xNC43LDAuOS0yMS45 LTAuM2MtMC41LTAuNywwLjgtMC43LDEuNC0wLjljLTEuMy0xLjMtNC0wLjctNi4yLTEuMmMtMy41 LDAuNy03LjEtMC44LTExLjctMC42CgkJYy0wLjEtMC40LDEuMy0wLjEsMS0wLjZjLTAuOC0wLjMt MS43LDAuMi0zLjEsMGMtMC42LDAuOC0xLDEuNS0wLjcsMi4zYy0zLjMsMS4xLTUuOCwyLjQtMy40 LDQuMmMtMC4yLDItOC4yLDEuNi0xMC42LDEuNQoJCWMwLjItMC4xLDAuMy0wLjMsMC43LTAuM2Mt MC44LTAuNC0zLjEtMC4yLTIuNy0xLjFjLTEuOC0wLjMtMS41LDAuNS0yLjcsMC41YzAuMiwwLjUs MS4yLDAuOCwwLDEuMWMxLjQsMC4yLDMuMSwwLjIsNC44LDAKCQljLTEuMiwwLjUsMS40LDAuOCwy LjcsMS4xYy0wLjEsMC45LTAuMSwxLjMsMSwxLjVjLTAuNCwwLjUtMSwwLjgtMS45LDFjLTAuMS0w LjItMC4xLTAuMywwLjEtMC42Yy0wLjItMC40LTEuNCwwLTEuMi0wLjgKCQljLTAuNSwwLjMtMSww LTEsMC41Yy0xLjMsMC4zLTIuNC0wLjItMy43LTAuMmMtMi40LDAtNC42LDEuMi02LjgsMS40Yy0x LjUsMC4xLTIuOC0wLjMtNC40LTAuMmMwLjQsMC0xLjIsMC40LTEuNSwwLjIKCQljLTAuMy0wLjEs MC4xLTAuMiwwLTAuNWMtMS43LTAuMi0zLjktMC40LTUuNCwwYy0xLjgtMC45LTIuNywxLjEtNC43 LDBjMC4xLTAuNy0wLjItMC44LDAtMS4yYy0xLjQtMC4zLTIuOSwwLjUtMy4zLTAuMwoJCWMtMC41 LDAuMy0xLjQsMC40LTEuNC0wLjVjLTAuOSwwLjEtMC45LDAuMi0xLjYsMC4zYy0wLjQtMC43LTEu MS0wLjItMS42LTAuNmMtMC44LDIuMi00LjQsMC45LTYuNSwxLjRWOS45CgkJYy0xLjYsMC4xLTMu MiwwLjItNC43LDAuMWMtMS44LDEuNC04LTAuMi0xMS0wLjJjLTEuOCwwLjgtNC4xLDAuMi02Ljgs MC42Yy0wLjgsMC4yLDAuNCwwLjQtMC4zLDAuNWMtMi4xLTAuNS0zLjktMS4yLTQuNS0yLjUKCQlj LTguMy0xLjItMTguNSwwLjUtMjYuNC0wLjZjLTAuMiwwLjktMy45LDAtMi43LDAuOGMtNC4yLTAu NC00LjksMi4xLTkuMiwxLjJjLTAuMSwwLjIsMC4xLDAuNC0wLjMsMC41Yy0xLjEtMC42LTIuOC0w LjQtNC4xLTAuNQoJCWMwLjgtMC40LDAuNS0wLjcsMC43LTEuNWMtMi4zLTAuOC02LjEtMS42LTEw LjYtMS41Yy02LjQsMC4xLTE0LjgsMC0xOC4xLDAuNWMtMC41LTAuMi0wLjctMC40LTEtMC42Yy0x LjgtMC4xLTIuNywwLjMtNC4xLDAKCQljMCwwLjMsMCwwLjYsMCwwLjljMCwwLTAuMSwwLTAuMSww Yy0wLjEtMC4xLTAuMy0wLjMtMC45LTAuMmMtMC4xLDAuMSwwLDAuMiwwLDAuM2MtMi41LDAuMS00 LjYtMC44LTcuNi0wLjYKCQljMC41LDAuNSwwLjUsMS0wLjEsMS40Yy0wLjQsMC0wLjgsMC0xLjMs MGMtMS41LTAuOC02LjUtMC45LTguNi0wLjVjLTEsMC0xLjQtMC4zLTEuNy0wLjZjLTMuNSwwLjMt NC45LTAuNy0zLjgtMS45CgkJYy0zLjQtMC4zLTUuNywxLTguNiwwLjVjMC0wLjMsMC0wLjYsMC0w LjljLTEuNCwwLjMtMi4zLTAuMS00LjEsMGMtMC4zLDAuMi0wLjYsMC41LTEsMC42Yy0zLjMtMC40 LTExLjgtMC40LTE4LjItMC41CgkJYy00LjUtMC4xLTguMywwLjgtMTAuNiwxLjVjMC4yLDAuOS0w LjEsMS4xLDAuNywxLjVjLTEuMywwLTMtMC4yLTQuMSwwLjVjLTAuNCwwLTAuMy0wLjMtMC4zLTAu NWMtNC40LDAuOC01LjEtMS43LTkuMy0xLjIKCQljMS4yLTAuNy0yLjYsMC4xLTIuNy0wLjhjLTcu OCwxLjEtMTguMS0wLjYtMjYuNCwwLjZjLTAuNiwxLjItMi4zLDEuOS00LjUsMi41Yy0wLjgtMC4x LDAuNC0wLjItMC4zLTAuNWMtMi43LTAuNS01LjEsMC4yLTYuOS0wLjYKCQljLTIuOSwwLTkuMiwx LjUtMTEsMC4yYy0xLjUsMC0zLjEtMC4xLTQuNy0wLjF2Mi4yYzAuMywwLjEsMC42LDAuMiwwLjks MC4zYzEuMywwLjEsMi40LTAuNCwxLjctMC44YzEsMC4xLDEuOCwwLjIsMi4xLDAuNgoJCWMxLjMt MC40LDEuMS0wLjIsMS40LDAuMmMwLjgsMCwyLjMtMS4xLDIuNCwwYzAuNy0wLjMsMi41LTAuMiwz LjEtMC42YzEsMCwwLjMsMC45LDEuNCwwLjVjLTAuMSwxLjEtMy4yLDAuNi0zLjEsMS40CgkJYy0x LjQsMC4yLTQuMy0wLjMtMi43LTAuNWMtMS0wLjUtNC4zLDAuOS00LjUtMC4yYy0xLjMsMC4xLTMu MiwwLjctMS43LDEuMWMtMC4xLDAuMS0wLjMsMC4xLTAuNCwwLjFjLTIuMS0wLjctNiwwLjctNi44 LTEuNQoJCWMtMC41LDAuNS0xLjItMC4xLTEuNiwwLjZjLTAuNi0wLjEtMC43LTAuMi0xLjYtMC4z YzAuMSwwLjktMC45LDAuOC0xLjQsMC41Yy0wLjQsMC44LTEuOSwwLTMuMywwLjNjMC4yLDAuNS0w LjEsMC42LDAsMS4yCgkJYy0yLDEuMS0yLjktMC45LTQuNywwYy0xLjUtMC40LTMuNi0wLjItNS40 LDBjLTAuMSwwLjMsMC4zLDAuNCwwLDAuNWMtMC40LDAuMi0xLjktMC4yLTEuNS0wLjJjLTEuNi0w LjEtMi45LDAuMy00LjQsMC4yCgkJYy0yLjEtMC4yLTQuNC0xLjQtNi44LTEuNGMtMS4zLDAtMi4z LDAuNC0zLjcsMC4yYzAtMC40LTAuNS0wLjItMS0wLjVjMC4yLDAuOC0xLDAuNC0xLjIsMC44YzAu MiwwLjMsMC4yLDAuNCwwLjEsMC42CgkJYy0wLjktMC4yLTEuNS0wLjYtMS45LTFjMS4xLTAuMywx LjEtMC42LDEtMS41YzEuMy0wLjMsNC0wLjUsMi43LTEuMWMxLjcsMC4yLDMuNCwwLjIsNC44LDBj LTEuMi0wLjMtMC4yLTAuNiwwLTEuMQoJCWMtMS4zLDAtMC45LTAuNy0yLjctMC41YzAuMywwLjkt MiwwLjctMi43LDEuMWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTIuNSwwLTEwLjQsMC40LTEwLjYt MS41YzIuNC0xLjgtMC4xLTMuMS0zLjQtNC4yCgkJYzAuMy0wLjksMC0xLjUtMC43LTIuM2MtMS40 LDAuMi0yLjMtMC4zLTMuMSwwYy0wLjMsMC41LDEuMSwwLjIsMSwwLjZjLTQuNS0wLjItOC4yLDEu My0xMS42LDAuNmMtMi4yLDAuNS00LjktMC4xLTYuMiwxLjIKCQljMC42LDAuMiwxLjgsMC4yLDEu NCwwLjljLTcuMiwxLjMtMTcuMS0wLjItMjEuOSwwLjNjMC4zLDAsMC43LDAsMC43LDAuMmMtMS44 LDAtNC45LTAuNi01LjUsMC4zYy0yLjMtMC41LTQuNiwwLTYuMi0wLjIKCQljMC44LDAuMi0wLjIs MS40LTAuMywxLjVjMC4zLTAuNi0xLjUtMC4zLTEtMC45Yy0zLjMtMC44LTYuOC0xLjQtMTAuNi0x LjRjLTAuOCwwLTEuNCwwLjUtMi4xLDBjLTAuOCwwLjIsMC40LDAuNi0wLjMsMC42CgkJYy0xLjYt MC41LTEuNywwLjEtMy40LTAuMmMxLjMsMS4xLDcsMS4yLDguOSwxLjFjLTAuMywwLjUsMC40LDAu NywwLjcsMC45YzIuNi0wLjIsMy45LDAuNyw1LjEsMS4yYy0wLjYsMC0xLjEsMC0xLjcsMAoJCWMt MC4xLDAuNiwwLjUsMCwxLjQsMC4yYy0wLjQsMC4yLTAuNCwwLjQsMCwwLjZjLTAuOC0wLjQtMS41 LDAuMS0yLjcsMGMtMC44LTAuMy0xLjEtMS41LTIuNC0xLjFjMC40LDAuMSwwLjgsMC4yLDEsMC4z CgkJYy0xLjgsMC0wLjMsMC0wLjMsMC41Yy0xLjMtMC4yLTAuNywwLjQtMS43LDAuM2MtMC44LTAu OC0yLjktMS00LjEtMS41Yy0xLjIsMC4zLTUuMSwwLjMtNy45LDAuOGMwLjgtMC40LTAuNC0wLjct MS0wLjkKCQljLTEuMywxLTMsMC4zLTQuNSwwLjhjMC41LDAuMSwxLjEsMC4yLDEsMC42Yy0yLjEs MC4yLTEuOS0xLTMuOC0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41Yy0yLjktMC4yLTMuNy0wLjgt NS41LTEuNwoJCWMwLjUsMC4xLDAuMywwLjUsMS40LDAuM2MwLTAuMi0wLjItMC4zLTAuMy0wLjVj MS4xLDAuMiwwLjgtMC4yLDEuNC0wLjNjLTAuMywwLjUsMC44LDAuMywxLjQsMC4zYzAtMC40LTAu Ny0wLjUsMC4zLTAuNgoJCWMyLjksMC4zLDYuOCwwLjksOS42LDEuNGMyLjMtMC42LDAuNi0xLDAt MS45Yy0xLjEtMC4xLTEuNywwLTIuMSwwLjNDMTE2LDQuNywxMDksNS45LDEwNC45LDQuM2MtMy4z LDAuOS00LjIsMC42LTcuOSwwLjUKCQljLTAuMywwLjMtMC42LDAuNy0xLjQsMC44YzAuMS0wLjMs MS0wLjMsMC43LTAuOGMtMC42LDAtMS4xLDAtMS43LDBjMC4xLDAuNi0xLDAuNy0yLjEsMC44YzAu MiwxLjMsMS45LDEuNiwzLjQsMS4yCgkJYy0wLjQsMC4zLTAuNywwLjYtMS43LDAuNmMtMC4zLTAu Mi0wLjctMC4zLTEtMC41Yy0xLDAuMi0xLjgsMC40LTMuMSwwLjVjMCwwLjQsMC43LDAuNS0wLjMs MC42YzAtMC4yLDAtMC40LDAtMC42CgkJYy0xLjksMC4zLTMuNiwwLTMuMSwwLjZjLTAuOS0wLjQt Ni41LTEuMS01LjEtMC4yQzc4LjcsOCw3OS4zLDcuOSw3Ni44LDhjMC43LTAuNS0xLjgtMC4yLTMu MS0wLjJjLTEuMy0xLTQuNy0wLjUtNi44LTAuOAoJCWMwLjEsMC40LTAuNSwwLjUtMSwwLjZjLTMu OS0wLjUtNy4yLTEuMy0xMi0wLjZjLTAuMS0wLjEsMC0wLjMtMC4zLTAuM2MtMC4xLDEuNiwzLjYs MS40LDUuNSwyYzAtMC45LDUuMiwwLjMsNS41LTAuOQoJCWMwLjgsMCwxLjYsMCwyLjQsMGMtMC4z LDAuNCwwLjcsMC4zLDAuNywwLjZjMi45LTAuMiw1LDAuNCw3LjIsMC4zYy0wLjMsMC4yLTEuNyww LTEuNCwwLjVjMC44LTAuMSwzLjgsMCwxLjctMC41CgkJYzIsMC4yLDIuNSwwLjIsNC4xLDAuNkM3 OS4zLDkuMiw3OS4yLDksNzkuNiw5QzgwLDkuNyw4Mi4xLDkuNSw4Myw5LjZjMCwwLjItMC42LDAu MS0wLjcsMC4zYzIuOC0wLjEsMy4zLDAuNCw1LjEsMC4zCgkJYzAuMiwxLjEsMi42LDEuNSwzLjQs Mi42Yy0wLjYsMC0xLjEsMC0xLjQsMC4yYzAtMC4yLDAtMC40LDAtMC42QzgzLDEzLjIsNzUuOCwx MS45LDcxLDExLjljLTAuNC0wLjUtMS41LTAuNi0yLjQtMC45CgkJYy0xLjUsMS00LjEsMC4xLTUu NSwwLjVjMC4yLTAuNy0wLjctMC40LTEtMC4yYy0wLjYtMC4zLDAuMi0wLjMsMC0wLjhjLTEuNS0w LjMtMy0wLjctMy40LTEuNWMtMC41LDAuMy0xLjUsMC40LTIuMSwwLjgKCQljMC0wLjMtMC45LTAu My0xLjctMC4zYy0xLDAuMi0wLjEsMC42LTEuNCwwLjhjLTEuNSwwLTMuMSwwLjEtMy44LTAuM0M0 OS45LDkuMyw1MSw5LjIsNTEuOCw5Yy0wLjItMC41LDAuNC0wLjYsMC4zLTAuOQoJCWMtMS45LTAu My00LjctMC41LTcuMi0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41Yy0xLjctMC4xLTIuOSwwLTMu MSwwLjZjMC40LDAsMSwwLDEsMC4yYy0xLjUsMC44LTMuNi0wLjMtNS4xLDAuMgoJCWMwLjQsMCww LjgsMC4zLDAuMywwLjNjLTAuMS0wLjMtMi4xLDAtMS0wLjVjLTMuOC0wLjMtOS4zLTAuMS02Ljgs MS4xYy0xLjgsMC44LTcuNy0wLjctOC41LDAuNWMwLjIsMCwyLjEsMC45LDIuNywwLjIKCQljMC44 LDAuMywxLDAuOCwyLjEsMC45Yy0wLjUtMC40LDAuOS0wLjcsMS0wLjNjLTAuOSwwLjEtMC4zLDEu Mi0wLjYsMS42aC02LjhjMCwwLjEsMCwwLjEsMCwwLjJjMC41LDAuMSwwLjUsMS4xLDEuMiwwLjcK CQljMCwwLjEsMCwwLjIsMCwwLjJjLTAuMSwwLTAuMSwwLTAuMiwwYy0wLjMsMC41LTIsMC42LTEu NywwLjljLTEuNC0wLjktMy40LDAuMy00LjksMC4xYzAsMCwwLDAtMC4xLDBoLTEuMwoJCWMtMC4z LTAuNC0xLjQtMC40LTIuNC0wLjRjMC4xLTAuNywwLjItMS4zLDAuNS0xLjNjMC0wLjIsMC0wLjQs MC0wLjZoLTEuNGMtMC4xLDAuNi0wLjEsMS40LTAuMiwxLjljLTAuMSwwLTAuMiwwLTAuMiwwCgkJ YzAuMSwwLDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwLjFjLTAuMSwwLTAuNCwwLjEtMC41LDAuMUg4 LjZjMCwwLjEsMCwwLjIsMCwwLjNjLTAuMSwwLTAuMiwwLTAuMywwdjMuMkM4LjEsMTguNyw4LDE5 LjgsOCwyMC43CgkJYzAuMSwwLjIsMC4yLDAuNSwwLjIsMC43djEuOGMwLjEsMCwwLjEsMCwwLjIs MGMwLDEsMCwyLDAsMy4xYy0wLjEsMC0wLjEsMC0wLjIsMHYxLjFjMC4xLDAsMC4yLDAsMC4zLDBj MCwwLjEsMCwwLjMsMCwwLjQKCQlDOC44LDI4LjYsOSwyNy40LDksMjguMmMtMC41LDIuMi0xLjIs NC0yLjQsNC42Yy0xLjEsOC43LDAuNSwxOS4zLTAuNiwyNy41YzAuOSwwLjIsMCw0LjEsMC43LDIu OWMtMC40LDQuMywyLDUuMSwxLjIsOS42CgkJYzAuMiwwLjEsMC40LTAuMSwwLjQsMC40QzcuOSw3 NC4zLDgsNzYuMSw4LDc3LjVjLTAuNC0wLjgtMC43LTAuNS0xLjUtMC43QzUuOCw3OS4yLDUsODMu MSw1LDg3LjljMC4xLDYuNiwwLDE1LjUsMC40LDE4LjkKCQljLTAuMSwwLjUtMC40LDAuNy0wLjYs MS4xYy0wLjEsMS45LDAuMywyLjksMCw0LjNjMC4zLDAsMC42LDAsMC45LDBjMC41LDMtMC43LDUu NC0wLjQsOC45YzEuMS0xLjIsMi4xLDAuMywxLjgsMy45CgkJYzAuMywwLjMsMC42LDAuNywwLjYs MS44Yy0wLjQsMi4xLTAuMyw3LjQsMC40LDguOWMwLjIsNC42LTAuNiw3LjEtMC40LDkuNmMtMC4y LTAuMS0wLjMtMC41LTAuNi0wLjRjLTAuMiwxLjMsMC42LDAuNiwwLjQsMS44CgkJYy0wLjYsMC40 LTAuMywzLjEtMC42LDQuM2MwLjgsMS43LDAuOCwzLjUsMS4zLDUuNGMwLDAuNi0wLjQsMC4zLTAu MywxLjFjMC45LDEuNywwLjcsNi45LDEsMTEuMWMwLjIsMCwwLjUsMCwwLjcsMAoJCWMwLTIuMy0w LjItNC4yLTAuMS02LjhDOS4yLDE2Miw5LDE2MS41LDksMTYwLjRjMC4zLDAuNiwwLjIsMCwwLjYs MGMwLTAuNi0wLjEtMS44LDAuMy0xLjRjMCwwLjEsMCwwLjEsMCwwLjIKCQljMCwwLjEsMC4xLDAu MSwwLjEsMC4yYzAsMC4xLDAsMC4yLDAsMC40YzAuMSwwLDAuMSwwLDAuMSwwYzAuMywwLjcsMC41 LDEuNiwwLjcsMi4yYzAsMC4zLDAuMSwwLjUsMC4yLDAuN2MwLTAuMSwwLTAuMiwwLjEtMC4zCgkJ YzAuMSwwLjEsMC4yLDAuMSwwLjIsMC4xYzAuMSwyLjksMC4zLDEwLjItMS41LDEwLjRjLTEuNy0y LjQtMy4xLDAuMS00LjEsMy41Yy0wLjktMC4zLTEuNCwwLTIuMywwLjdjMC4yLDEuNS0wLjMsMi40 LDAsMy4xCgkJYzAuNSwwLjMsMC4yLTEuMSwwLjYtMWMtMC4yLDQuNiwxLjMsOC4zLDAuNiwxMS45 YzAuNSwyLjItMC4xLDUsMS4yLDYuM2MwLjItMC42LDAuMi0xLjksMC45LTEuNEM4LjEsMjAzLDYu NywyMTMsNy4yLDIxOAoJCWMwLTAuMywwLTAuNywwLjItMC43YzAsMS44LTAuNiw1LDAuMyw1LjZj LTAuNSwyLjQsMCw0LjYtMC4yLDYuM2MwLjItMC45LDEuNCwwLjIsMS41LDAuM2MtMC42LTAuMy0w LjIsMS41LTAuOSwxCgkJYy0wLjgsMy40LTEuMyw2LjktMS40LDEwLjhjMCwwLjgsMC41LDEuNCww LDIuMWMwLjIsMC45LDAuNi0wLjQsMC42LDAuM2MtMC41LDEuNiwwLjEsMS43LTAuMiwzLjVjMS4x LTEuNCwxLjItNy4xLDEuMS05LjEKCQljMC41LDAuMywwLjYtMC40LDAuOS0wLjdjLTAuMi0yLjcs MC43LTQsMS4yLTUuMmMwLDAuNiwwLDEuMiwwLDEuN2MwLjYsMC4xLDAtMC41LDAuMi0xLjRjMC4y LDAuNCwwLjQsMC40LDAuNiwwCgkJYy0wLjQsMC45LDAuMSwxLjUsMCwyLjhjLTAuMywwLjgtMS41 LDEuMi0xLjEsMi40YzAuMS0wLjQsMC4yLTAuOCwwLjMtMWMwLDEuOSwwLDAuMywwLjUsMC4zYy0w LjIsMS4zLDAuNCwwLjcsMC4zLDEuNwoJCWMtMC44LDAuOC0xLDIuOS0xLjUsNC4yYzAuMywxLjMs MC4zLDUuMiwwLjgsOGMtMC40LTAuOS0wLjcsMC40LTAuOSwxYzEsMS4zLDAuMywzLDAuOCw0LjVj MC4xLTAuMywwLjEtMC41LDAuMi0wLjcKCQljMCwwLjYsMCwxLjEsMCwxLjdjLTAuMiwwLjQtMC4z LDAuOC0wLjIsMS41YzAsMC4xLDAsMC4yLTAuMSwwLjJjLTAuMS0wLjEtMC4xLTAuMy0wLjMtMC4y YzAsMC40LTAuMSwwLjctMC4xLDEKCQljLTAuMiwwLjItMC40LDAuNC0wLjYsMC41YzAuMywwLjQs MC4xLDAuOSwwLjMsMS4zYy0wLjMsMS0wLjcsMS43LTEuMiwyLjhjMC4xLTAuNSwwLjUtMC4zLDAu My0xLjRjLTAuMiwwLTAuMywwLjItMC41LDAuMwoJCWMwLjItMS4xLTAuMi0wLjgtMC4zLTEuNGMw LjUsMC40LDAuMy0wLjgsMC4zLTEuNGMtMC40LDAtMC41LDAuNy0wLjYtMC4zYzAuMy0zLDAuOS03 LDEuNC05LjhjLTAuNS0yLjMtMS0wLjYtMS44LDAKCQljLTAuMSwxLjEsMCwxLjgsMC4zLDIuMWMt MC45LDMuNywwLjMsMTAuOC0xLjIsMTVjMC45LDMuMywwLjYsNC4zLDAuNSw4YzAuMywwLjMsMC42 LDAuNiwwLjgsMS40Yy0wLjMtMC4xLTAuMy0xLTAuOC0wLjcKCQljMCwwLjYsMCwxLjIsMCwxLjdj MC42LTAuMSwwLjcsMSwwLjgsMi4xYzEuMy0wLjIsMS42LTIsMS4yLTMuNWMwLjMsMC40LDAuNiww LjcsMC42LDEuN2MtMC4xLDAuNC0wLjMsMC43LTAuNSwxCgkJYzAuMSwxLjEsMC40LDEuOSwwLjUs My4xYzAuNCwwLDAuNS0wLjcsMC42LDAuM2MtMC4yLDAtMC40LDAtMC42LDBjMC4zLDIsMCwzLjYs MC42LDMuMWMtMC40LDAuOS0xLDYuNi0wLjIsNS4yCgkJYzAuMSwzLDAuMSwyLjQsMC4yLDQuOWMt MC41LTAuOC0wLjIsMS44LTAuMiwzLjFjLTAuMiwwLTAuMywwLTAuNiwwYy0wLjMtMS40LTAuNS00 LjEtMS0yLjljMC4xLTEuOCwwLjItMy41LDAtNQoJCWMtMC4zLDEuMy0wLjYsMC4yLTEsMGMwLDEu My0wLjcsMC45LTAuNCwyLjljMC45LTAuMywwLjYsMi4xLDEsMi45YzAtMC40LDAuMi0wLjYsMC4z LTAuN2MwLDIuNiwwLjQsMTAuOC0xLjUsMTEuMQoJCWMtMS43LTIuNS0zLDAuMS00LDMuNmMtMC44 LTAuMy0xLjQsMC0yLjIsMC43YzAuMiwxLjUtMC4zLDIuNCwwLDMuMmMwLjUsMC4zLDAuMi0xLjIs MC42LTEuMWMtMC4yLDQuNywxLjMsOC41LDAuNiwxMi4xCgkJYzAuNSwyLjMtMC4xLDUuMSwxLjIs Ni40YzAuMi0wLjYsMC4yLTEuOSwwLjktMS40YzEuMiw3LjUtMC4yLDE3LjgsMC4zLDIyLjljMC0w LjMsMC0wLjcsMC4xLTAuN2MwLDEuOC0wLjYsNS4xLDAuMyw1LjcKCQljLTAuNSwyLjQsMCw0Ljgt MC4xLDYuNGMwLjItMC45LDEuNCwwLjIsMS41LDAuNGMtMC42LTAuMy0wLjIsMS42LTAuOSwxLjFj LTAuNywzLjQtMS4zLDcuMS0xLjMsMTEuMWMwLDAuOSwwLjUsMS40LDAsMi4xCgkJYzAuMiwwLjks MC42LTAuNCwwLjYsMC40Yy0wLjUsMS43LDAuMSwxLjgtMC4xLDMuNmMwLjgtMS4xLDEtNC45LDEu MS03LjRjMC4yLDAsMC40LDAuMiwwLjUsMC40YzAtMC40LDAuMy0wLjgsMC0xLjEKCQljLTAuMSwx LjItMC4zLTAuNC0wLjUtMC40YzAsMC4yLDAsMC4zLTAuMSwwLjRjMC0wLjUsMC0wLjksMC0xLjJj MC41LDAuMywwLjYtMC40LDAuOS0wLjdjLTAuMi0yLjcsMC42LTQuMSwxLjItNS40CgkJYzAsMC42 LDAsMS4yLDAsMS44YzAuNiwwLjEsMC0wLjUsMC4xLTEuNGMwLjIsMC40LDAuNCwwLjQsMC42LDBj LTAuNCwwLjksMC4xLDEuNiwwLDIuOWMtMC4zLDAuOC0xLjUsMS4yLTEsMi41CgkJYzAuMS0wLjQs MC4yLTAuOCwwLjMtMS4xYzAsMS45LDAsMC4zLDAuNCwwLjRjLTAuMiwxLjMsMC40LDAuNywwLjMs MS44Yy0wLjgsMC44LTAuOSwzLTEuNSw0LjNjMC4zLDEuMywwLjMsNS4zLDAuNyw4LjIKCQljLTAu NC0wLjktMC43LDAuNC0wLjksMS4xYzAuOSwxLjQsMC4zLDMuMSwwLjcsNC42YzAuMS0wLjUsMC4y LTEuMSwwLjYtMS4xYzAuMiwyLjItMSwxLjktMC40LDMuOWMtMC4yLDAtMC4yLTAuNS0wLjQtMC40 CgkJYy0wLjIsMy0wLjcsMy45LTEuNiw1LjdjMC4xLTAuNiwwLjUtMC4zLDAuMy0xLjRjLTAuMiww LTAuMywwLjItMC40LDAuNGMwLjItMS4xLTAuMi0wLjktMC4zLTEuNGMwLjQsMC40LDAuMy0wLjgs MC4zLTEuNAoJCWMtMC40LDAtMC41LDAuNy0wLjYtMC40YzAuMy0zLDAuOC03LjEsMS4zLTEwYy0w LjUtMi40LTEtMC42LTEuOCwwYy0wLjEsMS4yLDAsMS44LDAuMywyLjFDMywzOTMuOCw0LjEsNDAx LDIuNiw0MDUuMwoJCWMwLjgsMy40LDAuNiw0LjQsMC40LDguMmMwLjMsMC40LDAuNiwwLjYsMC43 LDEuNGMtMC4zLTAuMi0wLjMtMS0wLjctMC43YzAsMC42LDAsMS4yLDAsMS44YzAuNS0wLjEsMC43 LDEsMC43LDIuMQoJCWMxLjMtMC4yLDEuNi0yLDEuMi0zLjZjMC4zLDAuNSwwLjYsMC43LDAuNiwx LjhjLTAuMSwwLjQtMC4zLDAuNy0wLjQsMS4xYzAuMSwxLjEsMC40LDEuOSwwLjQsMy4yYzAuNCww LDAuNS0wLjcsMC42LDAuNAoJCWMtMC4yLDAtMC40LDAtMC42LDBjMC4zLDIsMCwzLjcsMC42LDMu MmMtMC40LDAuOS0xLDYuOC0wLjEsNS40YzAuMSwzLjEsMC4xLDIuNCwwLjEsNWMtMC40LTAuOC0w LjIsMS45LTAuMSwzLjIKCQljLTAuOSwxLjMtMC41LDQuOS0wLjcsNy4xYzAuNC0wLjEsMC41LDAu NSwwLjYsMS4xYy0wLjQsNC4xLTEuMyw3LjUtMC42LDEyLjVjLTAuMSwwLjEtMC4zLDAtMC4zLDAu NGMxLjUsMC4yLDEuMy0zLjcsMS45LTUuNwoJCWMtMC45LDAsMC4zLTUuNS0wLjktNS43YzAtMC44 LDAtMS43LDAtMi41YzAuNCwwLjMsMC4zLTAuNywwLjYtMC43Yy0wLjItMywwLjQtNS4yLDAuMy03 LjVjMC4yLDAuMywwLDEuOCwwLjQsMS40CgkJYy0wLjEtMC44LDAtNC0wLjQtMS44YzAuMi0yLjEs MC4yLTIuNiwwLjYtNC4zYy0wLjItMC4xLTAuNCwwLjEtMC40LTAuNGMwLjctMC40LDAuNS0yLjYs MC42LTMuNmMwLjIsMCwwLjEsMC42LDAuMywwLjcKCQljLTAuMS0zLDAuNC0zLjQsMC4zLTUuNGMx LTAuMiwxLjQtMi43LDIuNS0zLjZjMCwwLjYsMCwxLjEsMC4xLDEuNGMtMC4yLDAtMC40LDAtMC42 LDBjMC44LDYuNy0wLjUsMTQuMy0wLjQsMTkuMwoJCWMtMC41LDAuNC0wLjYsMS42LTAuOSwyLjVj MSwxLjYsMC4xLDQuMywwLjQsNS43Yy0wLjctMC4zLTAuNCwwLjctMC4xLDEuMWMtMC4zLDAuNy0w LjMtMC4yLTAuNywwYy0wLjMsMS42LTAuNywzLjEtMS41LDMuNgoJCWMwLjMsMC41LDAuNCwxLjYs MC43LDIuMWMtMC4zLDAuMS0wLjMsMC45LTAuMywxLjhjMC4yLDEsMC41LDAuMSwwLjcsMS40YzAs MS42LDAuMSwzLjItMC4zLDMuOWMtMC41LTAuMS0wLjYtMS4zLTAuOS0yLjEKCQljLTAuNSwwLjMt MC41LTAuNC0wLjktMC40Yy0wLjMsMS45LTAuNCw0LjktMC40LDcuNWMtMC4yLDAtMC4yLTAuNS0w LjQtMC40Yy0wLjEsMS43LDAsMy4xLDAuNiwzLjJjMC0wLjQsMC0xLDAuMS0xLjEKCQljMC43LDEu Ni0wLjIsMy44LDAuMSw1LjRjMC0wLjQsMC4yLTAuOSwwLjMtMC40Yy0wLjMsMC4xLDAsMi4yLTAu NCwxLjFjLTAuMyw0LTAuMSw5LjcsMSw3LjFjMC44LDEuOS0wLjcsOCwwLjQsOC45CgkJYzAtMC4y LDAuOC0yLjIsMC4yLTIuOGMwLjMtMC44LDAuOC0xLDAuOS0yLjFjLTAuNCwwLjYtMC43LTAuOS0w LjMtMS4xYzAuMSwxLDEuNCwwLjMsMS42LDAuN2MtMC40LTEsMC0xLDAuNC0wLjcKCQljMC0wLjIs MC0wLjUsMC0wLjdjMC0wLjIsMC0wLjUsMC0wLjdjLTAuNiwwLjgtMS4xLTEuOC0yLjItMC40YzAu Mi0wLjUsMC4yLTEuNywwLTIuMWMwLjUsMCwwLjUtMS4yLDEtMS4xYy0wLjMtMS40LDAuMS0yLDAu NC0yLjkKCQljLTAuMy0wLjMtMC41LDEuMS0wLjYsMGMwLTAuNywwLjQtMC43LDAuNi0xLjFjMC4y LDEuNC0wLjEsMy45LDAuNiw0LjNjMC0wLjYsMC45LTAuNiwwLjksMGMtMC41LDEuNiwwLjIsNC45 LTAuOSw1CgkJYy0wLjEsMC42LDAuMiwwLjksMCwxLjFjLTAuMSwwLjEtMC4zLDAtMC4zLDAuNGMx LjEsMCwxLjEsMi41LDEsNWMwLjUsMC4zLDAuNSwyLjEsMC45LDEuOGMtMC45LDEuNCwwLjMsMy42 LDAuMSw1LjEKCQljMC4xLTAuMiwwLjEsMS4zLDAuMiwxLjRjLTAuOS0wLjEtMC41LDMuNi0wLjQs My45YzAuMi0xLDAuMSwxLjEsMC40LDBjMCwwLjcsMC4xLDEuMSwwLjEsMS41aDAuNGMwLDAuMiww LDAuNC0wLjEsMC42CgkJYzIuNiwwLjgsNi45LDEuNywxMi4xLDEuNmM3LjItMC4xLDE2LjksMCwy MC43LTAuNWMwLjUsMC4yLDAuOCwwLjQsMS4yLDAuN2MyLDAuMSwzLjEtMC40LDQuNywwYzAtMC4z LDAtMC43LDAtMQoJCWMzLjMtMC41LDUuOSwwLjgsOS43LDAuNWMtMS4zLTEuMiwwLjQtMi4zLDQu My0yYzAuMy0wLjQsMC44LTAuNywxLjktMC43YzIuMywwLjUsOCwwLjMsOS43LTAuNWM0LjItMC4y LDYuOCwwLjQsOS4yLDAuNQoJCWMwLDAuMSwwLjEsMC4xLDAuMSwwLjJjMC4zLDAsMC43LDAuMSwx LDAuMWMtMC4xLDAuMS0wLjIsMC4yLTAuMSwwLjRjMC44LDAuMSwwLjktMC4xLDEuMS0wLjNjMC41 LDAsMC45LDAuMSwxLjQsMC4xCgkJYzEsMC4zLDMuMSwwLjEsNC4xLDAuNGMwLjItMC4xLDAuNC0w LjIsMC42LTAuMmM2LjMsMCwxMi45LTAuNiwxOC4zLDAuMmMwLjItMC45LDMuOSwwLDIuNy0wLjhj NC4yLDAuNCw0LjktMi4xLDkuMy0xLjIKCQljMC4xLTAuMi0wLjEtMC40LDAuMy0wLjVjMS4xLDAu NiwyLjgsMC40LDQuMSwwLjVjLTAuOCwwLjQtMC41LDAuNy0wLjcsMS41YzIuMiwwLjgsNS44LDEu NSwxMC4xLDEuNXYwLjRjMi0wLjEsMy45LTAuMiw1LjgtMC4yCgkJYzAuMi0wLjEsMC41LTAuMyww LjktMC4zYzIsMCwzLjksMCw1LjctMC4xYzIuNiwwLjIsNS4zLDAuNiw3LjEsMC42YzAuMy0wLjEs MC43LTAuMiwxLjEtMC4zYzEuMywwLDIuMi0wLjMsMy4zLDAKCQljMC0wLjEsMC0wLjEsMC0wLjJj MS4zLDAsMi43LDAsNC4xLTAuMmMwLjctMC4yLDAtMC4zLDAuMS0wLjRjMC41LDAuMSwxLDAuMiwx LjYsMC4yYzIuMSwwLjUsMy43LDEuMiw0LjMsMi4zCgkJYzEwLjQsMS4zLDIzLjEtMC41LDMyLjgs MC43YzAuMi0xLDQuOSwwLDMuNC0wLjhjNS4yLDAuNCw2LjEtMi4yLDExLjUtMS4zYzAuMS0wLjIt MC4xLTAuNSwwLjQtMC41YzEuMywwLjcsMy41LDAuNSw1LjEsMC41CgkJYy0xLDAuNS0wLjYsMC43 LTAuOSwxLjZjMi44LDAuOCw3LjYsMS43LDEzLjIsMS42YzcuOS0wLjEsMTguNSwwLDIyLjYtMC41 YzAuNiwwLjIsMC44LDAuNCwxLjMsMC43YzIuMiwwLjEsMy40LTAuNCw1LjEsMAoJCWMwLTAuMSww LTAuMiwwLTAuM2MwLjUsMC4yLDEsMC4zLDEuNSwwLjVjLTAuMywwLjksMCwxLjYsMC44LDIuNWMx LjYtMC4yLDIuNiwwLjMsMy41LDBjMC4zLTAuNS0xLjMtMC4yLTEuMi0wLjcKCQljNS4yLDAuMiw5 LjMtMS40LDEzLjItMC43YzIuNS0wLjYsNS42LDAuMSw3LTEuM2MtMC43LTAuMy0yLjEtMC4yLTEu Ni0xYzguMi0xLjMsMTkuNCwwLjIsMjQuOS0wLjNjLTAuMywwLTAuOCwwLTAuOC0wLjIKCQljMiww LDUuNiwwLjYsNi4yLTAuM2MyLjcsMC42LDUuMiwwLDcsMC4yYy0xLTAuMiwwLjMtMS41LDAuNC0x LjZjLTAuMywwLjYsMS43LDAuMywxLjIsMWMzLjgsMC44LDcuNywxLjQsMTIuMSwxLjUKCQljMC45 LDAsMS42LTAuNSwyLjMsMGMxLTAuMi0wLjQtMC42LDAuNC0wLjdjMS44LDAuNSwxLjktMC4xLDMu OSwwLjJjLTEuNS0xLjItOC0xLjItMTAuMS0xLjFjMC4zLTAuNi0wLjQtMC43LTAuOC0xCgkJYy0y LjUsMC4yLTQtMC40LTUuMi0xYzAuOCwwLDEuNi0wLjEsMi40LTAuMWMwLTAuMywwLTAuNSwwLTAu OGMtMC44LDAtMS42LDAtMi40LDAuMWMwLTAuMS0wLjEtMC4xLTAuMy0wLjJjMSwwLjQsMS43LTAu MSwzLjEsMAoJCWMwLjksMC4zLDEuMywxLjYsMi43LDEuMWMtMC41LTAuMS0wLjktMC4yLTEuMi0w LjNjMi4xLDAsMC4zLDAsMC40LTAuNWMxLjUsMC4yLDAuNy0wLjUsMS45LTAuM2MwLjksMC44LDMu MywxLDQuNywxLjYKCQljMS0wLjIsMy40LTAuMyw1LjktMC41Yy0wLjQsMC45LDAuMywxLjYsMS42 LDIuM2MwLjMsMC4zLDAuOCwwLjYsMS4xLDFjMC42LDAsMSwwLDEuNCwwYzAsMCwwLjEsMCwwLjEs MGMtMC4zLDAuOSwwLDEuNSwwLjcsMi4zCgkJYzEuNC0wLjIsMi4zLDAuMywzLjEsMGMwLjMtMC41 LTEuMS0wLjItMS0wLjZjNC41LDAuMiw4LjItMS4zLDExLjctMC42YzAuOS0wLjIsMS44LTAuMiwy LjctMC4zYzAuMiwwLjEsMC4zLDAuMSwwLjUsMC4yCgkJYzMuNy0wLjksNC44LTAuNiw5LTAuNWMw LjQtMC4zLDAuNy0wLjcsMS42LTAuOGMtMC4yLDAuMy0xLjEsMC4zLTAuOCwwLjhjMC43LDAsMS4z LDAsMiwwYy0wLjEtMC42LDEuMS0wLjgsMi4zLTAuOAoJCWMtMC4xLTAuNi0wLjUtMC45LTEtMS4y YzQuMSwwLjEsOCwwLjQsMTAuNSwwLjFjLTAuMywwLTAuNywwLTAuNy0wLjJjMS44LDAsNC45LDAu Niw1LjUtMC4zYzIuMywwLjUsNC42LDAsNi4yLDAuMgoJCWMtMC41LTAuMS0wLjMtMC43LDAtMS4x YzAuMywwLDAuNiwwLDAuOSwwYzAsMCwwLjEsMCwwLjEsMGMwLjEsMC4xLDAuMywwLjIsMC40LDAu MmMwLDAuMSwwLDAuMSwwLDAuM2MzLjMsMC44LDYuOCwxLjQsMTAuNiwxLjQKCQljMC44LDAsMS40 LTAuNSwyLjEsMGMwLjgtMC4yLTAuNC0wLjYsMC4zLTAuNmMxLjYsMC41LDEuNy0wLjEsMy40LDAu MmMtMC4yLTAuMi0wLjYtMC4zLTEtMC40YzEuMiwwLjEsMi41LDAuMSwzLjksMC4xCgkJYzAuMiww LjIsMC40LDAuMywwLjUsMC41YzEuMSwwLjEsMS43LDAsMi4xLTAuM2MzLjcsMC45LDEwLjYtMC4z LDE0LjcsMS4yYzMuMy0wLjksNC4yLTAuNiw3LjktMC41YzAuMy0wLjMsMC42LTAuNywxLjQtMC44 CgkJYy0wLjEsMC4zLTEsMC4zLTAuNywwLjhjMC42LDAsMS4xLDAsMS43LDBjLTAuMS0wLjYsMS0w LjcsMi4xLTAuOGMtMC4yLTEuMy0xLjktMS42LTMuNC0xLjJjMC40LTAuMywwLjctMC42LDEuNy0w LjYKCQljMC4zLDAuMiwwLjcsMC4zLDEsMC41YzEtMC4yLDEuOC0wLjQsMy4xLTAuNWMwLTAuNC0w LjctMC41LDAuMy0wLjZjMCwwLjIsMCwwLjQsMCwwLjZjMS45LTAuMywzLjYsMCwzLjEtMC42CgkJ YzAuOSwwLjQsNi41LDEuMSw1LjEsMC4yYzIuOS0wLjEsMi4zLTAuMSw0LjgtMC4yYy0wLjcsMC41 LDEuOCwwLjIsMy4xLDAuMmMxLjMsMSw0LjcsMC41LDYuOSwwLjhjLTAuMS0wLjQsMC41LTAuNSwx LTAuNgoJCWMxLjgsMC4yLDMuNCwwLjUsNS4xLDAuN2MtMSwwLjItMS41LDAuNC0wLjcsMC43Yy0y LjEtMC4yLTQuMi0wLjItNiwwYzEuNSwwLjMsMC4zLDAuNywwLDEuMWMxLjYsMCwxLjEsMC44LDMu NCwwLjUKCQljLTAuNC0xLDIuNS0wLjcsMy40LTEuMWMtMC41LDAtMC43LTAuMi0wLjktMC4zYzMu MSwwLDEyLjktMC40LDEzLjIsMS42Yy0yLjksMS45LDAuMSwzLjMsNC4zLDQuNGMtMC40LDAuOSww LDEuNiwwLjksMi41CgkJYzEuOC0wLjIsMi45LDAuMywzLjgsMGMwLjQtMC41LTEuNC0wLjItMS4z LTAuN2M1LjYsMC4yLDEwLjItMS40LDE0LjUtMC43YzIuNy0wLjYsNi4xLDAuMSw3LjctMS4zYy0w LjgtMC4zLTIuMy0wLjItMS43LTEKCQljOC45LTEuMywyMS4yLDAuMiwyNy4zLTAuM2MtMC4zLDAt MC44LDAtMC45LTAuMmMyLjIsMCw2LjEsMC42LDYuOC0wLjNjMi45LDAuNiw1LjcsMCw3LjcsMC4y Yy0xLTAuMiwwLjMtMS41LDAuNC0xLjYKCQljLTAuNCwwLjYsMS45LDAuMywxLjMsMWM0LjEsMC44 LDguNSwxLjQsMTMuMiwxLjVjMSwwLDEuNy0wLjUsMi42LDBjMS0wLjItMC41LTAuNiwwLjQtMC43 YzIsMC41LDIuMS0wLjEsNC4zLDAuMgoJCWMtMS43LTEuMi04LjctMS4yLTExLjEtMS4xYzAuMy0w LjYtMC41LTAuNy0wLjktMWMtMy4zLDAuMi00LjktMC43LTYuNC0xLjNjMC43LDAsMS40LDAsMi4x LDBjMC4xLTAuNy0wLjYsMC0xLjctMC4yCgkJYzAuNS0wLjIsMC41LTAuNCwwLTAuN2MxLDAuNCwx LjgtMC4xLDMuNCwwYzEsMC4zLDEuNCwxLjYsMywxLjFjLTAuNS0wLjEtMS0wLjItMS4zLTAuM2My LjMsMCwwLjMsMCwwLjQtMC41CgkJYzEuNiwwLjIsMC44LTAuNCwyLjEtMC4zYzEsMC44LDMuNiwx LDUuMSwxLjZjMS41LTAuMyw2LjQtMC4zLDkuOC0wLjhjLTEsMC40LDAuNSwwLjgsMS4zLDFjMS42 LTEsMy43LTAuMyw1LjUtMC44CgkJYy0wLjYtMC4xLTEuNC0wLjItMS4zLTAuN2MyLjYtMC4yLDIu MywxLjEsNC43LDAuNWMwLDAuMi0wLjUsMC4yLTAuNCwwLjVjMy42LDAuMiw0LjcsMC44LDYuOCwx LjhjLTAuNy0wLjEtMC40LTAuNS0xLjctMC4zCgkJYzAsMC4yLDAuMiwwLjQsMC40LDAuNWMtMS4z LTAuMi0xLDAuMy0xLjcsMC4zYzAuNC0wLjUtMC45LTAuMy0xLjctMC4zYzAuMSwwLjQsMC44LDAu NS0wLjQsMC43Yy0zLjYtMC40LTguNS0wLjktMTEuOS0xLjUKCQljLTIuOCwwLjYtMC43LDEuMSww LDJjMS40LDAuMSwyLjEsMCwyLjYtMC4zYzQuNiwxLDEzLjItMC4zLDE4LjMsMS4zYzQuMS0wLjks NS4yLTAuNiw5LjgtMC41YzAuNC0wLjMsMC43LTAuNywxLjctMC44CgkJYy0wLjIsMC4zLTEuMiww LjMtMC45LDAuOGMwLjcsMCwxLjQsMCwyLjEsMGMtMC4xLTAuNiwxLjItMC44LDIuNi0wLjhjLTAu My0xLjQtMi40LTEuNy00LjMtMS4zYzAuNS0wLjMsMC45LTAuNiwyLjEtMC43CgkJYzAuNCwwLjIs MC45LDAuMywxLjMsMC41YzEuMy0wLjIsMi4zLTAuNCwzLjgtMC41Yy0wLjEtMC40LTAuOC0wLjUs MC40LTAuN2MwLDAuMiwwLDAuNCwwLDAuN2MyLjQtMC4zLDQuNSwwLDMuOC0wLjcKCQljMS4xLDAu NSw4LjEsMS4xLDYuNCwwLjJjMy43LTAuMSwyLjktMC4xLDYtMC4yYy0wLjksMC41LDIuMywwLjIs My44LDAuMmMxLjYsMSw1LjksMC42LDguNSwwLjhjLTAuMS0wLjQsMC43LTAuNSwxLjMtMC43CgkJ YzQuOSwwLjUsOSwxLjQsMTQuOSwwLjdjMC4xLDAuMSwwLDAuMywwLjQsMC4zYzAuMi0xLjctNC41 LTEuNS02LjgtMi4xYzAsMS02LjUtMC4zLTYuOCwxYy0xLDAtMiwwLTMsMGMwLjMtMC40LTAuOC0w LjMtMC45LTAuNwoJCWMtMy42LDAuMi02LjItMC40LTguOS0wLjNjMC4zLTAuMywyLjEsMCwxLjct MC41Yy0xLDAuMi00LjcsMC0yLjEsMC41Yy0yLjUtMC4yLTMuMS0wLjItNS4xLTAuN2MtMC4xLDAu MiwwLjEsMC41LTAuNCwwLjUKCQljLTAuNS0wLjctMy4xLTAuNi00LjMtMC43YzAtMC4yLDAuOC0w LjIsMC45LTAuM2MtMy41LDAuMi00LjEtMC40LTYuNC0wLjNjLTAuMi0xLjEtMy4yLTEuNi00LjMt Mi44YzAuNywwLDEuMywwLDEuNy0wLjIKCQljMCwwLjIsMCwwLjQsMCwwLjdjOC0wLjksMTcuMSww LjUsMjMsMC41YzAuNSwwLjUsMS45LDAuNywzLDFjMS45LTEuMSw1LjEtMC4xLDYuOC0wLjVjLTAu MywwLjcsMC45LDAuNCwxLjMsMC4yCgkJYzAuOCwwLjMtMC4zLDAuMywwLDAuOGMxLjksMC40LDMu NywwLjgsNC4zLDEuNmMwLjYtMC40LDEuOS0wLjUsMi42LTAuOGMwLjEsMC40LDEuMSwwLjQsMi4x LDAuM2MxLjItMC4zLDAuMS0wLjYsMS43LTAuOAoJCWMxLjksMCwzLjgtMC4xLDQuNywwLjNjLTAu MSwwLjYtMS42LDAuNy0yLjYsMWMwLjMsMC41LTAuNCwwLjYtMC40LDFjMi4zLDAuNCw1LjgsMC41 LDguOSwwLjVjMCwwLjItMC41LDAuMi0wLjQsMC41CgkJYzIuMSwwLjEsMy42LDAsMy44LTAuN2Mt MC41LDAtMS4yLDAtMS4zLTAuMmMxLjktMC44LDQuNSwwLjMsNi40LTAuMmMtMC41LDAtMS0wLjMt MC40LTAuM2MwLjIsMC40LDIuNywwLDEuMywwLjUKCQljNC43LDAuMywxMS42LDAuMSw4LjUtMS4x YzIuMy0wLjgsOS41LDAuNywxMC42LTAuNWMtMC4yLDAtMi43LTAuOS0zLjQtMC4yYy0xLTAuMy0x LjItMC44LTIuNi0xYzAuNywwLjUtMS4xLDAuNy0xLjMsMC4zCgkJYzEuMi0wLjEsMC4zLTEuNSww LjktMS44Yy0xLjEsMC40LTEuMiwwLTAuOS0wLjVjLTAuMywwLTAuNiwwLTAuOCwwYy0wLjMsMC0w LjYsMC0wLjksMGMxLDAuNi0yLjIsMS4zLTAuNCwyLjUKCQljLTAuNS0wLjItMi0wLjItMi42LDBj MC0wLjUtMS40LTAuNi0xLjMtMS4xYy0xLjYsMC40LTIuNC0wLjItMy40LTAuNWMtMC40LDAuMywx LjMsMC41LDAsMC43Yy0wLjksMC0wLjktMC40LTEuMy0wLjcKCQljMS42LTAuMiw0LjcsMC4xLDUu MS0wLjdjLTAuNCwwLTAuNi0wLjMtMC41LTAuNmgwLjJjMC0wLjEsMC0wLjIsMC0wLjNjMC4xLDAs MC4yLTAuMSwwLjMtMC4xYzAuMywwLjEsMC43LDAuMSwxLjIsMC4yCgkJYzAsMC4xLDAsMC4xLDAs MC4yYzAsMCwwLDAuMSwwLjEsMC4xYzAsMCwwLTAuMSwwLTAuMWgwLjJjMCwwLDAsMC4xLDAuMSww LjFjMCwwLDAtMC4xLDAtMC4xYzAtMC4xLDAtMC4xLDAtMC4yYzAuNSwwLDEuMSwwLDEuNiwwCgkJ YzAsMCwwLDAuMSwwLDAuMWgyYzAuNSwwLjEsMC44LDAuMywwLjgsMC42YzAuNywwLjEsMS4xLTAu MiwxLjMsMGMwLjEsMC4xLDAsMC4zLDAuNCwwLjNjMC0wLjUsMC41LTAuOCwxLjMtMWgzLjMKCQlj MC0wLjEsMC0wLjIsMC0wLjJjMC40LDAsMC45LDAsMS40LDBjMC40LTAuNiwyLjQtMC42LDIuMS0x YzAuMiwwLjEsMC40LDAuMiwwLjcsMC4zYy0wLjMsMC0wLjUsMC0wLjUsMC4xYzAuNiwwLDAuMyww LjMsMCwwLjUKCQljMC41LDAsMS4zLDAuMSwxLjUtMC4yYy0wLjUtMC4xLTAuMS0wLjIsMC0wLjRj MS41LDAsMy4xLTAuNiw0LjQtMC40Yy0wLjItMC4xLDEuNi0wLjEsMS42LTAuM2MtMC4xLDEsNC4z LDAuNSw0LjcsMC41CgkJYy0xLjItMC4yLDEuNC0wLjIsMC0wLjVjMC44LDAsMS40LTAuMSwxLjgt MC4xdi0xLjVoMC41YzAtMS4yLTAuMy0yLjItMC41LTMuMXYwYzAsMCwwLDAsMCwwYy0wLjItMC42 LTAuNC0xLjMtMC42LTEuOQoJCWMwLjIsMCwwLjQsMCwwLjYsMHYtMi45Yy0wLjMsMC0wLjYsMC0w LjktMC4xYzAtMC40LDAuMS0wLjksMC4xLTEuNGMtMC4yLTAuMS0wLjQsMC4xLTAuNS0wLjRjMC4y LTAuNCwwLjMtMC45LDAuNC0xLjQKCQljMC4yLTAuMSwwLjQtMC4xLDAuOC0wLjF2LTEuMmMtMC4y LDAtMC40LDAtMC43LDBjMC0wLjcsMC0xLjQsMC0yLjFjMC40LDAuOSwwLjcsMC41LDEuNSwwLjhj MC44LTIuNiwxLjYtNywxLjUtMTIuMgoJCWMtMC4xLTcuMywwLTE3LTAuNS0yMC44YzAuMi0wLjUs MC40LTAuOCwwLjYtMS4yYzAuMS0yLTAuMy0zLjEsMC00LjdjLTAuMywwLTAuNiwwLTAuOSwwYy0w LjUtMy4zLDAuNy02LDAuNS05LjgKCQljLTEuMSwxLjMtMi4xLTAuNC0xLjgtNC4zYy0wLjMtMC4z LTAuNi0wLjgtMC42LTJjMC40LTIuMywwLjMtOC4xLTAuNS05LjhjLTAuMi01LjEsMC42LTcuOCww LjUtMTAuNmMwLjIsMC4xLDAuMywwLjYsMC42LDAuNAoJCWMwLjItMS41LTAuNi0wLjYtMC41LTJj MC42LTAuNCwwLjMtMy40LDAuNi00LjdjLTAuOC0xLjktMC44LTMuOC0xLjQtNS45YzAtMC42LDAu NC0wLjMsMC4zLTEuMmMtMC45LTEuOS0wLjctNy42LTEuMS0xMi4yCgkJYy0wLjMsMC0wLjUsMC0w LjgsMGMwLDIuNSwwLjIsNC42LDAuMiw3LjVjMC41LTAuMiwwLjcsMC4zLDAuNiwxLjZjLTAuMy0w LjctMC4yLDAtMC42LDBjMCwwLjcsMC4yLDItMC4zLDEuNmMwLTAuMSwwLTAuMSwwLTAuMgoJCWMt MC44LTEuMS0wLjgtNC4yLTItMy4yYy0wLjEtMi42LDAtNS4zLTAuMi03LjhjLTAuNywwLjEtMC44 LTAuNC0wLjktMWMwLjktMS45LDAuOS00LjMsMS4yLTYuNGMwLjMtMS44LDEtMi40LDEuMi0zLjgK CQljMCwwLTAuMy0wLjMtMC4zLTAuNGMwLTEuMSwwLjMtMi41LDAuNS0zLjJjMC0yLjgtMC40LTUu Mi0wLjItOGMtMC4yLDAuMS0wLjgtMC4yLTAuOCwwLjJjMC41LDAuMywwLDAuNywwLjMsMS4yCgkJ Yy0wLjYsMC4xLTAuNiwwLjgtMS40LDAuNmMwLjMtMS4xLDAuMi0xLjQsMC4zLTIuNmMxLjQtMC40 LDAuNy0yLjMsMC4yLTMuMmMwLDAuMy0wLjUtMC40LTAuNi0wLjZjMC4yLTIuNC0xLTMuNC0wLjUt NC42CgkJYzAsMC4yLTAuMSwwLjItMC4zLDAuMmMtMC40LTIuNCwwLjEtMy4yLDAuNS01LjZjLTAu NC0xLjMtMC44LTIuNC0wLjktNGMtMS0xLjMtMS4yLTMuNC0xLjEtNS41YzAsMCwwLDAsMC4xLDAK CQljMC4zLTAuMiwwLjEtMC44LDAtMS4yYzAuMS0xLjgsMC40LTMuNiwwLjUtNC45Yy0wLjQtMC4x LTAuMywwLjQtMC44LDAuMmMwLjQtMC40LTAuMS0xLjksMC4zLTIuMmMwLjQsMCwwLjgsMC4xLDAu OSwwLjQKCQljLTAuMSwwLjYtMC40LDAuOC0wLjYsMS4yYzAuNCwwLjMsMC4zLDAsMC44LDAuMmMt MC4xLTEuMiwwLjktMS40LDAuOC0yYzAuMiwwLjYsMC43LTAuMiwwLjktMC4yYy0wLjctMS40LTAu Ni0yLTAuNi0zLjgKCQljLTAuOSwwLTAuMi0wLjgtMC45LTEuMmMwLjEsMC42LTAuNi0wLjUtMC42 LDAuMmMwLjUsMC43LTAuNCwwLjMtMC41LDEuMmMwLTEuNi0wLjEtMi42LTEuMi0zLjhjMC0wLjEs MC0wLjMsMC0wLjQKCQljMC4xLDAsMC4yLDAsMC4zLDBjLTAuMS0wLjYsMC0xLjItMC4xLTEuNmMw LjQtMS4zLDEuMS0yLjIsMS42LTIuN2MtMC4xLTEuMSwwLjMtMy4xLDAuMy0zLjhjMC0wLjEtMC4z LTAuMi0wLjMtMC42CgkJYzAuMS0wLjcsMC0xLjYsMC4yLTIuNmMwLjUtNC4xLDAuOS05LjcsMS4x LTEzLjNjMC4xLTEuMy0wLjUtMi40LDAuMi0zYy0wLjIsMC0wLjYsMC4xLTAuNi0wLjJjMC4zLTEu MiwwLjItMywxLjQtMwoJCWMwLjQsMS41LDAuNSwxLjYsMC41LDIuMmMyLjMtMS41LTAuNC03Ljgs Mi4zLTljLTAuNS0wLjYsMC4xLTEuNC0wLjYtMS44YzAuMS0wLjcsMC4yLTAuNywwLjMtMS44Yy0w LjksMC4xLTAuOC0xLTAuNS0xLjYKCQljLTAuOC0wLjQsMC0yLjItMC4zLTMuOGMtMC41LDAuMy0w LjUtMC4xLTEuMiwwYy0xLjEtMi4zLDAuOS0zLjMsMC01LjRjMC40LTEuNywwLjItNC4yLDAtNi4y Yy0wLjMtMC4xLTAuNCwwLjMtMC41LDAKCQljLTAuMi0wLjQsMC4yLTIuMiwwLjItMS43YzAuMS0x LjgtMC4zLTMuMy0wLjItNWMwLjItMi40LDEuNC01LDEuNC03LjhjMC0xLjUtMC40LTIuNy0wLjIt NC4yYzAuNCwwLDAuMi0wLjYsMC41LTEuMgoJCWMtMC43LDAuMi0wLjQtMS4xLTAuOC0xLjRjLTAu MywwLjItMC40LDAuMi0wLjYsMC4xYzAuMi0xLDAuNi0xLjcsMS0yLjJjMC4zLDEuMywwLjYsMS4z LDEuNSwxLjJjMC4zLDEuNSwwLjUsNC41LDEuMSwzLjEKCQljLTAuMiwxLjktMC4yLDMuOCwwLDUu NWMwLjMtMS40LDAuNi0wLjMsMS4xLDBjMC0xLjQsMC43LTEsMC41LTMuMWMtMC45LDAuNC0wLjYt Mi4zLTEuMS0zLjFjMCwwLjQtMC4yLDAuNi0wLjMsMC44CgkJYzAtMi44LTAuNC0xMS45LDEuNS0x Mi4yYzEuNywyLjcsMy4xLTAuMSw0LjEtMy45YzAuOSwwLjMsMS40LDAsMi4zLTAuOEM3NDMuNywy MjguMSw3NDQuMiwyMjcuMSw3NDMuOSwyMjYuMnogTTczOC43LDExOS42CgkJYzAuMiwwLjMsMC40 LDAuNSwwLjgsMC40Yy0wLjEsMC41LTAuMywwLjYtMC4zLDEuMmMtMC4yLDAtMC4zLTEuNy0wLjUt MC40QzczOC40LDEyMC41LDczOC43LDEyMCw3MzguNywxMTkuNnogTTczNy44LDU3LjIKCQljMC4y LDAuMSwwLjEsMSwwLjIsMS42Yy0wLjEtMC4zLTAuNC0wLjYtMC41LDBjLTAuMi0wLjEtMC4xLTEt MC4yLTEuNkM3MzcuNiw1Ny4xLDczNy43LDU3LjksNzM3LjgsNTcuMnogTTczNiw0OS40CgkJYzAu MiwwLjEtMC4xLDAuNywwLjIsMC44YzAsMC43LTAuOSwxLjEtMC4zLDJjMC4zLDAuNy0wLjUtMC4z LTAuOCwwLjRjMC4yLDAuNCwwLjEsMSwwLDAuNGMtMC40LTAuMiwwLjEsMS44LTAuNSwxLjIKCQlj LTAuMSwxLjIsMC40LDAuOCwwLjMsMmMtMC4zLTAuNS0wLjUsMC4yLTAuOS0wLjRjLTAuMi0yLjUs MC4zLTMuMSwwLjUtNC43QzczNS4zLDUwLjQsNzM1LjUsNTAuNyw3MzYsNDkuNHogTTczMy45LDQ5 LjQKCQljMC0xLDAuMywwLjUsMC42LDBjMCwwLDAsMCwwLDAuMWMwLDAsMCwwLDAsMGMwLjEsMC4y LTAuNSwxLjItMC44LDEuMUM3MzMuNiw1MCw3MzQuMyw0OS42LDczMy45LDQ5LjR6IE02NTQuNCw3 LjcKCQljLTAuMiwwLTAuNSwwLTAuNywwYy0wLjMtMC42LTEuMi0wLjQtMS40LTAuOEM2NTMuNSw3 LDY1NC4xLDcuMiw2NTQuNCw3Ljd6IE04NS43LDkuM2MtMC4yLDAtMC41LDAtMC43LDBjMC4yLTAu NSwwLjktMC43LDIuMS0wLjgKCQlDODYuOSw4LjksODYuMSw4LjcsODUuNyw5LjN6IE03LDkzLjZj LTAuNi0wLjgtMC42LTItMC40LTMuNGMwLjEsMC40LDAuMiwwLjcsMC40LDFjMC41LTAuMSwwLjgt MC45LDAuOS0yQzguMiw5MSw3LjgsOTMuNCw3LDkzLjYKCQl6IE04LjcsMjc0LjhjLTAuMi0wLjMt MC40LTAuNS0wLjgtMC40YzAuMS0wLjUsMC4zLTAuNSwwLjMtMWMwLjIsMCwwLjMsMS41LDAuNSww LjNDOSwyNzQsOC43LDI3NC40LDguNywyNzQuOHogTTUuMiw0MTIuNQoJCWMtMC4yLTAuMy0wLjQt MC41LTAuNy0wLjRjMC4xLTAuNSwwLjMtMC42LDAuMy0xLjFjMC4yLDAsMC4zLDEuNSwwLjQsMC40 QzUuNCw0MTEuNyw1LjIsNDEyLjEsNS4yLDQxMi41eiBNNy40LDQyNi4xCgkJYy0wLjQtMC4zLTAu Ny0wLjktMC43LTIuMWMwLjQsMC4yLDAuMiwxLjEsMC43LDEuNEM3LjQsNDI1LjYsNy40LDQyNS44 LDcuNCw0MjYuMXogTTYuMSw0NjkuM2MtMC4yLTAuMS0wLjEtMC45LTAuMS0xLjQKCQljMC4xLDAu MiwwLjQsMC42LDAuNCwwYzAuMiwwLjEsMC4xLDAuOSwwLjEsMS40QzYuMyw0NjkuNCw2LjEsNDY4 LjcsNi4xLDQ2OS4zeiBNNy45LDQ3Ni40Yy0wLjItMC4xLDAuMS0wLjYtMC4xLTAuNwoJCWMwLTAu NiwwLjgtMSwwLjMtMS44Yy0wLjMtMC43LDAuNSwwLjMsMC43LTAuNGMtMC4yLTAuNC0wLjEtMC45 LDAtMC40YzAuMiwwLjEsMC4xLTAuNiwwLjItMWMwLjEsMCwwLjEtMC4xLDAuMi0wLjFjMCwwLDAs MCwwLjEsMAoJCWMwLDAsMCwwLDAtMC4xYzAsMCwwLjEtMC4xLDAuMS0wLjFjMC0wLjYsMC4xLTEs MC4yLTEuNGMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLDAuNywwLDEuMywwLDEuOGMtMC4zLDAu My0wLjYsMC45LTAuNCwwLjkKCQljMC4xLTAuMiwwLjItMC4xLDAuMywwYy0wLjEsMC41LTAuMiwx LTAuMywxLjZDOC41LDQ3NS41LDguMyw0NzUuMiw3LjksNDc2LjR6IE05LjksNDc2LjRjMCwwLjkt MC4zLTAuNS0wLjYsMAoJCWMtMC4yLTAuMSwwLjQtMS4yLDAuNy0xLjFDMTAuMiw0NzUuOSw5LjUs NDc2LjIsOS45LDQ3Ni40eiBNNjQwLjEsNTA4LjVjMC4zLDAsMC42LDAsMC45LDBjLTAuMywwLjUt MS4xLDAuOC0yLjYsMC44CgkJQzYzOC43LDUwOC45LDYzOS43LDUwOS4xLDY0MC4xLDUwOC41eiBN NzM3LDE3NC41YzAuNSwwLjMsMC4yLDEsMC4yLDJjLTAuMywwLjEtMC4zLTAuNS0wLjYtMC40Qzcz Ni42LDE3NS4yLDczNywxNzUuMyw3MzcsMTc0LjV6CgkJIE01NjYuMyw0OTkuOGMwLjUsMC4yLDAu MSwwLjMtMC4zLDAuM0M1NjYsNTAwLDU2Ni4xLDQ5OS45LDU2Ni4zLDQ5OS44eiBNNTY2LjQsNDk5 LjhDNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgKCQljMC4xLDAsMC4yLDAsMC4y LDBDNTY2LjUsNDk5LjgsNTY2LjUsNDk5LjgsNTY2LjQsNDk5Ljh6IE01NjguMyw1MDBjMS41LDAs My0wLjMsMy44LDAuM0M1NzAuOCw1MDAuMiw1NjkuNSw1MDAuMSw1NjguMyw1MDB6CgkJIE01OTEu MSw1MDEuNmMwLDAsMC4xLDAuMSwwLjUsMC4xYy0wLjEsMC4xLTAuMywwLjEtMC41LDAuMUM1OTEu MSw1MDEuOCw1OTEuMSw1MDEuNyw1OTEuMSw1MDEuNnogTTU5MS4xLDUwMS42YzAtMC4xLDAtMC4y LDAtMC4zCgkJYzAuMSwwLDAuMS0wLjEsMC4xLTAuMUM1OTIuMSw1MDEuMiw1OTEuMSw1MDEuNSw1 OTEuMSw1MDEuNnogTTU4Ni4zLDUwMS44Yy0wLjktMC4xLTAuOCwwLjMtMS44LDAuMmMtMC42LTAu NC0xLjQtMC40LTIuMS0wLjQKCQljMC44LTAuNCwyLjMtMC42LDQtMC42Yy0wLjQsMC4zLTAuNyww LjYtMS41LDAuN0M1ODUuOCw1MDEuNiw1ODYsNTAxLjMsNTg2LjMsNTAxLjh6IE01OTAuNyw1MDIu MgoJCUM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMkM1OTAuNyw1MDIuMiw1OTAu Nyw1MDIuMiw1OTAuNyw1MDIuMkM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMnog TTU2My41LDUwOC42CgkJYzAuOSwwLDAuOCwwLjQsMS43LDAuNWMtMC4zLDAuNS0xLjEsMC4yLTIu MSwwLjJDNTYzLDUwOSw1NjMuNiw1MDguOSw1NjMuNSw1MDguNnogTTU2Myw1MDcuM2MwLTAuMiww LTAuMywwLTAuNQoJCWMwLjcsMCwxLjYsMC4xLDEuNy0wLjJjMC41LDAsMC4yLDAuMiwwLDAuMmMt MC4xLDAuMiwwLjEsMC4zLDAuNCwwLjNDNTY0LjgsNTA3LjMsNTY0LjQsNTA3LjIsNTYzLDUwNy4z eiBNNTYxLjMsNTA3LjEKCQljLTAuOSwwLTAuMS0wLjctMS4zLTAuN2MwLjItMC4zLDEuMy0wLjEs MC45LTAuN2MxLjEsMCwxLjMsMC4zLDEuNywwLjVDNTYzLjEsNTA2LjksNTYxLDUwNi42LDU2MS4z LDUwNy4xeiBNNTYxLjMsNDk5LjkKCQljLTAuMiwwLjQtMi4xLDAuMS0zLDAuMmMwLTAuMiwwLjUt MC4zLDEuMS0wLjNoMC44QzU2MC43LDQ5OS44LDU2MS4xLDQ5OS44LDU2MS4zLDQ5OS45eiBNNTI1 LjEsNTAxLjdjLTAuOS0wLjIsMC40LTAuNC0wLjEtMC42CgkJYzAuNiwwLDEuMywwLDIsMGMwLjEt MC4xLDAuMi0wLjIsMC40LTAuM2MxLjQsMC4yLDIuNCwwLjcsMC4zLDAuOWMwLjEtMC4yLDAuOC0w LjEsMC45LTAuM0M1MjcuNyw1MDEsNTI2LjksNTAyLDUyNS4xLDUwMS43egoJCSBNMTQ0LjIsNTA1 LjNjLTAuMiwwLjItMC42LDAuNC0xLjIsMC41Yy0wLjQsMC0wLjgsMC0xLjIsMGMwLjMtMC40LTAu OS0wLjctMi4zLTAuN2MtMC4xLDAtMC4yLDAtMC4yLDAuMWMwLTAuMiwwLTAuMy0wLjQtMC40CgkJ YzAuMy0wLjMsMC44LTAuNCwxLjQtMC41YzAuNCwwLjEsMC45LDAuMSwxLjMsMC4yYzAtMC4xLDAu MS0wLjIsMC4xLTAuMmMxLjMsMC4xLDIuNSwwLjQsMi42LDFjMCwwLDAsMC0wLjEsMAoJCUMxNDQu Miw1MDUuNCwxNDQuMiw1MDUuNCwxNDQuMiw1MDUuM3ogTTYuNSwzNDEuMWMwLjIsMCwwLjMsMCww LjMsMC4zYy0wLjEsMC41LTAuNCwwLjItMC42LDAuNEM2LjMsMzQxLjYsNi40LDM0MS4zLDYuNSwz NDEuMXoKCQkgTTYuOCwzMzYuNGMwLTAuMSwwLTAuMSwwLTAuMkM2LjgsMzM2LjMsNi44LDMzNi40 LDYuOCwzMzYuNHogTTYuOCwzMzUuN2MtMC44LDAuNC0wLjIsMS4xLTEsMS4xYzAuMi0xLDAuMi0x LjksMC4zLTIuOAoJCWMwLjQtMC4xLDAtMC43LDAuOC0xYzAsMC4xLDAsMC4xLDAsMC4yQzYuNywz MzQsNi44LDMzNC45LDYuOCwzMzUuN3ogTTUuOCwzNTMuM2MwLDAsMC0wLjEsMC0wLjFDNS44LDM1 My4yLDUuOCwzNTMuMiw1LjgsMzUzLjMKCQlDNS44LDM1My4zLDUuOCwzNTMuMyw1LjgsMzUzLjN6 IE02LjEsMzUzLjRjMC4yLDAuMSwwLjUsMCwwLjUsMC43QzYuNCwzNTMuOSw2LjIsMzUzLjYsNi4x LDM1My40eiBNNy40LDMyNi40CgkJYy0wLjEtMC43LTAuMS0xLjYtMC4xLTIuM2MwLTAuMSwwLjEt MC4zLDAuMS0wLjRjMCwwLDAsMC0wLjEsMGMwLTAuMiwwLTAuMywwLTAuNWMwLjEsMS4yLDAuMiwy LjIsMC41LDIuNgoJCUM3LjcsMzI1LjksNy42LDMyNi4xLDcuNCwzMjYuNHogTTE0Ny43LDEwLjRj MCwwLjIsMCwwLjMsMCwwLjVjLTAuNSwwLTEuMy0wLjEtMS40LDAuMmMtMC40LDAtMC4yLTAuMiww LTAuMgoJCWMwLjEtMC4yLTAuMS0wLjMtMC4zLTAuM0MxNDYuMywxMC4zLDE0Ni42LDEwLjUsMTQ3 LjcsMTAuNHogTTE0Niw4LjdjMC4yLTAuNSwwLjktMC4yLDEuNy0wLjJjMCwwLjMtMC40LDAuMy0w LjMsMC42CgkJQzE0Ni43LDkuMSwxNDYuNyw4LjcsMTQ2LDguN3ogTTE0OS4xLDEwLjVjMC43LDAs MC4xLDAuNywxLDAuNmMtMC4xLDAuMi0xLjEsMC4xLTAuNywwLjZjLTAuOSwwLTEuMS0wLjItMS40 LTAuNQoJCUMxNDcuNywxMC43LDE0OS4zLDExLDE0OS4xLDEwLjV6IE0xNzYuMSwxNS42Yy0wLjEs MC4yLTAuNywwLjEtMC43LDAuM2MwLjcsMC40LDEuMy0wLjUsMi43LTAuM2MwLjgsMC4yLTAuNiww LjUsMC4zLDAuNgoJCWMtMC4xLDAuMS0wLjIsMC4xLTAuMywwLjJoLTEuOUMxNzUuMiwxNi4yLDE3 NC41LDE1LjcsMTc2LjEsMTUuNnogTTU2MS4xLDE0YzEuNC0wLjIsMi4xLDAuNywyLjcsMC4zYzAt MC4yLTAuNi0wLjEtMC43LTAuMwoJCWMzLDAuMi0xLjcsMS41LTIuNCwwLjZDNTYxLjgsMTQuNSw1 NjAuMywxNC4yLDU2MS4xLDE0eiBNNTkxLjMsOS43Yy0wLjMsMC4yLTAuNSwwLjUtMS40LDAuNWMw LjQtMC41LTAuNS0wLjQtMC43LTAuNgoJCWMwLjksMC4xLDAuMy0wLjYsMS0wLjZDNTkwLDkuNSw1 OTEuNyw5LjEsNTkxLjMsOS43eiBNNTkwLjMsMTUuN2MtMC41LDAuMi0yLjQsMC4zLTIuNC0wLjJD NTg4LjYsMTUuNyw1OTAuMSwxNS40LDU5MC4zLDE1Ljd6CgkJIE01OTMuNCw4LjljLTAuMywwLTAu NCwwLjEtMC4zLDAuM2MwLjIsMCwwLjQsMC4xLDAsMC4yYy0wLjEtMC4yLTAuOC0wLjEtMS40LTAu MmMwLTAuMiwwLTAuMywwLTAuNUM1OTIuNyw4LjksNTkzLDguOCw1OTMuNCw4Ljl6CgkJIE01OTEu Niw2LjljMC44LDAsMS41LTAuMywxLjcsMC4yYy0wLjcsMC0wLjcsMC40LTEuNCwwLjVDNTkyLjEs Ny4yLDU5MS42LDcuMiw1OTEuNiw2Ljl6IE03MzQuNiwxNzguOWMwLDAtMC4xLDAtMC4xLDAKCQlj LTAuMS0wLjMtMC4xLTAuNy0wLjMtMC42YzAuMi0wLjEsMC42LDAuMSwwLjYtMC41Yy0wLjItMC4y LTAuMy0wLjUtMC40LTAuOWMwLDAsMC4xLTAuMSwwLjEtMC4xYzAuNi0wLjQsMC4yLDEuNSwwLjgs MS4yCgkJQzczNS4yLDE3OC43LDczNC43LDE3OC4yLDczNC42LDE3OC45eiBNNDk1LjgsNTAxYy0w LjktMC4xLDAuOC0wLjctMC43LTAuOGMwLDAsMCwwLDAsMGMwLjEtMC4yLDAuMi0wLjMsMC40LTAu NWg0LjEKCQljMC4xLDAuMiwwLjEsMC4zLDAuMiwwLjVjLTIsMC0xLjUsMC43LTMuNCwwLjlDNDk2 LjgsNTAwLjYsNDk1LjksNTAwLjYsNDk1LjgsNTAxeiBNOC43LDMzMWMwLDAuMiwwLDAuNCwwLDAu NgoJCWMwLDAuMS0wLjEsMC4xLTAuMiwwLjJjMC4xLTAuOS0wLjMtMC44LTAuMS0xLjhjMC4yLTAu MywwLjItMC42LDAuMy0wLjljMCwwLjUsMCwxLDAsMS41YzAtMC4xLDAtMC4yLDAtMC4yCgkJQzgu NiwzMzAuNiw4LjYsMzMwLjksOC43LDMzMXogTTExLjMsMTM3LjljMC0wLjUsMC4xLTAuOCwwLjIt MWMwLjIsMCwwLjMsMC4xLDAuMywwLjNjMC4yLTAuMSwwLjMtMC4xLDAuNS0wLjF2Mi40CgkJYy0w LjIsMC0wLjMsMC4xLTAuNSwwLjFjLTAuMS0wLjMtMC4yLTAuNC0wLjQtMC4zQzExLjQsMTM4LjYs MTEuOSwxMzcuOCwxMS4zLDEzNy45eiBNMTAuNCwzMS40Yy0wLjMsMC0wLjIsMS0wLjYsMC43CgkJ YzAuMS0wLjUsMC4xLTEuNCwwLjItMi4yYzAuMS0wLjEsMC4xLTAuMywwLjItMC40YzAuMSwwLjMs MC4yLDAuNiwwLjMsMUMxMC4zLDMwLjgsMTAuMiwzMS4yLDEwLjQsMzEuNGMwLTAuMywwLjEtMC4z LDAuMi0wLjMKCQljMC4xLDAuNywwLjIsMS4zLDAuNCwxLjNjMC4xLDEuNy0wLjYsMC41LTAuNiwx LjFjLTAuNC0wLjEsMC4yLTEsMC4xLTEuNEMxMC41LDMxLjgsMTAuNCwzMS44LDEwLjQsMzEuNHog TTM2Mi45LDEzLjIKCQlDMzYyLjksMTMuMiwzNjIuOSwxMy4yLDM2Mi45LDEzLjJjMS41LTAuMSwy LDAuMiwzLjQsMC4xYy0wLjMsMC4yLTAuNywwLjQtMSwwLjVjLTAuOSwwLTEuOC0wLjEtMi40LTAu MgoJCUMzNjIuOCwxMy40LDM2Mi44LDEzLjMsMzYyLjksMTMuMnogTTM2Ni42LDEzLjNjMS40LTAu NiwzLjYtMC43LDUuNi0wLjRjMC4xLDAuMSwwLjIsMC4yLDAuNiwwLjNjLTEuNCwwLjItMS4xLTAu My0yLjEtMC4zCgkJYy0wLjYsMC41LTIuMywwLjgtNCwwLjhDMzY2LjcsMTMuNiwzNjYuNywxMy41 LDM2Ni42LDEzLjN6IE0zNzUuNSwxMy45Yy0wLjEsMC0wLjIsMC0wLjIsMGMwLDAsMC0wLjEsMC0w LjEKCQlDMzc1LjMsMTMuOCwzNzUuNCwxMy44LDM3NS41LDEzLjl6IE03MzEsMTM5LjZjMC4xLTAu NiwwLjMsMC4zLDAuMy0wLjRjMC4zLDAuMSwwLjMsMSwwLjMsMmMtMC41LTAuNC0wLjMsMC0wLjks MAoJCUM3MzAuNywxNDAuOCw3MzEuMywxMzkuOCw3MzEsMTM5LjZ6IE03MjkuOSwxNTAuOWMwLTAu My0wLjEtMC40LTAuMi0wLjRjMC0xLjIsMC40LDEsMC41LTAuNGMwLjMsMC4zLDAsMC43LDAsMS4y CgkJYzAuMywwLDAuMy0wLjUsMC42LTAuNGMwLjEsMC45LDAuMiwxLjgsMC42LDJjMC4xLDIuMi0w LjUsMi44LTAuMiw1LjFjMCwwLDAsMCwwLDBjLTAuMS0wLjEtMC4yLDAtMC4yLDAuMmMwLDAsMCww LjEtMC4xLDAuMgoJCWMwLDAsMCwwLDAsMGMwLDAuMiwwLDAuNSwwLDAuN2MwLDAsMCwwLDAsMC4x QzcyOS4zLDE1OS42LDcyOS4yLDE1NC4zLDcyOS45LDE1MC45eiBNMTAuNiwyOTcuNmMwLDAuMS0w LjEsMC4zLTAuMSwwLjUKCQljMC0wLjIsMC0wLjQsMC4xLTAuNkMxMC42LDI5Ny41LDEwLjYsMjk3 LjYsMTAuNiwyOTcuNnogTTEyLjIsMjk5LjJjLTAuMSwwLTAuMSwwLTAuMSwwLjFjLTAuMS0wLjEt MC4yLTAuMy0wLjMtMC41CgkJQzExLjksMjk5LDEyLDI5OS4zLDEyLjIsMjk5LjJ6IE0xMi4zLDIy Mi44YzAsMC0wLjEsMC0wLjEsMGMwLTAuMiwwLjEtMC4zLDAuMS0wLjNWMjIyLjh6IE0xMi4zLDM4 Mi4xCgkJQzEyLjMsMzgyLjEsMTIuMywzODIuMSwxMi4zLDM4Mi4xYy0wLjEtMC41LDAtMC45LDAt MS4zVjM4Mi4xeiBNMTIuMiwzOTIuOGMwLjEsMC4xLDAuMSwwLjEsMC4yLDAuMXYxLjYKCQlDMTIu MiwzOTQuMywxMi4yLDM5My42LDEyLjIsMzkyLjh6IE0xMC44LDEyNy40YzAuMSwwLjksMC4yLDEu NywwLjUsMi4zYzAuNSwwLDAuOC0wLjMsMS4xLTAuM3YyLjNjLTAuNSwwLTAuNy0xLTEuMS0xLjcK CQljMC4xLDAuOCwwLDEuMy0wLjEsMS44QzEwLjgsMTMwLjcsMTAuNywxMjkuMSwxMC44LDEyNy40 eiBNMTEuMywxMzMuOGMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNmMtMC4yLDAuMS0wLjMsMC41LTAu MywxLjEKCQljMC41LTAuMSwwLjIsMC41LDAuMiwxLjFjLTAuMS0wLjItMC4yLTAuMy0wLjMtMC40 QzExLjEsMTM1LjEsMTEuMiwxMzQuNSwxMS4zLDEzMy44eiBNMTIuMywyMjQuMnYxLjRjLTAuMSww LTAuMSwwLjItMC4xLDAuMwoJCWMtMC4yLTAuMywwLTAuNi0wLjItMS43QzEyLjEsMjI0LjIsMTIu MiwyMjQuMiwxMi4zLDIyNC4yeiBNMTEsMjg4Yy0wLjUtMC4yLTAuNy0wLjktMC44LTIuMWMwLjQs MC4yLDAuMiwxLjEsMC44LDEuNAoJCUMxMSwyODcuNiwxMSwyODcuOCwxMSwyODh6IE0xMC41LDI5 OC41YzAuMiwwLjMsMCwxLjcsMC41LDEuNGMwLTAuMy0wLjEtMC44LTAuMS0xLjNjMCwwLDAsMC4x LDAuMSwwLjFjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjEKCQljLTAuMiwwLjktMC42LDEuNi0xLDJj MC0wLjEsMC0wLjItMC4xLTAuMkMxMC41LDI5OS43LDEwLjYsMjk5LjEsMTAuNSwyOTguNXogTTku MywzMjguMWMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjMKCQljLTAuMiwwLjItMC4zLDAuNS0wLjQs MC45YzAuMS0xLjMtMC40LTIuOCwwLjQtMy42YzAuMSwwLjIsMC4yLDAuMywwLjMsMC4zQzkuMywz MjYuMyw5LjMsMzI3LjIsOS4zLDMyOC4xeiBNOS44LDMyMS41CgkJQzkuOCwzMjEuNSw5LjgsMzIx LjUsOS44LDMyMS41YzAtMS4xLDAuMS0yLjMsMC4xLTMuNWMwLjItMC45LDAuMy0yLDAuNS0yLjlD MTAuMSwzMTcsMTAsMzE5LjIsOS44LDMyMS41CgkJQzkuOCwzMjEuNSw5LjgsMzIxLjUsOS44LDMy MS41eiBNNzI4LjcsMTgwLjdjLTAuNCwwLTAuNC0yLjItMC4yLTIuN0M3MjguOSwxNzguMiw3Mjgu NiwxNzkuOSw3MjguNywxODAuN3ogTTcyOC42LDE4NgoJCWMtMC4xLDAuMy0wLjEsMC43LTAuMSwx LjFjLTAuMSwwLTAuMiwwLTAuMywwQzcyOC4yLDE4Ni4yLDcyOC40LDE4Niw3MjguNiwxODZ6IE03 MjguNCwxNzMuM2MwLjYtMS44LTAuNS00LjYsMC44LTUuNQoJCWMwLDIuMSwwLjIsMy43LDAuMyw0 LjdDNzI5LjEsMTcyLjksNzI4LjgsMTc0LjMsNzI4LjQsMTczLjN6IE0xNDQuMSwxNi40YzAuMSww LDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwSDE0NC4xeiBNMTEuMSw0NTguNQoJCWMwLDAuMiwwLjEs MC4zLDAuMiwwLjVjLTAuMSwwLTAuMSwwLTAuMiwwQzExLjEsNDU4LjgsMTEuMSw0NTguNiwxMS4x LDQ1OC41eiBNMzk3LjQsNTA1LjVjMC4zLDAsMC42LDAuMSwwLjksMC4xCgkJYy0wLjMsMC0wLjct MC4xLTEtMC4xQzM5Ny4zLDUwNS41LDM5Ny40LDUwNS41LDM5Ny40LDUwNS41eiBNNDAyLjIsNTAz LjZjLTAuMywwLjItMC42LDAtMS43LDAuMmMwLTAuMiwwLTAuMywwLTAuNQoJCWMwLjUsMCwxLjMs MC4xLDEuNC0wLjJjMC40LDAsMC4yLDAuMiwwLDAuMkM0MDEuOCw1MDMuNSw0MDIsNTAzLjYsNDAy LjIsNTAzLjZ6IE00MDAuOCw1MDVjMC43LDAsMC43LDAuNCwxLjQsMC41CgkJYy0wLjIsMC41LTAu OSwwLjItMS43LDAuMkM0MDAuNSw1MDUuNCw0MDAuOSw1MDUuMyw0MDAuOCw1MDV6IE00MDAuMiw1 MDIuOWMwLjQsMC42LTEuMywwLjItMSwwLjhjLTAuNywwLTAuMS0wLjctMS0wLjYKCQljMC4xLTAu MiwxLTAuMSwwLjctMC42YzAuMiwwLDAuNSwwLDAuNywwQzM5OS44LDUwMi42LDQwMCw1MDIuNyw0 MDAuMiw1MDIuOXogTTQwMCw1MDUuOWMwLDAuMS0wLjEsMC4yLTAuNCwwLjIKCQljLTAuMS0wLjIt MC41LTAuNC0wLjktMC41QzM5OS4xLDUwNS44LDM5OS42LDUwNS45LDQwMCw1MDUuOXogTTczMC4y LDIxMS4zYy0wLjIsMS0wLjUtMC43LTAuNiwwLjRjLTAuOS0wLjcsMC40LTYuMiwwLjYtMi43CgkJ Yy0wLjItMC4xLTAuMS0wLjgtMC4zLTAuOEM3MjkuNSwyMDksNzMwLjQsMjA5LjcsNzMwLjIsMjEx LjN6IE03MzQuOSwxNzYuNGMwLTAuNiwwLjEtMS41LTAuMi0xLjZjMC0wLjQsMC4yLTAuMiwwLjIs MAoJCWMwLjIsMC4xLDAuMy0wLjEsMC4zLTAuNGMwLjIsMC40LDAsMC43LDAuMiwyQzczNS4yLDE3 Ni40LDczNS4xLDE3Ni40LDczNC45LDE3Ni40eiBNNzM2LjQsMTA0LjdjMC41LDAuMywwLjcsMSww LjgsMi40CgkJYy0wLjQtMC4yLTAuMi0xLjItMC44LTEuNkM3MzYuNCwxMDUuMiw3MzYuNCwxMDQu OSw3MzYuNCwxMDQuN3ogTTczMy4yLDExMi45YzAuMS0wLjYsMC4yLDAuMiwwLjUsMGMtMC4xLDAu My0wLjIsMC45LTAuMiwxLjYKCQljLTAuMSwwLTAuMiwwLTAuMywwYy0wLjEtMC4zLTAuMi0wLjYt MC4yLTEuMkM3MzMuNCwxMTMuNCw3MzMuNCwxMTIuOSw3MzMuMiwxMTIuOXogTTczMy4yLDcwLjlj LTAuMiwxLjktMC41LDEuNy0wLjIsMi43CgkJQzczMi40LDc0LjksNzMyLjQsNzAuNyw3MzMuMiw3 MC45eiBNNzMyLjgsNjYuNmMtMC41LTAuMy0wLjUsMC42LTAuMiwwLjhjLTAuMSwxLTAuNy0wLjkt MC44LDAuOGMwLDAuOCwwLjUsMC4yLDAuOCwwLjQKCQljMC4xLDEuMi0wLjMsMS4zLTAuOCwxLjJj MC4xLTEuOC0wLjctMS4yLTAuOC0wLjRjLTAuMy0wLjcsMC4zLTQuNy0wLjItNS45YzAuMi0wLjcs MC42LTAuNCwwLjktMC44CgkJQzczMS45LDY1LDczMi41LDY0LjQsNzMyLjgsNjYuNnogTTcxNC40 LDE2LjJjMCwwLjEsMCwwLjEsMCwwLjJoLTFDNzEzLjUsMTYuMyw3MTMuOCwxNi4yLDcxNC40LDE2 LjJ6IE03MDIuNywxMC4zCgkJYy0wLjItMC40LTAuNSwwLjItMSwwLjJjLTAuMS0wLjQsMS0xLDEt MC44QzcwMi4yLDEwLjEsNzAzLjYsMTAuMyw3MDIuNywxMC4zeiBNNjk4LjYsOS41Yy0wLjUtMC41 LDEuMi0wLjEsMS0wLjUKCQljLTAuNS0wLjEtMC4xLTAuMiwwLjMsMGMwLjYtMC4zLTAuMy0xLjEs MC4zLTAuOEM3MDEsOC45LDcwMS40LDgsNzAyLDhjMC4xLDAuMywwLjYtMC4xLDAuNywwLjJjLTEu MiwwLjUtMC45LDAuNy0xLjQsMS41CgkJYy0xLjQsMC4xLTIsMC43LTQuMSwwLjVjLTAuNS0wLjUs MC4xLTAuNi0wLjMtMC45QzY5Ny45LDkuMSw2OTcuNSw5LjcsNjk4LjYsOS41eiBNNjk0LjUsNi4x YzAuNSwwLDEuMy0wLjEsMS40LDAuMgoJCWMtMC42LDAuMSwwLjEsMC4yLDAsMC41Yy0wLjUsMC0x LjMsMC4xLTEuNC0wLjJDNjk1LDYuNiw2OTQuNyw2LjMsNjk0LjUsNi4xeiBNNjg1LjksMTEuNmMw LjIsMC4yLTAuNCwwLjgsMC4zLDAuOAoJCWMxLjUsMC0wLjItMC42LDAuNy0wLjhjMC4xLDAuNCwx LDAuNCwwLjctMC4yYzEuOSwwLjMsMS40LDAuOSwzLjQsMC45Yy0wLjMsMC4zLTAuMSwwLjgtMC43 LDAuOWMtMS0wLjUtNC41LDAuMS01LjEtMC4yCgkJYzAuNy0wLjEsMS4yLTAuOS0wLjMtMC44QzY4 NC44LDExLjksNjg0LjgsMTEuNSw2ODUuOSwxMS42eiBNNjgxLjUsMTEuMWMwLjksMC40LDAuOCww LDIuNC0wLjJDNjg0LDExLjgsNjgwLjQsMTEuOCw2ODEuNSwxMS4xegoJCSBNNjQ1LjgsMTAuNmMw LjYsMCwxLjEsMCwxLjQtMC4yYy0wLjEsMC4zLDAuNSwwLjQsMCwwLjVjMC0wLjItMC40LTAuMS0w LjMsMC4yYy0wLjUsMC0wLjgtMC4xLTEtMC4yCgkJQzY0NS44LDEwLjgsNjQ1LjgsMTAuNyw2NDUu OCwxMC42eiBNNjQxLDQuNmMtMC4xLDAuNCwwLjEsMC42LDAuMywwLjhjLTAuNCwwLTAuOCwwLjMt MSwwYzEuMS0wLjItMC40LTAuMy0wLjMtMC41CgkJQzY0MC41LDQuOSw2NDAuNiw0LjcsNjQxLDQu NnogTTYyMi41LDEyLjZjMC44LDAsMS43LDAsMS43LDAuM2MtMC42LDAsMC4yLDAuMy0wLjMsMC4z Yy0wLjItMC40LTEsMC4yLTEuNCwwLjMKCQlDNjIyLjUsMTMsNjIyLjksMTMuMSw2MjIuNSwxMi42 eiBNNjA2LjcsMTMuM2MwLjUsMCwxLjIsMCwxLTAuM2MyLDAuMywyLjUtMC4zLDQuNS0wLjJjMC4x LDAuNCwwLjksMC41LDEuNywwLjYKCQljMC4xLDAuMy0wLjQsMC4zLTAuMywwLjZjMC40LDAsMC44 LTAuMywxLDBjLTEuMiwwLDAuNywwLjUtMC4zLDAuNWMwLTAuMS0wLjEtMC4yLTAuMy0wLjJDNjEw LjksMTUuMSw2MDYuMywxNSw2MDYuNywxMy4zegoJCSBNNTk5LjIsMTUuMWMtMC44LDEuMy0zLjIs MC4xLTQuOCwwLjhjLTAuOS0wLjQsMC40LTAuNywwLjctMS4xQzU5NS45LDE0LjksNTk3LjMsMTUu MSw1OTkuMiwxNS4xeiBNNTkwLjYsNS41CgkJYy0wLjktMC41LDIuNi0xLDMuOC0wLjZjLTAuNiww LDAuMSwwLjcsMSwwLjVjMC40LDEtMi4xLDAuNi0yLjcsMC44YzAuNCwwLDAuOCwwLDAuNywwLjNj LTEuOSwwLTIuOSwwLjMtNC44LDAuNgoJCWMtMC42LTAuNC0xLjMtMC43LTEuNC0xLjJDNTg4LjIs NS42LDU4OS42LDQuOSw1OTAuNiw1LjV6IE01ODYuNSw1LjdjMC0wLjEsMC4xLTAuMiwwLjMtMC4y YzAsMC4yLTAuMiwwLjMtMC4zLDAuNQoJCWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTEuMywwLTIt MC4xLTEuNCwwLjVjLTEuNiwwLjItMC43LTAuNi0xLjQtMC44QzU4NS4zLDYsNTg2LjEsNS45LDU4 Ni41LDUuN3ogTTU4My4xLDE1LjEKCQljMC4zLDAuNCwwLjYsMC45LTAuNywwLjlDNTgyLjQsMTUu Niw1ODIuMiwxNS4xLDU4My4xLDE1LjF6IE01NDcuMSwxMGMyLjktMC40LDQtMi40LDcuNS0yYy0w LjEtMC42LDUuMy0wLjUsNi4yLDAuMgoJCWMwLjMtMC4zLDEuNi0xLDIuMS0wLjhjLTAuMywwLTAu NCwwLjMsMCwwLjNjMS4yLDAsMS44LTAuMywyLjQtMC42Yy0wLjctMC4yLTEuNiwwLjEtMS43LTAu NmMxLjktMC4zLDMuMywwLDUuMS0wLjUKCQljMCwwLjktMC43LDAuMi0xLDEuMWMyLjQtMC4yLDQu MiwwLjQsNi4yLTAuOGMwLjgtMC4xLDAuNywwLjMsMS43LDAuMmMwLjEsMC4yLTAuMSwwLjYsMC4z LDAuNmMwLjYtMC4xLDAtMC43LDAuNy0wLjgKCQljMC41LDAuNSwxLjgsMC42LDEuNywwLjljMC4z LDAsMC43LDAsMC43LDAuMmMtMS4yLTAuMS0xLjgsMC4xLTEsMC41Yy0yLjktMC4xLTUsMC42LTcu MiwwLjVjMC40LDAuMiwwLjQsMC41LDAuMywwLjkKCQljLTEuNi0wLjEtMC41LDAuNi0xLDAuNmMt MC4yLTAuMy0wLjQsMC4xLTAuNywwLjJjLTAuNy0wLjUtMS4yLTAuMS0yLjEsMGMtMC43LTAuMy0w LjktMC45LTIuMS0xLjFjMC45LDAsMS4xLDAuMywxLjQtMC4yCgkJYy0wLjgsMC4xLTAuNy0wLjMt MS43LTAuMmMtMS40LDAuOS0zLjctMC4zLTQuOCwwLjhjMC4zLDAuMiwwLjUsMC40LDAuMywwLjhj LTMuOC0wLjItOS4yLDAuMS0xMi43LDAuNmMxLjEtMC40LTAuNy0wLjQtMC43LTAuNQoJCUM1NDcu NSwxMC4zLDU0Ny4zLDEwLjEsNTQ3LjEsMTB6IE01MzcuNCwxMy41YzIuNy0wLjQsNi42LDAsOSww LjVjLTEuMiwxLjMtNC40LDIuNC04LjgsMkM1MzYuMywxNS41LDUzNy4zLDE0LjUsNTM3LjQsMTMu NXoKCQkgTTUzMi44LDEyLjVjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMwLTAuMS0wLjItMC4zLTAu NC0wLjRDNTMyLjYsMTIuMyw1MzIuNywxMi40LDUzMi44LDEyLjV6IE00OTMuNCwxNS4xYy0xLjQs MC4zLTMuMywxLTQuMywwLjIKCQl2LTAuN0M0OTAuNywxNCw0OTIuOSwxNC4yLDQ5My40LDE1LjF6 IE00NzcuNiwxMS44YzAuNiwwLjQsMi40LDAuMywzLjEsMC42YzAuMS0xLjEsMS42LDAsMi40LDBj MC4yLTAuNCwwLjEtMC41LDEuNC0wLjIKCQljMC4zLTAuNCwxLTAuNiwyLjEtMC42Yy0wLjcsMC40 LDAuNCwwLjgsMS43LDAuOGMwLjMtMC4xLDAuNi0wLjIsMC45LTAuM2MwLjIsMC4xLDAuNCwwLjEs MC43LDAuMmMwLDAuOC0wLjYsMS0xLjMsMS4xCgkJYy0wLjQtMC4yLTEuMy0wLjQtMi0wLjVjMCww LjItMC4yLDAuMy0wLjUsMC40Yy0wLjUsMC0xLTAuMi0xLjYtMC4xYzAsMCwwLDAsMCwwYy0wLjkt MC4yLTEuOC0wLjMtMi4zLTAuMWMwLjUsMCwwLjUsMC4xLDAuMiwwLjIKCQljLTAuOSwwLjEtMS45 LDAuMS0yLjgsMC4yYzAsMC0wLjEsMC0wLjEsMGMwLjEtMC44LTMtMC4zLTMuMS0xLjRDNDc3LjMs MTIuNyw0NzYuNiwxMS43LDQ3Ny42LDExLjh6IE00NjIuNSwxMi41CgkJYzAuMywwLDAuMy0wLjIs MC43LTAuMmMwLTAuMy0wLjktMC4yLTAuNy0wLjZjMC42LDAuMiwxLjcsMCwyLjcsMC4zYy0wLjks MC41LTMsMC41LTMuMSwwLjljLTEuNiwwLjEtMC41LTAuNi0xLTAuNgoJCUM0NjEuMywxMiw0NjIu MSwxMi41LDQ2Mi41LDEyLjV6IE00MDguOCw4LjdjMCwwLjItMC4yLDAuNiwwLjMsMC42Yy0wLjQs MC4zLTEsMC41LTEuNiwwLjVjMC0wLjEsMC0wLjMsMC0wLjQKCQljLTEuMi0wLjEtMi40LTAuMi0z LjYtMC4yYy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuNEM0MDQuNyw3LjksNDA2LjksOC4zLDQwOC44 LDguN3ogTTMzMC4zLDcuMWMxLjktMC4zLDQtMC44LDUuMSwwLjIKCQljLTAuMiwxLjEtNC4zLDEu NC01LjUsMC41QzMzMC41LDcuNywzMzAuMyw3LjMsMzMwLjMsNy4xeiBNMjc2LjUsMTAuMmMwLjIs MC40LTAuNywwLjMtMC43LDAuNmMwLjMsMCwwLjQsMC4xLDAuNywwLjIKCQljMC41LDAsMS4zLTAu NSwxLjQtMC4yYy0wLjYsMCwwLjYsMC43LTEsMC42Yy0wLjEtMC41LTIuMi0wLjQtMy4xLTAuOUMy NzQuOCwxMC4yLDI3NS45LDEwLjMsMjc2LjUsMTAuMnogTTI0OS45LDEzLjh2MC45CgkJYy0wLjIt MC4yLTAuNC0wLjQtMC40LTAuOEMyNDkuNywxMy45LDI0OS44LDEzLjgsMjQ5LjksMTMuOHogTTI0 OS45LDE2LjF2MC4zaC0zLjhDMjQ2LjgsMTUuOCwyNDguNiwxNS43LDI0OS45LDE2LjF6IE0yMDYu OSwxMy44CgkJYy0wLjIsMC4yLTAuNCwwLjMtMC40LDAuNGMwLTAuMSwwLTAuMS0wLjEtMC4xQzIw Ni42LDE0LDIwNi44LDEzLjksMjA2LjksMTMuOHogTTIwMS45LDE1LjFjMCwwLjQsMC4zLDAuOSww LjQsMS4zSDE5NAoJCWMtMC40LTAuMi0wLjgtMC41LTEuMS0wLjhDMTk1LjMsMTUuMSwxOTkuMiwx NC43LDIwMS45LDE1LjF6IE0xNjEuMSw4LjhjLTAuMS0wLjMsMS4yLTAuNSwxLjctMC45YzAuNyww LDAuMSwwLjcsMC43LDAuOAoJCWMwLjUsMCwwLjMtMC40LDAuMy0wLjZjMSwwLjEsMC45LTAuMiwx LjctMC4yYzIsMS4yLDMuOCwwLjYsNi4yLDAuOGMtMC40LTAuOS0xLjEtMC4yLTEtMS4xYzEuOSww LjQsMy4yLDAuMSw1LjEsMC41CgkJYy0wLjEsMC43LTEsMC41LTEuNywwLjZjMC42LDAuMywxLjEs MC42LDIuNCwwLjZjMC40LDAsMC4zLTAuMywwLTAuM2MwLjUtMC4zLDEuNywwLjQsMi4xLDAuOGMw LjktMC43LDYuMy0wLjcsNi4yLTAuMgoJCWMzLjUtMC40LDQuNiwxLjYsNy41LDJjLTAuMiwwLjEt MC40LDAuMywwLDAuM2MwLDAuMS0xLjgsMC4xLTAuNywwLjVjLTMuNS0wLjUtOC45LTAuOC0xMi43 LTAuNmMtMC4xLTAuNCwwLjEtMC42LDAuMy0wLjgKCQljLTEuMS0xLjEtMy40LDAuMi00LjgtMC44 Yy0xLTAuMS0wLjksMC4yLTEuNywwLjJjMC4zLDAuNCwwLjUsMC4yLDEuNCwwLjJjLTEuMSwwLjIt MS4zLDAuNy0yLjEsMS4xYy0wLjktMC4xLTEuNC0wLjUtMi4xLDAKCQljLTAuMy0wLjEtMC41LTAu NC0wLjctMC4yYy0wLjUsMCwwLjYtMC43LTEtMC42YzAtMC40LTAuMS0wLjcsMC4zLTAuOWMtMi4x LDAuMS00LjMtMC41LTcuMi0wLjVjMC43LTAuMywwLjEtMC42LTEtMC41CgkJQzE2MC40LDguOCwx NjAuOCw4LjgsMTYxLjEsOC44eiBNMTUyLjksNy4zYzAuNCwwLjIsMS4yLDAuMywyLjEsMC4zYy0w LjYsMC4yLDAuMiwxLTEuNCwwLjhjMC42LTAuNiwwLTAuNS0xLjQtMC41CgkJYzAuMi0wLjEsMC4z LTAuMywwLjctMC4zYy0wLjItMC4xLTAuNC0wLjMtMC4zLTAuNUMxNTIuOCw3LjEsMTUyLjgsNy4y LDE1Mi45LDcuM3ogTTE0NCw3YzAuOSwwLjIsMS43LTAuNSwxLTAuNQoJCWMxLjEtMC40LDQuNyww LjEsMy44LDAuNmMxLTAuNiwyLjQsMCwzLjQsMC4zYy0wLjEsMC42LTAuOCwwLjktMS40LDEuMkMx NDguOSw4LjQsMTQ3LjksOCwxNDYsOGMtMC4xLTAuMywwLjMtMC4zLDAuNy0wLjMKCQlDMTQ2LjEs Ny41LDE0My41LDgsMTQ0LDd6IE0xMjUuOCwxNS42YzAtMC4zLTAuNC0wLjMtMC4zLTAuNmMwLjgt MC4xLDEuNi0wLjIsMS43LTAuNmMxLjktMC4xLDIuNSwwLjUsNC41LDAuMgoJCWMtMC4yLDAuMyww LjUsMC4zLDEsMC4zYzAuNCwxLjctNC4yLDEuOC03LjIsMS4xYy0wLjMsMC0wLjMsMC4xLTAuMyww LjJjLTEuMSwwLDAuOS0wLjQtMC4zLTAuNUMxMjUsMTUuMywxMjUuNCwxNS42LDEyNS44LDE1LjZ6 CgkJIE0xMTYuOSwxNC4yYy0wLjQsMC41LDAsMC4zLDAsMC45Yy0wLjMtMC4xLTEuMS0wLjctMS40 LTAuM2MtMC41LTAuMSwwLjMtMC4zLTAuMy0wLjNDMTE1LjIsMTQuMiwxMTYuMSwxNC4yLDExNi45 LDE0LjJ6CgkJIE05OC40LDYuMmMwLjQsMC4xLDAuNSwwLjMsMSwwLjNjMCwwLjItMS41LDAuMy0w LjMsMC41Yy0wLjMsMC4zLTAuNiwwLTEsMEM5OC40LDYuOCw5OC41LDYuNSw5OC40LDYuMnogTTky LjIsMTIuMQoJCWMwLjMsMC4xLDAuOCwwLjIsMS40LDAuMmMwLDAuMSwwLDAuMiwwLDAuM2MtMC4z LDAuMS0wLjYsMC4yLTEsMC4yYzAuMS0wLjMtMC4zLTAuMy0wLjMtMC4yQzkxLjcsMTIuNSw5Mi40 LDEyLjMsOTIuMiwxMi4xegoJCSBNNTgsMTIuN2MxLjEsMC43LTIuNiwwLjctMi40LTAuMkM1Ny4y LDEyLjcsNTcuMSwxMy4xLDU4LDEyLjd6IE01MS44LDEzYy0wLjMsMC41LDAuNSwwLjUsMC43LDAu MmMwLjksMC4xLTAuOCwwLjcsMC43LDAuOAoJCWMwLjcsMCwwLjItMC41LDAuMy0wLjhjMS4xLTAu MSwxLjEsMC4zLDEsMC44Yy0xLjYtMC4xLTEsMC43LTAuMywwLjhjLTAuNiwwLjMtNC4xLTAuMy01 LjEsMC4yYy0wLjYtMC4yLTAuNC0wLjctMC43LTAuOQoJCUM1MC41LDEzLjksNDkuOSwxMy4zLDUx LjgsMTN6IE00My42LDcuOWMwLjEtMC4yLDAuOS0wLjEsMS40LTAuMmMtMC4yLDAuMS0wLjUsMC40 LDAsMC41Yy0wLjEsMC4yLTAuOSwwLjEtMS40LDAuMgoJCUM0My41LDguMSw0NC4yLDcuOSw0My42 LDcuOXogTTM3LjUsOS42YzAuNiwwLDEsMC45LDEuNywwLjNjMC43LTAuMy0wLjMsMC41LDAuMyww LjhjMC40LTAuMiwwLjktMC4xLDAuMywwCgkJYy0wLjEsMC40LDEuNi0wLjEsMSwwLjVjMS4xLDAu MSwwLjctMC40LDEuNy0wLjNjLTAuNSwwLjMsMC4yLDAuNS0wLjMsMC45Yy0yLjIsMC4yLTIuNy0w LjMtNC4xLTAuNWMtMC41LTAuOC0wLjItMS4xLTEuNC0xLjUKCQlDMzYuOSw5LjUsMzcuNCw5Ljks MzcuNSw5LjZ6IE0zNi44LDExLjNjMC4xLTAuMiwxLjEsMC40LDEsMC44Yy0wLjUsMC4xLTAuOC0w LjYtMS0wLjJDMzUuOSwxMS45LDM3LjIsMTEuNiwzNi44LDExLjN6IE0zNS40LDExCgkJYzAuNyww LDAuNywwLjQsMSwwLjZjLTAuMSwwLTAuMywwLTAuNSwwLjFjLTAuMi0wLjEtMC40LTAuMS0wLjUt MC4xQzM1LjYsMTEuMywzNC40LDExLjEsMzUuNCwxMXogTTI5LjYsMTBjMC40LDAuMiwxLjYsMC4y LDIuMSwwCgkJYzAsMC41LDEuMSwwLjUsMSwxLjFjMS4zLTAuMywxLjksMC4xLDIuNywwLjVjLTAu MSwwLTAuMSwwLjEtMC4xLDAuMWMtMS4zLDAtMi43LDAtMi45LDAuNWMwLjYsMCwwLjYsMSwwLDAu OQoJCWMtMC4zLTAuMS0wLjYtMC4xLTEtMC4yYy0wLjEtMC4zLTAuMy0wLjctMC40LTEuMmgtMS43 QzI5LjYsMTEuNCwzMC42LDEwLjgsMjkuNiwxMHogTTI4LDExLjhoLTAuNkMyNy43LDExLjcsMjcu OSwxMS43LDI4LDExLjh6CgkJIE05LjgsMTU2LjZjMC40LDAuNiwwLjIsMS41LDAuMiwyLjRDOS44 LDE1OCw5LjgsMTU3LjMsOS44LDE1Ni42eiBNOSwyMTljMC4yLTAuNCwwLjMtMS4yLDAuMy0yLjFj MC4yLDAuNiwxLTAuMiwwLjgsMS40CgkJYy0wLjUtMC42LTAuNSwwLTAuNSwxLjRjLTAuMS0wLjIt MC4zLTAuMy0wLjMtMC43Yy0wLjEsMC4yLTAuMiwwLjQtMC41LDAuM0M4LjgsMjE5LDguOSwyMTks OSwyMTl6IE05LjUsMjI1LjMKCQljLTAuMiwwLjYsMC4zLDMuMi0wLjgsMi44YzAuMi0xLTAuNC0x LjctMC41LTFjLTAuNC0xLjEsMC4xLTQuOCwwLjYtMy44Yy0wLjYtMSwwLTIuNSwwLjMtMy41YzAu NiwwLjEsMC45LDAuOCwxLjIsMS40CgkJYy0wLjMsMi0wLjYsMy0wLjYsNC45QzkuNSwyMjYuMSw5 LjUsMjI1LjcsOS41LDIyNS4zeiBNMTAuNCwyMjZjLTAuNS0wLjItMC4yLTAuOS0wLjItMS43YzAu MywwLDAuMywwLjQsMC42LDAuMwoJCUMxMC44LDIyNS4zLDEwLjQsMjI1LjMsMTAuNCwyMjZ6IE0x MS4xLDIxMC4zYy0wLjMtMC43LTAuNi0wLjItMC41LDFjLTAuMSwwLTAuMS0wLjQtMC4yLTAuN2Mt MC4zLDAuMS0wLjUtMS4zLTAuOS0xLjcKCQljMC0wLjcsMC43LTAuMSwwLjgtMC43YzAtMC41LTAu NC0wLjMtMC42LTAuM2MwLjEtMS0wLjItMC45LTAuMi0xLjdjMS4xLTIsMC41LTMuOSwwLjgtNi4z Yy0wLjksMC40LTAuMiwxLjEtMS4xLDEKCQljMC40LTEuOSwwLjEtMy4zLDAuNS01LjJjMC43LDAu MSwwLjQsMSwwLjYsMS43YzAuMy0wLjYsMC42LTEuMiwwLjYtMi40YzAtMC40LTAuMy0wLjQtMC4z LDBjLTAuMy0wLjUsMC40LTEuOCwwLjgtMi4xCgkJYy0wLjMtMC40LTAuNS0xLjctMC41LTNjMC4y LDAsMC40LDAsMC4zLTAuMmMtMC41LTAuMiwwLTAuNi0wLjMtMS4xYzAuNS0wLjEsMC42LTAuNywx LjMtMC41Yy0wLjMsMS0wLjIsMS4zLTAuMywyLjQKCQljLTEuMywwLjQtMC43LDIuMS0wLjEsMi45 YzAtMC4yLDAuMiwwLDAuMywwLjJjLTAuMSwxLjEsMC4zLDIuNi0wLjMsMy42Yy0wLjEsMSwwLjIs MC45LDAuMiwxLjdjMC40LTAuMywwLjItMC41LDAuMi0xLjQKCQljMCwwLjIsMC4xLDAuNCwwLjEs MC42djUuM2MtMC4zLDAtMC42LDAtMC44LTAuNEMxMS43LDIwNS4xLDExLjEsMjA3LjQsMTEuMSwy MTAuM3ogTTUuOSwzNjEuN2MtMC4yLDAuNywwLjMsMy4zLTAuNywyLjkKCQljMC4yLTEtMC40LTEu Ny0wLjQtMS4xYy0wLjItMC42LTAuMi0xLjksMC0yLjljMCwwLDAsMCwwLDAuMWMwLTAuNywwLjYs MC4xLDAuNCwxLjFjMSwwLjQsMC42LTIuMiwwLjctMi45YzAsMC40LDAsMC44LDAuMywwLjcKCQlj MC0xLjEsMC4xLTEuOSwwLjMtMi44YzAuMSwwLjIsMC4yLDAuNCwwLjMsMC42YzAsMC4yLDAsMC4z LTAuMSwwLjRjMCwwLTAuMSwwLTAuMSwwYzAsMC41LTAuMSwxLTAuMSwxLjNjLTAuMiwxLjEtMC4z LDItMC4zLDMuMwoJCUM2LDM2Mi42LDUuOSwzNjIuMiw1LjksMzYxLjd6IE02LjgsMzYyLjRjLTAu NS0wLjItMC4yLTEtMC4xLTEuOGMwLjMsMCwwLjMsMC40LDAuNiwwLjRDNy4yLDM2MS43LDYuOSwz NjEuNyw2LjgsMzYyLjR6IE04LDMzOC45CgkJYzAuMSwyLjItMC41LDQuNS0wLjQsNy41Yy0wLjMt MC44LTAuNi0wLjItMC40LDEuMUM3LDM0Ny40LDcsMzQ3LDcsMzQ2LjdjLTAuMywwLjEtMC41LTEu My0wLjktMS44YzAtMC43LDAuNy0wLjEsMC43LTAuNwoJCWMwLTAuNS0wLjQtMC4zLTAuNi0wLjRj MC4xLTEtMC4yLTAuOS0wLjEtMS44YzAsMCwwLDAsMCwwYzAsMCwwLDAuMSwwLDAuMWMwLjQsMC41 LDAuNiwxLjgsMC45LDEuOGMwLDAuMywwLDAuNywwLjEsMC43CgkJYy0wLjEtMS4yLDAuMS0xLjgs MC40LTEuMWMtMC4xLTMsMC42LTUuMywwLjQtNy41YzAuMiwwLjQsMC41LDAuNCwwLjksMC40Yy0w LjEtMS43LDAuNi0wLjUsMC42LTEuMWMtMC4yLTAuMS0wLjEtMC4yLDAtMC40CgkJYzAuMSwwLjEs MC4xLDAuMiwwLjIsMC4zYy0wLjEsMC44LTAuNCwxLjMtMC4xLDJjMCwwLjEsMCwwLjMsMCwwLjRj LTAuMSwwLjItMC4yLDAuMywwLDAuNWMwLDAuNi0wLjctMC42LTAuNiwxLjEKCQlDOC41LDMzOS4z LDguMiwzMzkuMyw4LDMzOC45eiBNOC45LDM2Mi4xYy0wLjItMC4xLTAuMywwLjEtMC4zLDAuNGMt MC4yLTAuMywwLTAuNy0wLjEtMS44YzAuMSwwLDAuMywwLDAuNCwwCgkJYzAsMC42LTAuMSwxLjQs MC4xLDEuNEM5LDM2Mi41LDguOSwzNjIuMyw4LjksMzYyLjF6IE05LjMsMzYwLjNjLTAuNSwwLjMt MC4zLTAuOC0wLjUtMWMwLDAsMC4xLDAsMC4xLDBjMCwwLjIsMC4xLDAuNCwwLjEsMAoJCWMtMC4x LDAtMC4xLTAuMi0wLjEtMC41YzAuMi0wLjEsMC4zLTAuMSwwLjMtMC42YzAuMiwwLjIsMC4xLDEu MSwwLjYsMC43QzkuOCwzNTkuOCw5LjYsMzYwLDkuMywzNjAuM3ogTTEwLjUsNDE4LjYKCQljLTAu MSwwLjUtMC4yLTAuMS0wLjQsMGMwLjEtMC4zLDAuMi0wLjgsMC4xLTEuNGMwLjEsMCwwLjIsMCww LjMsMGMwLjEsMC4zLDAuMiwwLjYsMC4xLDEuMUMxMC40LDQxOC4xLDEwLjQsNDE4LjUsMTAuNSw0 MTguNnoKCQkgTTEwLjUsNDU2LjhjMC4yLTEuNywwLjUtMS42LDAuMS0yLjVjMC40LTAuNiwwLjUs MC4xLDAuNSwwLjljLTAuMSwwLjItMC4xLDAuNC0wLjEsMC43QzExLDQ1Ni40LDEwLjgsNDU2Ljks MTAuNSw0NTYuOHoKCQkgTTExLjksNDY0LjNjMC0yLjEtMC42LTEuNi0wLjktMy42YzAuNSwwLjMs MC41LTAuNiwwLjEtMC43YzAuMS0wLjcsMC40LDAsMC42LTAuMWMwLjEsMC4zLDAuMiwwLjcsMC4y LDEuNAoJCWMwLjEtMC4yLDAuMy0wLjIsMC41LTAuM3YyLjRjMCwwLTAuMSwwLTAuMSwwdjAuNkMx Mi4xLDQ2NC4xLDEyLDQ2NC4yLDExLjksNDY0LjN6IE0xNzEuNCw1MDUuOGMtMC4yLDAtMC41LTAu MS0wLjctMC4xCgkJYzAuMS0wLjEsMC4zLTAuMiwwLjUtMC4zQzE3MS40LDUwNS41LDE3MS42LDUw NS42LDE3MS40LDUwNS44eiBNMTcyLjMsNTA1LjJjMC4yLDAsMC40LDAsMC43LDBjMCwwLDAuMSww LDAuMiwwCgkJQzE3Myw1MDUuNCwxNzIuNyw1MDUuMywxNzIuMyw1MDUuMnogTTIzOC4zLDUwOS4x YzAtMC4zLDAuMi0wLjYtMC40LTAuN2MxLjUtMSw2LjYtMC43LDYuOCwwLjUKCQlDMjQzLjMsNTA5 LjksMjQwLjYsNTA5LjQsMjM4LjMsNTA5LjF6IE0zOTguMiw1MDcuM2MwLjIsMCwwLjQsMCwwLjYs MEMzOTguNiw1MDcuMywzOTguNCw1MDcuMywzOTguMiw1MDcuM3ogTTM5OS4zLDUwNy4yCgkJYzEu MiwwLDEuNCwwLDMuNC0wLjFjLTAuMywwLjItMC4xLDAuMywwLjMsMC4zYy0wLjEsMC4xLTAuMSww LjIsMC4yLDAuMkM0MDIuMyw1MDgsMzk5LjUsNTA3LjcsMzk5LjMsNTA3LjJ6IE00MTQuNiw1MDcu NgoJCWMwLjItMC4xLDAuNC0wLjEsMC43LTAuMmMwLjUsMC4xLDAuOSwwLjEsMS40LDAuMkM0MTUu OCw1MDcuNiw0MTUuMSw1MDcuNiw0MTQuNiw1MDcuNnogTTQzNi41LDUwNy44YzAsMC40LDAuNyww LjUtMC4zLDAuNgoJCWMtMi40LTAuMy01LjQtMC43LTgtMS4xYy0xLjQtMC41LTMuNy0wLjUtNS4y LTFjMCwxLTYtMC4zLTYuMiwxYy0wLjgsMC0xLjcsMC0yLjUsMGMtMC4xLTAuMy0wLjUtMC40LTAu Ny0wLjZjLTAuMSwwLTAuMSwwLTAuMiwwCgkJYzAsMCwwLDAsMC0wLjFjLTAuNiwwLTEuMSwwLTEu NiwwYy0xLjUtMC4yLTIuNC0wLjgtMy4zLTEuMmMwLjYsMCwxLjEsMCwxLjcsMGMwLjEtMC42LTAu NSwwLTEuNC0wLjJjMC40LTAuMiwwLjQtMC40LDAtMC42CgkJYzAuOCwwLjQsMS41LTAuMSwyLjcs MGMwLjgsMC4zLDEuMSwxLjUsMi40LDEuMWMtMC40LTAuMS0wLjgtMC4yLTEtMC4zYzEuOCwwLDAu MywwLDAuMy0wLjVjMS4zLDAuMiwwLjctMC40LDEuNy0wLjMKCQljMC44LDAuOCwyLjksMSw0LjEs MS41YzAuNy0wLjIsMi40LTAuMiw0LjItMC40YzAuMSwwLjEsMC4yLDAuMiwwLjIsMC4zYzAuMi0w LjIsMC42LTAuMywxLTAuNGMwLjYtMC4xLDEuMi0wLjEsMS43LTAuMgoJCWMwLjEsMCwwLjMsMC4x LDAuNSwwLjFjLTAuMiwwLjMsMC43LDAuNiwxLjMsMC43YzEuMy0xLDMtMC4zLDQuNS0wLjhjLTAu NS0wLjEtMS4xLTAuMi0xLTAuNmMxLjEtMC4xLDEuNiwwLjIsMiwwLjQKCQljLTAuNCwwLjQtMS40 LDAuNS0yLjIsMC43YzAuMywwLjUtMC40LDAuNi0wLjQsMWMyLjEsMC40LDUuMywwLjUsOC4yLDAu NWMwLDAuMSwwLDAuMS0wLjEsMC4xYy0wLjcsMC0wLjYsMC4zLTEsMC4zCgkJQzQzOC4yLDUwNy43 LDQzNy4xLDUwNy44LDQzNi41LDUwNy44eiBNNDQ5LjksNTA4Yy0wLjQtMC4xLTAuNS0wLjMtMS0w LjNjMC0wLjIsMS41LTAuMywwLjMtMC41YzAuMy0wLjMsMC42LDAsMSwwCgkJQzQ0OS45LDUwNy40 LDQ0OS44LDUwNy42LDQ0OS45LDUwOHogTTQ2MS4yLDUwNS42YzAuMi0wLjQsMS0wLjIsMS40LTAu OGMwLjIsMCwwLjUsMCwwLjcsMEM0NjMsNTA1LjMsNDYyLjMsNTA1LjYsNDYxLjIsNTA1LjZ6CgkJ IE00ODMuOCw1MDYuM2MtMC44LDAtMS42LDAtMi40LDBjMC4zLTAuNC0wLjctMC4zLTAuNy0wLjZj LTIuOSwwLjItNS0wLjQtNy4yLTAuM2MwLjMtMC4yLDEuNywwLDEuNC0wLjVjLTAuOCwwLjEtMy44 LDAtMS43LDAuNQoJCWMtMi0wLjItMi41LTAuMi00LjEtMC42Yy0wLjEsMC4yLDAuMSwwLjQtMC4z LDAuNWMtMC40LTAuNy0yLjUtMC41LTMuNC0wLjZjMC0wLjIsMC42LTAuMSwwLjctMC4zYy0wLjgs MC0xLjUsMC0yLDAKCQljMC43LDAsMS40LTAuMSwyLTAuMmMwLjEtMC4zLTAuMy0wLjQsMC0wLjVj MC40LTAuMywyLjQsMC4yLDEuOSwwLjJjMiwwLjEsMy42LTAuMyw1LjUtMC4yYzIuNywwLjIsNS40 LDEuNSw4LjQsMS41CgkJYzEuNiwwLDIuOS0wLjQsNC41LTAuMmMwLDAuNSwwLjYsMC4yLDEuMyww LjVjLTAuMi0wLjcsMS0wLjUsMS40LTAuN2MwLjIsMC4yLDAuNCwwLjMsMC41LDAuNmMwLjMtMC4y LDAuOS0wLjQsMS40LTAuNQoJCWMwLjIsMC4xLDAuMywwLjIsMC40LDAuM2MtMC43LDAuMS0xLDAu My0xLjIsMC42Yy0wLjQtMC4xLTAuNy0wLjEtMS0wLjJDNDg5LjMsNTA2LjMsNDg0LDUwNS4xLDQ4 My44LDUwNi4zeiBNNTQ2LjQsNTA5CgkJYzAuMSwwLjMtMS41LDAuNS0yLjEsMWMtMC45LDAtMC4x LTAuNy0wLjktMC44Yy0wLjYsMC4xLTAuNCwwLjQtMC40LDAuN2MtMS4yLTAuMS0xLjEsMC4yLTIu MSwwLjJjLTIuNC0xLjItNC43LTAuNi03LjctMC44CgkJYzAuNSwxLDEuMywwLjIsMS4zLDEuMWMt Mi4zLTAuNC00LTAuMS02LjQtMC41YzAuMi0wLjcsMS4zLTAuNSwyLjEtMC43Yy0wLjctMC4zLTEu NC0wLjctMy0wLjdjLTAuNSwwLTAuNCwwLjMsMCwwLjMKCQljLTAuNiwwLjMtMi4yLTAuNS0yLjYt MC44Yy0xLjEsMC43LTcuOCwwLjgtNy43LDAuMmMtNCwwLjMtNS41LTEuMy04LjQtMmMwLjYsMC4x LDEuMSwwLjEsMS42LTAuMWMtMC40LDAtMC44LTAuMy0wLjMtMC4zCgkJYzAuMSwwLjMsMi4xLDAs MSwwLjVjMywwLjIsNi45LDAuMiw3LjQtMC40YzIuMSwwLjEsNC4yLDAuMSw2LDBjMC4xLDAuNC0w LjEsMC42LTAuNCwwLjhjMS40LDEuMiw0LjItMC4yLDYsMC44CgkJYzEuMiwwLjEsMS4xLTAuMiwy LjEtMC4yYy0wLjQtMC41LTAuNi0wLjItMS43LTAuMmMxLjQtMC4yLDEuNi0wLjgsMi42LTEuMWMx LjEsMC4yLDEuNywwLjUsMi42LDBjMC40LDAuMSwwLjYsMC41LDAuOSwwLjIKCQljMC43LDAtMC43 LDAuOCwxLjMsMC43YzAuMSwwLjQsMC4xLDAuOC0wLjQsMWMyLjctMC4xLDUuNCwwLjYsOC45LDAu NWMtMC45LDAuMy0wLjIsMC42LDEuMywwLjUKCQlDNTQ3LjMsNTA4LjksNTQ2LjgsNTA4LjksNTQ2 LjQsNTA5eiBNNTUyLjQsNTAwLjZjLTEsMC0wLjktMC40LTAuOS0wLjhoMC45QzU1Mi45LDUwMCw1 NTIuNiw1MDAuMyw1NTIuNCw1MDAuNnogTTU1Ni42LDUxMC42CgkJYy0wLjUtMC4yLTEuNS0wLjMt Mi42LTAuM2MwLjgtMC4yLTAuMi0xLjEsMS43LTAuOGMtMC44LDAuNiwwLDAuNSwxLjcsMC41Yy0w LjIsMC4xLTAuNCwwLjMtMC45LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC40LDAuNQoJCUM1NTYuNyw1 MTAuOCw1NTYuNyw1MTAuNyw1NTYuNiw1MTAuNnogTTU2Ny43LDUxMC45Yy0xLjItMC4yLTIuMSww LjUtMS4zLDAuNWMtMS40LDAuNC01LjgtMC4xLTQuNy0wLjdjLTEuMywwLjYtMywwLTQuMy0wLjMK CQljMC4xLTAuNiwxLTAuOSwxLjctMS4zYzIuNCwwLjMsMy42LDAuNyw2LDAuN2MwLjIsMC4zLTAu MywwLjMtMC45LDAuM0M1NjUuMSw1MTAuMyw1NjguMyw1MDkuOCw1NjcuNyw1MTAuOXogTTYwMS40 LDUwMy4yCgkJYzAuNS0wLjUsMC0wLjQsMC0xYzAuNCwwLjEsMS40LDAuNywxLjcsMC4zYzAuNyww LjEtMC40LDAuMywwLjQsMC4zQzYwMy40LDUwMy4yLDYwMi40LDUwMy4yLDYwMS40LDUwMy4yeiBN NjI0LjQsNTExLjcKCQljLTAuNi0wLjEtMC43LTAuMy0xLjMtMC4zYy0wLjEtMC4yLDEuOC0wLjMs MC40LTAuNWMwLjMtMC4zLDAuOCwwLDEuMywwQzYyNC40LDUxMS4xLDYyNC4yLDUxMS40LDYyNC40 LDUxMS43eiBNNjMyLDUwNS41CgkJYy0wLjQtMC4xLTEtMC4yLTEuNy0wLjJjMC0wLjEsMC0wLjIs MC0wLjNjMC4zLTAuMSwwLjctMC4yLDEuMy0wLjJjLTAuMSwwLjMsMC40LDAuMywwLjQsMC4yQzYz Mi43LDUwNS4xLDYzMS45LDUwNS4yLDYzMiw1MDUuNXoKCQkgTTY3NC42LDUwNC45Yy0xLjMtMC44 LDMuMi0wLjgsMywwLjJDNjc1LjYsNTA0LjgsNjc1LjcsNTA0LjQsNjc0LjYsNTA0Ljl6IE02ODIu Myw1MDQuNWMwLjQtMC42LTAuNy0wLjYtMC45LTAuMgoJCWMtMS4xLTAuMSwxLTAuOC0wLjktMC44 Yy0wLjksMC0wLjIsMC42LTAuNCwwLjhjLTEuMywwLjEtMS40LTAuNC0xLjMtMC44YzIsMC4xLDEu My0wLjcsMC40LTAuOGMwLjctMC4zLDUuMSwwLjMsNi40LTAuMgoJCWMwLjcsMC4yLDAuNSwwLjcs MC45LDFDNjg0LDUwMy42LDY4NC43LDUwNC4yLDY4Mi4zLDUwNC41eiBNNjkyLjUsNTA5LjljLTAu MSwwLjItMS4xLDAuMS0xLjcsMC4yYzAuMy0wLjEsMC43LTAuNCwwLTAuNQoJCWMwLjEtMC4yLDEu MS0wLjEsMS43LTAuMkM2OTIuNiw1MDkuNyw2OTEuOCw1MDkuOSw2OTIuNSw1MDkuOXogTTcwMC4y LDUwOC4xYy0wLjgsMC0xLjItMC45LTIuMS0wLjNjLTAuOCwwLjMsMC40LTAuNS0wLjQtMC44CgkJ Yy0wLjUsMC4yLTEuMSwwLjEtMC40LDBjMC4yLTAuNC0xLjksMC4xLTEuMy0wLjVjLTEuMy0wLjEt MC44LDAuNC0yLjEsMC4zYzAuNi0wLjMtMC4yLTAuNSwwLjQtMWMyLjctMC4yLDMuMywwLjQsNS4x LDAuNQoJCWMwLjYsMC45LDAuMiwxLjEsMS43LDEuNkM3MDAuOSw1MDguMiw3MDAuMyw1MDcuOCw3 MDAuMiw1MDguMXogTTcwMS4xLDUwNi4zYy0wLjEsMC4yLTEuNC0wLjQtMS4zLTAuOGMwLjYtMC4x LDEsMC42LDEuMywwLjIKCQlDNzAyLjIsNTA1LjcsNzAwLjUsNTA2LDcwMS4xLDUwNi4zeiBNNzM2 LjksNDY5LjVjMC41LDAuNywwLjYsMS45LDAuNSwzLjFjLTAuMS0wLjYtMC4yLTEuMS0wLjUtMS41 Yy0wLjEsMC0wLjIsMC4xLTAuMywwLjJ2LTEuNwoJCUM3MzYuNyw0NjkuNiw3MzYuOCw0NjkuNiw3 MzYuOSw0NjkuNXogTTczMy45LDM5Ny44YzAuMSwxLDAuMiwxLjksMC4yLDIuNkM3MzMuNiwzOTku Nyw3MzMuOCwzOTguOCw3MzMuOSwzOTcuOHogTTczMi45LDQzMwoJCWMtMC4xLTAuNy0wLjItMS40 LTAuNC0xLjljLTAuOCwwLjEtMS4yLDAuOC0xLjUtMC40Yy0wLjIsMS41LDAuMywxLjIsMC4zLDIu MmMtMC40LDAuNi0wLjcsMi4xLTAuOCwzLjdjLTAuMi0yLjYsMC4xLTYuNSwwLjgtNy41CgkJYzAt MC4xLDAtMC4xLDAtMC4yYzAuNi0wLjIsMC44LDEsMS4yLDEuN2MtMC4xLTEuMywwLjEtMS45LDAu Mi0zQzczMyw0MjkuMSw3MzMuMSw0MzEuMSw3MzIuOSw0MzN6IE03MzEuMyw0MTkuMQoJCWMwLjIs MCwwLjQtMC4xLDAuNi0wLjJjMC4xLDAuMywwLjIsMC40LDAuNCwwLjRjMC4xLDAuNy0wLjUsMS43 LDAuMiwxLjZjMCwwLjctMC4xLDEtMC4zLDEuMmMwLjEsMC40LDAuMywwLjYsMC41LDAuOAoJCWMw LjEsMS43LTAuMywyLjItMC4yLDMuOWMwLDAsMCwwLDAsMGMtMC4xLTAuMi0wLjItMC4zLTAuMi0w LjVjMC4yLTAuMiwwLjMtMC41LDAuMy0xLjFjLTAuNiwwLjEtMC4xLTAuOC0wLjItMS41CgkJYy0w LjIsMC0wLjMtMC4xLTAuNC0wLjRjLTAuMiwwLjEtMC40LDAuMS0wLjYsMC4yYy0wLjIsMC4zLTAu MywwLjYtMC40LDFjMC0wLjQsMC0wLjUtMC41LTAuNAoJCUM3MzAuNCw0MjEuNiw3MzAuOCw0MjAu Miw3MzEuMyw0MTkuMXogTTcyOC45LDMyOS43YzAuMSwwLjMsMC41LDEuMywwLjIsMS42QzcyOC40 LDMzMS4zLDcyOC44LDMzMCw3MjguOSwzMjkuN3ogTTcyNy43LDMxNC4xCgkJdi0yLjRjMC43LDAu NCwwLjMsMS40LDAuNSwyLjVDNzI4LDMxNC4yLDcyNy44LDMxNC4yLDcyNy43LDMxNC4xeiBNNzI5 LjUsMjk0LjJjLTEuNS0wLjgtMC43LTMuNC0wLjMtNS40CgkJQzczMC4xLDI4OS40LDczMC4yLDI5 Mi41LDcyOS41LDI5NC4yeiBNNzMwLjcsMjM4LjVjLTAuOSwwLjEtMS45LDEuMi0yLjUtMC4yYy0w LjMtNSwwLjctOC43LDItMTAuMQoJCUM3MzAuNywyMzAuOSw3MzEuMSwyMzUuNCw3MzAuNywyMzgu NXogTTczMS42LDI0My44YzAuMSwwLDAuMS0wLjEsMC4xLTAuMWMwLjEsMC4xLDAuMiwwLjMsMC4z LDAuNQoJCUM3MzEuOSwyNDQsNzMxLjcsMjQzLjgsNzMxLjYsMjQzLjh6IE03MzcuNywyMDguNmMt MC43LTAuMS0wLjQtMS4yLTAuNi0yYy0wLjEsMC4yLTAuMiwwLjMtMC4yLDAuNWMwLDAsMC0wLjEt MC4xLTAuMQoJCWMwLDAuMSwwLDAuMiwwLDAuMmMtMC4xLDAuMy0wLjIsMC43LTAuMywxLjJjLTAu MSwwLTAuMS0wLjEtMC4yLTAuM2MwLDEuMi0wLjEsMi4zLTAuMiwzLjRjLTAuMSwwLjEtMC4xLDAu MS0wLjEsMC4yCgkJYzAsMC4xLDAuMSwwLjEsMC4xLDAuMmMtMC4yLDEuNC0wLjMsMi43LTAuMyw0 Yy0wLjItMC40LTAuNS0wLjQtMC45LTAuNGMwLjEsMS43LTAuNiwwLjUtMC42LDEuMWMwLjMsMC4y LTAuMSwwLjQtMC4yLDAuNwoJCWMwLjUsMC44LDAuMSwxLjMsMCwyLjJjMC4zLDAuOCwwLjksMSwx LjEsMi4yYzAtMC45LTAuMy0xLjIsMC4yLTEuNWMtMC4xLDAuOSwwLjMsMC44LDAuMiwxLjljLTAu MywwLjUtMC40LDEuMS0wLjQsMS43CgkJYy0wLjQsMC45LTAuOCwxLjktMSwzLjFjLTAuMSwwLTAu MSwwLTAuMiwwYzAsMCwwLDAsMCwwYy0wLjEtMC4xLTAuMS0wLjEtMC4yLDAuMmMtMC4xLDAtMC4x LTItMC41LTAuOGMwLjUtNCwwLjgtMTAuMiwwLjYtMTQuNQoJCWMwLjQtMC4xLDAuNiwwLjEsMC44 LDAuNGMxLjEtMS4yLTAuMi0zLjksMC44LTUuNWMwLjEtMS4xLTAuMi0xLTAuMi0yYy0wLjQsMC4z LTAuMiwwLjYtMC4yLDEuNmMtMC4yLTEuMy0wLjctMS41LTEuMS0yLjQKCQljMC4xLTEsMC41LTEu NiwwLTIuNGMwLjEtMC40LDAuNC0wLjYsMC4yLTAuOGMwLTAuNiwwLjcsMC42LDAuNi0xLjJjMC40 LTAuMSwwLjctMC4xLDAuOSwwLjRjLTAuMS0yLjUsMC41LTUsMC41LTguMgoJCWMwLjMsMC44LDAu NiwwLjIsMC41LTEuMmMwLjEsMCwwLjEsMC41LDAuMiwwLjhjMC4zLTAuMSwwLjUsMS40LDAuOSwy YzAsMC44LTAuNywwLjEtMC44LDAuOGMwLDAuNSwwLjQsMC4zLDAuNiwwLjQKCQljLTAuMSwxLjEs MC4yLDEsMC4yLDJjLTEuMSwyLjMtMC41LDQuMy0wLjgsNy4xYzAuOS0wLjQsMC4yLTEuMiwxLjEt MS4yQzczNy43LDIwNC45LDczOCwyMDYuNCw3MzcuNywyMDguNnogTTczOC40LDE4Mi4zCgkJYy0w LjIsMC41LTAuMywxLjMtMC4zLDIuNGMtMC4yLTAuNy0xLDAuMi0wLjgtMS42YzAuNSwwLjcsMC41 LDAsMC41LTEuNmMwLjEsMC4yLDAuMywwLjMsMC4zLDAuOGMwLjEtMC4yLDAuMi0wLjQsMC41LTAu NAoJCUM3MzguNiwxODIuMyw3MzguNSwxODIuMyw3MzguNCwxODIuM3ogTTczOC42LDE3Ny42YzAu NiwxLjIsMCwyLjgtMC4zLDMuOWMtMC42LTAuMS0wLjktMC45LTEuMi0xLjZjMC4zLTIuMiwwLjYt My40LDAuNi01LjUKCQljMC4zLTAuMSwwLjMsMC4zLDAuMywwLjhjMC4yLTAuNy0wLjMtMy42LDAu OC0zLjFjLTAuMiwxLjEsMC40LDEuOSwwLjUsMS4yQzczOS42LDE3NC42LDczOS4xLDE3OC42LDcz OC42LDE3Ny42eiIvPgo8L2c+Cjwvc3ZnPg==");
    -webkit-box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05);
    box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, .05);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%;
    padding: 40px;
    width: 629px;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 90
}
.qodef-sp-holder #qodef-sp-close {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 37px;
    top: 5px;
    padding: 0 .5em;
    padding: 0 1em
}
.qodef-browser--ms-explorer .qodef-sp-holder #qodef-sp-close {
    padding: 0 .5em
}
.qodef-sp-holder #qodef-sp-close:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 2em;
    left: 0;
    position: absolute;
    top: -.5em;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 2em;
    z-index: -1;
    height: 3em;
    top: -1em;
    width: 3em
}
.qodef-sp-holder .qodef-sp-content-container {
    background-color: #244263;
    background-size: cover;
    padding: 45px 27px 39px 27px
}
.qodef-sp-holder .qodef-sp-title {
    color: #fff;
    margin: 0 0 5px 0;
    text-align: center
}
.qodef-sp-holder .qodef-sp-subtitle {
    color: #fff;
    margin: 0 auto 18px auto;
    text-align: center;
    width: 71%
}
.qodef-sp-holder .wpcf7 input {
    background-color: #fff;
    color: #afafaf
}
.qodef-sp-holder .wpcf7 button {
    padding-left: 0;
    padding-right: 0;
    width: 100%
}
.qodef-sp-holder .qodef-sp-prevent {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 13px
}
.qodef-sp-holder .qodef-sp-prevent-inner {
    cursor: pointer
}
.qodef-sp-holder .qodef-sp-prevent-inner>* {
    display: inline-block;
    position: relative;
    vertical-align: top
}
.qodef-sp-holder .qodef-sp-prevent-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff!important;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 16px;
    margin: 4px 8px 4px 0;
    outline: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 16px
}
.qodef-sp-holder .qodef-sp-prevent-input:checked {
    background-color: #94c4f7!important
}
.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked {
    background-color: #94c4f7!important
}
.qodef-sp-holder .qodef-sp-prevent-label {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #848484;
    cursor: pointer;
    color: #fff
}
.qodef-sp-opened .qodef-sp-holder {
    opacity: 1;
    pointer-events: all
}
.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.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 {
    left: 0;
    position: absolute;
    top: 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-title-text--center {
    text-align: center
}
.qodef-page-title.qodef-title-text--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 {
    color: #686868;
    font-size: 15px
}
.qodef-page-title .qodef-breadcrumbs a:hover {
    text-decoration: underline
}
.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: 18px
}
.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    margin: 18px 0 0
}
.qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
    font-size: 19px;
    line-height: 1.42em;
    margin-left: auto;
    margin-right: auto;
    width: 39%
}
.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;
    border: 0;
    float: left
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    display: block;
    margin-bottom: 8px;
    margin-left: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    line-height: 1!important
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    border-radius: 50%;
    float: none;
    height: 37px;
    margin: 0 7px 0 0;
    width: 37px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    color: #244262!important;
    font-weight: initial!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: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #848484;
    margin-left: 0;
    margin-right: 4px
}
.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 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: -5px;
    padding: 0
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    font-size: 18px;
    padding-right: 10px;
    position: relative;
    top: 5px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: -3px
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    font-size: 18px;
    padding-right: 10px;
    visibility: hidden
}
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    font-size: 14px;
    margin-right: 8px;
    padding: 0
}
.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--custom.qodef--no-bottom-space {
    margin-bottom: -64px
}
.qodef-twitter-list.qodef-gutter--custom #ctf .ctf-tweets {
    margin: 0 -32px
}
.qodef-twitter-list.qodef-gutter--custom #ctf .ctf-tweets>.ctf-item {
    padding: 0 32px;
    margin: 0 0 64px
}
.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-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}
#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: #ccc
}
#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: #fff
}
.widget.qodef-author-info .qodef-author-info-image {
    display: inline-block;
    margin-bottom: 21px
}
.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 21px
}
.widget.qodef-author-info .qodef-author-info-description {
    margin: 0
}
.qodef-opener-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
    height: 25px;
    line-height: 1em;
    position: relative
}
.qodef-opener-widget .qodef-m-icon, .qodef-opener-widget .qodef-m-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}
.qodef-opener-widget .qodef-m-label {
    margin-left: 10px
}
.qodef-opener-widget--icon-pack .qodef-m-icon * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit
}
.qodef-opener-widget--icon-pack .qodef-m-icon :before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit
}
.qodef-opener-widget--predefined svg, .qodef-opener-widget--svg-path svg {
    fill: currentColor;
    height: 100%;
    stroke: currentColor;
    -webkit-transition: fill .2s ease-out;
    -o-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}
.qodef-opener-widget--predefined>*, .qodef-opener-widget--svg-path>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: inherit
}
.qodef-opener-widget--predefined[id*=close]:before {
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
.qodef-opener-widget--predefined[id*=close]:hover:before {
    background-color: #ff9167!important
}
#qodef-top-area .widget_mildhill_core_phone_number {
    padding-left: 38px
}
#qodef-top-area .widget_mildhill_core_phone_number:after, #qodef-top-area .widget_mildhill_core_phone_number:before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}
#qodef-top-area .widget_mildhill_core_phone_number:before {
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 28px;
    left: 0;
    width: 28px
}
#qodef-top-area .widget_mildhill_core_phone_number:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCA3MzcgNzM3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3Mzcg NzM3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJN NDM2LDczN2MtMSwwLTYuMy0wLjMtNy4zLTAuM2wtNjAuMi01LjRjLTY2LjEtNi4yLTEwNS4zLTQ2 LjQtMTE2LjUtMTE5LjQKCQlDMjQwLjgsNTM5LDIzNS44LDQ2NCwyMzUuOCwzNjguNWMwLTk1LjQs NS0xNzAuNCwxNi4xLTI0My40QzI2My4yLDUyLjEsMzAyLjQsMTIsMzY4LjUsNS43bDYwLjMtNS40 YzEtMC4xLDYuMi0wLjMsNy4yLTAuMwoJCWMzNi4yLDAsNjQuNSwyNi42LDY0LjUsNjAuNnYxMDcu MmMwLDUxLjEtNDIuMiw2Ni4zLTU4LDcyLjFjLTkuOSwzLjYtMTMuMiw0LjgtMTksMjYuNWMtNi4z LDIzLjMtMTAuMiw2Mi40LTEwLjIsMTAyLjEKCQljMCwzOS43LDMuOSw3OC44LDEwLjIsMTAyLjFj NS44LDIxLjcsOS4xLDIyLjksMTksMjYuNGMxNS45LDUuOCw1OC4xLDIxLDU4LjEsNzIuMXYxMDcu M2MwLDE3LjMtNy4xLDMzLTIwLDQ0LjQKCQlDNDY4LjYsNzMxLjIsNDUyLjgsNzM3LDQzNiw3Mzd6 IE00MzguMyw2MC42bC02NCw2LjljLTMwLjgsMi45LTUzLDE1LjQtNjEsNjdjLTEwLjcsNjkuNy0x NS40LDE0MS44LTE1LjQsMjM0CgkJYzAsOTIuMiw0LjgsMTY0LjQsMTUuNCwyMzRjNy45LDUxLjYs MzAuMSw2NC4xLDYwLjksNjdsNjAuMyw1LjRMNDM2LDcwNnYtMzEuMWMyLDAsMy4xLTAuNSwzLjQt MC42bC0xLTEwNS4xYzAtNSwwLTcuNS0xNy4xLTEzLjcKCQljLTM2LjMtMTMuMS00OS4xLTM2LTU3 LjktNjguN2MtMTEuMS00MS4zLTEyLjMtOTYuNC0xMi4zLTExOC4yYzAtMjEuOCwxLjItNzcsMTIu My0xMTguMmM4LjgtMzIuNywyMS41LTU1LjYsNTcuOS02OC44CgkJYzE3LjEtNi4xLDE3LjEtOC42 LDE3LjEtMTMuN1Y2MC42eiIvPgo8L2c+Cjwvc3ZnPg==");
    height: 14px;
    left: 7px;
    width: 14px
}
.widget.widget_mildhill_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_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1) {
    background-color: #94c4f7
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1):hover {
    background-color: #73b6fe
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2) {
    background-color: #244263
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2):hover {
    background-color: #092e56
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3) {
    background-color: #ffa27e
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3):hover {
    background-color: #ff9167
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #506881
}
.widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #fff
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder a {
    color: #fff;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1) {
    background-color: #94c4f7
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1):hover {
    background-color: #73b6fe
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2) {
    background-color: #244263
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2):hover {
    background-color: #092e56
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3) {
    background-color: #ffa27e
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3):hover {
    background-color: #ff9167
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #506881
}
#qodef-side-area .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #fff
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder a {
    color: #fff;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1) {
    background-color: #94c4f7
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1):hover {
    background-color: #73b6fe
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2) {
    background-color: #244263
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2):hover {
    background-color: #092e56
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3) {
    background-color: #ffa27e
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3):hover {
    background-color: #ff9167
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #94c4f7
}
#qodef-page-sidebar .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #244263
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder a {
    color: #94c4f7;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1) {
    background-color: #94c4f7
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+1):hover {
    background-color: #73b6fe
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2) {
    background-color: #244263
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+2):hover {
    background-color: #092e56
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3) {
    background-color: #ffa27e
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:nth-child(3n+3):hover {
    background-color: #ff9167
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover {
    background-color: #506881
}
#qodef-page-footer .widget.widget_mildhill_core_social_icons_group .qodef-icon-holder.qodef-layout--circle:hover a {
    color: #fff
}
.qodef-social-icons-group .qodef-icon-holder {
    margin-left: 9px
}
.qodef-social-icons-group .qodef-icon-holder:first-child {
    margin-left: 0
}
#qodef-page-sidebar .qodef-social-icons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
#qodef-page-footer .qodef-social-icons-group .qodef-icon-holder {
    margin-left: 23px
}
#qodef-page-footer .qodef-social-icons-group .qodef-icon-holder:first-child {
    margin-left: 0
}
#qodef-woo-page {
    /*margin-bottom:35px*/
}
#qodef-woo-page .qodef-woo-product-mark, .qodef-woo-shortcode .qodef-woo-product-mark {
    background-color: #244263;
    color: #fff;
    font-family: Nickainley, script;
    font-size: 22px;
    line-height: 1;
    padding: 19px 15px 23px 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5
}
#qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
    margin: 0
}
#qodef-woo-page .qodef-woo-ratings, .qodef-woo-shortcode .qodef-woo-ratings {
    line-height: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-inner, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}
#qodef-woo-page .qodef-woo-ratings .qodef-m-star, .qodef-woo-shortcode .qodef-woo-ratings .qodef-m-star {
    font-size: 12px;
    letter-spacing: .7em;
    color: #244263
}
#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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffa27e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-woo-page .price del, .qodef-woo-shortcode .price del {
    color: #244263;
    margin-right: 10px
}
#qodef-woo-page .price ins, .qodef-woo-shortcode .price ins {
    color: #ffa27e;
    text-decoration: none
}
#qodef-woo-page .qodef-woo-buttons-holder, .qodef-woo-shortcode .qodef-woo-buttons-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
#qodef-woo-page .qodef-woo-buttons-holder a, .qodef-woo-shortcode .qodef-woo-buttons-holder a {
    margin: 0 5px
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button, #qodef-woo-page .qodef-woo-buttons-holder .added_to_cart, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable {
    margin-left: 0
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button.added, #qodef-woo-page .qodef-woo-buttons-holder .added_to_cart.added, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external.added, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped.added, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple.added, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple.added, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable.added {
    display: none
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button:after, #qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button:before {
    display: block;
    position: absolute;
    z-index: 1
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button:before {
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button:after, .related-add_to_cart_button:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiCiAgICAgeD0iMHB4IiB5PSIw cHgiCiAgICAgdmlld0JveD0iMCAwIDUwMCA1MDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAw IDUwMCA1MDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYi IGQ9Ik00NDguMiwyOTIuM2MtNS42LTAuNi0xMC45LDMuMy0xMS42LDlsLTIxLjgsMTY4LjZjLTAu Niw1LjMtNSw5LjMtMTAuMyw5LjNoLTMxMGMtNS4zLDAtOS44LTQtMTAuNC05LjYKCQlMNjIuMywz MDIuMWMtMC43LTUuNy02LTkuNy0xMS42LTljLTUuNywwLjctOS43LDUuOS05LDExLjZsMjEuNywx NjcuM2MxLjcsMTUuOSwxNSwyNy45LDMxLDI3LjloMzEwYzE2LDAsMjkuMy0xMiwzMS0yNy43CgkJ TDQ1Ny4yLDMwNEM0NTcuOSwyOTguMyw0NTMuOSwyOTMuMSw0NDguMiwyOTIuM3oiLz4KICAgIDxw YXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xNjYuMyw0NDcuOFYzMjMuNGMwLTUuNy00LjYtMTAuNC0x MC40LTEwLjRjLTUuNywwLTEwLjQsNC42LTEwLjQsMTAuNHYxMjQuNGMwLDUuNyw0LjYsMTAuNCwx MC40LDEwLjQKCQlDMTYxLjYsNDU4LjIsMTY2LjMsNDUzLjYsMTY2LjMsNDQ3Ljh6Ii8+CiAgICA8 cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzUzLjMsNDQ3LjhWMzIzLjRjMC01LjctNC42LTEwLjQt MTAuNC0xMC40Yy01LjcsMC0xMC40LDQuNi0xMC40LDEwLjR2MTI0LjRjMCw1LjcsNC42LDEwLjQs MTAuNCwxMC40CgkJQzM0OC42LDQ1OC4yLDM1My4zLDQ1My42LDM1My4zLDQ0Ny44eiIvPgogICAg PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTI5MC45LDQ0Ny44VjMyMy40YzAtNS43LTQuNi0xMC40 LTEwLjQtMTAuNHMtMTAuNCw0LjYtMTAuNCwxMC40djEyNC40YzAsNS43LDQuNiwxMC40LDEwLjQs MTAuNAoJCVMyOTAuOSw0NTMuNiwyOTAuOSw0NDcuOHoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZm ZmYiIGQ9Ik0yMjguNiw0NDcuOFYzMjMuNGMwLTUuNy00LjYtMTAuNC0xMC40LTEwLjRjLTUuNyww LTEwLjQsNC42LTEwLjQsMTAuNHYxMjQuNGMwLDUuNyw0LjYsMTAuNCwxMC40LDEwLjQKCQlDMjI0 LDQ1OC4yLDIyOC42LDQ1My42LDIyOC42LDQ0Ny44eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTQ2OC40LDE4OC40aC00My42TDI3OC43LDQ2LjFjMS44LTMuOSwyLjgtOC4xLDIuOC0x Mi43YzAtMTYuOC0xMy44LTMwLjUtMzAuNy0zMC41cy0zMC43LDEzLjctMzAuNywzMC41CgkJYzAs NC41LDEsOC44LDIuOCwxMi43TDc2LjksMTg4LjRIMzIuMUMxNSwxODguNCwxLDIwMi40LDEsMjE5 LjV2MjAuOGMwLDE3LjIsMTQsMzEuMiwzMS4yLDMxLjJoNDM2LjNjMTcuMiwwLDMxLjItMTQsMzEu Mi0zMS4yCgkJdi0yMC44QzQ5OS42LDIwMi40LDQ4NS42LDE4OC40LDQ2OC40LDE4OC40eiBNMjUw LjksMjMuN2M1LjUsMCw5LjksNC40LDkuOSw5LjhjMCwyLjYtMS4xLDUtMi44LDYuOGMwLDAsMCww LTAuMSwwLjEKCQljMCwwLDAsMC4xLTAuMSwwLjFjLTEuOCwxLjgtNC4yLDIuOC03LDIuOGMtMi43 LDAtNS4yLTEuMS03LTIuOGMwLDAsMC0wLjEtMC4xLTAuMWMwLDAsMCwwLTAuMS0wLjFjLTEuNy0x LjgtMi44LTQuMS0yLjgtNi44CgkJQzI0MSwyOCwyNDUuNCwyMy43LDI1MC45LDIzLjd6IE0yMzcu NSw2MC45YzQsMS45LDguNSwzLjEsMTMuMywzLjFjNC44LDAsOS4zLTEuMSwxMy4zLTMuMUwzOTUs MTg4LjRIMTA2LjdMMjM3LjUsNjAuOXoKCQkgTTQ3OC44LDI0MC4zYzAsNS43LTQuNywxMC40LTEw LjQsMTAuNEgzMi4xYy01LjcsMC0xMC40LTQuNy0xMC40LTEwLjR2LTIwLjhjMC01LjcsNC43LTEw LjQsMTAuNC0xMC40aDQzNi4zCgkJYzUuNywwLDEwLjQsNC43LDEwLjQsMTAuNFYyNDAuM3oiLz4K PC9nPgo8L3N2Zz4=");
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px;
    position: absolute;
}
#qodef-woo-page .qodef-woo-buttons-holder .add_to_cart_button:hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .add_to_cart_button:hover:before {
    background-color: #092e56
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button), #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button), .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:after, #qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:before {
    display: block;
    position: absolute;
    z-index: 1
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:before {
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):after, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):after, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJ IHZpZXdCb3g9IjAgMCAyMC4xIDIwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMC4xIDIw IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI0VBRjRGRiIgZD0iTTE4LDExLjZj LTAuMSwwLTAuMSwwLTAuMiwwSDIuMWMwLDAtMC4xLDAtMC4xLDBjLTAuMiwwLTAuNCwwLjItMC40 LDAuNWwwLjksNi43QzIuNiwxOS41LDMuMSwyMCwzLjgsMjAKCWgxMi41YzAuNiwwLDEuMi0wLjUs MS4yLTEuMWwwLjktNi44QzE4LjQsMTEuOSwxOC4yLDExLjcsMTgsMTEuNnogTTYuNywxNy45YzAs MC4yLTAuMiwwLjQtMC40LDAuNGMtMC4yLDAtMC40LTAuMi0wLjQtMC40di01CgljMC0wLjIsMC4y LTAuNCwwLjQtMC40YzAuMiwwLDAuNCwwLjIsMC40LDAuNFYxNy45eiBNOS4yLDE3LjljMCwwLjIt MC4yLDAuNC0wLjQsMC40cy0wLjQtMC4yLTAuNC0wLjR2LTVjMC0wLjIsMC4yLTAuNCwwLjQtMC40 CgljMC4yLDAsMC40LDAuMiwwLjQsMC40VjE3Ljl6IE0xMS43LDE3LjljMCwwLjItMC4yLDAuNC0w LjQsMC40Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjR2LTVjMC0wLjIsMC4yLTAuNCwwLjQtMC40Cglj MC4yLDAsMC40LDAuMiwwLjQsMC40VjE3Ljl6IE0xNC4yLDE3LjljMCwwLjItMC4yLDAuNC0wLjQs MC40Yy0wLjIsMC0wLjQtMC4yLTAuNC0wLjR2LTVjMC0wLjIsMC4yLTAuNCwwLjQtMC40CgljMC4y LDAsMC40LDAuMiwwLjQsMC40VjE3Ljl6Ii8+CjxwYXRoIGZpbGw9IiNFQUY0RkYiIGQ9Ik0xOC44 LDcuNWgtMS44bC01LjktNS43YzAuMS0wLjIsMC4xLTAuMywwLjEtMC41YzAtMC43LTAuNi0xLjIt MS4yLTEuMkM5LjQsMCw4LjgsMC42LDguOCwxLjIKCWMwLDAuMiwwLDAuNCwwLjEsMC41TDMuMSw3 LjVIMS4zQzAuNiw3LjUsMCw4LDAsOC43djAuOGMwLDAuNywwLjYsMS4zLDEuMywxLjNoMTcuNmMw LjcsMCwxLjMtMC42LDEuMy0xLjNWOC43CglDMjAuMSw4LDE5LjUsNy41LDE4LjgsNy41eiBNMTAu MSwwLjhjMC4yLDAsMC40LDAuMiwwLjQsMC40YzAsMC4xLDAsMC4yLTAuMSwwLjNjMCwwLDAsMCww LDBjMCwwLDAsMCwwLDBjLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4xCgljLTAuMSwwLTAuMiwwLTAu My0wLjFjMCwwLDAsMCwwLDBjMCwwLDAsMCwwLDBDOS43LDEuNCw5LjYsMS4zLDkuNiwxLjJDOS43 LDEsOS44LDAuOCwxMC4xLDAuOHogTTkuNSwyLjNjMC4yLDAuMSwwLjMsMC4xLDAuNSwwLjEKCXMw LjQsMCwwLjUtMC4xbDUuMyw1LjFINC4zTDkuNSwyLjN6Ii8+Cjwvc3ZnPg==");
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:hover:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:hover:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:hover:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):hover:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):hover:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:hover:before {
    background-color: #092e56
}
#qodef-woo-page .qodef-woo-buttons-holder .added_to_cart:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_external:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_grouped:before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, #qodef-woo-page .qodef-woo-buttons-holder .product_type_variable:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .added_to_cart:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_external:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_grouped:before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_simple:not(.add_to_cart_button):before, .qodef-woo-shortcode .qodef-woo-buttons-holder .product_type_variable:before {
    background-color: #244263
}
#qodef-woo-page .quantity {
    white-space: nowrap
}
#qodef-woo-page .quantity input[type=number] {
    margin: 0;
    padding: 12px 10px;
    text-align: center;
    width: 60px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page .quantity input[type=number] {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page table tr, .qodef-woo-shortcode table tr, .woocommerce table tr {
    border-left: none;
    border-right: none;
    border-top: none
}
#qodef-woo-page table th, .qodef-woo-shortcode table th, .woocommerce table th {
    border: none
}
#qodef-woo-page table td, .qodef-woo-shortcode table td, .woocommerce table td {
    border: none
}
.woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #f1f1f1;
    color: #244263;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 30px;
    padding: 20px 30px
}
.woocommerce-page div.woocommerce .woocommerce-error a, .woocommerce-page div.woocommerce .woocommerce-info a, .woocommerce-page div.woocommerce .woocommerce-message a {
    background-color: transparent!important;
    border: none!important;
    color: #244263!important;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 2.077em;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    white-space: nowrap
}
.woocommerce-page div.woocommerce .woocommerce-error a:hover, .woocommerce-page div.woocommerce .woocommerce-info a:hover, .woocommerce-page div.woocommerce .woocommerce-message a:hover {
    color: #94c4f7!important
}
@media only screen and (max-width:768px) {
    .woocommerce-page div.woocommerce .woocommerce-error, .woocommerce-page div.woocommerce .woocommerce-info, .woocommerce-page div.woocommerce .woocommerce-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .woocommerce-page div.woocommerce .woocommerce-error a, .woocommerce-page div.woocommerce .woocommerce-info a, .woocommerce-page div.woocommerce .woocommerce-message a {
        padding: 20px 0 0 0
    }
}
.woocommerce-page div.woocommerce .woocommerce-error .restore-item, .woocommerce-page div.woocommerce .woocommerce-info .restore-item, .woocommerce-page div.woocommerce .woocommerce-message .restore-item {
    padding: 0
}
.woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table th {
    padding: 15px 0 15px 5px;
    text-align: left;
    vertical-align: middle
}
.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: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    .woocommerce-page div.woocommerce .shop_table th {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
.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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    position: relative
}
.woocommerce-page div.woocommerce .col2-set>* {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%
}
.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 .woocommerce-shipping-methods li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.woocommerce-page .woocommerce-shipping-methods li input {
    margin: 7px 10px
}
.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close, .woocommerce-page .pswp__button.pswp__button--fs, .woocommerce-page .pswp__button.pswp__button--zoom {
    background: 0 0!important
}
.woocommerce-page .pswp__button--arrow--left:before, .woocommerce-page .pswp__button--arrow--right:before, .woocommerce-page .pswp__button.pswp__button--close:before, .woocommerce-page .pswp__button.pswp__button--fs:before, .woocommerce-page .pswp__button.pswp__button--zoom:before {
    background: 0 0;
    border: 0;
    color: #fff;
    font-family: ElegantIcons
}
.woocommerce-page .pswp__button--arrow--left:before {
    content: '\34';
    font-size: 45px;
    width: auto
}
.woocommerce-page .pswp__button--arrow--right:before {
    content: '\35';
    font-size: 45px;
    width: auto
}
.woocommerce-page .pswp__button.pswp__button--close:before {
    content: '\4d';
    font-size: 17px
}
.woocommerce-page .pswp__button.pswp__button--zoom:before {
    content: '\54';
    font-size: 17px
}
.woocommerce-page .pswp--zoomed-in .pswp__button.pswp__button--zoom:before {
    content: '\53';
    font-size: 17px
}
.woocommerce-page .pswp__button.pswp__button--fs:before {
    content: '\30';
    font-size: 17px
}
.woocommerce-page .pswp__caption__center, .woocommerce-page .pswp__counter {
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    position: relative;
    width: 35px
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    line-height: 28px;
    position: relative;
    text-align: center;
    width: 28px
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 28px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px;
    z-index: -1
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove a:hover:before {
    background-color: #ff9167
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--cart .shop_table td.product-remove a {
        font-size: 16px;
        line-height: 23px;
        width: 23px
    }
    #qodef-woo-page.qodef--cart .shop_table td.product-remove a:before {
        height: 23px;
        width: 23px
    }
}
#qodef-woo-page.qodef--cart .shop_table td.product-thumbnail {
    padding: 15px 0 15px 12px;
    width: 95px
}
#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 {
    padding: 15px 0 15px 12px;
    text-align: left
}
#qodef-woo-page.qodef--cart .shop_table td.product-name a {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262
}
#qodef-woo-page.qodef--cart .shop_table td.product-name .variation {
    color: #244263
}
#qodef-woo-page.qodef--cart .shop_table td.product-name .variation dd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0
}
#qodef-woo-page.qodef--cart .shop_table td.product-name .variation dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
#qodef-woo-page.qodef--cart .shop_table td .amount, #qodef-woo-page.qodef--cart .shop_table td label {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262
}
#qodef-woo-page.qodef--cart .shop_table td.product-quantity input[type=number] {
    margin: 0
}
#qodef-woo-page.qodef--cart .shop_table td.actions {
    padding: 30px 0 0;
    text-align: initial
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    position: relative;
    width: 70%
}
#qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
    margin-bottom: 0
}
#qodef-woo-page.qodef--cart .shop_table td.actions label {
    display: none
}
#qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
    margin-right: 20px;
    width: auto
}
.qodef-browser--ms-explorer #qodef-woo-page.qodef--cart .shop_table td.actions input[type=text] {
    padding: 14px 21px
}
#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: 100px
}
#qodef-woo-page.qodef--cart .cart_totals>h2, #qodef-woo-page.qodef--cart .cross-sells>h2 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 20px;
    text-transform: capitalize
}
#qodef-woo-page.qodef--cart .cart_totals .order-total .amount, #qodef-woo-page.qodef--cart .cross-sells .order-total .amount {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--cart .cart_totals .order-total .amount, #qodef-woo-page.qodef--cart .cross-sells .order-total .amount {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--cart .cart_totals .woocommerce-shipping-destination, #qodef-woo-page.qodef--cart .cross-sells .woocommerce-shipping-destination {
    margin: 10px 0 5px 0
}
#qodef-woo-page.qodef--cart .shipping-calculator-form select {
    width: auto;
    min-width: 100%;
    margin: 0
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout {
    margin-top: 20px;
    margin-bottom: 30px;
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7;
    border: 1px solid transparent!important
}
#qodef-woo-page.qodef--cart .wc-proceed-to-checkout .button:hover {
    color: #fff!important;
    background-color: #73b6fe;
    border: 1px solid transparent!important
}
.woocommerce-page div.woocommerce>.cart-empty {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px
}
.woocommerce-page div.woocommerce>.return-to-shop {
    margin: 20px 0 35px;
    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: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7!important;
    border: 1px solid transparent!important
}
.woocommerce-page div.woocommerce>.return-to-shop a:hover {
    color: #fff!important;
    background-color: #73b6fe!important;
    border: 1px solid transparent!important
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
#qodef-woo-page.qodef--checkout .woocommerce-form-coupon>p {
    margin-bottom: 10px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout {
    margin-top: 80px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout abbr {
    text-decoration: none
}
#qodef-woo-page.qodef--checkout #customer_details h3 {
    margin: 0 0 33px
}
#qodef-woo-page.qodef--checkout #customer_details h3#ship-to-different-address input {
    margin: 4px 8px 2px 0
}
#qodef-woo-page.qodef--checkout #customer_details .col-2 h3 label {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 34px
}
#qodef-woo-page.qodef--checkout #order_review_heading {
    margin: 44px 0 16px;
    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: 25px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#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 #f1f1f1
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li p {
    margin: 0
}
#qodef-woo-page.qodef--checkout .wc_payment_methods li {
    padding-left: 0;
    padding-right: 0
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .input-radio {
    left: 0;
    margin: 0;
    position: absolute;
    top: 21px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .wc_payment_method.payment_method_paypal img {
    padding: 0 10px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods .wc_payment_method.payment_method_paypal .input-radio {
    top: 62px
}
#qodef-woo-page.qodef--checkout .wc_payment_methods label {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244263;
    cursor: pointer;
    margin-left: 28px
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tbody tr td, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tfoot tr td {
    color: #244263
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tbody tr td .product-quantity, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tfoot tr td .product-quantity {
    font-weight: 400
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tbody tr td.product-name dt, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tfoot tr td.product-name dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tbody tr td.product-name dd, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order table tfoot tr td.product-name dd {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0
}
#qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .cart-subtotal .amount, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .order-total .amount {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .cart-subtotal .amount, #qodef-woo-page.qodef--checkout .woocommerce-checkout-review-order .order-total .amount {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: inline-block;
    float: left;
    padding-right: 50px;
    position: relative;
    vertical-align: top;
    width: 30%
}
.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 #f1f1f1
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li p {
    margin: 0
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #244263
}
.woocommerce-account .woocommerce-MyAccount-content {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: top;
    width: 70%
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin-top: 11px
}
.woocommerce-account .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 8px 30px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7!important;
    border: 1px solid transparent!important
}
.woocommerce-account .button:hover {
    color: #fff!important;
    background-color: #73b6fe!important;
    border: 1px solid transparent!important
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label-for-checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword {
    margin: 30px 0 17px 0
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a {
    text-decoration: underline;
    text-transform: capitalize
}
.woocommerce-account .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.woocommerce-account .woocommerce-form-login .form-row .woocommerce-form__input-checkbox {
    margin: 7px 10px
}
.woocommerce-account .woocommerce-form-login .form-row:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.woocommerce-account .woocommerce-form-login .form-row:not(:nth-child(3)) label {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
.woocommerce-account .woocommerce h2 {
    margin: 25px 0 33px
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 0;
    margin: 0
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: none
}
.woocommerce-account.woocommerce-edit-account.logged-in .woocommerce {
    margin-top: 19px
}
.woocommerce-account.woocommerce-edit-account.logged-in .woocommerce-MyAccount-content {
    margin-top: 14px;
    margin-bottom: 6px
}
.woocommerce-account.logged-in .woocommerce {
    margin-top: 20px
}
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    margin-bottom: 6px
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    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 #f1f1f1
}
.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: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 20px
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
    margin-top: 50px
}
.woocommerce-form-track-order p:not(.form-row) {
    margin: 0 0 35px 0
}
@media only screen and (min-width:481px) {
    .woocommerce-form-track-order p:not(.form-row) {
        width: 90%
    }
}
.woocommerce-form-track-order .form-row {
    margin: 0
}
.woocommerce-form-track-order input[type=text] {
    background-color: #fff;
    color: #848484
}
#qodef-woo-page .woocommerce-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 36px 0;
    position: relative
}
#qodef-woo-page .woocommerce-pagination ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none
}
#qodef-woo-page .woocommerce-pagination a.page-numbers, #qodef-woo-page .woocommerce-pagination span.page-numbers {
    color: #244263;
    font-family: "Abril Fatface", serif;
    font-size: 18px;
    margin: 0 6px;
    padding: 0 3px;
    position: relative
}
#qodef-woo-page .woocommerce-pagination a.page-numbers *, #qodef-woo-page .woocommerce-pagination span.page-numbers * {
    display: block;
    line-height: inherit
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.next, #qodef-woo-page .woocommerce-pagination a.page-numbers.prev, #qodef-woo-page .woocommerce-pagination span.page-numbers.next, #qodef-woo-page .woocommerce-pagination span.page-numbers.prev {
    background-color: #94c4f7;
    border-radius: 50%;
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 38px
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.next:hover, #qodef-woo-page .woocommerce-pagination a.page-numbers.prev:hover, #qodef-woo-page .woocommerce-pagination span.page-numbers.next:hover, #qodef-woo-page .woocommerce-pagination span.page-numbers.prev:hover {
    background-color: #244263
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.next:after, #qodef-woo-page .woocommerce-pagination a.page-numbers.prev:after, #qodef-woo-page .woocommerce-pagination span.page-numbers.next:after, #qodef-woo-page .woocommerce-pagination span.page-numbers.prev:after {
    display: none
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.prev, #qodef-woo-page .woocommerce-pagination span.page-numbers.prev {
    margin-right: 6px
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.next, #qodef-woo-page .woocommerce-pagination span.page-numbers.next {
    margin-left: 6px
}
#qodef-woo-page .woocommerce-pagination a.page-numbers.current, #qodef-woo-page .woocommerce-pagination a.page-numbers:not(.prev):not(.next):hover, #qodef-woo-page .woocommerce-pagination span.page-numbers.current, #qodef-woo-page .woocommerce-pagination span.page-numbers:not(.prev):not(.next):hover {
    color: #94c4f7
}
.qodef-woo-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.qodef-woo-product-list ul.products {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -15px;
    padding: 0;
    position: relative
}
.qodef-woo-product-list ul.products>.product {
    margin: 0 0 30px;
    padding: 0 15px;
    position: relative
}
.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--custom ul.products {
    margin: 0 -32px
}
.qodef-woo-product-list.qodef-gutter--custom ul.products>.product {
    padding: 0 32px;
    margin: 0 0 64px
}
.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:not(.qodef-item-layout--info-right) .product:hover .qodef-woo-product-image img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}
.qodef-woo-product-list:not(.qodef-item-layout--info-right) .product .qodef-woo-product-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 336px;
}
.qodef-woo-product-list:not(.qodef-item-layout--info-right) .product .qodef-woo-product-image img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}
.qodef-woo-product-list .qodef-woo-product-inner {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%
}
.touchevents .qodef-woo-product-list .qodef-woo-product-inner {
    cursor: pointer
}
.qodef-woo-product-list .qodef-woo-product-image {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}
.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%;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.qodef-woo-product-list .qodef-woo-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.qodef-woo-product-list .qodef-woo-product-base-price {
    color: #244262
}
.qodef-woo-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.qodef-woo-product-list .qodef-woo-product-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
#qodef-woo-page .qodef-quantity-buttons {
    display: inline-block;
    position: relative;
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-input {
    background-color: #ebf5ff;
    color: #244262;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    height: 51px;
    line-height: 48px;
    margin: 0 28px 0 0;
    outline: 0;
    padding: 0;
    position: relative;
    width: 54px
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    background-color: #94c4f7;
    border-left: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus span, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus span {
    line-height: inherit
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-minus:hover, #qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus:hover {
    background-color: #73b6fe
}
#qodef-woo-page .qodef-quantity-buttons .qodef-quantity-plus {
    border-bottom: 0;
    top: 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: 24px
}
.qodef-woo-results .woocommerce-notices-wrapper {
    display: none
}
.qodef-woo-results .woocommerce-result-count {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
.qodef-woo-results .woocommerce-ordering {
    margin-left: auto
}
.qodef-woo-results .woocommerce-ordering select {
    width: auto;
    min-width: 283px;
    margin: 0
}
.qodef-woo-results .woocommerce-ordering .select2-container--default {
    margin: 0
}
.woocommerce-Reviews #comments {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 36px
}
.woocommerce-Reviews .commentlist {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0
}
.woocommerce-Reviews .commentlist>li:first-child {
    margin-top: 0
}
.woocommerce-Reviews .comment, .woocommerce-Reviews .review {
    border-bottom: 1px solid #f1f1f1;
    margin: 48px 0 0;
    padding: 0 0 48px 0
}
.woocommerce-Reviews .comment:last-child, .woocommerce-Reviews .review:last-child {
    border-bottom: none;
    padding: 0
}
.woocommerce-Reviews .comment_container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.woocommerce-Reviews .comment_container>img {
    border-radius: 50%;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 80px
}
.woocommerce-Reviews .comment-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.woocommerce-Reviews .woocommerce-review__author {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0
}
.woocommerce-Reviews .woocommerce-review__dash {
    display: none
}
.woocommerce-Reviews .woocommerce-review__published-date {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    color: #244263;
    margin-top: 5px
}
.woocommerce-Reviews .description {
    margin: 9px 0 0
}
#review_form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#review_form .comment-reply-title {
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 26px 0
}
#review_form .comment-form {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#review_form .comment-form .comment-notes {
    margin: 5px 0 0
}
#review_form .comment-form .comment-form-cookies-consent {
    margin-bottom: 23px!important;
    margin-top: 10px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
#review_form .comment-form .comment-form-cookies-consent label {
    margin: 0
}
#review_form .comment-form .form-submit {
    margin: 0
}
#review_form #respond {
    margin-bottom: 50px;
    margin-top: 30px
}
#review_form .comment-form-rating label {
    color: #244263;
    float: left;
    margin: 0 21px 20px 0;
    display: inline-block
}
#review_form .comment-form-rating .stars {
    line-height: 24px;
    margin-bottom: 20px!important;
    float: left
}
#review_form .comment-form-rating .stars>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    line-height: inherit
}
#review_form .comment-form-rating .stars * {
    line-height: inherit
}
#review_form .comment-form-rating a {
    color: transparent;
    display: inline-block;
    font-size: 0;
    margin: 0;
    position: relative;
    vertical-align: top
}
#review_form .comment-form-rating a:before {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    z-index: -1;
    content: "\e031";
    font-size: 12px;
    letter-spacing: .7em;
    color: #244263;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit
}
#review_form .comment-form-rating a.active:after {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    content: "\e033\e033\e033\e033\e033";
    font-size: 12px;
    letter-spacing: .7em;
    color: #244263;
    font-family: ElegantIcons;
    line-height: 1;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit
}
#qodef-woo-page.qodef--single .yith-wcwl-add-to-wishlist a {
    margin: 0!important
}
#qodef-woo-page.qodef--single .woocommerce-error, #qodef-woo-page.qodef--single .woocommerce-info, #qodef-woo-page.qodef--single .woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border: 1px solid #f1f1f1;
    color: #244263;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 30px;
    padding: 20px 30px
}
#qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
    background-color: transparent!important;
    border: none!important;
    color: #244263!important;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 2.077em;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    white-space: nowrap
}
#qodef-woo-page.qodef--single .woocommerce-error a:hover, #qodef-woo-page.qodef--single .woocommerce-info a:hover, #qodef-woo-page.qodef--single .woocommerce-message a:hover {
    color: #94c4f7!important
}
@media only screen and (max-width:768px) {
    #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
    }
    #qodef-woo-page.qodef--single .woocommerce-error a, #qodef-woo-page.qodef--single .woocommerce-info a, #qodef-woo-page.qodef--single .woocommerce-message a {
        padding: 20px 0 0 0
    }
}
#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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -35px;
    position: relative
}
#qodef-woo-page.qodef--single .qodef-woo-single-inner>* {
    padding: 0 35px
}
#qodef-woo-page.qodef--single .qodef-woo-single-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-woo-page.qodef--single .qodef-woo-single-image figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}
#qodef-woo-page.qodef--single .qodef-woo-single-image figure a, #qodef-woo-page.qodef--single .qodef-woo-single-image figure img {
    display: block;
    width: 100%
}
#qodef-woo-page.qodef--single .qodef-woo-single-image figure img {
    background-color: #fff7e6;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-woo-product-mark {
    -webkit-transform: translateX(-35px);
    -ms-transform: translateX(-35px);
    transform: translateX(-35px)
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery__trigger {
    height: 24px;
    left: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: -24px;
    top: 12px;
    width: 24px;
    z-index: 5
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery__trigger:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgICAgIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1 MDAgNTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CiAgICA8Zz4KICAgICAgICA8cGF0aCBm aWxsPSIjMjQ0MjYzIiBkPSJNMTc4LjMsMzU0LjZjLTQ3LjEsMC05MS40LTE4LjMtMTI0LjctNTEu NmMtNjguNy02OC43LTY4LjctMTgwLjYsMC0yNDkuNEM4Ni45LDIwLjMsMTMxLjIsMiwxNzguMywy CgkJCWM0Ny4xLDAsOTEuNCwxOC4zLDEyNC43LDUxLjZjNjguNyw2OC43LDY4LjcsMTgwLjYsMCwy NDkuNEMyNjkuNywzMzYuMywyMjUuNCwzNTQuNiwxNzguMywzNTQuNnogTTE3OC4zLDI3LjgKCQkJ Yy00MC4yLDAtNzgsMTUuNy0xMDYuNCw0NC4xYy01OC43LDU4LjctNTguNywxNTQuMiwwLDIxMi44 YzI4LjQsMjguNCw2Ni4yLDQ0LjEsMTA2LjQsNDQuMWM0MC4yLDAsNzgtMTUuNywxMDYuNC00NC4x CgkJCWM1OC43LTU4LjcsNTguNy0xNTQuMiwwLTIxMi44QzI1Ni4zLDQzLjQsMjE4LjUsMjcuOCwx NzguMywyNy44eiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzI0NDI2 MyIgIGQ9Ik0yNTAsMTE5LjVjLTMuMywwLTYuNi0xLjMtOS4xLTMuOGMtMzQuNS0zNC41LTkwLjYt MzQuNS0xMjUuMSwwYy01LDUtMTMuMiw1LTE4LjMsMGMtNS01LTUtMTMuMiwwLTE4LjMKCQkJYzQ0 LjYtNDQuNiwxMTcuMS00NC42LDE2MS42LDBjNSw1LDUsMTMuMiwwLDE4LjNDMjU2LjYsMTE4LjMs MjUzLjMsMTE5LjUsMjUwLDExOS41eiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGgg ZmlsbD0iIzI0NDI2MyIgIGQ9Ik00MzIuNiw1MDBjLTAuMywwLTAuNywwLTEsMGMtMTEuMS0wLjMt MjEuMy01LTI4LjctMTMuMkwyNTguNiwzMjcuNWwxOS4xLTE3LjNsMTQ0LjIsMTU5LjMKCQkJYzIu NiwyLjksNi4zLDQuNiwxMC4yLDQuN2M0LDAuMSw3LjctMS40LDEwLjUtNC4ybDI3LjQtMjcuNGMy LjgtMi44LDQuMy02LjUsNC4yLTEwLjVjLTAuMS0zLjktMS44LTcuNi00LjctMTAuMkwzMTAuMiwy NzcuOAoJCQlsMTcuMy0xOS4xbDE1OS4zLDE0NC4yYzguMiw3LjQsMTIuOSwxNy42LDEzLjIsMjgu N2MwLjMsMTEuMS0zLjksMjEuNS0xMS43LDI5LjRsLTI3LjQsMjcuNEM0NTMuMyw0OTUuOSw0NDMu Myw1MDAsNDMyLjYsNTAweiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0i IzI0NDI2MyIgIGQ9Ik0zOTUuNyw0NjBjLTAuMywwLTAuNywwLTEsMGMtMTAuNy0wLjMtMjAuNS00 LjgtMjcuNi0xMi43bDE5LjEtMTcuM2MyLjQsMi42LDUuNiw0LjEsOS4xLDQuMgoJCQljMy41LDAu MSw2LjgtMS4yLDkuMy0zLjdsMjUuOC0yNS44YzIuNS0yLjUsMy44LTUuOCwzLjctOS4zYy0wLjEt My41LTEuNi02LjctNC4yLTkuMWwxNy4zLTE5LjFjNy45LDcuMiwxMi40LDE3LDEyLjcsMjcuNgoJ CQljMC4zLDEwLjctMy43LDIwLjctMTEuMywyOC4ybC0yNS44LDI1LjhDNDE1LjYsNDU2LDQwNiw0 NjAsMzk1LjcsNDYweiIvPgogICAgPC9nPgo8L2c+Cjwvc3ZnPg==");
    content: '';
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    visibility: visible;
    width: 24px
}
#qodef-woo-page.qodef--single .qodef-woo-single-image .woocommerce-product-gallery__trigger img {
    display: none!important
}
#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.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__image {
    margin-top: 24px;
    padding: 0 12px;
    position: relative
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery__image a {
    overflow: hidden
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery__image:first-child {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    left: 12px;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    width: calc(100% - 24px)!important
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery__image img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}
#qodef-woo-page.qodef--single .woocommerce-product-gallery__image:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03)
}
#qodef-woo-page.qodef--single .entry-summary {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-woo-page.qodef--single .entry-summary .qodef-woo-product-title {
    margin-top: 16px
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-rating {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    position: relative
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-rating .qodef-woo-ratings {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: auto
}
#qodef-woo-page.qodef--single .entry-summary .price {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 30px;
    line-height: 1.13em;
    margin: 13px 0 0 0
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-details__short-description {
    margin-top: 27px
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-details__short-description p {
    margin-top: 0
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}
#qodef-woo-page.qodef--single .entry-summary form.cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 37px
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations_button, #qodef-woo-page.qodef--single .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations_button .quantity, #qodef-woo-page.qodef--single .entry-summary form.cart:not(.variations_form):not(.grouped_form) .quantity {
    margin-right: 7px
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table tbody {
    display: block
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table tr {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    margin-bottom: 7px;
    width: 100%
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table td, #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table th {
    height: 51px;
    padding: 0;
    text-align: left
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    padding-left: 7px;
    width: 92px
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label, #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
    background-color: #ebf5ff;
    color: #244262;
    padding-left: 23px
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label *, #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price * {
    line-height: 51px!important;
    margin: 0;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
.qodef-browser--ms-explorer #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label *, .qodef-browser--ms-explorer #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price * {
    width: 100%
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label *, #qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price * {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding-right: 23px
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}
#qodef-woo-page.qodef--single .entry-summary form.cart.grouped_form>.button {
    width: 100%
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations tr {
    border-bottom: 0;
    display: block;
    margin-bottom: 7px
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations td, #qodef-woo-page.qodef--single .entry-summary form.cart .variations th {
    padding: 0;
    text-align: initial;
    vertical-align: middle;
    width: 100%
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations .label {
    background: #ebf5ff;
    padding: 0 20px
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations label {
    color: #244262;
    margin-bottom: 0
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations select {
    width: auto;
    min-width: 283px;
    margin: 0
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations .select2-container--default {
    display: block;
    margin: 0;
    text-align: right
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations .select2-container--default .select2-selection--single {
    padding-right: 38px
}
#qodef-woo-page.qodef--single .entry-summary form.cart .variations .reset_variations {
    display: none!important
}
#qodef-woo-page.qodef--single .entry-summary form.cart .single_variation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 22px 0;
    position: relative
}
#qodef-woo-page.qodef--single .entry-summary form.cart .single_variation .price, #qodef-woo-page.qodef--single .entry-summary form.cart .single_variation .stock {
    margin: 0 0 0 16px;
    white-space: nowrap;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-woo-page.qodef--single .entry-summary form.cart .woocommerce-variation-description {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-woo-page.qodef--single .entry-summary .out-of-stock {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    margin: 28px 0 0
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .entry-summary .out-of-stock {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--single .entry-summary .product_meta {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 39px
}
#qodef-woo-page.qodef--single .entry-summary .product_meta>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    position: relative
}
#qodef-woo-page.qodef--single .entry-summary .product_meta>:last-child {
    margin-bottom: 0
}
#qodef-woo-page.qodef--single .entry-summary .product_meta .qodef-woo-meta-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: inherit!important;
    margin-right: 22px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .entry-summary .product_meta .qodef-woo-meta-label {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--single .entry-summary .product_meta .qodef-woo-meta-value {
    color: #244263;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 23px
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li {
    margin: 0 9px 0 0!important;
    padding: 0
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li a {
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li a:hover {
    color: #fff!important
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li a span {
    line-height: inherit
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+1) a {
    background-color: #94c4f7
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+1) a:hover {
    background-color: #73b6fe
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+2) a {
    background-color: #244263
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+2) a:hover {
    background-color: #092e56
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+3) a {
    background-color: #ffa27e
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share li:nth-child(3n+3) a:hover {
    background-color: #ff9167
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share a {
    border-radius: 50%;
    display: block!important;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share .qodef-social-title {
    margin-right: 22px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .entry-summary .qodef-social-share .qodef-social-title {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--single .entry-summary .qodef-social-share .qodef-shortcode-list {
    top: -7px
}
#qodef-woo-page.qodef--single .entry-summary .ywpc-countdown {
    margin: 0 0 42px 0
}
#qodef-woo-page.qodef--single .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 66px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
    margin: 0 8px 0 0;
    padding: 0;
    width: 100%
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a {
    background-color: #94c4f7;
    color: #fff;
    display: block;
    padding: 15px 18px;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:hover {
    background-color: #244263;
    color: #fff
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
    margin-right: 0
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li.active a {
    background-color: #244263;
    color: #fff
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
@media only screen and (min-width:481px) {
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel {
        padding: 0 18px
    }
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
    margin-top: 29px;
    text-align: center
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--additional_information {
    margin-top: 16px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--reviews {
    margin-top: 27px
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab>h2 {
    display: none
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab p {
    margin: 0
}
#qodef-woo-page.qodef--single .shop_attributes td, #qodef-woo-page.qodef--single .shop_attributes th {
    padding: 15px 0;
    text-align: left;
    vertical-align: middle
}
#qodef-woo-page.qodef--single .shop_attributes th {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    padding-right: 35px;
    width: 1%
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .shop_attributes th {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-woo-page.qodef--single .shop_attributes td {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    line-height: 1.38em;
    color: #244262
}
#qodef-woo-page.qodef--single .shop_attributes p {
    margin: 0
}
#qodef-woo-page.qodef--single .related, #qodef-woo-page.qodef--single .up-sells {
    margin-top: 105px
}
#qodef-woo-page.qodef--single .related>h2, #qodef-woo-page.qodef--single .up-sells>h2 {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 30px;
    line-height: 1.13em;
    margin: 0 0 42px
}
.widget.woocommerce .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 11px 41px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7!important;
    border: 1px solid transparent!important;
    text-align: center;
    width: 100%
}
.widget.woocommerce .button:hover {
    color: #fff!important;
    background-color: #73b6fe!important;
    border: 1px solid transparent!important
}
.widget .qodef-woo-ratings {
    line-height: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
.widget .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}
.widget .qodef-woo-ratings .qodef-m-star {
    font-size: 12px;
    letter-spacing: .7em;
    color: #848484
}
.widget .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}
.widget .product_list_widget li {
    position: relative
}
.widget .product_list_widget li:after, .widget .product_list_widget li:before {
    content: '';
    display: table;
    table-layout: fixed
}
.widget .product_list_widget li:after {
    clear: both
}
.widget .product_list_widget li img {
    float: left;
    height: 81px;
    margin-right: 17px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 81px
}
.widget .product_list_widget li .product-title, .widget .product_list_widget li a:not(.remove) {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    .widget .product_list_widget li .product-title, .widget .product_list_widget li a:not(.remove) {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
.widget .product_list_widget li .product-title {
    display: inline-block;
    width: calc(100% - 81px - 17px)
}
.widget .product_list_widget li .qodef-woo-ratings {
    display: none
}
.widget .product_list_widget li .amount {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    margin-top: 8px;
    width: auto
}
.widget .product_list_widget li del .amount, .widget .product_list_widget li ins .amount {
    width: auto
}
.widget .product_list_widget li del .amount {
    text-decoration: inherit
}
.widget .product_list_widget li .reviewer {
    display: inline-block;
    margin-top: 5px;
    width: calc(100% - 81px - 17px)
}
.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 .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2
}
.widget.widget_shopping_cart .widget_shopping_cart_content .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    font-family: ElegantIcons;
    content: "\4d";
    font-size: 18px;
    line-height: 25px
}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: inline-block;
    line-height: 22px;
    margin-top: 8px;
    width: calc(100% - 80px - 20px)
}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity .amount {
    margin-top: 0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    position: relative;
    margin: 21px 0 0
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button:last-child {
    margin-top: 5px
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 10px;
    background-color: #848484;
    border-radius: 0;
    cursor: pointer
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: 0;
    height: 10px;
    width: 15px;
    background-color: #244263;
    outline: 0;
    z-index: 2
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}
.widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: rgba(36, 66, 99, .3);
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
.widget.widget_price_filter .price_slider_amount .price_label {
    color: #848484;
    margin-top: 19px
}
.widget.widget_price_filter .price_slider_amount button {
    margin-top: 19px
}
.widget.widget_price_filter .price_slider_amount .clear {
    display: none
}
#qodef-page-sidebar .widget .qodef-woo-ratings {
    line-height: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-sidebar .widget .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}
#qodef-page-sidebar .widget .qodef-woo-ratings .qodef-m-star {
    font-size: 12px;
    letter-spacing: .7em;
    color: #fff
}
#qodef-page-sidebar .widget .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}
#qodef-page-sidebar .widget .product_list_widget li {
    position: relative
}
#qodef-page-sidebar .widget .product_list_widget li:after, #qodef-page-sidebar .widget .product_list_widget li:before {
    content: '';
    display: table;
    table-layout: fixed
}
#qodef-page-sidebar .widget .product_list_widget li:after {
    clear: both
}
#qodef-page-sidebar .widget .product_list_widget li img {
    float: left;
    height: 81px;
    margin-right: 17px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 81px
}
#qodef-page-sidebar .widget .product_list_widget li .product-title, #qodef-page-sidebar .widget .product_list_widget li a:not(.remove) {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-page-sidebar .widget .product_list_widget li .product-title, #qodef-page-sidebar .widget .product_list_widget li a:not(.remove) {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-page-sidebar .widget .product_list_widget li .product-title {
    display: inline-block;
    width: calc(100% - 81px - 17px)
}
#qodef-page-sidebar .widget .product_list_widget li .qodef-woo-ratings {
    display: none
}
#qodef-page-sidebar .widget .product_list_widget li .amount {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    margin-top: 8px;
    width: auto
}
#qodef-page-sidebar .widget .product_list_widget li del .amount, #qodef-page-sidebar .widget .product_list_widget li ins .amount {
    width: auto
}
#qodef-page-sidebar .widget .product_list_widget li del .amount {
    text-decoration: inherit
}
#qodef-page-sidebar .widget .product_list_widget li .reviewer {
    display: inline-block;
    margin-top: 5px;
    width: calc(100% - 81px - 17px)
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    font-family: ElegantIcons;
    content: "\4d";
    font-size: 18px;
    line-height: 25px
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: inline-block;
    line-height: 22px;
    margin-top: 8px;
    width: calc(100% - 80px - 20px)
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .quantity .amount {
    margin-top: 0
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    position: relative;
    margin: 21px 0 0
}
#qodef-page-sidebar .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button:last-child {
    margin-top: 5px
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 10px;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: 0;
    height: 10px;
    width: 15px;
    background-color: #94c4f7;
    outline: 0;
    z-index: 2
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: rgba(148, 196, 247, .3);
    border-radius: 0;
    z-index: 1
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .price_label {
    color: #fff;
    margin-top: 19px
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount button {
    margin-top: 19px
}
#qodef-page-sidebar .widget.widget_price_filter .price_slider_amount .clear {
    display: none
}
#qodef-page-footer .widget .qodef-woo-ratings {
    line-height: 13px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-footer .widget .qodef-woo-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top
}
#qodef-page-footer .widget .qodef-woo-ratings .qodef-m-star {
    font-size: 12px;
    letter-spacing: .7em;
    color: rgba(255, 255, 255, .5)
}
#qodef-page-footer .widget .qodef-woo-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap
}
#qodef-page-footer .widget .product_list_widget li {
    position: relative
}
#qodef-page-footer .widget .product_list_widget li:after, #qodef-page-footer .widget .product_list_widget li:before {
    content: '';
    display: table;
    table-layout: fixed
}
#qodef-page-footer .widget .product_list_widget li:after {
    clear: both
}
#qodef-page-footer .widget .product_list_widget li img {
    float: left;
    height: 81px;
    margin-right: 17px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 81px
}
#qodef-page-footer .widget .product_list_widget li .product-title, #qodef-page-footer .widget .product_list_widget li a:not(.remove) {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #qodef-page-footer .widget .product_list_widget li .product-title, #qodef-page-footer .widget .product_list_widget li a:not(.remove) {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#qodef-page-footer .widget .product_list_widget li .product-title {
    display: inline-block;
    width: calc(100% - 81px - 17px)
}
#qodef-page-footer .widget .product_list_widget li .qodef-woo-ratings {
    display: none
}
#qodef-page-footer .widget .product_list_widget li .amount {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    margin-top: 8px;
    width: auto
}
#qodef-page-footer .widget .product_list_widget li del .amount, #qodef-page-footer .widget .product_list_widget li ins .amount {
    width: auto
}
#qodef-page-footer .widget .product_list_widget li del .amount {
    text-decoration: inherit
}
#qodef-page-footer .widget .product_list_widget li .reviewer {
    display: inline-block;
    margin-top: 5px;
    width: calc(100% - 81px - 17px)
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 1;
    z-index: 2
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .remove:after {
    position: relative;
    display: block;
    padding: 0 3px;
    font-family: ElegantIcons;
    content: "\4d";
    font-size: 18px;
    line-height: 25px
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity {
    display: inline-block;
    line-height: 22px;
    margin-top: 8px;
    width: calc(100% - 80px - 20px)
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .quantity .amount {
    margin-top: 0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .total {
    margin: 13px 0 0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons {
    position: relative;
    margin: 21px 0 0
}
#qodef-page-footer .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button:last-child {
    margin-top: 5px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 0;
    cursor: pointer
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
    position: absolute;
    top: 0;
    height: 10px;
    width: 15px;
    background-color: #fff;
    outline: 0;
    z-index: 2
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-of-type {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}
#qodef-page-footer .widget.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 0;
    z-index: 1
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .price_label {
    color: rgba(255, 255, 255, .5);
    margin-top: 19px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount button {
    margin-top: 19px
}
#qodef-page-footer .widget.widget_price_filter .price_slider_amount .clear {
    display: none
}
.ywpc-back {
    background-color: #ebf5ff!important;
    margin: 0!important
}
.ywpc-fore {
    background-color: #244263!important
}
.ywpc-days, .ywpc-hours, .ywpc-minutes, .ywpc-seconds {
    margin: 0!important;
    padding: 15px 0 15px 0;
    vertical-align: middle;
    width: 25%!important
}
.ywpc-days .ywpc-label, .ywpc-hours .ywpc-label, .ywpc-minutes .ywpc-label, .ywpc-seconds .ywpc-label {
    text-transform: capitalize!important
}
.ywpc-hours, .ywpc-minutes, .ywpc-seconds {
    border-left: 1px solid #fff
}
.ywpc-amount {
    line-height: 1em
}
.ywpc-amount>span {
    font-family: "PT Sans", sans-serif!important;
    font-size: 16px!important;
    line-height: 1.5em!important;
    font-weight: 400!important;
    color: #fff!important;
    background-color: transparent!important;
    border: none!important;
    height: auto!important;
    line-height: 1em!important;
    margin: 0!important;
    vertical-align: middle;
    width: auto!important
}
.ywpc-countdown, .ywpc-countdown-loop, .ywpc-sale-bar, .ywpc-sale-bar-loop {
    background-color: #94c4f7
}
.ywpc-label {
    text-transform: initial!important;
    font-family: "PT Sans", sans-serif!important;
    font-size: 16px!important;
    line-height: 1.5em!important;
    font-weight: 400!important;
    color: #fff!important
}
.ywpc-countdown-loop, .ywpc-sale-bar-loop {
    margin: 0
}
.ywpc-countdown-loop .ywpc-header, .ywpc-sale-bar-loop .ywpc-header {
    display: none!important
}
.ywpc-countdown, .ywpc-sale-bar {
    border: none;
    margin: 0 0 1px 0;
    padding: 0
}
.ywpc-countdown .ywpc-header, .ywpc-sale-bar .ywpc-header {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 18px;
    line-height: 1.23em;
    color: #fff;
    padding: 0 23px 0 23px;
    text-align: left;
    width: 40%
}
.qodef-browser--ms-explorer .ywpc-countdown .ywpc-header, .qodef-browser--ms-explorer .ywpc-sale-bar .ywpc-header {
    text-transform: none
}
.ywpc-countdown .ywpc-timer {
    width: 60%
}
.ywpc-sale-bar .ywpc-bar {
    width: 60%
}
.yith-wcqv-button {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important
}
.yith-wcqv-button:after, .yith-wcqv-button:before {
    display: block;
    position: absolute;
    z-index: 1
}
.yith-wcqv-button:before {
    background-color: #94c4f7;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px
}
.yith-wcqv-button:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCAyNTAgMjUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTAg MjUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJN MjUwLDEyNS4zYzAsMC41LDAsMS4yLDAsMi4ydjFjLTAuMywwLTAuNSwwLjItMC41LDAuNWMwLDAu MywwLDAuNywwLDFjLTExLjQsMjUuNC0yOC4zLDQ1LjMtNTAuOCw1OS42CgkJYy0yMi41LDE0LjMt NDcsMjEuNS03My43LDIxLjVjLTI2LjcsMC01MS4zLTcuMi03My43LTIxLjVjLTIyLjUtMTQuMy0z OS40LTM0LjMtNTAuOC02MC4xVjEyOWMwLTAuMy0wLjItMC41LTAuNS0wLjV2LTEKCQljMC0xLDAt MS43LDAtMi4yczAtMS4yLDAtMi4ydi0xYzAuMywwLDAuNS0wLjIsMC41LTAuNWMwLTAuMywwLTAu NiwwLTFjMTEuNC0yNS40LDI4LjQtNDUuMyw1MS01OS44YzIyLjYtMTQuNSw0Ny4zLTIxLjcsNzQt MjEuNwoJCWMyNi43LDAsNTEuMiw3LjIsNzMuNSwyMS43YzIyLjMsMTQuNSwzOS4xLDM0LjYsNTAu NSw2MC4zdjAuNXYwLjVjMC4zLDAsMC41LDAuMywwLjUsMUMyNTAsMTI0LjEsMjUwLDEyNC44LDI1 MCwxMjUuM3oKCQkgTTIzNC40LDEyNS42QzIyNCwxMDIuOCwyMDksODUuMywxODkuNSw3My4xcy00 MC45LTE4LjMtNjQtMTguM2MtMjMuMSwwLTQ0LjYsNi4xLTY0LjUsMTguM2MtMTkuOSwxMi4yLTM1 LDI5LjUtNDUuNCw1MgoJCWMxMC40LDIyLjgsMjUuNSw0MC4yLDQ1LjIsNTIuMmMxOS43LDEyLDQx LjEsMTguMSw2NC4yLDE4LjFjMjMuMSwwLDQ0LjUtNiw2NC4yLTE4LjFDMjA4LjksMTY1LjMsMjI0 LDE0OCwyMzQuNCwxMjUuNnoKCQkgTTE3Mi45LDEyNS4zYzAsMTIuOS00LjYsMjMuOS0xMy45LDMz LjJzLTIwLjMsMTMuOS0zMy4yLDEzLjljLTEyLjksMC0yMy44LTQuNi0zMy0xMy45Yy05LjEtOS4z LTEzLjctMjAuMy0xMy43LTMzLjIKCQljMC0xMi45LDQuNi0yMy44LDEzLjctMzNjOS4xLTkuMSwy MC4xLTEzLjcsMzMtMTMuN2MxMi45LDAsMjMuOSw0LjYsMzMuMiwxMy43QzE2OC4yLDEwMS41LDE3 Mi45LDExMi41LDE3Mi45LDEyNS4zeiBNMTU2LjcsMTI1LjMKCQljMC04LjYtMy4xLTE2LTkuMy0y Mi4yYy02LjItNi4yLTEzLjUtOS4zLTIyLTkuM2MtOC41LDAtMTUuOCwzLjEtMjIsOS4zYy02LjIs Ni4yLTkuMywxMy41LTkuMywyMmMwLDguNSwzLjEsMTUuOSw5LjMsMjIuMgoJCWM2LjIsNi4zLDEz LjYsOS41LDIyLjIsOS41YzguNiwwLDE1LjktMy4xLDIyLTkuM0MxNTMuNywxNDEuNCwxNTYuNywx MzQsMTU2LjcsMTI1LjN6Ii8+CjwvZz4KPC9zdmc+");
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px
}
.yith-wcqv-button:hover:before {
    background-color: #73b6fe
}
.yith-wcqv-button .blockUI {
    display: none!important
}
body #yith-quick-view-modal [id*=product],
body .yith-quick-view-modal [id*=product]{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative}
body #yith-quick-view-modal .qodef-woo-single-image,
body .yith-quick-view-modal .qodef-woo-single-image{
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:top;
    width:326px
}

body #yith-quick-view-modal .qodef-woo-single-image figure,
body .yith-quick-view-modal .qodef-woo-single-image figure{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0
}

body #yith-quick-view-modal .qodef-woo-single-image figure a,
body #yith-quick-view-modal .qodef-woo-single-image figure img,
body .yith-quick-view-modal .qodef-woo-single-image figure a,
body .yith-quick-view-modal .qodef-woo-single-image figure img{
    background-color:#fff7e6;
    display:block;
    width:100%
}
body #yith-quick-view-modal .qodef-woo-single-image .qodef-woo-product-mark,
body .yith-quick-view-modal .qodef-woo-single-image .qodef-woo-product-mark{
    background-color:#244263;
    color:#fff;
    font-family:Nickainley,script;
    font-size:22px;
    line-height:1;
    padding:19px 15px 23px 15px;
    position:absolute;
    right:0;
    top:0;
    z-index:5
}
body #yith-quick-view-modal .qodef-woo-single-image .woocommerce-product-gallery__trigger,
body .yith-quick-view-modal .qodef-woo-single-image .woocommerce-product-gallery__trigger{
    background-image:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgICAgIHZpZXdCb3g9IjAgMCA1MDAgNTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1 MDAgNTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+CiAgICA8Zz4KICAgICAgICA8cGF0aCBm aWxsPSIjMjQ0MjYzIiBkPSJNMTc4LjMsMzU0LjZjLTQ3LjEsMC05MS40LTE4LjMtMTI0LjctNTEu NmMtNjguNy02OC43LTY4LjctMTgwLjYsMC0yNDkuNEM4Ni45LDIwLjMsMTMxLjIsMiwxNzguMywy CgkJCWM0Ny4xLDAsOTEuNCwxOC4zLDEyNC43LDUxLjZjNjguNyw2OC43LDY4LjcsMTgwLjYsMCwy NDkuNEMyNjkuNywzMzYuMywyMjUuNCwzNTQuNiwxNzguMywzNTQuNnogTTE3OC4zLDI3LjgKCQkJ Yy00MC4yLDAtNzgsMTUuNy0xMDYuNCw0NC4xYy01OC43LDU4LjctNTguNywxNTQuMiwwLDIxMi44 YzI4LjQsMjguNCw2Ni4yLDQ0LjEsMTA2LjQsNDQuMWM0MC4yLDAsNzgtMTUuNywxMDYuNC00NC4x CgkJCWM1OC43LTU4LjcsNTguNy0xNTQuMiwwLTIxMi44QzI1Ni4zLDQzLjQsMjE4LjUsMjcuOCwx NzguMywyNy44eiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0iIzI0NDI2 MyIgIGQ9Ik0yNTAsMTE5LjVjLTMuMywwLTYuNi0xLjMtOS4xLTMuOGMtMzQuNS0zNC41LTkwLjYt MzQuNS0xMjUuMSwwYy01LDUtMTMuMiw1LTE4LjMsMGMtNS01LTUtMTMuMiwwLTE4LjMKCQkJYzQ0 LjYtNDQuNiwxMTcuMS00NC42LDE2MS42LDBjNSw1LDUsMTMuMiwwLDE4LjNDMjU2LjYsMTE4LjMs MjUzLjMsMTE5LjUsMjUwLDExOS41eiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGgg ZmlsbD0iIzI0NDI2MyIgIGQ9Ik00MzIuNiw1MDBjLTAuMywwLTAuNywwLTEsMGMtMTEuMS0wLjMt MjEuMy01LTI4LjctMTMuMkwyNTguNiwzMjcuNWwxOS4xLTE3LjNsMTQ0LjIsMTU5LjMKCQkJYzIu NiwyLjksNi4zLDQuNiwxMC4yLDQuN2M0LDAuMSw3LjctMS40LDEwLjUtNC4ybDI3LjQtMjcuNGMy LjgtMi44LDQuMy02LjUsNC4yLTEwLjVjLTAuMS0zLjktMS44LTcuNi00LjctMTAuMkwzMTAuMiwy NzcuOAoJCQlsMTcuMy0xOS4xbDE1OS4zLDE0NC4yYzguMiw3LjQsMTIuOSwxNy42LDEzLjIsMjgu N2MwLjMsMTEuMS0zLjksMjEuNS0xMS43LDI5LjRsLTI3LjQsMjcuNEM0NTMuMyw0OTUuOSw0NDMu Myw1MDAsNDMyLjYsNTAweiIvPgogICAgPC9nPgogICAgPGc+CiAgICAgICAgPHBhdGggZmlsbD0i IzI0NDI2MyIgIGQ9Ik0zOTUuNyw0NjBjLTAuMywwLTAuNywwLTEsMGMtMTAuNy0wLjMtMjAuNS00 LjgtMjcuNi0xMi43bDE5LjEtMTcuM2MyLjQsMi42LDUuNiw0LjEsOS4xLDQuMgoJCQljMy41LDAu MSw2LjgtMS4yLDkuMy0zLjdsMjUuOC0yNS44YzIuNS0yLjUsMy44LTUuOCwzLjctOS4zYy0wLjEt My41LTEuNi02LjctNC4yLTkuMWwxNy4zLTE5LjFjNy45LDcuMiwxMi40LDE3LDEyLjcsMjcuNgoJ CQljMC4zLDEwLjctMy43LDIwLjctMTEuMywyOC4ybC0yNS44LDI1LjhDNDE1LjYsNDU2LDQwNiw0 NjAsMzk1LjcsNDYweiIvPgogICAgPC9nPgo8L2c+Cjwvc3ZnPg==");
    height:16px;
    left:10px;
    line-height:30px;
    position:absolute;
    text-align:center;
    top:10px;
    width:16px;
    z-index:5
}
body #yith-quick-view-modal .qodef-woo-single-image .woocommerce-product-gallery__trigger img,
body .yith-quick-view-modal .qodef-woo-single-image .woocommerce-product-gallery__trigger img{
    display:none!important
}
body #yith-quick-view-modal .qodef-woo-single-image .zoomImg,
body .yith-quick-view-modal .qodef-woo-single-image .zoomImg{
    cursor:crosshair
}
body #yith-quick-view-modal .woocommerce-product-gallery,
body .yith-quick-view-modal .woocommerce-product-gallery{
    display:inline-block;
    position:relative;
    vertical-align:top;
    width:100%!important
}
body #yith-quick-view-modal .woocommerce-product-gallery__image,
body .yith-quick-view-modal .woocommerce-product-gallery__image{
    -ms-flex-negative:0;
    flex-shrink:0;
    overflow:hidden;
    padding:0;
    position:relative;
    width:100%!important
}
body #yith-quick-view-modal .summary,
body .yith-quick-view-modal .summary{
    display:inline-block;
    margin-left:40px!important;
    padding:0!important;
    position:relative;
    vertical-align:top;
    width:296px!important
}
body #yith-quick-view-modal .qodef-woo-product-title,
body .yith-quick-view-modal .qodef-woo-product-title{
    font-family:"Abril Fatface",serif;
    font-weight:400;
    text-transform:initial;
    color:#244262;
    font-size:30px;
    line-height:1.13em;
    margin:0
}
body #yith-quick-view-modal .woocommerce-product-rating,
body .yith-quick-view-modal .woocommerce-product-rating{
    margin-top:16px
}
body #yith-quick-view-modal .qodef-woo-ratings,
body .yith-quick-view-modal .qodef-woo-ratings{
    line-height:13px;
    position:relative;
    display:inline-block;
    width:100%;
    vertical-align:top
}
body #yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner,
body .yith-quick-view-modal .qodef-woo-ratings .qodef-m-inner{
    position:relative;
    display:inline-block;
    vertical-align:top
}
body #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star,
body .yith-quick-view-modal .qodef-woo-ratings .qodef-m-star{
    font-size:12px;
    letter-spacing:.7em;
    color:#244263
}
body #yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active,
body .yith-quick-view-modal .qodef-woo-ratings .qodef-m-star.qodef--active{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    white-space:nowrap
}
body #yith-quick-view-modal .price,
body .yith-quick-view-modal .price{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    color:#ffa27e;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position:relative;
    font-family:"Abril Fatface",serif;
    font-weight:400;
    text-transform:initial;
    font-size:18px;
    line-height:1.23em;
    font-family:"Abril Fatface",serif;
    font-weight:400;text-transform:initial;
    font-size:30px;line-height:1.13em;margin:3px 0 0 0
}

body #yith-quick-view-modal .price del,
body .yith-quick-view-modal .price del{
    color: #244263;
    margin-right: 10px
}
body #yith-quick-view-modal .price ins.
body .yith-quick-view-modal .price ins {
    color: #ffa27e;
    text-decoration: none
}
body #yith-quick-view-modal .woocommerce-product-details__short-description,
body .yith-quick-view-modal .woocommerce-product-details__short-description{
    margin-top: 16px
}
body #yith-quick-view-modal .woocommerce-product-details__short-description p,
body .yith-quick-view-modal .woocommerce-product-details__short-description p{
    margin-top: 0
}
body #yith-quick-view-modal .woocommerce-product-details__short-description p:last-child,
body .yith-quick-view-modal .woocommerce-product-details__short-description p:last-child{
    margin-bottom: 0
}
body #yith-quick-view-modal .qodef-quantity-buttons,
body .yith-quick-view-modal .qodef-quantity-buttons{
    display: inline-block;
    position: relative;
    vertical-align: middle
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-input{
    background-color: #ebf5ff;
    color: #244262;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    height: 51px;
    line-height: 48px;
    margin: 0 28px 0 0;
    outline: 0;
    padding: 0;
    position: relative;
    width: 54px
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{
    background-color: #94c4f7;
    border-left: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus span,
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus span,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus span,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus span{
    line-height: inherit
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus:hover,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus:hover{
    background-color: #73b6fe
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-plus{
    border-bottom: 0;
    top: 0
}
body #yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus,
body .yith-quick-view-modal .qodef-quantity-buttons .qodef-quantity-minus{
    bottom: 0
}
body #yith-quick-view-modal form.cart,
body .yith-quick-view-modal form.cart{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 23px
}
body #yith-quick-view-modal form.cart .variations_button,
body #yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form),
body .yith-quick-view-modal form.cart .variations_button,
body .yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form){
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
body #yith-quick-view-modal form.cart .variations_button .quantity,
body #yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form) .quantity,
body .yith-quick-view-modal form.cart .variations_button .quantity,
body .yith-quick-view-modal form.cart:not(.variations_form):not(.grouped_form) .quantity{
    margin-right: 6px
}
body #yith-quick-view-modal form.cart.grouped_form,
body #yith-quick-view-modal form.cart.grouped_form{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
body #yith-quick-view-modal form.cart.grouped_form .group_table tbody {
    display: block
}
body #yith-quick-view-modal form.cart.grouped_form .group_table tr {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: center;
    margin-bottom: 10px;
    width: 100%
}
body #yith-quick-view-modal form.cart.grouped_form .group_table td, body #yith-quick-view-modal form.cart.grouped_form .group_table th {
    height: 51px;
    padding: 0;
    text-align: left
}
body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__quantity {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    padding-left: 10px;
    width: 92px
}
body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label, body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
    background-color: #ebf5ff;
    color: #244262;
    padding-left: 13px
}
body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label *, body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price * {
    line-height: 51px!important;
    margin: 0;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__label *,
    body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price * {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
body #yith-quick-view-modal form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__price {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding-right: 13px
}
body #yith-quick-view-modal form.cart.grouped_form>.button {
    width: 100%
}
body #yith-quick-view-modal form.cart .variations {
    margin-bottom: 7px
}
body #yith-quick-view-modal form.cart .variations tr {
    border-bottom: 0
}
body #yith-quick-view-modal form.cart .variations td, body #yith-quick-view-modal form.cart .variations th {
    padding: 0;
    text-align: initial;
    vertical-align: middle
}
body #yith-quick-view-modal form.cart .variations .label {
    background: #ebf5ff;
    padding: 0 20px
}
body #yith-quick-view-modal form.cart .variations label {
    color: #244262;
    margin-bottom: 0
}
body #yith-quick-view-modal form.cart .variations select {
    background-color: #ebf5ff;
    border: none;
    height: 48px;
    outline: 0;
    width: 100%;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262
}
body #yith-quick-view-modal form.cart .variations .select2-container--default {
    margin: 0;
    text-align: right
}
body #yith-quick-view-modal form.cart .variations .select2-container--default .select2-selection--single {
    padding-right: 38px
}
body #yith-quick-view-modal form.cart .variations .reset_variations {
    display: none!important
}
body #yith-quick-view-modal form.cart .single_variation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 13px 0;
    position: relative
}
body #yith-quick-view-modal form.cart .single_variation .price, body #yith-quick-view-modal form.cart .single_variation .stock {
    margin: 0 0 0 16px;
    white-space: nowrap;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
body #yith-quick-view-modal form.cart .woocommerce-variation-description {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 18px;
    line-height: 1.23em
}
body #yith-quick-view-modal .out-of-stock {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em;
    margin: 28px 0 0
}
@media only screen and (max-width:480px) {
    body #yith-quick-view-modal .out-of-stock {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
body #yith-quick-view-modal .yith-quick-view-overlay {
    background-color: rgba(36, 66, 99, .9)
}
body #yith-quick-view-modal .yith-wcqv-wrapper {
    height: auto!important;
    max-width: 90%;
    padding: 0;
    width: 744px!important
}
body #yith-quick-view-modal .yith-wcqv-main,
body #modal_serial .yith-wcqv-main,
body #pickup_modal .yith-wcqv-main,
body .yith-quick-view-modal .yith-wcqv-main {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRw Oi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5v cmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDc0NCA1MTYi IGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDc0NCA1MTYiIHhtbDpzcGFjZT0icHJlc2VydmUi Pgo8Zz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik03MzAuOCw1MDQuM3YtMC4xYy0wLjEsMC0w LjEsMC4xLTAuMiwwLjFDNzMwLjYsNTA0LjMsNzMwLjcsNTA0LjMsNzMwLjgsNTA0LjN6Ii8+CiAg ICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNzM4LjgsMTA4LjFjMC4xLTEuMiwwLjMsMC40LDAu NCwwLjRjMC0wLjUsMC4yLTAuNiwwLjMtMS4xYy0wLjMsMC4xLTAuNi0wLjEtMC43LTAuNAoJCUM3 MzguOCwxMDcuNSw3MzguNiwxMDcuOSw3MzguOCwxMDguMXoiLz4KICAgIDxwYXRoIGZpbGw9IiNm ZmZmZmYiIGQ9Ik03NDMuOSwyMjYuMmMtMC41LTAuMy0wLjIsMS4zLTAuNiwxLjJjMC4yLTUuMi0x LjMtOS40LTAuNi0xMy4zYy0wLjUtMi41LDAuMS01LjYtMS4yLTcuMQoJCWMtMC4yLDAuNy0wLjIs Mi4xLTAuOSwxLjZjLTEuMi04LjIsMC4yLTE5LjUtMC4zLTI1LjFjMCwwLjMsMCwwLjgtMC4yLDAu OGMwLTIsMC42LTUuNi0wLjMtNi4zYzAuNS0yLjcsMC01LjIsMC4yLTcuMQoJCWMtMC4yLDEtMS40 LTAuMy0xLjUtMC40YzAuNiwwLjMsMC4yLTEuNywwLjktMS4yYzAuOC0zLjgsMS4zLTcuOCwxLjQt MTIuMmMwLTAuOS0wLjUtMS42LDAtMi40Yy0wLjItMS0wLjYsMC40LTAuNi0wLjQKCQljMC41LTEu OC0wLjEtMS45LDAuMi0zLjljLTEuMSwxLjUtMS4yLDgtMS4xLDEwLjJjLTAuNS0wLjMtMC42LDAu NC0wLjksMC44YzAuMiwzLTAuNyw0LjUtMS4yLDUuOWMwLTAuNywwLTEuMywwLTIKCQljLTAuNi0w LjEsMCwwLjUtMC4yLDEuNmMtMC4yLTAuNS0wLjQtMC41LTAuNiwwYzAuNC0xLTAuMS0xLjcsMC0z LjFjMC4zLTAuOSwxLjUtMS4zLDEuMS0yLjdjLTAuMSwwLjUtMC4yLDAuOS0wLjMsMS4yCgkJYzAt Mi4xLDAtMC4zLTAuNS0wLjRjMC4yLTEuMy0wLjItMC45LTAuMy0xLjVjMC0wLjEsMC0wLjMsMC0w LjRjMC44LTAuOSwwLjktMy4zLDEuNS00LjdjLTAuMy0xLjQtMC4zLTUuOS0wLjgtOQoJCWMwLjQs MSwwLjctMC40LDAuOS0xLjJjLTEtMS41LTAuMy0zLjQtMC44LTUuMWMtMC4xLDAuNi0wLjIsMS4y LTAuNiwxLjJjLTAuMi0yLjQsMS0yLjEsMC41LTQuM2MwLjIsMCwwLjIsMC41LDAuNSwwLjQKCQlj MC4yLTMuMywwLjgtNC4zLDEuNy02LjNjLTAuMSwwLjYtMC41LDAuMy0wLjMsMS42YzAuMiwwLDAu My0wLjIsMC41LTAuNGMtMC4yLDEuMiwwLjIsMSwwLjMsMS42Yy0wLjUtMC40LTAuMywwLjktMC4z LDEuNgoJCWMwLjQsMCwwLjUtMC43LDAuNiwwLjRjLTAuMywzLjMtMC45LDcuOC0xLjQsMTFjMC41 LDIuNiwxLDAuNywxLjgsMGMwLjEtMS4zLDAtMi0wLjMtMi40YzAuOS00LjItMC4zLTEyLjIsMS4y LTE2LjkKCQljLTAuOS0zLjctMC42LTQuOC0wLjUtOWMtMC4zLTAuNC0wLjYtMC43LTAuOC0xLjZj MC4zLDAuMiwwLjMsMS4xLDAuOCwwLjhjMC0wLjcsMC0xLjMsMC0yYy0wLjYsMC4xLTAuNy0xLjEt MC44LTIuNAoJCWMtMS4zLDAuMy0xLjYsMi4yLTEuMiwzLjljLTAuMy0wLjUtMC42LTAuOC0wLjYt MmMwLjEtMC40LDAuMy0wLjgsMC41LTEuMmMtMC4xLTEuMi0wLjQtMi4xLTAuNS0zLjVjLTAuNCww LjEtMC41LDAuNy0wLjYtMC40CgkJYzAuMiwwLDAuNCwwLDAuNiwwYy0wLjMtMi4yLDAtNC4xLTAu Ni0zLjVjMC40LTEsMS03LjQsMC4yLTUuOWMtMC4xLTMuNC0wLjEtMi43LTAuMi01LjVjMC41LDAu OSwwLjItMi4xLDAuMi0zLjUKCQljMC45LTEuNCwwLjUtNS40LDAuOC03LjhjLTAuNCwwLjEtMC41 LTAuNi0wLjYtMS4yYzAuNC00LjUsMS4zLTguMywwLjYtMTMuN2MwLjEtMC4xLDAuMywwLDAuMy0w LjRjLTEuNS0wLjItMS4zLDQuMS0yLDYuMwoJCWMwLjksMC0wLjMsNiwwLjksNi4zYzAsMC45LDAs MS44LDAsMi43Yy0wLjQtMC4zLTAuMywwLjgtMC42LDAuOGMwLjIsMy4zLTAuNCw1LjctMC4zLDgu MmMtMC4yLTAuMywwLTEuOS0wLjUtMS42CgkJYzAuMSwwLjksMCw0LjMsMC41LDJjLTAuMiwyLjMt MC4yLDIuOS0wLjYsNC43YzAuMiwwLjEsMC40LTAuMSwwLjUsMC40Yy0wLjcsMC41LTAuNSwyLjkt MC42LDMuOWMtMC4yLDAtMC4xLTAuNy0wLjMtMC44CgkJYzAuMSwzLjItMC40LDMuNy0wLjMsNS45 Yy0xLDAuMi0xLjUsMy0yLjYsMy45YzAtMC43LDAtMS4yLTAuMi0xLjZjMC4yLDAsMC40LDAsMC42 LDBjLTAuNi01LjItMC4xLTEwLjksMC4yLTE1LjcKCQljMC4zLDAuNCwwLjIsMS4xLDAuNiwxLjNj MC0xLTAuMi0xLjctMC41LTJjMC4xLTEuNywwLjItMy4zLDAuMi00LjdjMC41LTAuNSwwLjYtMS44 LDAuOS0yLjdjLTEtMS43LTAuMS00LjctMC41LTYuMwoJCWMwLjQsMC4yLDAuNS0wLjIsMC40LTAu NmMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLTAuNy0wLjEtMC44LTAuMi0xYzAuMSwwLjEsMC4y LDAuNCwwLjUsMC4zYzAuMy0xLjcsMC43LTMuNCwxLjUtMy45CgkJYy0wLjMtMC42LTAuNC0xLjgt MC44LTIuNGMwLjMtMC4xLDAuMy0xLDAuMy0yYy0wLjItMS4xLTAuNS0wLjEtMC44LTEuNmMwLTEu Ny0wLjEtMy41LDAuMy00LjNjMC42LDAuMSwwLjcsMS40LDAuOSwyLjQKCQljMC41LTAuMywwLjYs MC40LDAuOSwwLjRjMC4zLTIuMSwwLjUtNS40LDAuNS04LjJjMC4yLDAsMC4yLDAuNSwwLjUsMC40 YzAuMS0xLjksMC0zLjQtMC42LTMuNWMwLDAuNSwwLDEuMS0wLjIsMS4yCgkJYy0wLjgtMS44LDAu Mi00LjItMC4yLTUuOWMwLDAuNC0wLjMsMC45LTAuMywwLjRjMC4zLTAuMiwwLTIuNCwwLjUtMS4y YzAuMy00LjQsMC4xLTEwLjctMS4xLTcuOGMtMC44LTIuMSwwLjctOC44LTAuNC05LjgKCQljMCww LjItMC45LDIuNC0wLjIsMy4xYy0wLjMsMC45LTAuOCwxLjEtMC45LDIuNGMwLjQtMC42LDAuNywx LDAuMywxLjJjLTAuMS0xLjEtMS40LTAuMy0xLjctMC44YzAuNCwxLjEsMCwxLjEtMC41LDAuOAoJ CWMwLDAuMywwLDAuNSwwLDAuOGMwLDAuMywwLDAuNSwwLDAuOGMwLjYtMC45LDEuMiwyLDIuMyww LjRjLTAuMiwwLjUtMC4yLDEuOCwwLDIuNGMtMC41LDAtMC41LDEuMy0xLjEsMS4yCgkJYzAuMywx LjUtMC4xLDIuMi0wLjUsMy4xYzAuMywwLjQsMC41LTEuMiwwLjYsMGMwLDAuMiwwLDAuMy0wLjEs MC40Yy0wLjEsMC0wLjItMC4zLTAuNC0wLjNjMCwwLjIsMCwwLjUsMCwwLjgKCQljLTAuMSwwLjEt MC4xLDAuMS0wLjIsMC4yYy0wLjItMS41LDAuMS00LjMtMC42LTQuN2MwLDAuNi0wLjksMC42LTAu OSwwYzAuMS0wLjMsMC4xLTAuNiwwLjEtMC45YzAuMSwwLDAuMiwwLDAtMC4yYzAsMCwwLDAsMCww CgkJYzAtMC4zLDAtMC43LDAtMS4xYzAuMS0wLjIsMC4zLTAuNSwwLjMtMC44Yy0wLjMtMC4xLDAu MS0wLjYtMC4yLTAuN2MwLDAuMS0wLjEsMC4yLTAuMSwwLjNjMC0xLjEsMC4yLTIsMC43LTIKCQlj MC4xLTAuNy0wLjItMSwwLTEuMmMwLjEtMC4xLDAuMywwLDAuMy0wLjRjLTEuMSwwLTEuMi0yLjct MS4xLTUuNWMtMC41LTAuMy0wLjUtMi4zLTAuOS0yYzAuOS0xLjYtMC4zLTMuOS0wLjEtNS42CgkJ Yy0wLjEsMC4yLTAuMS0xLjQtMC4yLTEuNWMwLjksMC4xLDAuNS0zLjksMC41LTQuM2MtMC4yLDEu MS0wLjEtMS4yLTAuNSwwYzAtMC44LTAuMS0xLjMtMC4xLTEuN2gtMC4ydi00Yy0wLjQsMC0wLjgt MC4xLTEuNS0wLjEKCQljMS4xLTAuMy0xLTAuMywwLTAuNWMtMC4zLDAtMy44LTAuNS0zLjgsMC41 YzAtMC4xLTEuNS0wLjItMS4zLTAuMmMtMS40LDAuMi0zLjUtMS00LjktMC4xYzAuMy0wLjQtMS40 LTAuNC0xLjctMC45CgkJYy0yLjQsMC4xLTQuOCwwLTQuOC0xLjFjLTAuMywwLTAuMywwLjItMC4z LDAuM2MtMC4yLDAuMi0wLjQtMC4xLTEsMGMtMC4xLDEuMi0zLjIsMC41LTQuOCwwLjljLTAuNiww LTAuNi0xLDAtMC45CgkJYy0wLjMtMC43LTIuOC0wLjQtNC4xLTAuNmMwLjMtMC4yLDAuMy0wLjYs MS0wLjZjMSwwLjEtMC4zLDAuMywwLDAuNmMwLjgtMC4zLDEuNC0wLjgsMi43LTAuNWMtMC4xLTAu NiwxLTAuNiwxLTEuMQoJCWMwLjQsMC4yLDEuNiwwLjIsMi4xLDBjLTEuNCwxLjEsMS4xLDEuNyww LjMsMi4zYzAuMiwwLDAuNSwwLDAuNywwYzAuMiwwLDAuNSwwLDAuNywwYy0wLjMtMC41LTAuMi0w LjksMC43LTAuNQoJCWMtMC40LTAuMywwLjMtMS42LTAuNy0xLjdjMC4xLTAuNCwxLjYtMC4xLDEs MC4zYzEuMS0wLjEsMS4zLTAuNywyLjEtMC45YzAuNiwwLjcsMi41LTAuMSwyLjctMC4yYy0wLjkt MS4xLTYuNywwLjMtOC42LTAuNQoJCWMyLjUtMS4yLTMuMS0xLjQtNi45LTEuMWMxLjEsMC41LTAu OSwwLjEtMSwwLjVjLTAuNS0wLjEsMC0wLjMsMC4zLTAuM2MtMS41LTAuNC0zLjYsMC42LTUuMS0w LjJjMC4xLTAuMiwwLjYtMC4xLDEtMC4yCgkJYy0wLjEtMC42LTEuNC0wLjctMy4xLTAuNmMtMC4x LDAuMiwwLjMsMC4zLDAuMywwLjVjLTIuNSwwLTUuMywwLjEtNy4yLDAuNWMwLDAuNCwwLjYsMC41 LDAuMywwLjljMC44LDAuMywxLjksMC40LDIuMSwwLjkKCQljLTAuNywwLjQtMi4zLDAuMy0zLjgs MC4zYy0xLjMtMC4yLTAuNC0wLjUtMS40LTAuOGMtMC45LDAtMS43LDAtMS43LDAuM2MtMC41LTAu My0xLjYtMC40LTIuMS0wLjhjLTAuNCwwLjgtMS45LDEuMi0zLjQsMS41CgkJYy0wLjIsMC41LDAu NiwwLjUsMCwwLjhjLTAuMy0wLjMtMS4zLTAuNS0xLDAuMmMtMS40LTAuNC00LDAuNi01LjUtMC41 Yy0wLjksMC4zLTIsMC40LTIuNCwwLjljLTQuOCwwLTEyLDEuMy0xOC41LDAuNQoJCWMwLDAuMiww LDAuNCwwLDAuNmMtMC4zLTAuMS0wLjgtMC4yLTEuNC0wLjJjMC44LTEuMSwzLjItMS42LDMuNC0y LjZjMS45LDAuMSwyLjMtMC41LDUuMS0wLjNjLTAuMS0wLjItMC43LTAuMS0wLjctMC4zCgkJYzAu OS0wLjEsMywwLjEsMy40LTAuNmMwLjQsMCwwLjMsMC4zLDAuMywwLjVjMS42LTAuNCwyLjEtMC40 LDQuMS0wLjZjLTIuMSwwLjQsMC45LDAuMywxLjcsMC41YzAuMy0wLjUtMS4xLTAuMi0xLjQtMC41 CgkJYzIuMiwwLjEsNC4zLTAuNSw3LjItMC4zYzAtMC4zLDAuOS0wLjIsMC43LTAuNmMwLjgsMCwx LjYsMCwyLjQsMGMwLjIsMS4yLDUuNSwwLDUuNSwwLjljMS45LTAuNiw1LjYtMC40LDUuNS0yCgkJ Yy0wLjMsMC0wLjMsMC4yLTAuMywwLjNjLTQuOC0wLjctOCwwLjItMTIsMC42Yy0wLjUtMC4xLTEu MS0wLjItMS0wLjZjLTIuMSwwLjItNS42LTAuMi02LjksMC44Yy0xLjMsMC0zLjgtMC4zLTMuMSww LjIKCQljLTIuNS0wLjEtMS45LDAtNC44LTAuMmMxLjMtMC45LTQuMy0wLjMtNS4xLDAuMmMwLjUt MC42LTEuMi0wLjMtMy4xLTAuNmMwLDAuMiwwLDAuNCwwLDAuNmMtMS0wLjEtMC40LTAuMi0wLjMt MC42CgkJYy0xLjMtMC4xLTItMC4zLTMuMS0wLjVjLTAuMywwLjItMC43LDAuMy0xLDAuNWMtMSww LTEuMy0wLjQtMS43LTAuNmMxLjUsMC40LDMuMiwwLjEsMy40LTEuMmMtMS4xLTAuMS0yLjEtMC4y LTIuMS0wLjgKCQljLTAuNiwwLTEuMSwwLTEuNywwYy0wLjMsMC41LDAuNSwwLjUsMC43LDAuOGMt MC44LTAuMS0xLTAuNS0xLjQtMC44Yy0zLjcsMC4xLTQuNiwwLjQtNy45LTAuNWMtNC4xLDEuNi0x MS4xLDAuMy0xNC43LDEuMgoJCWMtMC4zLTAuMy0wLjktMC40LTIuMS0wLjNjLTAuNiwwLjktMi4z LDEuMywwLDEuOWMyLjgtMC41LDYuNy0xLjEsOS42LTEuNGMxLDAuMSwwLjQsMC4yLDAuMywwLjZj MC42LDAsMS43LDAuMiwxLjQtMC4zCgkJYzAuNSwwLjEsMC4zLDAuNSwxLjQsMC4zQzYzMC4yLDQu OSw2MzAsNSw2MzAsNS4yYzEuMSwwLjIsMC44LTAuMiwxLjQtMC4zYy0xLjcsMC45LTIuNiwxLjUt NS41LDEuN2MtMC4xLDAuMiwwLjMsMC4zLDAuMywwLjUKCQljLTEuOS0wLjUtMS43LDAuNi0zLjgs MC41Yy0wLjEtMC40LDAuNS0wLjUsMS0wLjZjLTEuNS0wLjUtMy4yLDAuMi00LjUtMC44Yy0wLjcs MC4yLTEuOSwwLjUtMSwwLjljLTIuOC0wLjUtNi42LTAuNS03LjktMC44CgkJYy0xLjIsMC42LTMu MywwLjgtNC4xLDEuNWMtMS4xLDAuMS0wLjQtMC41LTEuNy0wLjNjLTAuMS0wLjQsMS41LTAuNC0w LjMtMC41YzAuMy0wLjEsMC42LTAuMiwxLTAuM2MtMS4zLTAuNS0xLjYsMC44LTIuNCwxLjEKCQlj LTEuMywwLjEtMS45LTAuNC0yLjcsMGMwLjQtMC4yLDAuNC0wLjQsMC0wLjZjMC45LTAuMiwxLjUs MC41LDEuNC0wLjJjLTAuNiwwLTEuMSwwLTEuNywwYzEuMi0wLjYsMi41LTEuNSw1LjEtMS4yCgkJ YzAuMy0wLjMsMS0wLjQsMC43LTAuOWMxLjksMC4xLDcuNiwwLDguOS0xLjFjLTEuNywwLjItMS44 LTAuMy0zLjQsMC4yYy0wLjcsMCwwLjUtMC40LTAuMy0wLjZjLTAuNywwLjUtMS4yLDAtMi4xLDAK CQljLTMuOCwwLTcuMywwLjYtMTAuNiwxLjRjMC41LDAuNy0xLjMsMC4zLTEsMC45Yy0wLjEtMC4x LTEuMi0xLjMtMC4zLTEuNWMtMS42LDAuMi0zLjgtMC40LTYuMiwwLjJjLTAuNi0wLjktMy43LTAu My01LjUtMC4zCgkJYzAtMC4yLDAuNC0wLjEsMC43LTAuMmMtNC45LTAuNS0xNC43LDAuOS0yMS45 LTAuM2MtMC41LTAuNywwLjgtMC43LDEuNC0wLjljLTEuMy0xLjMtNC0wLjctNi4yLTEuMmMtMy41 LDAuNy03LjEtMC44LTExLjctMC42CgkJYy0wLjEtMC40LDEuMy0wLjEsMS0wLjZjLTAuOC0wLjMt MS43LDAuMi0zLjEsMGMtMC42LDAuOC0xLDEuNS0wLjcsMi4zYy0zLjMsMS4xLTUuOCwyLjQtMy40 LDQuMmMtMC4yLDItOC4yLDEuNi0xMC42LDEuNQoJCWMwLjItMC4xLDAuMy0wLjMsMC43LTAuM2Mt MC44LTAuNC0zLjEtMC4yLTIuNy0xLjFjLTEuOC0wLjMtMS41LDAuNS0yLjcsMC41YzAuMiwwLjUs MS4yLDAuOCwwLDEuMWMxLjQsMC4yLDMuMSwwLjIsNC44LDAKCQljLTEuMiwwLjUsMS40LDAuOCwy LjcsMS4xYy0wLjEsMC45LTAuMSwxLjMsMSwxLjVjLTAuNCwwLjUtMSwwLjgtMS45LDFjLTAuMS0w LjItMC4xLTAuMywwLjEtMC42Yy0wLjItMC40LTEuNCwwLTEuMi0wLjgKCQljLTAuNSwwLjMtMSww LTEsMC41Yy0xLjMsMC4zLTIuNC0wLjItMy43LTAuMmMtMi40LDAtNC42LDEuMi02LjgsMS40Yy0x LjUsMC4xLTIuOC0wLjMtNC40LTAuMmMwLjQsMC0xLjIsMC40LTEuNSwwLjIKCQljLTAuMy0wLjEs MC4xLTAuMiwwLTAuNWMtMS43LTAuMi0zLjktMC40LTUuNCwwYy0xLjgtMC45LTIuNywxLjEtNC43 LDBjMC4xLTAuNy0wLjItMC44LDAtMS4yYy0xLjQtMC4zLTIuOSwwLjUtMy4zLTAuMwoJCWMtMC41 LDAuMy0xLjQsMC40LTEuNC0wLjVjLTAuOSwwLjEtMC45LDAuMi0xLjYsMC4zYy0wLjQtMC43LTEu MS0wLjItMS42LTAuNmMtMC44LDIuMi00LjQsMC45LTYuNSwxLjRWOS45CgkJYy0xLjYsMC4xLTMu MiwwLjItNC43LDAuMWMtMS44LDEuNC04LTAuMi0xMS0wLjJjLTEuOCwwLjgtNC4xLDAuMi02Ljgs MC42Yy0wLjgsMC4yLDAuNCwwLjQtMC4zLDAuNWMtMi4xLTAuNS0zLjktMS4yLTQuNS0yLjUKCQlj LTguMy0xLjItMTguNSwwLjUtMjYuNC0wLjZjLTAuMiwwLjktMy45LDAtMi43LDAuOGMtNC4yLTAu NC00LjksMi4xLTkuMiwxLjJjLTAuMSwwLjIsMC4xLDAuNC0wLjMsMC41Yy0xLjEtMC42LTIuOC0w LjQtNC4xLTAuNQoJCWMwLjgtMC40LDAuNS0wLjcsMC43LTEuNWMtMi4zLTAuOC02LjEtMS42LTEw LjYtMS41Yy02LjQsMC4xLTE0LjgsMC0xOC4xLDAuNWMtMC41LTAuMi0wLjctMC40LTEtMC42Yy0x LjgtMC4xLTIuNywwLjMtNC4xLDAKCQljMCwwLjMsMCwwLjYsMCwwLjljMCwwLTAuMSwwLTAuMSww Yy0wLjEtMC4xLTAuMy0wLjMtMC45LTAuMmMtMC4xLDAuMSwwLDAuMiwwLDAuM2MtMi41LDAuMS00 LjYtMC44LTcuNi0wLjYKCQljMC41LDAuNSwwLjUsMS0wLjEsMS40Yy0wLjQsMC0wLjgsMC0xLjMs MGMtMS41LTAuOC02LjUtMC45LTguNi0wLjVjLTEsMC0xLjQtMC4zLTEuNy0wLjZjLTMuNSwwLjMt NC45LTAuNy0zLjgtMS45CgkJYy0zLjQtMC4zLTUuNywxLTguNiwwLjVjMC0wLjMsMC0wLjYsMC0w LjljLTEuNCwwLjMtMi4zLTAuMS00LjEsMGMtMC4zLDAuMi0wLjYsMC41LTEsMC42Yy0zLjMtMC40 LTExLjgtMC40LTE4LjItMC41CgkJYy00LjUtMC4xLTguMywwLjgtMTAuNiwxLjVjMC4yLDAuOS0w LjEsMS4xLDAuNywxLjVjLTEuMywwLTMtMC4yLTQuMSwwLjVjLTAuNCwwLTAuMy0wLjMtMC4zLTAu NWMtNC40LDAuOC01LjEtMS43LTkuMy0xLjIKCQljMS4yLTAuNy0yLjYsMC4xLTIuNy0wLjhjLTcu OCwxLjEtMTguMS0wLjYtMjYuNCwwLjZjLTAuNiwxLjItMi4zLDEuOS00LjUsMi41Yy0wLjgtMC4x LDAuNC0wLjItMC4zLTAuNWMtMi43LTAuNS01LjEsMC4yLTYuOS0wLjYKCQljLTIuOSwwLTkuMiwx LjUtMTEsMC4yYy0xLjUsMC0zLjEtMC4xLTQuNy0wLjF2Mi4yYzAuMywwLjEsMC42LDAuMiwwLjks MC4zYzEuMywwLjEsMi40LTAuNCwxLjctMC44YzEsMC4xLDEuOCwwLjIsMi4xLDAuNgoJCWMxLjMt MC40LDEuMS0wLjIsMS40LDAuMmMwLjgsMCwyLjMtMS4xLDIuNCwwYzAuNy0wLjMsMi41LTAuMiwz LjEtMC42YzEsMCwwLjMsMC45LDEuNCwwLjVjLTAuMSwxLjEtMy4yLDAuNi0zLjEsMS40CgkJYy0x LjQsMC4yLTQuMy0wLjMtMi43LTAuNWMtMS0wLjUtNC4zLDAuOS00LjUtMC4yYy0xLjMsMC4xLTMu MiwwLjctMS43LDEuMWMtMC4xLDAuMS0wLjMsMC4xLTAuNCwwLjFjLTIuMS0wLjctNiwwLjctNi44 LTEuNQoJCWMtMC41LDAuNS0xLjItMC4xLTEuNiwwLjZjLTAuNi0wLjEtMC43LTAuMi0xLjYtMC4z YzAuMSwwLjktMC45LDAuOC0xLjQsMC41Yy0wLjQsMC44LTEuOSwwLTMuMywwLjNjMC4yLDAuNS0w LjEsMC42LDAsMS4yCgkJYy0yLDEuMS0yLjktMC45LTQuNywwYy0xLjUtMC40LTMuNi0wLjItNS40 LDBjLTAuMSwwLjMsMC4zLDAuNCwwLDAuNWMtMC40LDAuMi0xLjktMC4yLTEuNS0wLjJjLTEuNi0w LjEtMi45LDAuMy00LjQsMC4yCgkJYy0yLjEtMC4yLTQuNC0xLjQtNi44LTEuNGMtMS4zLDAtMi4z LDAuNC0zLjcsMC4yYzAtMC40LTAuNS0wLjItMS0wLjVjMC4yLDAuOC0xLDAuNC0xLjIsMC44YzAu MiwwLjMsMC4yLDAuNCwwLjEsMC42CgkJYy0wLjktMC4yLTEuNS0wLjYtMS45LTFjMS4xLTAuMywx LjEtMC42LDEtMS41YzEuMy0wLjMsNC0wLjUsMi43LTEuMWMxLjcsMC4yLDMuNCwwLjIsNC44LDBj LTEuMi0wLjMtMC4yLTAuNiwwLTEuMQoJCWMtMS4zLDAtMC45LTAuNy0yLjctMC41YzAuMywwLjkt MiwwLjctMi43LDEuMWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTIuNSwwLTEwLjQsMC40LTEwLjYt MS41YzIuNC0xLjgtMC4xLTMuMS0zLjQtNC4yCgkJYzAuMy0wLjksMC0xLjUtMC43LTIuM2MtMS40 LDAuMi0yLjMtMC4zLTMuMSwwYy0wLjMsMC41LDEuMSwwLjIsMSwwLjZjLTQuNS0wLjItOC4yLDEu My0xMS42LDAuNmMtMi4yLDAuNS00LjktMC4xLTYuMiwxLjIKCQljMC42LDAuMiwxLjgsMC4yLDEu NCwwLjljLTcuMiwxLjMtMTcuMS0wLjItMjEuOSwwLjNjMC4zLDAsMC43LDAsMC43LDAuMmMtMS44 LDAtNC45LTAuNi01LjUsMC4zYy0yLjMtMC41LTQuNiwwLTYuMi0wLjIKCQljMC44LDAuMi0wLjIs MS40LTAuMywxLjVjMC4zLTAuNi0xLjUtMC4zLTEtMC45Yy0zLjMtMC44LTYuOC0xLjQtMTAuNi0x LjRjLTAuOCwwLTEuNCwwLjUtMi4xLDBjLTAuOCwwLjIsMC40LDAuNi0wLjMsMC42CgkJYy0xLjYt MC41LTEuNywwLjEtMy40LTAuMmMxLjMsMS4xLDcsMS4yLDguOSwxLjFjLTAuMywwLjUsMC40LDAu NywwLjcsMC45YzIuNi0wLjIsMy45LDAuNyw1LjEsMS4yYy0wLjYsMC0xLjEsMC0xLjcsMAoJCWMt MC4xLDAuNiwwLjUsMCwxLjQsMC4yYy0wLjQsMC4yLTAuNCwwLjQsMCwwLjZjLTAuOC0wLjQtMS41 LDAuMS0yLjcsMGMtMC44LTAuMy0xLjEtMS41LTIuNC0xLjFjMC40LDAuMSwwLjgsMC4yLDEsMC4z CgkJYy0xLjgsMC0wLjMsMC0wLjMsMC41Yy0xLjMtMC4yLTAuNywwLjQtMS43LDAuM2MtMC44LTAu OC0yLjktMS00LjEtMS41Yy0xLjIsMC4zLTUuMSwwLjMtNy45LDAuOGMwLjgtMC40LTAuNC0wLjct MS0wLjkKCQljLTEuMywxLTMsMC4zLTQuNSwwLjhjMC41LDAuMSwxLjEsMC4yLDEsMC42Yy0yLjEs MC4yLTEuOS0xLTMuOC0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41Yy0yLjktMC4yLTMuNy0wLjgt NS41LTEuNwoJCWMwLjUsMC4xLDAuMywwLjUsMS40LDAuM2MwLTAuMi0wLjItMC4zLTAuMy0wLjVj MS4xLDAuMiwwLjgtMC4yLDEuNC0wLjNjLTAuMywwLjUsMC44LDAuMywxLjQsMC4zYzAtMC40LTAu Ny0wLjUsMC4zLTAuNgoJCWMyLjksMC4zLDYuOCwwLjksOS42LDEuNGMyLjMtMC42LDAuNi0xLDAt MS45Yy0xLjEtMC4xLTEuNywwLTIuMSwwLjNDMTE2LDQuNywxMDksNS45LDEwNC45LDQuM2MtMy4z LDAuOS00LjIsMC42LTcuOSwwLjUKCQljLTAuMywwLjMtMC42LDAuNy0xLjQsMC44YzAuMS0wLjMs MS0wLjMsMC43LTAuOGMtMC42LDAtMS4xLDAtMS43LDBjMC4xLDAuNi0xLDAuNy0yLjEsMC44YzAu MiwxLjMsMS45LDEuNiwzLjQsMS4yCgkJYy0wLjQsMC4zLTAuNywwLjYtMS43LDAuNmMtMC4zLTAu Mi0wLjctMC4zLTEtMC41Yy0xLDAuMi0xLjgsMC40LTMuMSwwLjVjMCwwLjQsMC43LDAuNS0wLjMs MC42YzAtMC4yLDAtMC40LDAtMC42CgkJYy0xLjksMC4zLTMuNiwwLTMuMSwwLjZjLTAuOS0wLjQt Ni41LTEuMS01LjEtMC4yQzc4LjcsOCw3OS4zLDcuOSw3Ni44LDhjMC43LTAuNS0xLjgtMC4yLTMu MS0wLjJjLTEuMy0xLTQuNy0wLjUtNi44LTAuOAoJCWMwLjEsMC40LTAuNSwwLjUtMSwwLjZjLTMu OS0wLjUtNy4yLTEuMy0xMi0wLjZjLTAuMS0wLjEsMC0wLjMtMC4zLTAuM2MtMC4xLDEuNiwzLjYs MS40LDUuNSwyYzAtMC45LDUuMiwwLjMsNS41LTAuOQoJCWMwLjgsMCwxLjYsMCwyLjQsMGMtMC4z LDAuNCwwLjcsMC4zLDAuNywwLjZjMi45LTAuMiw1LDAuNCw3LjIsMC4zYy0wLjMsMC4yLTEuNyww LTEuNCwwLjVjMC44LTAuMSwzLjgsMCwxLjctMC41CgkJYzIsMC4yLDIuNSwwLjIsNC4xLDAuNkM3 OS4zLDkuMiw3OS4yLDksNzkuNiw5QzgwLDkuNyw4Mi4xLDkuNSw4Myw5LjZjMCwwLjItMC42LDAu MS0wLjcsMC4zYzIuOC0wLjEsMy4zLDAuNCw1LjEsMC4zCgkJYzAuMiwxLjEsMi42LDEuNSwzLjQs Mi42Yy0wLjYsMC0xLjEsMC0xLjQsMC4yYzAtMC4yLDAtMC40LDAtMC42QzgzLDEzLjIsNzUuOCwx MS45LDcxLDExLjljLTAuNC0wLjUtMS41LTAuNi0yLjQtMC45CgkJYy0xLjUsMS00LjEsMC4xLTUu NSwwLjVjMC4yLTAuNy0wLjctMC40LTEtMC4yYy0wLjYtMC4zLDAuMi0wLjMsMC0wLjhjLTEuNS0w LjMtMy0wLjctMy40LTEuNWMtMC41LDAuMy0xLjUsMC40LTIuMSwwLjgKCQljMC0wLjMtMC45LTAu My0xLjctMC4zYy0xLDAuMi0wLjEsMC42LTEuNCwwLjhjLTEuNSwwLTMuMSwwLjEtMy44LTAuM0M0 OS45LDkuMyw1MSw5LjIsNTEuOCw5Yy0wLjItMC41LDAuNC0wLjYsMC4zLTAuOQoJCWMtMS45LTAu My00LjctMC41LTcuMi0wLjVjMC0wLjIsMC40LTAuMiwwLjMtMC41Yy0xLjctMC4xLTIuOSwwLTMu MSwwLjZjMC40LDAsMSwwLDEsMC4yYy0xLjUsMC44LTMuNi0wLjMtNS4xLDAuMgoJCWMwLjQsMCww LjgsMC4zLDAuMywwLjNjLTAuMS0wLjMtMi4xLDAtMS0wLjVjLTMuOC0wLjMtOS4zLTAuMS02Ljgs MS4xYy0xLjgsMC44LTcuNy0wLjctOC41LDAuNWMwLjIsMCwyLjEsMC45LDIuNywwLjIKCQljMC44 LDAuMywxLDAuOCwyLjEsMC45Yy0wLjUtMC40LDAuOS0wLjcsMS0wLjNjLTAuOSwwLjEtMC4zLDEu Mi0wLjYsMS42aC02LjhjMCwwLjEsMCwwLjEsMCwwLjJjMC41LDAuMSwwLjUsMS4xLDEuMiwwLjcK CQljMCwwLjEsMCwwLjIsMCwwLjJjLTAuMSwwLTAuMSwwLTAuMiwwYy0wLjMsMC41LTIsMC42LTEu NywwLjljLTEuNC0wLjktMy40LDAuMy00LjksMC4xYzAsMCwwLDAtMC4xLDBoLTEuMwoJCWMtMC4z LTAuNC0xLjQtMC40LTIuNC0wLjRjMC4xLTAuNywwLjItMS4zLDAuNS0xLjNjMC0wLjIsMC0wLjQs MC0wLjZoLTEuNGMtMC4xLDAuNi0wLjEsMS40LTAuMiwxLjljLTAuMSwwLTAuMiwwLTAuMiwwCgkJ YzAuMSwwLDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwLjFjLTAuMSwwLTAuNCwwLjEtMC41LDAuMUg4 LjZjMCwwLjEsMCwwLjIsMCwwLjNjLTAuMSwwLTAuMiwwLTAuMywwdjMuMkM4LjEsMTguNyw4LDE5 LjgsOCwyMC43CgkJYzAuMSwwLjIsMC4yLDAuNSwwLjIsMC43djEuOGMwLjEsMCwwLjEsMCwwLjIs MGMwLDEsMCwyLDAsMy4xYy0wLjEsMC0wLjEsMC0wLjIsMHYxLjFjMC4xLDAsMC4yLDAsMC4zLDBj MCwwLjEsMCwwLjMsMCwwLjQKCQlDOC44LDI4LjYsOSwyNy40LDksMjguMmMtMC41LDIuMi0xLjIs NC0yLjQsNC42Yy0xLjEsOC43LDAuNSwxOS4zLTAuNiwyNy41YzAuOSwwLjIsMCw0LjEsMC43LDIu OWMtMC40LDQuMywyLDUuMSwxLjIsOS42CgkJYzAuMiwwLjEsMC40LTAuMSwwLjQsMC40QzcuOSw3 NC4zLDgsNzYuMSw4LDc3LjVjLTAuNC0wLjgtMC43LTAuNS0xLjUtMC43QzUuOCw3OS4yLDUsODMu MSw1LDg3LjljMC4xLDYuNiwwLDE1LjUsMC40LDE4LjkKCQljLTAuMSwwLjUtMC40LDAuNy0wLjYs MS4xYy0wLjEsMS45LDAuMywyLjksMCw0LjNjMC4zLDAsMC42LDAsMC45LDBjMC41LDMtMC43LDUu NC0wLjQsOC45YzEuMS0xLjIsMi4xLDAuMywxLjgsMy45CgkJYzAuMywwLjMsMC42LDAuNywwLjYs MS44Yy0wLjQsMi4xLTAuMyw3LjQsMC40LDguOWMwLjIsNC42LTAuNiw3LjEtMC40LDkuNmMtMC4y LTAuMS0wLjMtMC41LTAuNi0wLjRjLTAuMiwxLjMsMC42LDAuNiwwLjQsMS44CgkJYy0wLjYsMC40 LTAuMywzLjEtMC42LDQuM2MwLjgsMS43LDAuOCwzLjUsMS4zLDUuNGMwLDAuNi0wLjQsMC4zLTAu MywxLjFjMC45LDEuNywwLjcsNi45LDEsMTEuMWMwLjIsMCwwLjUsMCwwLjcsMAoJCWMwLTIuMy0w LjItNC4yLTAuMS02LjhDOS4yLDE2Miw5LDE2MS41LDksMTYwLjRjMC4zLDAuNiwwLjIsMCwwLjYs MGMwLTAuNi0wLjEtMS44LDAuMy0xLjRjMCwwLjEsMCwwLjEsMCwwLjIKCQljMCwwLjEsMC4xLDAu MSwwLjEsMC4yYzAsMC4xLDAsMC4yLDAsMC40YzAuMSwwLDAuMSwwLDAuMSwwYzAuMywwLjcsMC41 LDEuNiwwLjcsMi4yYzAsMC4zLDAuMSwwLjUsMC4yLDAuN2MwLTAuMSwwLTAuMiwwLjEtMC4zCgkJ YzAuMSwwLjEsMC4yLDAuMSwwLjIsMC4xYzAuMSwyLjksMC4zLDEwLjItMS41LDEwLjRjLTEuNy0y LjQtMy4xLDAuMS00LjEsMy41Yy0wLjktMC4zLTEuNCwwLTIuMywwLjdjMC4yLDEuNS0wLjMsMi40 LDAsMy4xCgkJYzAuNSwwLjMsMC4yLTEuMSwwLjYtMWMtMC4yLDQuNiwxLjMsOC4zLDAuNiwxMS45 YzAuNSwyLjItMC4xLDUsMS4yLDYuM2MwLjItMC42LDAuMi0xLjksMC45LTEuNEM4LjEsMjAzLDYu NywyMTMsNy4yLDIxOAoJCWMwLTAuMywwLTAuNywwLjItMC43YzAsMS44LTAuNiw1LDAuMyw1LjZj LTAuNSwyLjQsMCw0LjYtMC4yLDYuM2MwLjItMC45LDEuNCwwLjIsMS41LDAuM2MtMC42LTAuMy0w LjIsMS41LTAuOSwxCgkJYy0wLjgsMy40LTEuMyw2LjktMS40LDEwLjhjMCwwLjgsMC41LDEuNCww LDIuMWMwLjIsMC45LDAuNi0wLjQsMC42LDAuM2MtMC41LDEuNiwwLjEsMS43LTAuMiwzLjVjMS4x LTEuNCwxLjItNy4xLDEuMS05LjEKCQljMC41LDAuMywwLjYtMC40LDAuOS0wLjdjLTAuMi0yLjcs MC43LTQsMS4yLTUuMmMwLDAuNiwwLDEuMiwwLDEuN2MwLjYsMC4xLDAtMC41LDAuMi0xLjRjMC4y LDAuNCwwLjQsMC40LDAuNiwwCgkJYy0wLjQsMC45LDAuMSwxLjUsMCwyLjhjLTAuMywwLjgtMS41 LDEuMi0xLjEsMi40YzAuMS0wLjQsMC4yLTAuOCwwLjMtMWMwLDEuOSwwLDAuMywwLjUsMC4zYy0w LjIsMS4zLDAuNCwwLjcsMC4zLDEuNwoJCWMtMC44LDAuOC0xLDIuOS0xLjUsNC4yYzAuMywxLjMs MC4zLDUuMiwwLjgsOGMtMC40LTAuOS0wLjcsMC40LTAuOSwxYzEsMS4zLDAuMywzLDAuOCw0LjVj MC4xLTAuMywwLjEtMC41LDAuMi0wLjcKCQljMCwwLjYsMCwxLjEsMCwxLjdjLTAuMiwwLjQtMC4z LDAuOC0wLjIsMS41YzAsMC4xLDAsMC4yLTAuMSwwLjJjLTAuMS0wLjEtMC4xLTAuMy0wLjMtMC4y YzAsMC40LTAuMSwwLjctMC4xLDEKCQljLTAuMiwwLjItMC40LDAuNC0wLjYsMC41YzAuMywwLjQs MC4xLDAuOSwwLjMsMS4zYy0wLjMsMS0wLjcsMS43LTEuMiwyLjhjMC4xLTAuNSwwLjUtMC4zLDAu My0xLjRjLTAuMiwwLTAuMywwLjItMC41LDAuMwoJCWMwLjItMS4xLTAuMi0wLjgtMC4zLTEuNGMw LjUsMC40LDAuMy0wLjgsMC4zLTEuNGMtMC40LDAtMC41LDAuNy0wLjYtMC4zYzAuMy0zLDAuOS03 LDEuNC05LjhjLTAuNS0yLjMtMS0wLjYtMS44LDAKCQljLTAuMSwxLjEsMCwxLjgsMC4zLDIuMWMt MC45LDMuNywwLjMsMTAuOC0xLjIsMTVjMC45LDMuMywwLjYsNC4zLDAuNSw4YzAuMywwLjMsMC42 LDAuNiwwLjgsMS40Yy0wLjMtMC4xLTAuMy0xLTAuOC0wLjcKCQljMCwwLjYsMCwxLjIsMCwxLjdj MC42LTAuMSwwLjcsMSwwLjgsMi4xYzEuMy0wLjIsMS42LTIsMS4yLTMuNWMwLjMsMC40LDAuNiww LjcsMC42LDEuN2MtMC4xLDAuNC0wLjMsMC43LTAuNSwxCgkJYzAuMSwxLjEsMC40LDEuOSwwLjUs My4xYzAuNCwwLDAuNS0wLjcsMC42LDAuM2MtMC4yLDAtMC40LDAtMC42LDBjMC4zLDIsMCwzLjYs MC42LDMuMWMtMC40LDAuOS0xLDYuNi0wLjIsNS4yCgkJYzAuMSwzLDAuMSwyLjQsMC4yLDQuOWMt MC41LTAuOC0wLjIsMS44LTAuMiwzLjFjLTAuMiwwLTAuMywwLTAuNiwwYy0wLjMtMS40LTAuNS00 LjEtMS0yLjljMC4xLTEuOCwwLjItMy41LDAtNQoJCWMtMC4zLDEuMy0wLjYsMC4yLTEsMGMwLDEu My0wLjcsMC45LTAuNCwyLjljMC45LTAuMywwLjYsMi4xLDEsMi45YzAtMC40LDAuMi0wLjYsMC4z LTAuN2MwLDIuNiwwLjQsMTAuOC0xLjUsMTEuMQoJCWMtMS43LTIuNS0zLDAuMS00LDMuNmMtMC44 LTAuMy0xLjQsMC0yLjIsMC43YzAuMiwxLjUtMC4zLDIuNCwwLDMuMmMwLjUsMC4zLDAuMi0xLjIs MC42LTEuMWMtMC4yLDQuNywxLjMsOC41LDAuNiwxMi4xCgkJYzAuNSwyLjMtMC4xLDUuMSwxLjIs Ni40YzAuMi0wLjYsMC4yLTEuOSwwLjktMS40YzEuMiw3LjUtMC4yLDE3LjgsMC4zLDIyLjljMC0w LjMsMC0wLjcsMC4xLTAuN2MwLDEuOC0wLjYsNS4xLDAuMyw1LjcKCQljLTAuNSwyLjQsMCw0Ljgt MC4xLDYuNGMwLjItMC45LDEuNCwwLjIsMS41LDAuNGMtMC42LTAuMy0wLjIsMS42LTAuOSwxLjFj LTAuNywzLjQtMS4zLDcuMS0xLjMsMTEuMWMwLDAuOSwwLjUsMS40LDAsMi4xCgkJYzAuMiwwLjks MC42LTAuNCwwLjYsMC40Yy0wLjUsMS43LDAuMSwxLjgtMC4xLDMuNmMwLjgtMS4xLDEtNC45LDEu MS03LjRjMC4yLDAsMC40LDAuMiwwLjUsMC40YzAtMC40LDAuMy0wLjgsMC0xLjEKCQljLTAuMSwx LjItMC4zLTAuNC0wLjUtMC40YzAsMC4yLDAsMC4zLTAuMSwwLjRjMC0wLjUsMC0wLjksMC0xLjJj MC41LDAuMywwLjYtMC40LDAuOS0wLjdjLTAuMi0yLjcsMC42LTQuMSwxLjItNS40CgkJYzAsMC42 LDAsMS4yLDAsMS44YzAuNiwwLjEsMC0wLjUsMC4xLTEuNGMwLjIsMC40LDAuNCwwLjQsMC42LDBj LTAuNCwwLjksMC4xLDEuNiwwLDIuOWMtMC4zLDAuOC0xLjUsMS4yLTEsMi41CgkJYzAuMS0wLjQs MC4yLTAuOCwwLjMtMS4xYzAsMS45LDAsMC4zLDAuNCwwLjRjLTAuMiwxLjMsMC40LDAuNywwLjMs MS44Yy0wLjgsMC44LTAuOSwzLTEuNSw0LjNjMC4zLDEuMywwLjMsNS4zLDAuNyw4LjIKCQljLTAu NC0wLjktMC43LDAuNC0wLjksMS4xYzAuOSwxLjQsMC4zLDMuMSwwLjcsNC42YzAuMS0wLjUsMC4y LTEuMSwwLjYtMS4xYzAuMiwyLjItMSwxLjktMC40LDMuOWMtMC4yLDAtMC4yLTAuNS0wLjQtMC40 CgkJYy0wLjIsMy0wLjcsMy45LTEuNiw1LjdjMC4xLTAuNiwwLjUtMC4zLDAuMy0xLjRjLTAuMiww LTAuMywwLjItMC40LDAuNGMwLjItMS4xLTAuMi0wLjktMC4zLTEuNGMwLjQsMC40LDAuMy0wLjgs MC4zLTEuNAoJCWMtMC40LDAtMC41LDAuNy0wLjYtMC40YzAuMy0zLDAuOC03LjEsMS4zLTEwYy0w LjUtMi40LTEtMC42LTEuOCwwYy0wLjEsMS4yLDAsMS44LDAuMywyLjFDMywzOTMuOCw0LjEsNDAx LDIuNiw0MDUuMwoJCWMwLjgsMy40LDAuNiw0LjQsMC40LDguMmMwLjMsMC40LDAuNiwwLjYsMC43 LDEuNGMtMC4zLTAuMi0wLjMtMS0wLjctMC43YzAsMC42LDAsMS4yLDAsMS44YzAuNS0wLjEsMC43 LDEsMC43LDIuMQoJCWMxLjMtMC4yLDEuNi0yLDEuMi0zLjZjMC4zLDAuNSwwLjYsMC43LDAuNiwx LjhjLTAuMSwwLjQtMC4zLDAuNy0wLjQsMS4xYzAuMSwxLjEsMC40LDEuOSwwLjQsMy4yYzAuNCww LDAuNS0wLjcsMC42LDAuNAoJCWMtMC4yLDAtMC40LDAtMC42LDBjMC4zLDIsMCwzLjcsMC42LDMu MmMtMC40LDAuOS0xLDYuOC0wLjEsNS40YzAuMSwzLjEsMC4xLDIuNCwwLjEsNWMtMC40LTAuOC0w LjIsMS45LTAuMSwzLjIKCQljLTAuOSwxLjMtMC41LDQuOS0wLjcsNy4xYzAuNC0wLjEsMC41LDAu NSwwLjYsMS4xYy0wLjQsNC4xLTEuMyw3LjUtMC42LDEyLjVjLTAuMSwwLjEtMC4zLDAtMC4zLDAu NGMxLjUsMC4yLDEuMy0zLjcsMS45LTUuNwoJCWMtMC45LDAsMC4zLTUuNS0wLjktNS43YzAtMC44 LDAtMS43LDAtMi41YzAuNCwwLjMsMC4zLTAuNywwLjYtMC43Yy0wLjItMywwLjQtNS4yLDAuMy03 LjVjMC4yLDAuMywwLDEuOCwwLjQsMS40CgkJYy0wLjEtMC44LDAtNC0wLjQtMS44YzAuMi0yLjEs MC4yLTIuNiwwLjYtNC4zYy0wLjItMC4xLTAuNCwwLjEtMC40LTAuNGMwLjctMC40LDAuNS0yLjYs MC42LTMuNmMwLjIsMCwwLjEsMC42LDAuMywwLjcKCQljLTAuMS0zLDAuNC0zLjQsMC4zLTUuNGMx LTAuMiwxLjQtMi43LDIuNS0zLjZjMCwwLjYsMCwxLjEsMC4xLDEuNGMtMC4yLDAtMC40LDAtMC42 LDBjMC44LDYuNy0wLjUsMTQuMy0wLjQsMTkuMwoJCWMtMC41LDAuNC0wLjYsMS42LTAuOSwyLjVj MSwxLjYsMC4xLDQuMywwLjQsNS43Yy0wLjctMC4zLTAuNCwwLjctMC4xLDEuMWMtMC4zLDAuNy0w LjMtMC4yLTAuNywwYy0wLjMsMS42LTAuNywzLjEtMS41LDMuNgoJCWMwLjMsMC41LDAuNCwxLjYs MC43LDIuMWMtMC4zLDAuMS0wLjMsMC45LTAuMywxLjhjMC4yLDEsMC41LDAuMSwwLjcsMS40YzAs MS42LDAuMSwzLjItMC4zLDMuOWMtMC41LTAuMS0wLjYtMS4zLTAuOS0yLjEKCQljLTAuNSwwLjMt MC41LTAuNC0wLjktMC40Yy0wLjMsMS45LTAuNCw0LjktMC40LDcuNWMtMC4yLDAtMC4yLTAuNS0w LjQtMC40Yy0wLjEsMS43LDAsMy4xLDAuNiwzLjJjMC0wLjQsMC0xLDAuMS0xLjEKCQljMC43LDEu Ni0wLjIsMy44LDAuMSw1LjRjMC0wLjQsMC4yLTAuOSwwLjMtMC40Yy0wLjMsMC4xLDAsMi4yLTAu NCwxLjFjLTAuMyw0LTAuMSw5LjcsMSw3LjFjMC44LDEuOS0wLjcsOCwwLjQsOC45CgkJYzAtMC4y LDAuOC0yLjIsMC4yLTIuOGMwLjMtMC44LDAuOC0xLDAuOS0yLjFjLTAuNCwwLjYtMC43LTAuOS0w LjMtMS4xYzAuMSwxLDEuNCwwLjMsMS42LDAuN2MtMC40LTEsMC0xLDAuNC0wLjcKCQljMC0wLjIs MC0wLjUsMC0wLjdjMC0wLjIsMC0wLjUsMC0wLjdjLTAuNiwwLjgtMS4xLTEuOC0yLjItMC40YzAu Mi0wLjUsMC4yLTEuNywwLTIuMWMwLjUsMCwwLjUtMS4yLDEtMS4xYy0wLjMtMS40LDAuMS0yLDAu NC0yLjkKCQljLTAuMy0wLjMtMC41LDEuMS0wLjYsMGMwLTAuNywwLjQtMC43LDAuNi0xLjFjMC4y LDEuNC0wLjEsMy45LDAuNiw0LjNjMC0wLjYsMC45LTAuNiwwLjksMGMtMC41LDEuNiwwLjIsNC45 LTAuOSw1CgkJYy0wLjEsMC42LDAuMiwwLjksMCwxLjFjLTAuMSwwLjEtMC4zLDAtMC4zLDAuNGMx LjEsMCwxLjEsMi41LDEsNWMwLjUsMC4zLDAuNSwyLjEsMC45LDEuOGMtMC45LDEuNCwwLjMsMy42 LDAuMSw1LjEKCQljMC4xLTAuMiwwLjEsMS4zLDAuMiwxLjRjLTAuOS0wLjEtMC41LDMuNi0wLjQs My45YzAuMi0xLDAuMSwxLjEsMC40LDBjMCwwLjcsMC4xLDEuMSwwLjEsMS41aDAuNGMwLDAuMiww LDAuNC0wLjEsMC42CgkJYzIuNiwwLjgsNi45LDEuNywxMi4xLDEuNmM3LjItMC4xLDE2LjksMCwy MC43LTAuNWMwLjUsMC4yLDAuOCwwLjQsMS4yLDAuN2MyLDAuMSwzLjEtMC40LDQuNywwYzAtMC4z LDAtMC43LDAtMQoJCWMzLjMtMC41LDUuOSwwLjgsOS43LDAuNWMtMS4zLTEuMiwwLjQtMi4zLDQu My0yYzAuMy0wLjQsMC44LTAuNywxLjktMC43YzIuMywwLjUsOCwwLjMsOS43LTAuNWM0LjItMC4y LDYuOCwwLjQsOS4yLDAuNQoJCWMwLDAuMSwwLjEsMC4xLDAuMSwwLjJjMC4zLDAsMC43LDAuMSwx LDAuMWMtMC4xLDAuMS0wLjIsMC4yLTAuMSwwLjRjMC44LDAuMSwwLjktMC4xLDEuMS0wLjNjMC41 LDAsMC45LDAuMSwxLjQsMC4xCgkJYzEsMC4zLDMuMSwwLjEsNC4xLDAuNGMwLjItMC4xLDAuNC0w LjIsMC42LTAuMmM2LjMsMCwxMi45LTAuNiwxOC4zLDAuMmMwLjItMC45LDMuOSwwLDIuNy0wLjhj NC4yLDAuNCw0LjktMi4xLDkuMy0xLjIKCQljMC4xLTAuMi0wLjEtMC40LDAuMy0wLjVjMS4xLDAu NiwyLjgsMC40LDQuMSwwLjVjLTAuOCwwLjQtMC41LDAuNy0wLjcsMS41YzIuMiwwLjgsNS44LDEu NSwxMC4xLDEuNXYwLjRjMi0wLjEsMy45LTAuMiw1LjgtMC4yCgkJYzAuMi0wLjEsMC41LTAuMyww LjktMC4zYzIsMCwzLjksMCw1LjctMC4xYzIuNiwwLjIsNS4zLDAuNiw3LjEsMC42YzAuMy0wLjEs MC43LTAuMiwxLjEtMC4zYzEuMywwLDIuMi0wLjMsMy4zLDAKCQljMC0wLjEsMC0wLjEsMC0wLjJj MS4zLDAsMi43LDAsNC4xLTAuMmMwLjctMC4yLDAtMC4zLDAuMS0wLjRjMC41LDAuMSwxLDAuMiwx LjYsMC4yYzIuMSwwLjUsMy43LDEuMiw0LjMsMi4zCgkJYzEwLjQsMS4zLDIzLjEtMC41LDMyLjgs MC43YzAuMi0xLDQuOSwwLDMuNC0wLjhjNS4yLDAuNCw2LjEtMi4yLDExLjUtMS4zYzAuMS0wLjIt MC4xLTAuNSwwLjQtMC41YzEuMywwLjcsMy41LDAuNSw1LjEsMC41CgkJYy0xLDAuNS0wLjYsMC43 LTAuOSwxLjZjMi44LDAuOCw3LjYsMS43LDEzLjIsMS42YzcuOS0wLjEsMTguNSwwLDIyLjYtMC41 YzAuNiwwLjIsMC44LDAuNCwxLjMsMC43YzIuMiwwLjEsMy40LTAuNCw1LjEsMAoJCWMwLTAuMSww LTAuMiwwLTAuM2MwLjUsMC4yLDEsMC4zLDEuNSwwLjVjLTAuMywwLjksMCwxLjYsMC44LDIuNWMx LjYtMC4yLDIuNiwwLjMsMy41LDBjMC4zLTAuNS0xLjMtMC4yLTEuMi0wLjcKCQljNS4yLDAuMiw5 LjMtMS40LDEzLjItMC43YzIuNS0wLjYsNS42LDAuMSw3LTEuM2MtMC43LTAuMy0yLjEtMC4yLTEu Ni0xYzguMi0xLjMsMTkuNCwwLjIsMjQuOS0wLjNjLTAuMywwLTAuOCwwLTAuOC0wLjIKCQljMiww LDUuNiwwLjYsNi4yLTAuM2MyLjcsMC42LDUuMiwwLDcsMC4yYy0xLTAuMiwwLjMtMS41LDAuNC0x LjZjLTAuMywwLjYsMS43LDAuMywxLjIsMWMzLjgsMC44LDcuNywxLjQsMTIuMSwxLjUKCQljMC45 LDAsMS42LTAuNSwyLjMsMGMxLTAuMi0wLjQtMC42LDAuNC0wLjdjMS44LDAuNSwxLjktMC4xLDMu OSwwLjJjLTEuNS0xLjItOC0xLjItMTAuMS0xLjFjMC4zLTAuNi0wLjQtMC43LTAuOC0xCgkJYy0y LjUsMC4yLTQtMC40LTUuMi0xYzAuOCwwLDEuNi0wLjEsMi40LTAuMWMwLTAuMywwLTAuNSwwLTAu OGMtMC44LDAtMS42LDAtMi40LDAuMWMwLTAuMS0wLjEtMC4xLTAuMy0wLjJjMSwwLjQsMS43LTAu MSwzLjEsMAoJCWMwLjksMC4zLDEuMywxLjYsMi43LDEuMWMtMC41LTAuMS0wLjktMC4yLTEuMi0w LjNjMi4xLDAsMC4zLDAsMC40LTAuNWMxLjUsMC4yLDAuNy0wLjUsMS45LTAuM2MwLjksMC44LDMu MywxLDQuNywxLjYKCQljMS0wLjIsMy40LTAuMyw1LjktMC41Yy0wLjQsMC45LDAuMywxLjYsMS42 LDIuM2MwLjMsMC4zLDAuOCwwLjYsMS4xLDFjMC42LDAsMSwwLDEuNCwwYzAsMCwwLjEsMCwwLjEs MGMtMC4zLDAuOSwwLDEuNSwwLjcsMi4zCgkJYzEuNC0wLjIsMi4zLDAuMywzLjEsMGMwLjMtMC41 LTEuMS0wLjItMS0wLjZjNC41LDAuMiw4LjItMS4zLDExLjctMC42YzAuOS0wLjIsMS44LTAuMiwy LjctMC4zYzAuMiwwLjEsMC4zLDAuMSwwLjUsMC4yCgkJYzMuNy0wLjksNC44LTAuNiw5LTAuNWMw LjQtMC4zLDAuNy0wLjcsMS42LTAuOGMtMC4yLDAuMy0xLjEsMC4zLTAuOCwwLjhjMC43LDAsMS4z LDAsMiwwYy0wLjEtMC42LDEuMS0wLjgsMi4zLTAuOAoJCWMtMC4xLTAuNi0wLjUtMC45LTEtMS4y YzQuMSwwLjEsOCwwLjQsMTAuNSwwLjFjLTAuMywwLTAuNywwLTAuNy0wLjJjMS44LDAsNC45LDAu Niw1LjUtMC4zYzIuMywwLjUsNC42LDAsNi4yLDAuMgoJCWMtMC41LTAuMS0wLjMtMC43LDAtMS4x YzAuMywwLDAuNiwwLDAuOSwwYzAsMCwwLjEsMCwwLjEsMGMwLjEsMC4xLDAuMywwLjIsMC40LDAu MmMwLDAuMSwwLDAuMSwwLDAuM2MzLjMsMC44LDYuOCwxLjQsMTAuNiwxLjQKCQljMC44LDAsMS40 LTAuNSwyLjEsMGMwLjgtMC4yLTAuNC0wLjYsMC4zLTAuNmMxLjYsMC41LDEuNy0wLjEsMy40LDAu MmMtMC4yLTAuMi0wLjYtMC4zLTEtMC40YzEuMiwwLjEsMi41LDAuMSwzLjksMC4xCgkJYzAuMiww LjIsMC40LDAuMywwLjUsMC41YzEuMSwwLjEsMS43LDAsMi4xLTAuM2MzLjcsMC45LDEwLjYtMC4z LDE0LjcsMS4yYzMuMy0wLjksNC4yLTAuNiw3LjktMC41YzAuMy0wLjMsMC42LTAuNywxLjQtMC44 CgkJYy0wLjEsMC4zLTEsMC4zLTAuNywwLjhjMC42LDAsMS4xLDAsMS43LDBjLTAuMS0wLjYsMS0w LjcsMi4xLTAuOGMtMC4yLTEuMy0xLjktMS42LTMuNC0xLjJjMC40LTAuMywwLjctMC42LDEuNy0w LjYKCQljMC4zLDAuMiwwLjcsMC4zLDEsMC41YzEtMC4yLDEuOC0wLjQsMy4xLTAuNWMwLTAuNC0w LjctMC41LDAuMy0wLjZjMCwwLjIsMCwwLjQsMCwwLjZjMS45LTAuMywzLjYsMCwzLjEtMC42CgkJ YzAuOSwwLjQsNi41LDEuMSw1LjEsMC4yYzIuOS0wLjEsMi4zLTAuMSw0LjgtMC4yYy0wLjcsMC41 LDEuOCwwLjIsMy4xLDAuMmMxLjMsMSw0LjcsMC41LDYuOSwwLjhjLTAuMS0wLjQsMC41LTAuNSwx LTAuNgoJCWMxLjgsMC4yLDMuNCwwLjUsNS4xLDAuN2MtMSwwLjItMS41LDAuNC0wLjcsMC43Yy0y LjEtMC4yLTQuMi0wLjItNiwwYzEuNSwwLjMsMC4zLDAuNywwLDEuMWMxLjYsMCwxLjEsMC44LDMu NCwwLjUKCQljLTAuNC0xLDIuNS0wLjcsMy40LTEuMWMtMC41LDAtMC43LTAuMi0wLjktMC4zYzMu MSwwLDEyLjktMC40LDEzLjIsMS42Yy0yLjksMS45LDAuMSwzLjMsNC4zLDQuNGMtMC40LDAuOSww LDEuNiwwLjksMi41CgkJYzEuOC0wLjIsMi45LDAuMywzLjgsMGMwLjQtMC41LTEuNC0wLjItMS4z LTAuN2M1LjYsMC4yLDEwLjItMS40LDE0LjUtMC43YzIuNy0wLjYsNi4xLDAuMSw3LjctMS4zYy0w LjgtMC4zLTIuMy0wLjItMS43LTEKCQljOC45LTEuMywyMS4yLDAuMiwyNy4zLTAuM2MtMC4zLDAt MC44LDAtMC45LTAuMmMyLjIsMCw2LjEsMC42LDYuOC0wLjNjMi45LDAuNiw1LjcsMCw3LjcsMC4y Yy0xLTAuMiwwLjMtMS41LDAuNC0xLjYKCQljLTAuNCwwLjYsMS45LDAuMywxLjMsMWM0LjEsMC44 LDguNSwxLjQsMTMuMiwxLjVjMSwwLDEuNy0wLjUsMi42LDBjMS0wLjItMC41LTAuNiwwLjQtMC43 YzIsMC41LDIuMS0wLjEsNC4zLDAuMgoJCWMtMS43LTEuMi04LjctMS4yLTExLjEtMS4xYzAuMy0w LjYtMC41LTAuNy0wLjktMWMtMy4zLDAuMi00LjktMC43LTYuNC0xLjNjMC43LDAsMS40LDAsMi4x LDBjMC4xLTAuNy0wLjYsMC0xLjctMC4yCgkJYzAuNS0wLjIsMC41LTAuNCwwLTAuN2MxLDAuNCwx LjgtMC4xLDMuNCwwYzEsMC4zLDEuNCwxLjYsMywxLjFjLTAuNS0wLjEtMS0wLjItMS4zLTAuM2My LjMsMCwwLjMsMCwwLjQtMC41CgkJYzEuNiwwLjIsMC44LTAuNCwyLjEtMC4zYzEsMC44LDMuNiwx LDUuMSwxLjZjMS41LTAuMyw2LjQtMC4zLDkuOC0wLjhjLTEsMC40LDAuNSwwLjgsMS4zLDFjMS42 LTEsMy43LTAuMyw1LjUtMC44CgkJYy0wLjYtMC4xLTEuNC0wLjItMS4zLTAuN2MyLjYtMC4yLDIu MywxLjEsNC43LDAuNWMwLDAuMi0wLjUsMC4yLTAuNCwwLjVjMy42LDAuMiw0LjcsMC44LDYuOCwx LjhjLTAuNy0wLjEtMC40LTAuNS0xLjctMC4zCgkJYzAsMC4yLDAuMiwwLjQsMC40LDAuNWMtMS4z LTAuMi0xLDAuMy0xLjcsMC4zYzAuNC0wLjUtMC45LTAuMy0xLjctMC4zYzAuMSwwLjQsMC44LDAu NS0wLjQsMC43Yy0zLjYtMC40LTguNS0wLjktMTEuOS0xLjUKCQljLTIuOCwwLjYtMC43LDEuMSww LDJjMS40LDAuMSwyLjEsMCwyLjYtMC4zYzQuNiwxLDEzLjItMC4zLDE4LjMsMS4zYzQuMS0wLjks NS4yLTAuNiw5LjgtMC41YzAuNC0wLjMsMC43LTAuNywxLjctMC44CgkJYy0wLjIsMC4zLTEuMiww LjMtMC45LDAuOGMwLjcsMCwxLjQsMCwyLjEsMGMtMC4xLTAuNiwxLjItMC44LDIuNi0wLjhjLTAu My0xLjQtMi40LTEuNy00LjMtMS4zYzAuNS0wLjMsMC45LTAuNiwyLjEtMC43CgkJYzAuNCwwLjIs MC45LDAuMywxLjMsMC41YzEuMy0wLjIsMi4zLTAuNCwzLjgtMC41Yy0wLjEtMC40LTAuOC0wLjUs MC40LTAuN2MwLDAuMiwwLDAuNCwwLDAuN2MyLjQtMC4zLDQuNSwwLDMuOC0wLjcKCQljMS4xLDAu NSw4LjEsMS4xLDYuNCwwLjJjMy43LTAuMSwyLjktMC4xLDYtMC4yYy0wLjksMC41LDIuMywwLjIs My44LDAuMmMxLjYsMSw1LjksMC42LDguNSwwLjhjLTAuMS0wLjQsMC43LTAuNSwxLjMtMC43CgkJ YzQuOSwwLjUsOSwxLjQsMTQuOSwwLjdjMC4xLDAuMSwwLDAuMywwLjQsMC4zYzAuMi0xLjctNC41 LTEuNS02LjgtMi4xYzAsMS02LjUtMC4zLTYuOCwxYy0xLDAtMiwwLTMsMGMwLjMtMC40LTAuOC0w LjMtMC45LTAuNwoJCWMtMy42LDAuMi02LjItMC40LTguOS0wLjNjMC4zLTAuMywyLjEsMCwxLjct MC41Yy0xLDAuMi00LjcsMC0yLjEsMC41Yy0yLjUtMC4yLTMuMS0wLjItNS4xLTAuN2MtMC4xLDAu MiwwLjEsMC41LTAuNCwwLjUKCQljLTAuNS0wLjctMy4xLTAuNi00LjMtMC43YzAtMC4yLDAuOC0w LjIsMC45LTAuM2MtMy41LDAuMi00LjEtMC40LTYuNC0wLjNjLTAuMi0xLjEtMy4yLTEuNi00LjMt Mi44YzAuNywwLDEuMywwLDEuNy0wLjIKCQljMCwwLjIsMCwwLjQsMCwwLjdjOC0wLjksMTcuMSww LjUsMjMsMC41YzAuNSwwLjUsMS45LDAuNywzLDFjMS45LTEuMSw1LjEtMC4xLDYuOC0wLjVjLTAu MywwLjcsMC45LDAuNCwxLjMsMC4yCgkJYzAuOCwwLjMtMC4zLDAuMywwLDAuOGMxLjksMC40LDMu NywwLjgsNC4zLDEuNmMwLjYtMC40LDEuOS0wLjUsMi42LTAuOGMwLjEsMC40LDEuMSwwLjQsMi4x LDAuM2MxLjItMC4zLDAuMS0wLjYsMS43LTAuOAoJCWMxLjksMCwzLjgtMC4xLDQuNywwLjNjLTAu MSwwLjYtMS42LDAuNy0yLjYsMWMwLjMsMC41LTAuNCwwLjYtMC40LDFjMi4zLDAuNCw1LjgsMC41 LDguOSwwLjVjMCwwLjItMC41LDAuMi0wLjQsMC41CgkJYzIuMSwwLjEsMy42LDAsMy44LTAuN2Mt MC41LDAtMS4yLDAtMS4zLTAuMmMxLjktMC44LDQuNSwwLjMsNi40LTAuMmMtMC41LDAtMS0wLjMt MC40LTAuM2MwLjIsMC40LDIuNywwLDEuMywwLjUKCQljNC43LDAuMywxMS42LDAuMSw4LjUtMS4x YzIuMy0wLjgsOS41LDAuNywxMC42LTAuNWMtMC4yLDAtMi43LTAuOS0zLjQtMC4yYy0xLTAuMy0x LjItMC44LTIuNi0xYzAuNywwLjUtMS4xLDAuNy0xLjMsMC4zCgkJYzEuMi0wLjEsMC4zLTEuNSww LjktMS44Yy0xLjEsMC40LTEuMiwwLTAuOS0wLjVjLTAuMywwLTAuNiwwLTAuOCwwYy0wLjMsMC0w LjYsMC0wLjksMGMxLDAuNi0yLjIsMS4zLTAuNCwyLjUKCQljLTAuNS0wLjItMi0wLjItMi42LDBj MC0wLjUtMS40LTAuNi0xLjMtMS4xYy0xLjYsMC40LTIuNC0wLjItMy40LTAuNWMtMC40LDAuMywx LjMsMC41LDAsMC43Yy0wLjksMC0wLjktMC40LTEuMy0wLjcKCQljMS42LTAuMiw0LjcsMC4xLDUu MS0wLjdjLTAuNCwwLTAuNi0wLjMtMC41LTAuNmgwLjJjMC0wLjEsMC0wLjIsMC0wLjNjMC4xLDAs MC4yLTAuMSwwLjMtMC4xYzAuMywwLjEsMC43LDAuMSwxLjIsMC4yCgkJYzAsMC4xLDAsMC4xLDAs MC4yYzAsMCwwLDAuMSwwLjEsMC4xYzAsMCwwLTAuMSwwLTAuMWgwLjJjMCwwLDAsMC4xLDAuMSww LjFjMCwwLDAtMC4xLDAtMC4xYzAtMC4xLDAtMC4xLDAtMC4yYzAuNSwwLDEuMSwwLDEuNiwwCgkJ YzAsMCwwLDAuMSwwLDAuMWgyYzAuNSwwLjEsMC44LDAuMywwLjgsMC42YzAuNywwLjEsMS4xLTAu MiwxLjMsMGMwLjEsMC4xLDAsMC4zLDAuNCwwLjNjMC0wLjUsMC41LTAuOCwxLjMtMWgzLjMKCQlj MC0wLjEsMC0wLjIsMC0wLjJjMC40LDAsMC45LDAsMS40LDBjMC40LTAuNiwyLjQtMC42LDIuMS0x YzAuMiwwLjEsMC40LDAuMiwwLjcsMC4zYy0wLjMsMC0wLjUsMC0wLjUsMC4xYzAuNiwwLDAuMyww LjMsMCwwLjUKCQljMC41LDAsMS4zLDAuMSwxLjUtMC4yYy0wLjUtMC4xLTAuMS0wLjIsMC0wLjRj MS41LDAsMy4xLTAuNiw0LjQtMC40Yy0wLjItMC4xLDEuNi0wLjEsMS42LTAuM2MtMC4xLDEsNC4z LDAuNSw0LjcsMC41CgkJYy0xLjItMC4yLDEuNC0wLjIsMC0wLjVjMC44LDAsMS40LTAuMSwxLjgt MC4xdi0xLjVoMC41YzAtMS4yLTAuMy0yLjItMC41LTMuMXYwYzAsMCwwLDAsMCwwYy0wLjItMC42 LTAuNC0xLjMtMC42LTEuOQoJCWMwLjIsMCwwLjQsMCwwLjYsMHYtMi45Yy0wLjMsMC0wLjYsMC0w LjktMC4xYzAtMC40LDAuMS0wLjksMC4xLTEuNGMtMC4yLTAuMS0wLjQsMC4xLTAuNS0wLjRjMC4y LTAuNCwwLjMtMC45LDAuNC0xLjQKCQljMC4yLTAuMSwwLjQtMC4xLDAuOC0wLjF2LTEuMmMtMC4y LDAtMC40LDAtMC43LDBjMC0wLjcsMC0xLjQsMC0yLjFjMC40LDAuOSwwLjcsMC41LDEuNSwwLjhj MC44LTIuNiwxLjYtNywxLjUtMTIuMgoJCWMtMC4xLTcuMywwLTE3LTAuNS0yMC44YzAuMi0wLjUs MC40LTAuOCwwLjYtMS4yYzAuMS0yLTAuMy0zLjEsMC00LjdjLTAuMywwLTAuNiwwLTAuOSwwYy0w LjUtMy4zLDAuNy02LDAuNS05LjgKCQljLTEuMSwxLjMtMi4xLTAuNC0xLjgtNC4zYy0wLjMtMC4z LTAuNi0wLjgtMC42LTJjMC40LTIuMywwLjMtOC4xLTAuNS05LjhjLTAuMi01LjEsMC42LTcuOCww LjUtMTAuNmMwLjIsMC4xLDAuMywwLjYsMC42LDAuNAoJCWMwLjItMS41LTAuNi0wLjYtMC41LTJj MC42LTAuNCwwLjMtMy40LDAuNi00LjdjLTAuOC0xLjktMC44LTMuOC0xLjQtNS45YzAtMC42LDAu NC0wLjMsMC4zLTEuMmMtMC45LTEuOS0wLjctNy42LTEuMS0xMi4yCgkJYy0wLjMsMC0wLjUsMC0w LjgsMGMwLDIuNSwwLjIsNC42LDAuMiw3LjVjMC41LTAuMiwwLjcsMC4zLDAuNiwxLjZjLTAuMy0w LjctMC4yLDAtMC42LDBjMCwwLjcsMC4yLDItMC4zLDEuNmMwLTAuMSwwLTAuMSwwLTAuMgoJCWMt MC44LTEuMS0wLjgtNC4yLTItMy4yYy0wLjEtMi42LDAtNS4zLTAuMi03LjhjLTAuNywwLjEtMC44 LTAuNC0wLjktMWMwLjktMS45LDAuOS00LjMsMS4yLTYuNGMwLjMtMS44LDEtMi40LDEuMi0zLjgK CQljMCwwLTAuMy0wLjMtMC4zLTAuNGMwLTEuMSwwLjMtMi41LDAuNS0zLjJjMC0yLjgtMC40LTUu Mi0wLjItOGMtMC4yLDAuMS0wLjgtMC4yLTAuOCwwLjJjMC41LDAuMywwLDAuNywwLjMsMS4yCgkJ Yy0wLjYsMC4xLTAuNiwwLjgtMS40LDAuNmMwLjMtMS4xLDAuMi0xLjQsMC4zLTIuNmMxLjQtMC40 LDAuNy0yLjMsMC4yLTMuMmMwLDAuMy0wLjUtMC40LTAuNi0wLjZjMC4yLTIuNC0xLTMuNC0wLjUt NC42CgkJYzAsMC4yLTAuMSwwLjItMC4zLDAuMmMtMC40LTIuNCwwLjEtMy4yLDAuNS01LjZjLTAu NC0xLjMtMC44LTIuNC0wLjktNGMtMS0xLjMtMS4yLTMuNC0xLjEtNS41YzAsMCwwLDAsMC4xLDAK CQljMC4zLTAuMiwwLjEtMC44LDAtMS4yYzAuMS0xLjgsMC40LTMuNiwwLjUtNC45Yy0wLjQtMC4x LTAuMywwLjQtMC44LDAuMmMwLjQtMC40LTAuMS0xLjksMC4zLTIuMmMwLjQsMCwwLjgsMC4xLDAu OSwwLjQKCQljLTAuMSwwLjYtMC40LDAuOC0wLjYsMS4yYzAuNCwwLjMsMC4zLDAsMC44LDAuMmMt MC4xLTEuMiwwLjktMS40LDAuOC0yYzAuMiwwLjYsMC43LTAuMiwwLjktMC4yYy0wLjctMS40LTAu Ni0yLTAuNi0zLjgKCQljLTAuOSwwLTAuMi0wLjgtMC45LTEuMmMwLjEsMC42LTAuNi0wLjUtMC42 LDAuMmMwLjUsMC43LTAuNCwwLjMtMC41LDEuMmMwLTEuNi0wLjEtMi42LTEuMi0zLjhjMC0wLjEs MC0wLjMsMC0wLjQKCQljMC4xLDAsMC4yLDAsMC4zLDBjLTAuMS0wLjYsMC0xLjItMC4xLTEuNmMw LjQtMS4zLDEuMS0yLjIsMS42LTIuN2MtMC4xLTEuMSwwLjMtMy4xLDAuMy0zLjhjMC0wLjEtMC4z LTAuMi0wLjMtMC42CgkJYzAuMS0wLjcsMC0xLjYsMC4yLTIuNmMwLjUtNC4xLDAuOS05LjcsMS4x LTEzLjNjMC4xLTEuMy0wLjUtMi40LDAuMi0zYy0wLjIsMC0wLjYsMC4xLTAuNi0wLjJjMC4zLTEu MiwwLjItMywxLjQtMwoJCWMwLjQsMS41LDAuNSwxLjYsMC41LDIuMmMyLjMtMS41LTAuNC03Ljgs Mi4zLTljLTAuNS0wLjYsMC4xLTEuNC0wLjYtMS44YzAuMS0wLjcsMC4yLTAuNywwLjMtMS44Yy0w LjksMC4xLTAuOC0xLTAuNS0xLjYKCQljLTAuOC0wLjQsMC0yLjItMC4zLTMuOGMtMC41LDAuMy0w LjUtMC4xLTEuMiwwYy0xLjEtMi4zLDAuOS0zLjMsMC01LjRjMC40LTEuNywwLjItNC4yLDAtNi4y Yy0wLjMtMC4xLTAuNCwwLjMtMC41LDAKCQljLTAuMi0wLjQsMC4yLTIuMiwwLjItMS43YzAuMS0x LjgtMC4zLTMuMy0wLjItNWMwLjItMi40LDEuNC01LDEuNC03LjhjMC0xLjUtMC40LTIuNy0wLjIt NC4yYzAuNCwwLDAuMi0wLjYsMC41LTEuMgoJCWMtMC43LDAuMi0wLjQtMS4xLTAuOC0xLjRjLTAu MywwLjItMC40LDAuMi0wLjYsMC4xYzAuMi0xLDAuNi0xLjcsMS0yLjJjMC4zLDEuMywwLjYsMS4z LDEuNSwxLjJjMC4zLDEuNSwwLjUsNC41LDEuMSwzLjEKCQljLTAuMiwxLjktMC4yLDMuOCwwLDUu NWMwLjMtMS40LDAuNi0wLjMsMS4xLDBjMC0xLjQsMC43LTEsMC41LTMuMWMtMC45LDAuNC0wLjYt Mi4zLTEuMS0zLjFjMCwwLjQtMC4yLDAuNi0wLjMsMC44CgkJYzAtMi44LTAuNC0xMS45LDEuNS0x Mi4yYzEuNywyLjcsMy4xLTAuMSw0LjEtMy45YzAuOSwwLjMsMS40LDAsMi4zLTAuOEM3NDMuNywy MjguMSw3NDQuMiwyMjcuMSw3NDMuOSwyMjYuMnogTTczOC43LDExOS42CgkJYzAuMiwwLjMsMC40 LDAuNSwwLjgsMC40Yy0wLjEsMC41LTAuMywwLjYtMC4zLDEuMmMtMC4yLDAtMC4zLTEuNy0wLjUt MC40QzczOC40LDEyMC41LDczOC43LDEyMCw3MzguNywxMTkuNnogTTczNy44LDU3LjIKCQljMC4y LDAuMSwwLjEsMSwwLjIsMS42Yy0wLjEtMC4zLTAuNC0wLjYtMC41LDBjLTAuMi0wLjEtMC4xLTEt MC4yLTEuNkM3MzcuNiw1Ny4xLDczNy43LDU3LjksNzM3LjgsNTcuMnogTTczNiw0OS40CgkJYzAu MiwwLjEtMC4xLDAuNywwLjIsMC44YzAsMC43LTAuOSwxLjEtMC4zLDJjMC4zLDAuNy0wLjUtMC4z LTAuOCwwLjRjMC4yLDAuNCwwLjEsMSwwLDAuNGMtMC40LTAuMiwwLjEsMS44LTAuNSwxLjIKCQlj LTAuMSwxLjIsMC40LDAuOCwwLjMsMmMtMC4zLTAuNS0wLjUsMC4yLTAuOS0wLjRjLTAuMi0yLjUs MC4zLTMuMSwwLjUtNC43QzczNS4zLDUwLjQsNzM1LjUsNTAuNyw3MzYsNDkuNHogTTczMy45LDQ5 LjQKCQljMC0xLDAuMywwLjUsMC42LDBjMCwwLDAsMCwwLDAuMWMwLDAsMCwwLDAsMGMwLjEsMC4y LTAuNSwxLjItMC44LDEuMUM3MzMuNiw1MCw3MzQuMyw0OS42LDczMy45LDQ5LjR6IE02NTQuNCw3 LjcKCQljLTAuMiwwLTAuNSwwLTAuNywwYy0wLjMtMC42LTEuMi0wLjQtMS40LTAuOEM2NTMuNSw3 LDY1NC4xLDcuMiw2NTQuNCw3Ljd6IE04NS43LDkuM2MtMC4yLDAtMC41LDAtMC43LDBjMC4yLTAu NSwwLjktMC43LDIuMS0wLjgKCQlDODYuOSw4LjksODYuMSw4LjcsODUuNyw5LjN6IE03LDkzLjZj LTAuNi0wLjgtMC42LTItMC40LTMuNGMwLjEsMC40LDAuMiwwLjcsMC40LDFjMC41LTAuMSwwLjgt MC45LDAuOS0yQzguMiw5MSw3LjgsOTMuNCw3LDkzLjYKCQl6IE04LjcsMjc0LjhjLTAuMi0wLjMt MC40LTAuNS0wLjgtMC40YzAuMS0wLjUsMC4zLTAuNSwwLjMtMWMwLjIsMCwwLjMsMS41LDAuNSww LjNDOSwyNzQsOC43LDI3NC40LDguNywyNzQuOHogTTUuMiw0MTIuNQoJCWMtMC4yLTAuMy0wLjQt MC41LTAuNy0wLjRjMC4xLTAuNSwwLjMtMC42LDAuMy0xLjFjMC4yLDAsMC4zLDEuNSwwLjQsMC40 QzUuNCw0MTEuNyw1LjIsNDEyLjEsNS4yLDQxMi41eiBNNy40LDQyNi4xCgkJYy0wLjQtMC4zLTAu Ny0wLjktMC43LTIuMWMwLjQsMC4yLDAuMiwxLjEsMC43LDEuNEM3LjQsNDI1LjYsNy40LDQyNS44 LDcuNCw0MjYuMXogTTYuMSw0NjkuM2MtMC4yLTAuMS0wLjEtMC45LTAuMS0xLjQKCQljMC4xLDAu MiwwLjQsMC42LDAuNCwwYzAuMiwwLjEsMC4xLDAuOSwwLjEsMS40QzYuMyw0NjkuNCw2LjEsNDY4 LjcsNi4xLDQ2OS4zeiBNNy45LDQ3Ni40Yy0wLjItMC4xLDAuMS0wLjYtMC4xLTAuNwoJCWMwLTAu NiwwLjgtMSwwLjMtMS44Yy0wLjMtMC43LDAuNSwwLjMsMC43LTAuNGMtMC4yLTAuNC0wLjEtMC45 LDAtMC40YzAuMiwwLjEsMC4xLTAuNiwwLjItMWMwLjEsMCwwLjEtMC4xLDAuMi0wLjFjMCwwLDAs MCwwLjEsMAoJCWMwLDAsMCwwLDAtMC4xYzAsMCwwLjEtMC4xLDAuMS0wLjFjMC0wLjYsMC4xLTEs MC4yLTEuNGMwLjEsMCwwLjEsMC4xLDAuMiwwLjJjMC4xLDAuNywwLDEuMywwLDEuOGMtMC4zLDAu My0wLjYsMC45LTAuNCwwLjkKCQljMC4xLTAuMiwwLjItMC4xLDAuMywwYy0wLjEsMC41LTAuMiwx LTAuMywxLjZDOC41LDQ3NS41LDguMyw0NzUuMiw3LjksNDc2LjR6IE05LjksNDc2LjRjMCwwLjkt MC4zLTAuNS0wLjYsMAoJCWMtMC4yLTAuMSwwLjQtMS4yLDAuNy0xLjFDMTAuMiw0NzUuOSw5LjUs NDc2LjIsOS45LDQ3Ni40eiBNNjQwLjEsNTA4LjVjMC4zLDAsMC42LDAsMC45LDBjLTAuMywwLjUt MS4xLDAuOC0yLjYsMC44CgkJQzYzOC43LDUwOC45LDYzOS43LDUwOS4xLDY0MC4xLDUwOC41eiBN NzM3LDE3NC41YzAuNSwwLjMsMC4yLDEsMC4yLDJjLTAuMywwLjEtMC4zLTAuNS0wLjYtMC40Qzcz Ni42LDE3NS4yLDczNywxNzUuMyw3MzcsMTc0LjV6CgkJIE01NjYuMyw0OTkuOGMwLjUsMC4yLDAu MSwwLjMtMC4zLDAuM0M1NjYsNTAwLDU2Ni4xLDQ5OS45LDU2Ni4zLDQ5OS44eiBNNTY2LjQsNDk5 LjhDNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgsNTY2LjQsNDk5LjgKCQljMC4xLDAsMC4yLDAsMC4y LDBDNTY2LjUsNDk5LjgsNTY2LjUsNDk5LjgsNTY2LjQsNDk5Ljh6IE01NjguMyw1MDBjMS41LDAs My0wLjMsMy44LDAuM0M1NzAuOCw1MDAuMiw1NjkuNSw1MDAuMSw1NjguMyw1MDB6CgkJIE01OTEu MSw1MDEuNmMwLDAsMC4xLDAuMSwwLjUsMC4xYy0wLjEsMC4xLTAuMywwLjEtMC41LDAuMUM1OTEu MSw1MDEuOCw1OTEuMSw1MDEuNyw1OTEuMSw1MDEuNnogTTU5MS4xLDUwMS42YzAtMC4xLDAtMC4y LDAtMC4zCgkJYzAuMSwwLDAuMS0wLjEsMC4xLTAuMUM1OTIuMSw1MDEuMiw1OTEuMSw1MDEuNSw1 OTEuMSw1MDEuNnogTTU4Ni4zLDUwMS44Yy0wLjktMC4xLTAuOCwwLjMtMS44LDAuMmMtMC42LTAu NC0xLjQtMC40LTIuMS0wLjQKCQljMC44LTAuNCwyLjMtMC42LDQtMC42Yy0wLjQsMC4zLTAuNyww LjYtMS41LDAuN0M1ODUuOCw1MDEuNiw1ODYsNTAxLjMsNTg2LjMsNTAxLjh6IE01OTAuNyw1MDIu MgoJCUM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMkM1OTAuNyw1MDIuMiw1OTAu Nyw1MDIuMiw1OTAuNyw1MDIuMkM1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMiw1OTAuNyw1MDIuMnog TTU2My41LDUwOC42CgkJYzAuOSwwLDAuOCwwLjQsMS43LDAuNWMtMC4zLDAuNS0xLjEsMC4yLTIu MSwwLjJDNTYzLDUwOSw1NjMuNiw1MDguOSw1NjMuNSw1MDguNnogTTU2Myw1MDcuM2MwLTAuMiww LTAuMywwLTAuNQoJCWMwLjcsMCwxLjYsMC4xLDEuNy0wLjJjMC41LDAsMC4yLDAuMiwwLDAuMmMt MC4xLDAuMiwwLjEsMC4zLDAuNCwwLjNDNTY0LjgsNTA3LjMsNTY0LjQsNTA3LjIsNTYzLDUwNy4z eiBNNTYxLjMsNTA3LjEKCQljLTAuOSwwLTAuMS0wLjctMS4zLTAuN2MwLjItMC4zLDEuMy0wLjEs MC45LTAuN2MxLjEsMCwxLjMsMC4zLDEuNywwLjVDNTYzLjEsNTA2LjksNTYxLDUwNi42LDU2MS4z LDUwNy4xeiBNNTYxLjMsNDk5LjkKCQljLTAuMiwwLjQtMi4xLDAuMS0zLDAuMmMwLTAuMiwwLjUt MC4zLDEuMS0wLjNoMC44QzU2MC43LDQ5OS44LDU2MS4xLDQ5OS44LDU2MS4zLDQ5OS45eiBNNTI1 LjEsNTAxLjdjLTAuOS0wLjIsMC40LTAuNC0wLjEtMC42CgkJYzAuNiwwLDEuMywwLDIsMGMwLjEt MC4xLDAuMi0wLjIsMC40LTAuM2MxLjQsMC4yLDIuNCwwLjcsMC4zLDAuOWMwLjEtMC4yLDAuOC0w LjEsMC45LTAuM0M1MjcuNyw1MDEsNTI2LjksNTAyLDUyNS4xLDUwMS43egoJCSBNMTQ0LjIsNTA1 LjNjLTAuMiwwLjItMC42LDAuNC0xLjIsMC41Yy0wLjQsMC0wLjgsMC0xLjIsMGMwLjMtMC40LTAu OS0wLjctMi4zLTAuN2MtMC4xLDAtMC4yLDAtMC4yLDAuMWMwLTAuMiwwLTAuMy0wLjQtMC40CgkJ YzAuMy0wLjMsMC44LTAuNCwxLjQtMC41YzAuNCwwLjEsMC45LDAuMSwxLjMsMC4yYzAtMC4xLDAu MS0wLjIsMC4xLTAuMmMxLjMsMC4xLDIuNSwwLjQsMi42LDFjMCwwLDAsMC0wLjEsMAoJCUMxNDQu Miw1MDUuNCwxNDQuMiw1MDUuNCwxNDQuMiw1MDUuM3ogTTYuNSwzNDEuMWMwLjIsMCwwLjMsMCww LjMsMC4zYy0wLjEsMC41LTAuNCwwLjItMC42LDAuNEM2LjMsMzQxLjYsNi40LDM0MS4zLDYuNSwz NDEuMXoKCQkgTTYuOCwzMzYuNGMwLTAuMSwwLTAuMSwwLTAuMkM2LjgsMzM2LjMsNi44LDMzNi40 LDYuOCwzMzYuNHogTTYuOCwzMzUuN2MtMC44LDAuNC0wLjIsMS4xLTEsMS4xYzAuMi0xLDAuMi0x LjksMC4zLTIuOAoJCWMwLjQtMC4xLDAtMC43LDAuOC0xYzAsMC4xLDAsMC4xLDAsMC4yQzYuNywz MzQsNi44LDMzNC45LDYuOCwzMzUuN3ogTTUuOCwzNTMuM2MwLDAsMC0wLjEsMC0wLjFDNS44LDM1 My4yLDUuOCwzNTMuMiw1LjgsMzUzLjMKCQlDNS44LDM1My4zLDUuOCwzNTMuMyw1LjgsMzUzLjN6 IE02LjEsMzUzLjRjMC4yLDAuMSwwLjUsMCwwLjUsMC43QzYuNCwzNTMuOSw2LjIsMzUzLjYsNi4x LDM1My40eiBNNy40LDMyNi40CgkJYy0wLjEtMC43LTAuMS0xLjYtMC4xLTIuM2MwLTAuMSwwLjEt MC4zLDAuMS0wLjRjMCwwLDAsMC0wLjEsMGMwLTAuMiwwLTAuMywwLTAuNWMwLjEsMS4yLDAuMiwy LjIsMC41LDIuNgoJCUM3LjcsMzI1LjksNy42LDMyNi4xLDcuNCwzMjYuNHogTTE0Ny43LDEwLjRj MCwwLjIsMCwwLjMsMCwwLjVjLTAuNSwwLTEuMy0wLjEtMS40LDAuMmMtMC40LDAtMC4yLTAuMiww LTAuMgoJCWMwLjEtMC4yLTAuMS0wLjMtMC4zLTAuM0MxNDYuMywxMC4zLDE0Ni42LDEwLjUsMTQ3 LjcsMTAuNHogTTE0Niw4LjdjMC4yLTAuNSwwLjktMC4yLDEuNy0wLjJjMCwwLjMtMC40LDAuMy0w LjMsMC42CgkJQzE0Ni43LDkuMSwxNDYuNyw4LjcsMTQ2LDguN3ogTTE0OS4xLDEwLjVjMC43LDAs MC4xLDAuNywxLDAuNmMtMC4xLDAuMi0xLjEsMC4xLTAuNywwLjZjLTAuOSwwLTEuMS0wLjItMS40 LTAuNQoJCUMxNDcuNywxMC43LDE0OS4zLDExLDE0OS4xLDEwLjV6IE0xNzYuMSwxNS42Yy0wLjEs MC4yLTAuNywwLjEtMC43LDAuM2MwLjcsMC40LDEuMy0wLjUsMi43LTAuM2MwLjgsMC4yLTAuNiww LjUsMC4zLDAuNgoJCWMtMC4xLDAuMS0wLjIsMC4xLTAuMywwLjJoLTEuOUMxNzUuMiwxNi4yLDE3 NC41LDE1LjcsMTc2LjEsMTUuNnogTTU2MS4xLDE0YzEuNC0wLjIsMi4xLDAuNywyLjcsMC4zYzAt MC4yLTAuNi0wLjEtMC43LTAuMwoJCWMzLDAuMi0xLjcsMS41LTIuNCwwLjZDNTYxLjgsMTQuNSw1 NjAuMywxNC4yLDU2MS4xLDE0eiBNNTkxLjMsOS43Yy0wLjMsMC4yLTAuNSwwLjUtMS40LDAuNWMw LjQtMC41LTAuNS0wLjQtMC43LTAuNgoJCWMwLjksMC4xLDAuMy0wLjYsMS0wLjZDNTkwLDkuNSw1 OTEuNyw5LjEsNTkxLjMsOS43eiBNNTkwLjMsMTUuN2MtMC41LDAuMi0yLjQsMC4zLTIuNC0wLjJD NTg4LjYsMTUuNyw1OTAuMSwxNS40LDU5MC4zLDE1Ljd6CgkJIE01OTMuNCw4LjljLTAuMywwLTAu NCwwLjEtMC4zLDAuM2MwLjIsMCwwLjQsMC4xLDAsMC4yYy0wLjEtMC4yLTAuOC0wLjEtMS40LTAu MmMwLTAuMiwwLTAuMywwLTAuNUM1OTIuNyw4LjksNTkzLDguOCw1OTMuNCw4Ljl6CgkJIE01OTEu Niw2LjljMC44LDAsMS41LTAuMywxLjcsMC4yYy0wLjcsMC0wLjcsMC40LTEuNCwwLjVDNTkyLjEs Ny4yLDU5MS42LDcuMiw1OTEuNiw2Ljl6IE03MzQuNiwxNzguOWMwLDAtMC4xLDAtMC4xLDAKCQlj LTAuMS0wLjMtMC4xLTAuNy0wLjMtMC42YzAuMi0wLjEsMC42LDAuMSwwLjYtMC41Yy0wLjItMC4y LTAuMy0wLjUtMC40LTAuOWMwLDAsMC4xLTAuMSwwLjEtMC4xYzAuNi0wLjQsMC4yLDEuNSwwLjgs MS4yCgkJQzczNS4yLDE3OC43LDczNC43LDE3OC4yLDczNC42LDE3OC45eiBNNDk1LjgsNTAxYy0w LjktMC4xLDAuOC0wLjctMC43LTAuOGMwLDAsMCwwLDAsMGMwLjEtMC4yLDAuMi0wLjMsMC40LTAu NWg0LjEKCQljMC4xLDAuMiwwLjEsMC4zLDAuMiwwLjVjLTIsMC0xLjUsMC43LTMuNCwwLjlDNDk2 LjgsNTAwLjYsNDk1LjksNTAwLjYsNDk1LjgsNTAxeiBNOC43LDMzMWMwLDAuMiwwLDAuNCwwLDAu NgoJCWMwLDAuMS0wLjEsMC4xLTAuMiwwLjJjMC4xLTAuOS0wLjMtMC44LTAuMS0xLjhjMC4yLTAu MywwLjItMC42LDAuMy0wLjljMCwwLjUsMCwxLDAsMS41YzAtMC4xLDAtMC4yLDAtMC4yCgkJQzgu NiwzMzAuNiw4LjYsMzMwLjksOC43LDMzMXogTTExLjMsMTM3LjljMC0wLjUsMC4xLTAuOCwwLjIt MWMwLjIsMCwwLjMsMC4xLDAuMywwLjNjMC4yLTAuMSwwLjMtMC4xLDAuNS0wLjF2Mi40CgkJYy0w LjIsMC0wLjMsMC4xLTAuNSwwLjFjLTAuMS0wLjMtMC4yLTAuNC0wLjQtMC4zQzExLjQsMTM4LjYs MTEuOSwxMzcuOCwxMS4zLDEzNy45eiBNMTAuNCwzMS40Yy0wLjMsMC0wLjIsMS0wLjYsMC43CgkJ YzAuMS0wLjUsMC4xLTEuNCwwLjItMi4yYzAuMS0wLjEsMC4xLTAuMywwLjItMC40YzAuMSwwLjMs MC4yLDAuNiwwLjMsMUMxMC4zLDMwLjgsMTAuMiwzMS4yLDEwLjQsMzEuNGMwLTAuMywwLjEtMC4z LDAuMi0wLjMKCQljMC4xLDAuNywwLjIsMS4zLDAuNCwxLjNjMC4xLDEuNy0wLjYsMC41LTAuNiwx LjFjLTAuNC0wLjEsMC4yLTEsMC4xLTEuNEMxMC41LDMxLjgsMTAuNCwzMS44LDEwLjQsMzEuNHog TTM2Mi45LDEzLjIKCQlDMzYyLjksMTMuMiwzNjIuOSwxMy4yLDM2Mi45LDEzLjJjMS41LTAuMSwy LDAuMiwzLjQsMC4xYy0wLjMsMC4yLTAuNywwLjQtMSwwLjVjLTAuOSwwLTEuOC0wLjEtMi40LTAu MgoJCUMzNjIuOCwxMy40LDM2Mi44LDEzLjMsMzYyLjksMTMuMnogTTM2Ni42LDEzLjNjMS40LTAu NiwzLjYtMC43LDUuNi0wLjRjMC4xLDAuMSwwLjIsMC4yLDAuNiwwLjNjLTEuNCwwLjItMS4xLTAu My0yLjEtMC4zCgkJYy0wLjYsMC41LTIuMywwLjgtNCwwLjhDMzY2LjcsMTMuNiwzNjYuNywxMy41 LDM2Ni42LDEzLjN6IE0zNzUuNSwxMy45Yy0wLjEsMC0wLjIsMC0wLjIsMGMwLDAsMC0wLjEsMC0w LjEKCQlDMzc1LjMsMTMuOCwzNzUuNCwxMy44LDM3NS41LDEzLjl6IE03MzEsMTM5LjZjMC4xLTAu NiwwLjMsMC4zLDAuMy0wLjRjMC4zLDAuMSwwLjMsMSwwLjMsMmMtMC41LTAuNC0wLjMsMC0wLjks MAoJCUM3MzAuNywxNDAuOCw3MzEuMywxMzkuOCw3MzEsMTM5LjZ6IE03MjkuOSwxNTAuOWMwLTAu My0wLjEtMC40LTAuMi0wLjRjMC0xLjIsMC40LDEsMC41LTAuNGMwLjMsMC4zLDAsMC43LDAsMS4y CgkJYzAuMywwLDAuMy0wLjUsMC42LTAuNGMwLjEsMC45LDAuMiwxLjgsMC42LDJjMC4xLDIuMi0w LjUsMi44LTAuMiw1LjFjMCwwLDAsMCwwLDBjLTAuMS0wLjEtMC4yLDAtMC4yLDAuMmMwLDAsMCww LjEtMC4xLDAuMgoJCWMwLDAsMCwwLDAsMGMwLDAuMiwwLDAuNSwwLDAuN2MwLDAsMCwwLDAsMC4x QzcyOS4zLDE1OS42LDcyOS4yLDE1NC4zLDcyOS45LDE1MC45eiBNMTAuNiwyOTcuNmMwLDAuMS0w LjEsMC4zLTAuMSwwLjUKCQljMC0wLjIsMC0wLjQsMC4xLTAuNkMxMC42LDI5Ny41LDEwLjYsMjk3 LjYsMTAuNiwyOTcuNnogTTEyLjIsMjk5LjJjLTAuMSwwLTAuMSwwLTAuMSwwLjFjLTAuMS0wLjEt MC4yLTAuMy0wLjMtMC41CgkJQzExLjksMjk5LDEyLDI5OS4zLDEyLjIsMjk5LjJ6IE0xMi4zLDIy Mi44YzAsMC0wLjEsMC0wLjEsMGMwLTAuMiwwLjEtMC4zLDAuMS0wLjNWMjIyLjh6IE0xMi4zLDM4 Mi4xCgkJQzEyLjMsMzgyLjEsMTIuMywzODIuMSwxMi4zLDM4Mi4xYy0wLjEtMC41LDAtMC45LDAt MS4zVjM4Mi4xeiBNMTIuMiwzOTIuOGMwLjEsMC4xLDAuMSwwLjEsMC4yLDAuMXYxLjYKCQlDMTIu MiwzOTQuMywxMi4yLDM5My42LDEyLjIsMzkyLjh6IE0xMC44LDEyNy40YzAuMSwwLjksMC4yLDEu NywwLjUsMi4zYzAuNSwwLDAuOC0wLjMsMS4xLTAuM3YyLjNjLTAuNSwwLTAuNy0xLTEuMS0xLjcK CQljMC4xLDAuOCwwLDEuMy0wLjEsMS44QzEwLjgsMTMwLjcsMTAuNywxMjkuMSwxMC44LDEyNy40 eiBNMTEuMywxMzMuOGMwLjEsMC4xLDAuMiwwLjMsMC4zLDAuNmMtMC4yLDAuMS0wLjMsMC41LTAu MywxLjEKCQljMC41LTAuMSwwLjIsMC41LDAuMiwxLjFjLTAuMS0wLjItMC4yLTAuMy0wLjMtMC40 QzExLjEsMTM1LjEsMTEuMiwxMzQuNSwxMS4zLDEzMy44eiBNMTIuMywyMjQuMnYxLjRjLTAuMSww LTAuMSwwLjItMC4xLDAuMwoJCWMtMC4yLTAuMywwLTAuNi0wLjItMS43QzEyLjEsMjI0LjIsMTIu MiwyMjQuMiwxMi4zLDIyNC4yeiBNMTEsMjg4Yy0wLjUtMC4yLTAuNy0wLjktMC44LTIuMWMwLjQs MC4yLDAuMiwxLjEsMC44LDEuNAoJCUMxMSwyODcuNiwxMSwyODcuOCwxMSwyODh6IE0xMC41LDI5 OC41YzAuMiwwLjMsMCwxLjcsMC41LDEuNGMwLTAuMy0wLjEtMC44LTAuMS0xLjNjMCwwLDAsMC4x LDAuMSwwLjFjMC4yLTAuMiwwLjQtMC4yLDAuNi0wLjEKCQljLTAuMiwwLjktMC42LDEuNi0xLDJj MC0wLjEsMC0wLjItMC4xLTAuMkMxMC41LDI5OS43LDEwLjYsMjk5LjEsMTAuNSwyOTguNXogTTku MywzMjguMWMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjMKCQljLTAuMiwwLjItMC4zLDAuNS0wLjQs MC45YzAuMS0xLjMtMC40LTIuOCwwLjQtMy42YzAuMSwwLjIsMC4yLDAuMywwLjMsMC4zQzkuMywz MjYuMyw5LjMsMzI3LjIsOS4zLDMyOC4xeiBNOS44LDMyMS41CgkJQzkuOCwzMjEuNSw5LjgsMzIx LjUsOS44LDMyMS41YzAtMS4xLDAuMS0yLjMsMC4xLTMuNWMwLjItMC45LDAuMy0yLDAuNS0yLjlD MTAuMSwzMTcsMTAsMzE5LjIsOS44LDMyMS41CgkJQzkuOCwzMjEuNSw5LjgsMzIxLjUsOS44LDMy MS41eiBNNzI4LjcsMTgwLjdjLTAuNCwwLTAuNC0yLjItMC4yLTIuN0M3MjguOSwxNzguMiw3Mjgu NiwxNzkuOSw3MjguNywxODAuN3ogTTcyOC42LDE4NgoJCWMtMC4xLDAuMy0wLjEsMC43LTAuMSwx LjFjLTAuMSwwLTAuMiwwLTAuMywwQzcyOC4yLDE4Ni4yLDcyOC40LDE4Niw3MjguNiwxODZ6IE03 MjguNCwxNzMuM2MwLjYtMS44LTAuNS00LjYsMC44LTUuNQoJCWMwLDIuMSwwLjIsMy43LDAuMyw0 LjdDNzI5LjEsMTcyLjksNzI4LjgsMTc0LjMsNzI4LjQsMTczLjN6IE0xNDQuMSwxNi40YzAuMSww LDAuMiwwLDAuMiwwYzAsMCwwLDAsMCwwSDE0NC4xeiBNMTEuMSw0NTguNQoJCWMwLDAuMiwwLjEs MC4zLDAuMiwwLjVjLTAuMSwwLTAuMSwwLTAuMiwwQzExLjEsNDU4LjgsMTEuMSw0NTguNiwxMS4x LDQ1OC41eiBNMzk3LjQsNTA1LjVjMC4zLDAsMC42LDAuMSwwLjksMC4xCgkJYy0wLjMsMC0wLjct MC4xLTEtMC4xQzM5Ny4zLDUwNS41LDM5Ny40LDUwNS41LDM5Ny40LDUwNS41eiBNNDAyLjIsNTAz LjZjLTAuMywwLjItMC42LDAtMS43LDAuMmMwLTAuMiwwLTAuMywwLTAuNQoJCWMwLjUsMCwxLjMs MC4xLDEuNC0wLjJjMC40LDAsMC4yLDAuMiwwLDAuMkM0MDEuOCw1MDMuNSw0MDIsNTAzLjYsNDAy LjIsNTAzLjZ6IE00MDAuOCw1MDVjMC43LDAsMC43LDAuNCwxLjQsMC41CgkJYy0wLjIsMC41LTAu OSwwLjItMS43LDAuMkM0MDAuNSw1MDUuNCw0MDAuOSw1MDUuMyw0MDAuOCw1MDV6IE00MDAuMiw1 MDIuOWMwLjQsMC42LTEuMywwLjItMSwwLjhjLTAuNywwLTAuMS0wLjctMS0wLjYKCQljMC4xLTAu MiwxLTAuMSwwLjctMC42YzAuMiwwLDAuNSwwLDAuNywwQzM5OS44LDUwMi42LDQwMCw1MDIuNyw0 MDAuMiw1MDIuOXogTTQwMCw1MDUuOWMwLDAuMS0wLjEsMC4yLTAuNCwwLjIKCQljLTAuMS0wLjIt MC41LTAuNC0wLjktMC41QzM5OS4xLDUwNS44LDM5OS42LDUwNS45LDQwMCw1MDUuOXogTTczMC4y LDIxMS4zYy0wLjIsMS0wLjUtMC43LTAuNiwwLjRjLTAuOS0wLjcsMC40LTYuMiwwLjYtMi43CgkJ Yy0wLjItMC4xLTAuMS0wLjgtMC4zLTAuOEM3MjkuNSwyMDksNzMwLjQsMjA5LjcsNzMwLjIsMjEx LjN6IE03MzQuOSwxNzYuNGMwLTAuNiwwLjEtMS41LTAuMi0xLjZjMC0wLjQsMC4yLTAuMiwwLjIs MAoJCWMwLjIsMC4xLDAuMy0wLjEsMC4zLTAuNGMwLjIsMC40LDAsMC43LDAuMiwyQzczNS4yLDE3 Ni40LDczNS4xLDE3Ni40LDczNC45LDE3Ni40eiBNNzM2LjQsMTA0LjdjMC41LDAuMywwLjcsMSww LjgsMi40CgkJYy0wLjQtMC4yLTAuMi0xLjItMC44LTEuNkM3MzYuNCwxMDUuMiw3MzYuNCwxMDQu OSw3MzYuNCwxMDQuN3ogTTczMy4yLDExMi45YzAuMS0wLjYsMC4yLDAuMiwwLjUsMGMtMC4xLDAu My0wLjIsMC45LTAuMiwxLjYKCQljLTAuMSwwLTAuMiwwLTAuMywwYy0wLjEtMC4zLTAuMi0wLjYt MC4yLTEuMkM3MzMuNCwxMTMuNCw3MzMuNCwxMTIuOSw3MzMuMiwxMTIuOXogTTczMy4yLDcwLjlj LTAuMiwxLjktMC41LDEuNy0wLjIsMi43CgkJQzczMi40LDc0LjksNzMyLjQsNzAuNyw3MzMuMiw3 MC45eiBNNzMyLjgsNjYuNmMtMC41LTAuMy0wLjUsMC42LTAuMiwwLjhjLTAuMSwxLTAuNy0wLjkt MC44LDAuOGMwLDAuOCwwLjUsMC4yLDAuOCwwLjQKCQljMC4xLDEuMi0wLjMsMS4zLTAuOCwxLjJj MC4xLTEuOC0wLjctMS4yLTAuOC0wLjRjLTAuMy0wLjcsMC4zLTQuNy0wLjItNS45YzAuMi0wLjcs MC42LTAuNCwwLjktMC44CgkJQzczMS45LDY1LDczMi41LDY0LjQsNzMyLjgsNjYuNnogTTcxNC40 LDE2LjJjMCwwLjEsMCwwLjEsMCwwLjJoLTFDNzEzLjUsMTYuMyw3MTMuOCwxNi4yLDcxNC40LDE2 LjJ6IE03MDIuNywxMC4zCgkJYy0wLjItMC40LTAuNSwwLjItMSwwLjJjLTAuMS0wLjQsMS0xLDEt MC44QzcwMi4yLDEwLjEsNzAzLjYsMTAuMyw3MDIuNywxMC4zeiBNNjk4LjYsOS41Yy0wLjUtMC41 LDEuMi0wLjEsMS0wLjUKCQljLTAuNS0wLjEtMC4xLTAuMiwwLjMsMGMwLjYtMC4zLTAuMy0xLjEs MC4zLTAuOEM3MDEsOC45LDcwMS40LDgsNzAyLDhjMC4xLDAuMywwLjYtMC4xLDAuNywwLjJjLTEu MiwwLjUtMC45LDAuNy0xLjQsMS41CgkJYy0xLjQsMC4xLTIsMC43LTQuMSwwLjVjLTAuNS0wLjUs MC4xLTAuNi0wLjMtMC45QzY5Ny45LDkuMSw2OTcuNSw5LjcsNjk4LjYsOS41eiBNNjk0LjUsNi4x YzAuNSwwLDEuMy0wLjEsMS40LDAuMgoJCWMtMC42LDAuMSwwLjEsMC4yLDAsMC41Yy0wLjUsMC0x LjMsMC4xLTEuNC0wLjJDNjk1LDYuNiw2OTQuNyw2LjMsNjk0LjUsNi4xeiBNNjg1LjksMTEuNmMw LjIsMC4yLTAuNCwwLjgsMC4zLDAuOAoJCWMxLjUsMC0wLjItMC42LDAuNy0wLjhjMC4xLDAuNCwx LDAuNCwwLjctMC4yYzEuOSwwLjMsMS40LDAuOSwzLjQsMC45Yy0wLjMsMC4zLTAuMSwwLjgtMC43 LDAuOWMtMS0wLjUtNC41LDAuMS01LjEtMC4yCgkJYzAuNy0wLjEsMS4yLTAuOS0wLjMtMC44QzY4 NC44LDExLjksNjg0LjgsMTEuNSw2ODUuOSwxMS42eiBNNjgxLjUsMTEuMWMwLjksMC40LDAuOCww LDIuNC0wLjJDNjg0LDExLjgsNjgwLjQsMTEuOCw2ODEuNSwxMS4xegoJCSBNNjQ1LjgsMTAuNmMw LjYsMCwxLjEsMCwxLjQtMC4yYy0wLjEsMC4zLDAuNSwwLjQsMCwwLjVjMC0wLjItMC40LTAuMS0w LjMsMC4yYy0wLjUsMC0wLjgtMC4xLTEtMC4yCgkJQzY0NS44LDEwLjgsNjQ1LjgsMTAuNyw2NDUu OCwxMC42eiBNNjQxLDQuNmMtMC4xLDAuNCwwLjEsMC42LDAuMywwLjhjLTAuNCwwLTAuOCwwLjMt MSwwYzEuMS0wLjItMC40LTAuMy0wLjMtMC41CgkJQzY0MC41LDQuOSw2NDAuNiw0LjcsNjQxLDQu NnogTTYyMi41LDEyLjZjMC44LDAsMS43LDAsMS43LDAuM2MtMC42LDAsMC4yLDAuMy0wLjMsMC4z Yy0wLjItMC40LTEsMC4yLTEuNCwwLjMKCQlDNjIyLjUsMTMsNjIyLjksMTMuMSw2MjIuNSwxMi42 eiBNNjA2LjcsMTMuM2MwLjUsMCwxLjIsMCwxLTAuM2MyLDAuMywyLjUtMC4zLDQuNS0wLjJjMC4x LDAuNCwwLjksMC41LDEuNywwLjYKCQljMC4xLDAuMy0wLjQsMC4zLTAuMywwLjZjMC40LDAsMC44 LTAuMywxLDBjLTEuMiwwLDAuNywwLjUtMC4zLDAuNWMwLTAuMS0wLjEtMC4yLTAuMy0wLjJDNjEw LjksMTUuMSw2MDYuMywxNSw2MDYuNywxMy4zegoJCSBNNTk5LjIsMTUuMWMtMC44LDEuMy0zLjIs MC4xLTQuOCwwLjhjLTAuOS0wLjQsMC40LTAuNywwLjctMS4xQzU5NS45LDE0LjksNTk3LjMsMTUu MSw1OTkuMiwxNS4xeiBNNTkwLjYsNS41CgkJYy0wLjktMC41LDIuNi0xLDMuOC0wLjZjLTAuNiww LDAuMSwwLjcsMSwwLjVjMC40LDEtMi4xLDAuNi0yLjcsMC44YzAuNCwwLDAuOCwwLDAuNywwLjNj LTEuOSwwLTIuOSwwLjMtNC44LDAuNgoJCWMtMC42LTAuNC0xLjMtMC43LTEuNC0xLjJDNTg4LjIs NS42LDU4OS42LDQuOSw1OTAuNiw1LjV6IE01ODYuNSw1LjdjMC0wLjEsMC4xLTAuMiwwLjMtMC4y YzAsMC4yLTAuMiwwLjMtMC4zLDAuNQoJCWMwLjQsMCwwLjUsMC4yLDAuNywwLjNjLTEuMywwLTIt MC4xLTEuNCwwLjVjLTEuNiwwLjItMC43LTAuNi0xLjQtMC44QzU4NS4zLDYsNTg2LjEsNS45LDU4 Ni41LDUuN3ogTTU4My4xLDE1LjEKCQljMC4zLDAuNCwwLjYsMC45LTAuNywwLjlDNTgyLjQsMTUu Niw1ODIuMiwxNS4xLDU4My4xLDE1LjF6IE01NDcuMSwxMGMyLjktMC40LDQtMi40LDcuNS0yYy0w LjEtMC42LDUuMy0wLjUsNi4yLDAuMgoJCWMwLjMtMC4zLDEuNi0xLDIuMS0wLjhjLTAuMywwLTAu NCwwLjMsMCwwLjNjMS4yLDAsMS44LTAuMywyLjQtMC42Yy0wLjctMC4yLTEuNiwwLjEtMS43LTAu NmMxLjktMC4zLDMuMywwLDUuMS0wLjUKCQljMCwwLjktMC43LDAuMi0xLDEuMWMyLjQtMC4yLDQu MiwwLjQsNi4yLTAuOGMwLjgtMC4xLDAuNywwLjMsMS43LDAuMmMwLjEsMC4yLTAuMSwwLjYsMC4z LDAuNmMwLjYtMC4xLDAtMC43LDAuNy0wLjgKCQljMC41LDAuNSwxLjgsMC42LDEuNywwLjljMC4z LDAsMC43LDAsMC43LDAuMmMtMS4yLTAuMS0xLjgsMC4xLTEsMC41Yy0yLjktMC4xLTUsMC42LTcu MiwwLjVjMC40LDAuMiwwLjQsMC41LDAuMywwLjkKCQljLTEuNi0wLjEtMC41LDAuNi0xLDAuNmMt MC4yLTAuMy0wLjQsMC4xLTAuNywwLjJjLTAuNy0wLjUtMS4yLTAuMS0yLjEsMGMtMC43LTAuMy0w LjktMC45LTIuMS0xLjFjMC45LDAsMS4xLDAuMywxLjQtMC4yCgkJYy0wLjgsMC4xLTAuNy0wLjMt MS43LTAuMmMtMS40LDAuOS0zLjctMC4zLTQuOCwwLjhjMC4zLDAuMiwwLjUsMC40LDAuMywwLjhj LTMuOC0wLjItOS4yLDAuMS0xMi43LDAuNmMxLjEtMC40LTAuNy0wLjQtMC43LTAuNQoJCUM1NDcu NSwxMC4zLDU0Ny4zLDEwLjEsNTQ3LjEsMTB6IE01MzcuNCwxMy41YzIuNy0wLjQsNi42LDAsOSww LjVjLTEuMiwxLjMtNC40LDIuNC04LjgsMkM1MzYuMywxNS41LDUzNy4zLDE0LjUsNTM3LjQsMTMu NXoKCQkgTTUzMi44LDEyLjVjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMwLTAuMS0wLjItMC4zLTAu NC0wLjRDNTMyLjYsMTIuMyw1MzIuNywxMi40LDUzMi44LDEyLjV6IE00OTMuNCwxNS4xYy0xLjQs MC4zLTMuMywxLTQuMywwLjIKCQl2LTAuN0M0OTAuNywxNCw0OTIuOSwxNC4yLDQ5My40LDE1LjF6 IE00NzcuNiwxMS44YzAuNiwwLjQsMi40LDAuMywzLjEsMC42YzAuMS0xLjEsMS42LDAsMi40LDBj MC4yLTAuNCwwLjEtMC41LDEuNC0wLjIKCQljMC4zLTAuNCwxLTAuNiwyLjEtMC42Yy0wLjcsMC40 LDAuNCwwLjgsMS43LDAuOGMwLjMtMC4xLDAuNi0wLjIsMC45LTAuM2MwLjIsMC4xLDAuNCwwLjEs MC43LDAuMmMwLDAuOC0wLjYsMS0xLjMsMS4xCgkJYy0wLjQtMC4yLTEuMy0wLjQtMi0wLjVjMCww LjItMC4yLDAuMy0wLjUsMC40Yy0wLjUsMC0xLTAuMi0xLjYtMC4xYzAsMCwwLDAsMCwwYy0wLjkt MC4yLTEuOC0wLjMtMi4zLTAuMWMwLjUsMCwwLjUsMC4xLDAuMiwwLjIKCQljLTAuOSwwLjEtMS45 LDAuMS0yLjgsMC4yYzAsMC0wLjEsMC0wLjEsMGMwLjEtMC44LTMtMC4zLTMuMS0xLjRDNDc3LjMs MTIuNyw0NzYuNiwxMS43LDQ3Ny42LDExLjh6IE00NjIuNSwxMi41CgkJYzAuMywwLDAuMy0wLjIs MC43LTAuMmMwLTAuMy0wLjktMC4yLTAuNy0wLjZjMC42LDAuMiwxLjcsMCwyLjcsMC4zYy0wLjks MC41LTMsMC41LTMuMSwwLjljLTEuNiwwLjEtMC41LTAuNi0xLTAuNgoJCUM0NjEuMywxMiw0NjIu MSwxMi41LDQ2Mi41LDEyLjV6IE00MDguOCw4LjdjMCwwLjItMC4yLDAuNiwwLjMsMC42Yy0wLjQs MC4zLTEsMC41LTEuNiwwLjVjMC0wLjEsMC0wLjMsMC0wLjQKCQljLTEuMi0wLjEtMi40LTAuMi0z LjYtMC4yYy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuNEM0MDQuNyw3LjksNDA2LjksOC4zLDQwOC44 LDguN3ogTTMzMC4zLDcuMWMxLjktMC4zLDQtMC44LDUuMSwwLjIKCQljLTAuMiwxLjEtNC4zLDEu NC01LjUsMC41QzMzMC41LDcuNywzMzAuMyw3LjMsMzMwLjMsNy4xeiBNMjc2LjUsMTAuMmMwLjIs MC40LTAuNywwLjMtMC43LDAuNmMwLjMsMCwwLjQsMC4xLDAuNywwLjIKCQljMC41LDAsMS4zLTAu NSwxLjQtMC4yYy0wLjYsMCwwLjYsMC43LTEsMC42Yy0wLjEtMC41LTIuMi0wLjQtMy4xLTAuOUMy NzQuOCwxMC4yLDI3NS45LDEwLjMsMjc2LjUsMTAuMnogTTI0OS45LDEzLjh2MC45CgkJYy0wLjIt MC4yLTAuNC0wLjQtMC40LTAuOEMyNDkuNywxMy45LDI0OS44LDEzLjgsMjQ5LjksMTMuOHogTTI0 OS45LDE2LjF2MC4zaC0zLjhDMjQ2LjgsMTUuOCwyNDguNiwxNS43LDI0OS45LDE2LjF6IE0yMDYu OSwxMy44CgkJYy0wLjIsMC4yLTAuNCwwLjMtMC40LDAuNGMwLTAuMSwwLTAuMS0wLjEtMC4xQzIw Ni42LDE0LDIwNi44LDEzLjksMjA2LjksMTMuOHogTTIwMS45LDE1LjFjMCwwLjQsMC4zLDAuOSww LjQsMS4zSDE5NAoJCWMtMC40LTAuMi0wLjgtMC41LTEuMS0wLjhDMTk1LjMsMTUuMSwxOTkuMiwx NC43LDIwMS45LDE1LjF6IE0xNjEuMSw4LjhjLTAuMS0wLjMsMS4yLTAuNSwxLjctMC45YzAuNyww LDAuMSwwLjcsMC43LDAuOAoJCWMwLjUsMCwwLjMtMC40LDAuMy0wLjZjMSwwLjEsMC45LTAuMiwx LjctMC4yYzIsMS4yLDMuOCwwLjYsNi4yLDAuOGMtMC40LTAuOS0xLjEtMC4yLTEtMS4xYzEuOSww LjQsMy4yLDAuMSw1LjEsMC41CgkJYy0wLjEsMC43LTEsMC41LTEuNywwLjZjMC42LDAuMywxLjEs MC42LDIuNCwwLjZjMC40LDAsMC4zLTAuMywwLTAuM2MwLjUtMC4zLDEuNywwLjQsMi4xLDAuOGMw LjktMC43LDYuMy0wLjcsNi4yLTAuMgoJCWMzLjUtMC40LDQuNiwxLjYsNy41LDJjLTAuMiwwLjEt MC40LDAuMywwLDAuM2MwLDAuMS0xLjgsMC4xLTAuNywwLjVjLTMuNS0wLjUtOC45LTAuOC0xMi43 LTAuNmMtMC4xLTAuNCwwLjEtMC42LDAuMy0wLjgKCQljLTEuMS0xLjEtMy40LDAuMi00LjgtMC44 Yy0xLTAuMS0wLjksMC4yLTEuNywwLjJjMC4zLDAuNCwwLjUsMC4yLDEuNCwwLjJjLTEuMSwwLjIt MS4zLDAuNy0yLjEsMS4xYy0wLjktMC4xLTEuNC0wLjUtMi4xLDAKCQljLTAuMy0wLjEtMC41LTAu NC0wLjctMC4yYy0wLjUsMCwwLjYtMC43LTEtMC42YzAtMC40LTAuMS0wLjcsMC4zLTAuOWMtMi4x LDAuMS00LjMtMC41LTcuMi0wLjVjMC43LTAuMywwLjEtMC42LTEtMC41CgkJQzE2MC40LDguOCwx NjAuOCw4LjgsMTYxLjEsOC44eiBNMTUyLjksNy4zYzAuNCwwLjIsMS4yLDAuMywyLjEsMC4zYy0w LjYsMC4yLDAuMiwxLTEuNCwwLjhjMC42LTAuNiwwLTAuNS0xLjQtMC41CgkJYzAuMi0wLjEsMC4z LTAuMywwLjctMC4zYy0wLjItMC4xLTAuNC0wLjMtMC4zLTAuNUMxNTIuOCw3LjEsMTUyLjgsNy4y LDE1Mi45LDcuM3ogTTE0NCw3YzAuOSwwLjIsMS43LTAuNSwxLTAuNQoJCWMxLjEtMC40LDQuNyww LjEsMy44LDAuNmMxLTAuNiwyLjQsMCwzLjQsMC4zYy0wLjEsMC42LTAuOCwwLjktMS40LDEuMkMx NDguOSw4LjQsMTQ3LjksOCwxNDYsOGMtMC4xLTAuMywwLjMtMC4zLDAuNy0wLjMKCQlDMTQ2LjEs Ny41LDE0My41LDgsMTQ0LDd6IE0xMjUuOCwxNS42YzAtMC4zLTAuNC0wLjMtMC4zLTAuNmMwLjgt MC4xLDEuNi0wLjIsMS43LTAuNmMxLjktMC4xLDIuNSwwLjUsNC41LDAuMgoJCWMtMC4yLDAuMyww LjUsMC4zLDEsMC4zYzAuNCwxLjctNC4yLDEuOC03LjIsMS4xYy0wLjMsMC0wLjMsMC4xLTAuMyww LjJjLTEuMSwwLDAuOS0wLjQtMC4zLTAuNUMxMjUsMTUuMywxMjUuNCwxNS42LDEyNS44LDE1LjZ6 CgkJIE0xMTYuOSwxNC4yYy0wLjQsMC41LDAsMC4zLDAsMC45Yy0wLjMtMC4xLTEuMS0wLjctMS40 LTAuM2MtMC41LTAuMSwwLjMtMC4zLTAuMy0wLjNDMTE1LjIsMTQuMiwxMTYuMSwxNC4yLDExNi45 LDE0LjJ6CgkJIE05OC40LDYuMmMwLjQsMC4xLDAuNSwwLjMsMSwwLjNjMCwwLjItMS41LDAuMy0w LjMsMC41Yy0wLjMsMC4zLTAuNiwwLTEsMEM5OC40LDYuOCw5OC41LDYuNSw5OC40LDYuMnogTTky LjIsMTIuMQoJCWMwLjMsMC4xLDAuOCwwLjIsMS40LDAuMmMwLDAuMSwwLDAuMiwwLDAuM2MtMC4z LDAuMS0wLjYsMC4yLTEsMC4yYzAuMS0wLjMtMC4zLTAuMy0wLjMtMC4yQzkxLjcsMTIuNSw5Mi40 LDEyLjMsOTIuMiwxMi4xegoJCSBNNTgsMTIuN2MxLjEsMC43LTIuNiwwLjctMi40LTAuMkM1Ny4y LDEyLjcsNTcuMSwxMy4xLDU4LDEyLjd6IE01MS44LDEzYy0wLjMsMC41LDAuNSwwLjUsMC43LDAu MmMwLjksMC4xLTAuOCwwLjcsMC43LDAuOAoJCWMwLjcsMCwwLjItMC41LDAuMy0wLjhjMS4xLTAu MSwxLjEsMC4zLDEsMC44Yy0xLjYtMC4xLTEsMC43LTAuMywwLjhjLTAuNiwwLjMtNC4xLTAuMy01 LjEsMC4yYy0wLjYtMC4yLTAuNC0wLjctMC43LTAuOQoJCUM1MC41LDEzLjksNDkuOSwxMy4zLDUx LjgsMTN6IE00My42LDcuOWMwLjEtMC4yLDAuOS0wLjEsMS40LTAuMmMtMC4yLDAuMS0wLjUsMC40 LDAsMC41Yy0wLjEsMC4yLTAuOSwwLjEtMS40LDAuMgoJCUM0My41LDguMSw0NC4yLDcuOSw0My42 LDcuOXogTTM3LjUsOS42YzAuNiwwLDEsMC45LDEuNywwLjNjMC43LTAuMy0wLjMsMC41LDAuMyww LjhjMC40LTAuMiwwLjktMC4xLDAuMywwCgkJYy0wLjEsMC40LDEuNi0wLjEsMSwwLjVjMS4xLDAu MSwwLjctMC40LDEuNy0wLjNjLTAuNSwwLjMsMC4yLDAuNS0wLjMsMC45Yy0yLjIsMC4yLTIuNy0w LjMtNC4xLTAuNWMtMC41LTAuOC0wLjItMS4xLTEuNC0xLjUKCQlDMzYuOSw5LjUsMzcuNCw5Ljks MzcuNSw5LjZ6IE0zNi44LDExLjNjMC4xLTAuMiwxLjEsMC40LDEsMC44Yy0wLjUsMC4xLTAuOC0w LjYtMS0wLjJDMzUuOSwxMS45LDM3LjIsMTEuNiwzNi44LDExLjN6IE0zNS40LDExCgkJYzAuNyww LDAuNywwLjQsMSwwLjZjLTAuMSwwLTAuMywwLTAuNSwwLjFjLTAuMi0wLjEtMC40LTAuMS0wLjUt MC4xQzM1LjYsMTEuMywzNC40LDExLjEsMzUuNCwxMXogTTI5LjYsMTBjMC40LDAuMiwxLjYsMC4y LDIuMSwwCgkJYzAsMC41LDEuMSwwLjUsMSwxLjFjMS4zLTAuMywxLjksMC4xLDIuNywwLjVjLTAu MSwwLTAuMSwwLjEtMC4xLDAuMWMtMS4zLDAtMi43LDAtMi45LDAuNWMwLjYsMCwwLjYsMSwwLDAu OQoJCWMtMC4zLTAuMS0wLjYtMC4xLTEtMC4yYy0wLjEtMC4zLTAuMy0wLjctMC40LTEuMmgtMS43 QzI5LjYsMTEuNCwzMC42LDEwLjgsMjkuNiwxMHogTTI4LDExLjhoLTAuNkMyNy43LDExLjcsMjcu OSwxMS43LDI4LDExLjh6CgkJIE05LjgsMTU2LjZjMC40LDAuNiwwLjIsMS41LDAuMiwyLjRDOS44 LDE1OCw5LjgsMTU3LjMsOS44LDE1Ni42eiBNOSwyMTljMC4yLTAuNCwwLjMtMS4yLDAuMy0yLjFj MC4yLDAuNiwxLTAuMiwwLjgsMS40CgkJYy0wLjUtMC42LTAuNSwwLTAuNSwxLjRjLTAuMS0wLjIt MC4zLTAuMy0wLjMtMC43Yy0wLjEsMC4yLTAuMiwwLjQtMC41LDAuM0M4LjgsMjE5LDguOSwyMTks OSwyMTl6IE05LjUsMjI1LjMKCQljLTAuMiwwLjYsMC4zLDMuMi0wLjgsMi44YzAuMi0xLTAuNC0x LjctMC41LTFjLTAuNC0xLjEsMC4xLTQuOCwwLjYtMy44Yy0wLjYtMSwwLTIuNSwwLjMtMy41YzAu NiwwLjEsMC45LDAuOCwxLjIsMS40CgkJYy0wLjMsMi0wLjYsMy0wLjYsNC45QzkuNSwyMjYuMSw5 LjUsMjI1LjcsOS41LDIyNS4zeiBNMTAuNCwyMjZjLTAuNS0wLjItMC4yLTAuOS0wLjItMS43YzAu MywwLDAuMywwLjQsMC42LDAuMwoJCUMxMC44LDIyNS4zLDEwLjQsMjI1LjMsMTAuNCwyMjZ6IE0x MS4xLDIxMC4zYy0wLjMtMC43LTAuNi0wLjItMC41LDFjLTAuMSwwLTAuMS0wLjQtMC4yLTAuN2Mt MC4zLDAuMS0wLjUtMS4zLTAuOS0xLjcKCQljMC0wLjcsMC43LTAuMSwwLjgtMC43YzAtMC41LTAu NC0wLjMtMC42LTAuM2MwLjEtMS0wLjItMC45LTAuMi0xLjdjMS4xLTIsMC41LTMuOSwwLjgtNi4z Yy0wLjksMC40LTAuMiwxLjEtMS4xLDEKCQljMC40LTEuOSwwLjEtMy4zLDAuNS01LjJjMC43LDAu MSwwLjQsMSwwLjYsMS43YzAuMy0wLjYsMC42LTEuMiwwLjYtMi40YzAtMC40LTAuMy0wLjQtMC4z LDBjLTAuMy0wLjUsMC40LTEuOCwwLjgtMi4xCgkJYy0wLjMtMC40LTAuNS0xLjctMC41LTNjMC4y LDAsMC40LDAsMC4zLTAuMmMtMC41LTAuMiwwLTAuNi0wLjMtMS4xYzAuNS0wLjEsMC42LTAuNywx LjMtMC41Yy0wLjMsMS0wLjIsMS4zLTAuMywyLjQKCQljLTEuMywwLjQtMC43LDIuMS0wLjEsMi45 YzAtMC4yLDAuMiwwLDAuMywwLjJjLTAuMSwxLjEsMC4zLDIuNi0wLjMsMy42Yy0wLjEsMSwwLjIs MC45LDAuMiwxLjdjMC40LTAuMywwLjItMC41LDAuMi0xLjQKCQljMCwwLjIsMC4xLDAuNCwwLjEs MC42djUuM2MtMC4zLDAtMC42LDAtMC44LTAuNEMxMS43LDIwNS4xLDExLjEsMjA3LjQsMTEuMSwy MTAuM3ogTTUuOSwzNjEuN2MtMC4yLDAuNywwLjMsMy4zLTAuNywyLjkKCQljMC4yLTEtMC40LTEu Ny0wLjQtMS4xYy0wLjItMC42LTAuMi0xLjksMC0yLjljMCwwLDAsMCwwLDAuMWMwLTAuNywwLjYs MC4xLDAuNCwxLjFjMSwwLjQsMC42LTIuMiwwLjctMi45YzAsMC40LDAsMC44LDAuMywwLjcKCQlj MC0xLjEsMC4xLTEuOSwwLjMtMi44YzAuMSwwLjIsMC4yLDAuNCwwLjMsMC42YzAsMC4yLDAsMC4z LTAuMSwwLjRjMCwwLTAuMSwwLTAuMSwwYzAsMC41LTAuMSwxLTAuMSwxLjNjLTAuMiwxLjEtMC4z LDItMC4zLDMuMwoJCUM2LDM2Mi42LDUuOSwzNjIuMiw1LjksMzYxLjd6IE02LjgsMzYyLjRjLTAu NS0wLjItMC4yLTEtMC4xLTEuOGMwLjMsMCwwLjMsMC40LDAuNiwwLjRDNy4yLDM2MS43LDYuOSwz NjEuNyw2LjgsMzYyLjR6IE04LDMzOC45CgkJYzAuMSwyLjItMC41LDQuNS0wLjQsNy41Yy0wLjMt MC44LTAuNi0wLjItMC40LDEuMUM3LDM0Ny40LDcsMzQ3LDcsMzQ2LjdjLTAuMywwLjEtMC41LTEu My0wLjktMS44YzAtMC43LDAuNy0wLjEsMC43LTAuNwoJCWMwLTAuNS0wLjQtMC4zLTAuNi0wLjRj MC4xLTEtMC4yLTAuOS0wLjEtMS44YzAsMCwwLDAsMCwwYzAsMCwwLDAuMSwwLDAuMWMwLjQsMC41 LDAuNiwxLjgsMC45LDEuOGMwLDAuMywwLDAuNywwLjEsMC43CgkJYy0wLjEtMS4yLDAuMS0xLjgs MC40LTEuMWMtMC4xLTMsMC42LTUuMywwLjQtNy41YzAuMiwwLjQsMC41LDAuNCwwLjksMC40Yy0w LjEtMS43LDAuNi0wLjUsMC42LTEuMWMtMC4yLTAuMS0wLjEtMC4yLDAtMC40CgkJYzAuMSwwLjEs MC4xLDAuMiwwLjIsMC4zYy0wLjEsMC44LTAuNCwxLjMtMC4xLDJjMCwwLjEsMCwwLjMsMCwwLjRj LTAuMSwwLjItMC4yLDAuMywwLDAuNWMwLDAuNi0wLjctMC42LTAuNiwxLjEKCQlDOC41LDMzOS4z LDguMiwzMzkuMyw4LDMzOC45eiBNOC45LDM2Mi4xYy0wLjItMC4xLTAuMywwLjEtMC4zLDAuNGMt MC4yLTAuMywwLTAuNy0wLjEtMS44YzAuMSwwLDAuMywwLDAuNCwwCgkJYzAsMC42LTAuMSwxLjQs MC4xLDEuNEM5LDM2Mi41LDguOSwzNjIuMyw4LjksMzYyLjF6IE05LjMsMzYwLjNjLTAuNSwwLjMt MC4zLTAuOC0wLjUtMWMwLDAsMC4xLDAsMC4xLDBjMCwwLjIsMC4xLDAuNCwwLjEsMAoJCWMtMC4x LDAtMC4xLTAuMi0wLjEtMC41YzAuMi0wLjEsMC4zLTAuMSwwLjMtMC42YzAuMiwwLjIsMC4xLDEu MSwwLjYsMC43QzkuOCwzNTkuOCw5LjYsMzYwLDkuMywzNjAuM3ogTTEwLjUsNDE4LjYKCQljLTAu MSwwLjUtMC4yLTAuMS0wLjQsMGMwLjEtMC4zLDAuMi0wLjgsMC4xLTEuNGMwLjEsMCwwLjIsMCww LjMsMGMwLjEsMC4zLDAuMiwwLjYsMC4xLDEuMUMxMC40LDQxOC4xLDEwLjQsNDE4LjUsMTAuNSw0 MTguNnoKCQkgTTEwLjUsNDU2LjhjMC4yLTEuNywwLjUtMS42LDAuMS0yLjVjMC40LTAuNiwwLjUs MC4xLDAuNSwwLjljLTAuMSwwLjItMC4xLDAuNC0wLjEsMC43QzExLDQ1Ni40LDEwLjgsNDU2Ljks MTAuNSw0NTYuOHoKCQkgTTExLjksNDY0LjNjMC0yLjEtMC42LTEuNi0wLjktMy42YzAuNSwwLjMs MC41LTAuNiwwLjEtMC43YzAuMS0wLjcsMC40LDAsMC42LTAuMWMwLjEsMC4zLDAuMiwwLjcsMC4y LDEuNAoJCWMwLjEtMC4yLDAuMy0wLjIsMC41LTAuM3YyLjRjMCwwLTAuMSwwLTAuMSwwdjAuNkMx Mi4xLDQ2NC4xLDEyLDQ2NC4yLDExLjksNDY0LjN6IE0xNzEuNCw1MDUuOGMtMC4yLDAtMC41LTAu MS0wLjctMC4xCgkJYzAuMS0wLjEsMC4zLTAuMiwwLjUtMC4zQzE3MS40LDUwNS41LDE3MS42LDUw NS42LDE3MS40LDUwNS44eiBNMTcyLjMsNTA1LjJjMC4yLDAsMC40LDAsMC43LDBjMCwwLDAuMSww LDAuMiwwCgkJQzE3Myw1MDUuNCwxNzIuNyw1MDUuMywxNzIuMyw1MDUuMnogTTIzOC4zLDUwOS4x YzAtMC4zLDAuMi0wLjYtMC40LTAuN2MxLjUtMSw2LjYtMC43LDYuOCwwLjUKCQlDMjQzLjMsNTA5 LjksMjQwLjYsNTA5LjQsMjM4LjMsNTA5LjF6IE0zOTguMiw1MDcuM2MwLjIsMCwwLjQsMCwwLjYs MEMzOTguNiw1MDcuMywzOTguNCw1MDcuMywzOTguMiw1MDcuM3ogTTM5OS4zLDUwNy4yCgkJYzEu MiwwLDEuNCwwLDMuNC0wLjFjLTAuMywwLjItMC4xLDAuMywwLjMsMC4zYy0wLjEsMC4xLTAuMSww LjIsMC4yLDAuMkM0MDIuMyw1MDgsMzk5LjUsNTA3LjcsMzk5LjMsNTA3LjJ6IE00MTQuNiw1MDcu NgoJCWMwLjItMC4xLDAuNC0wLjEsMC43LTAuMmMwLjUsMC4xLDAuOSwwLjEsMS40LDAuMkM0MTUu OCw1MDcuNiw0MTUuMSw1MDcuNiw0MTQuNiw1MDcuNnogTTQzNi41LDUwNy44YzAsMC40LDAuNyww LjUtMC4zLDAuNgoJCWMtMi40LTAuMy01LjQtMC43LTgtMS4xYy0xLjQtMC41LTMuNy0wLjUtNS4y LTFjMCwxLTYtMC4zLTYuMiwxYy0wLjgsMC0xLjcsMC0yLjUsMGMtMC4xLTAuMy0wLjUtMC40LTAu Ny0wLjZjLTAuMSwwLTAuMSwwLTAuMiwwCgkJYzAsMCwwLDAsMC0wLjFjLTAuNiwwLTEuMSwwLTEu NiwwYy0xLjUtMC4yLTIuNC0wLjgtMy4zLTEuMmMwLjYsMCwxLjEsMCwxLjcsMGMwLjEtMC42LTAu NSwwLTEuNC0wLjJjMC40LTAuMiwwLjQtMC40LDAtMC42CgkJYzAuOCwwLjQsMS41LTAuMSwyLjcs MGMwLjgsMC4zLDEuMSwxLjUsMi40LDEuMWMtMC40LTAuMS0wLjgtMC4yLTEtMC4zYzEuOCwwLDAu MywwLDAuMy0wLjVjMS4zLDAuMiwwLjctMC40LDEuNy0wLjMKCQljMC44LDAuOCwyLjksMSw0LjEs MS41YzAuNy0wLjIsMi40LTAuMiw0LjItMC40YzAuMSwwLjEsMC4yLDAuMiwwLjIsMC4zYzAuMi0w LjIsMC42LTAuMywxLTAuNGMwLjYtMC4xLDEuMi0wLjEsMS43LTAuMgoJCWMwLjEsMCwwLjMsMC4x LDAuNSwwLjFjLTAuMiwwLjMsMC43LDAuNiwxLjMsMC43YzEuMy0xLDMtMC4zLDQuNS0wLjhjLTAu NS0wLjEtMS4xLTAuMi0xLTAuNmMxLjEtMC4xLDEuNiwwLjIsMiwwLjQKCQljLTAuNCwwLjQtMS40 LDAuNS0yLjIsMC43YzAuMywwLjUtMC40LDAuNi0wLjQsMWMyLjEsMC40LDUuMywwLjUsOC4yLDAu NWMwLDAuMSwwLDAuMS0wLjEsMC4xYy0wLjcsMC0wLjYsMC4zLTEsMC4zCgkJQzQzOC4yLDUwNy43 LDQzNy4xLDUwNy44LDQzNi41LDUwNy44eiBNNDQ5LjksNTA4Yy0wLjQtMC4xLTAuNS0wLjMtMS0w LjNjMC0wLjIsMS41LTAuMywwLjMtMC41YzAuMy0wLjMsMC42LDAsMSwwCgkJQzQ0OS45LDUwNy40 LDQ0OS44LDUwNy42LDQ0OS45LDUwOHogTTQ2MS4yLDUwNS42YzAuMi0wLjQsMS0wLjIsMS40LTAu OGMwLjIsMCwwLjUsMCwwLjcsMEM0NjMsNTA1LjMsNDYyLjMsNTA1LjYsNDYxLjIsNTA1LjZ6CgkJ IE00ODMuOCw1MDYuM2MtMC44LDAtMS42LDAtMi40LDBjMC4zLTAuNC0wLjctMC4zLTAuNy0wLjZj LTIuOSwwLjItNS0wLjQtNy4yLTAuM2MwLjMtMC4yLDEuNywwLDEuNC0wLjVjLTAuOCwwLjEtMy44 LDAtMS43LDAuNQoJCWMtMi0wLjItMi41LTAuMi00LjEtMC42Yy0wLjEsMC4yLDAuMSwwLjQtMC4z LDAuNWMtMC40LTAuNy0yLjUtMC41LTMuNC0wLjZjMC0wLjIsMC42LTAuMSwwLjctMC4zYy0wLjgs MC0xLjUsMC0yLDAKCQljMC43LDAsMS40LTAuMSwyLTAuMmMwLjEtMC4zLTAuMy0wLjQsMC0wLjVj MC40LTAuMywyLjQsMC4yLDEuOSwwLjJjMiwwLjEsMy42LTAuMyw1LjUtMC4yYzIuNywwLjIsNS40 LDEuNSw4LjQsMS41CgkJYzEuNiwwLDIuOS0wLjQsNC41LTAuMmMwLDAuNSwwLjYsMC4yLDEuMyww LjVjLTAuMi0wLjcsMS0wLjUsMS40LTAuN2MwLjIsMC4yLDAuNCwwLjMsMC41LDAuNmMwLjMtMC4y LDAuOS0wLjQsMS40LTAuNQoJCWMwLjIsMC4xLDAuMywwLjIsMC40LDAuM2MtMC43LDAuMS0xLDAu My0xLjIsMC42Yy0wLjQtMC4xLTAuNy0wLjEtMS0wLjJDNDg5LjMsNTA2LjMsNDg0LDUwNS4xLDQ4 My44LDUwNi4zeiBNNTQ2LjQsNTA5CgkJYzAuMSwwLjMtMS41LDAuNS0yLjEsMWMtMC45LDAtMC4x LTAuNy0wLjktMC44Yy0wLjYsMC4xLTAuNCwwLjQtMC40LDAuN2MtMS4yLTAuMS0xLjEsMC4yLTIu MSwwLjJjLTIuNC0xLjItNC43LTAuNi03LjctMC44CgkJYzAuNSwxLDEuMywwLjIsMS4zLDEuMWMt Mi4zLTAuNC00LTAuMS02LjQtMC41YzAuMi0wLjcsMS4zLTAuNSwyLjEtMC43Yy0wLjctMC4zLTEu NC0wLjctMy0wLjdjLTAuNSwwLTAuNCwwLjMsMCwwLjMKCQljLTAuNiwwLjMtMi4yLTAuNS0yLjYt MC44Yy0xLjEsMC43LTcuOCwwLjgtNy43LDAuMmMtNCwwLjMtNS41LTEuMy04LjQtMmMwLjYsMC4x LDEuMSwwLjEsMS42LTAuMWMtMC40LDAtMC44LTAuMy0wLjMtMC4zCgkJYzAuMSwwLjMsMi4xLDAs MSwwLjVjMywwLjIsNi45LDAuMiw3LjQtMC40YzIuMSwwLjEsNC4yLDAuMSw2LDBjMC4xLDAuNC0w LjEsMC42LTAuNCwwLjhjMS40LDEuMiw0LjItMC4yLDYsMC44CgkJYzEuMiwwLjEsMS4xLTAuMiwy LjEtMC4yYy0wLjQtMC41LTAuNi0wLjItMS43LTAuMmMxLjQtMC4yLDEuNi0wLjgsMi42LTEuMWMx LjEsMC4yLDEuNywwLjUsMi42LDBjMC40LDAuMSwwLjYsMC41LDAuOSwwLjIKCQljMC43LDAtMC43 LDAuOCwxLjMsMC43YzAuMSwwLjQsMC4xLDAuOC0wLjQsMWMyLjctMC4xLDUuNCwwLjYsOC45LDAu NWMtMC45LDAuMy0wLjIsMC42LDEuMywwLjUKCQlDNTQ3LjMsNTA4LjksNTQ2LjgsNTA4LjksNTQ2 LjQsNTA5eiBNNTUyLjQsNTAwLjZjLTEsMC0wLjktMC40LTAuOS0wLjhoMC45QzU1Mi45LDUwMCw1 NTIuNiw1MDAuMyw1NTIuNCw1MDAuNnogTTU1Ni42LDUxMC42CgkJYy0wLjUtMC4yLTEuNS0wLjMt Mi42LTAuM2MwLjgtMC4yLTAuMi0xLjEsMS43LTAuOGMtMC44LDAuNiwwLDAuNSwxLjcsMC41Yy0w LjIsMC4xLTAuNCwwLjMtMC45LDAuM2MwLjIsMC4xLDAuNCwwLjMsMC40LDAuNQoJCUM1NTYuNyw1 MTAuOCw1NTYuNyw1MTAuNyw1NTYuNiw1MTAuNnogTTU2Ny43LDUxMC45Yy0xLjItMC4yLTIuMSww LjUtMS4zLDAuNWMtMS40LDAuNC01LjgtMC4xLTQuNy0wLjdjLTEuMywwLjYtMywwLTQuMy0wLjMK CQljMC4xLTAuNiwxLTAuOSwxLjctMS4zYzIuNCwwLjMsMy42LDAuNyw2LDAuN2MwLjIsMC4zLTAu MywwLjMtMC45LDAuM0M1NjUuMSw1MTAuMyw1NjguMyw1MDkuOCw1NjcuNyw1MTAuOXogTTYwMS40 LDUwMy4yCgkJYzAuNS0wLjUsMC0wLjQsMC0xYzAuNCwwLjEsMS40LDAuNywxLjcsMC4zYzAuNyww LjEtMC40LDAuMywwLjQsMC4zQzYwMy40LDUwMy4yLDYwMi40LDUwMy4yLDYwMS40LDUwMy4yeiBN NjI0LjQsNTExLjcKCQljLTAuNi0wLjEtMC43LTAuMy0xLjMtMC4zYy0wLjEtMC4yLDEuOC0wLjMs MC40LTAuNWMwLjMtMC4zLDAuOCwwLDEuMywwQzYyNC40LDUxMS4xLDYyNC4yLDUxMS40LDYyNC40 LDUxMS43eiBNNjMyLDUwNS41CgkJYy0wLjQtMC4xLTEtMC4yLTEuNy0wLjJjMC0wLjEsMC0wLjIs MC0wLjNjMC4zLTAuMSwwLjctMC4yLDEuMy0wLjJjLTAuMSwwLjMsMC40LDAuMywwLjQsMC4yQzYz Mi43LDUwNS4xLDYzMS45LDUwNS4yLDYzMiw1MDUuNXoKCQkgTTY3NC42LDUwNC45Yy0xLjMtMC44 LDMuMi0wLjgsMywwLjJDNjc1LjYsNTA0LjgsNjc1LjcsNTA0LjQsNjc0LjYsNTA0Ljl6IE02ODIu Myw1MDQuNWMwLjQtMC42LTAuNy0wLjYtMC45LTAuMgoJCWMtMS4xLTAuMSwxLTAuOC0wLjktMC44 Yy0wLjksMC0wLjIsMC42LTAuNCwwLjhjLTEuMywwLjEtMS40LTAuNC0xLjMtMC44YzIsMC4xLDEu My0wLjcsMC40LTAuOGMwLjctMC4zLDUuMSwwLjMsNi40LTAuMgoJCWMwLjcsMC4yLDAuNSwwLjcs MC45LDFDNjg0LDUwMy42LDY4NC43LDUwNC4yLDY4Mi4zLDUwNC41eiBNNjkyLjUsNTA5LjljLTAu MSwwLjItMS4xLDAuMS0xLjcsMC4yYzAuMy0wLjEsMC43LTAuNCwwLTAuNQoJCWMwLjEtMC4yLDEu MS0wLjEsMS43LTAuMkM2OTIuNiw1MDkuNyw2OTEuOCw1MDkuOSw2OTIuNSw1MDkuOXogTTcwMC4y LDUwOC4xYy0wLjgsMC0xLjItMC45LTIuMS0wLjNjLTAuOCwwLjMsMC40LTAuNS0wLjQtMC44CgkJ Yy0wLjUsMC4yLTEuMSwwLjEtMC40LDBjMC4yLTAuNC0xLjksMC4xLTEuMy0wLjVjLTEuMy0wLjEt MC44LDAuNC0yLjEsMC4zYzAuNi0wLjMtMC4yLTAuNSwwLjQtMWMyLjctMC4yLDMuMywwLjQsNS4x LDAuNQoJCWMwLjYsMC45LDAuMiwxLjEsMS43LDEuNkM3MDAuOSw1MDguMiw3MDAuMyw1MDcuOCw3 MDAuMiw1MDguMXogTTcwMS4xLDUwNi4zYy0wLjEsMC4yLTEuNC0wLjQtMS4zLTAuOGMwLjYtMC4x LDEsMC42LDEuMywwLjIKCQlDNzAyLjIsNTA1LjcsNzAwLjUsNTA2LDcwMS4xLDUwNi4zeiBNNzM2 LjksNDY5LjVjMC41LDAuNywwLjYsMS45LDAuNSwzLjFjLTAuMS0wLjYtMC4yLTEuMS0wLjUtMS41 Yy0wLjEsMC0wLjIsMC4xLTAuMywwLjJ2LTEuNwoJCUM3MzYuNyw0NjkuNiw3MzYuOCw0NjkuNiw3 MzYuOSw0NjkuNXogTTczMy45LDM5Ny44YzAuMSwxLDAuMiwxLjksMC4yLDIuNkM3MzMuNiwzOTku Nyw3MzMuOCwzOTguOCw3MzMuOSwzOTcuOHogTTczMi45LDQzMwoJCWMtMC4xLTAuNy0wLjItMS40 LTAuNC0xLjljLTAuOCwwLjEtMS4yLDAuOC0xLjUtMC40Yy0wLjIsMS41LDAuMywxLjIsMC4zLDIu MmMtMC40LDAuNi0wLjcsMi4xLTAuOCwzLjdjLTAuMi0yLjYsMC4xLTYuNSwwLjgtNy41CgkJYzAt MC4xLDAtMC4xLDAtMC4yYzAuNi0wLjIsMC44LDEsMS4yLDEuN2MtMC4xLTEuMywwLjEtMS45LDAu Mi0zQzczMyw0MjkuMSw3MzMuMSw0MzEuMSw3MzIuOSw0MzN6IE03MzEuMyw0MTkuMQoJCWMwLjIs MCwwLjQtMC4xLDAuNi0wLjJjMC4xLDAuMywwLjIsMC40LDAuNCwwLjRjMC4xLDAuNy0wLjUsMS43 LDAuMiwxLjZjMCwwLjctMC4xLDEtMC4zLDEuMmMwLjEsMC40LDAuMywwLjYsMC41LDAuOAoJCWMw LjEsMS43LTAuMywyLjItMC4yLDMuOWMwLDAsMCwwLDAsMGMtMC4xLTAuMi0wLjItMC4zLTAuMi0w LjVjMC4yLTAuMiwwLjMtMC41LDAuMy0xLjFjLTAuNiwwLjEtMC4xLTAuOC0wLjItMS41CgkJYy0w LjIsMC0wLjMtMC4xLTAuNC0wLjRjLTAuMiwwLjEtMC40LDAuMS0wLjYsMC4yYy0wLjIsMC4zLTAu MywwLjYtMC40LDFjMC0wLjQsMC0wLjUtMC41LTAuNAoJCUM3MzAuNCw0MjEuNiw3MzAuOCw0MjAu Miw3MzEuMyw0MTkuMXogTTcyOC45LDMyOS43YzAuMSwwLjMsMC41LDEuMywwLjIsMS42QzcyOC40 LDMzMS4zLDcyOC44LDMzMCw3MjguOSwzMjkuN3ogTTcyNy43LDMxNC4xCgkJdi0yLjRjMC43LDAu NCwwLjMsMS40LDAuNSwyLjVDNzI4LDMxNC4yLDcyNy44LDMxNC4yLDcyNy43LDMxNC4xeiBNNzI5 LjUsMjk0LjJjLTEuNS0wLjgtMC43LTMuNC0wLjMtNS40CgkJQzczMC4xLDI4OS40LDczMC4yLDI5 Mi41LDcyOS41LDI5NC4yeiBNNzMwLjcsMjM4LjVjLTAuOSwwLjEtMS45LDEuMi0yLjUtMC4yYy0w LjMtNSwwLjctOC43LDItMTAuMQoJCUM3MzAuNywyMzAuOSw3MzEuMSwyMzUuNCw3MzAuNywyMzgu NXogTTczMS42LDI0My44YzAuMSwwLDAuMS0wLjEsMC4xLTAuMWMwLjEsMC4xLDAuMiwwLjMsMC4z LDAuNQoJCUM3MzEuOSwyNDQsNzMxLjcsMjQzLjgsNzMxLjYsMjQzLjh6IE03MzcuNywyMDguNmMt MC43LTAuMS0wLjQtMS4yLTAuNi0yYy0wLjEsMC4yLTAuMiwwLjMtMC4yLDAuNWMwLDAsMC0wLjEt MC4xLTAuMQoJCWMwLDAuMSwwLDAuMiwwLDAuMmMtMC4xLDAuMy0wLjIsMC43LTAuMywxLjJjLTAu MSwwLTAuMS0wLjEtMC4yLTAuM2MwLDEuMi0wLjEsMi4zLTAuMiwzLjRjLTAuMSwwLjEtMC4xLDAu MS0wLjEsMC4yCgkJYzAsMC4xLDAuMSwwLjEsMC4xLDAuMmMtMC4yLDEuNC0wLjMsMi43LTAuMyw0 Yy0wLjItMC40LTAuNS0wLjQtMC45LTAuNGMwLjEsMS43LTAuNiwwLjUtMC42LDEuMWMwLjMsMC4y LTAuMSwwLjQtMC4yLDAuNwoJCWMwLjUsMC44LDAuMSwxLjMsMCwyLjJjMC4zLDAuOCwwLjksMSwx LjEsMi4yYzAtMC45LTAuMy0xLjIsMC4yLTEuNWMtMC4xLDAuOSwwLjMsMC44LDAuMiwxLjljLTAu MywwLjUtMC40LDEuMS0wLjQsMS43CgkJYy0wLjQsMC45LTAuOCwxLjktMSwzLjFjLTAuMSwwLTAu MSwwLTAuMiwwYzAsMCwwLDAsMCwwYy0wLjEtMC4xLTAuMS0wLjEtMC4yLDAuMmMtMC4xLDAtMC4x LTItMC41LTAuOGMwLjUtNCwwLjgtMTAuMiwwLjYtMTQuNQoJCWMwLjQtMC4xLDAuNiwwLjEsMC44 LDAuNGMxLjEtMS4yLTAuMi0zLjksMC44LTUuNWMwLjEtMS4xLTAuMi0xLTAuMi0yYy0wLjQsMC4z LTAuMiwwLjYtMC4yLDEuNmMtMC4yLTEuMy0wLjctMS41LTEuMS0yLjQKCQljMC4xLTEsMC41LTEu NiwwLTIuNGMwLjEtMC40LDAuNC0wLjYsMC4yLTAuOGMwLTAuNiwwLjcsMC42LDAuNi0xLjJjMC40 LTAuMSwwLjctMC4xLDAuOSwwLjRjLTAuMS0yLjUsMC41LTUsMC41LTguMgoJCWMwLjMsMC44LDAu NiwwLjIsMC41LTEuMmMwLjEsMCwwLjEsMC41LDAuMiwwLjhjMC4zLTAuMSwwLjUsMS40LDAuOSwy YzAsMC44LTAuNywwLjEtMC44LDAuOGMwLDAuNSwwLjQsMC4zLDAuNiwwLjQKCQljLTAuMSwxLjEs MC4yLDEsMC4yLDJjLTEuMSwyLjMtMC41LDQuMy0wLjgsNy4xYzAuOS0wLjQsMC4yLTEuMiwxLjEt MS4yQzczNy43LDIwNC45LDczOCwyMDYuNCw3MzcuNywyMDguNnogTTczOC40LDE4Mi4zCgkJYy0w LjIsMC41LTAuMywxLjMtMC4zLDIuNGMtMC4yLTAuNy0xLDAuMi0wLjgtMS42YzAuNSwwLjcsMC41 LDAsMC41LTEuNmMwLjEsMC4yLDAuMywwLjMsMC4zLDAuOGMwLjEtMC4yLDAuMi0wLjQsMC41LTAu NAoJCUM3MzguNiwxODIuMyw3MzguNSwxODIuMyw3MzguNCwxODIuM3ogTTczOC42LDE3Ny42YzAu NiwxLjIsMCwyLjgtMC4zLDMuOWMtMC42LTAuMS0wLjktMC45LTEuMi0xLjZjMC4zLTIuMiwwLjYt My40LDAuNi01LjUKCQljMC4zLTAuMSwwLjMsMC4zLDAuMywwLjhjMC4yLTAuNy0wLjMtMy42LDAu OC0zLjFjLTAuMiwxLjEsMC40LDEuOSwwLjUsMS4yQzczOS42LDE3NC42LDczOS4xLDE3OC42LDcz OC42LDE3Ny42eiIvPgo8L2c+Cjwvc3ZnPg==");
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible!important;
    padding: 65px 50px;
}
body #yith-quick-view-modal #yith-quick-view-close,
body #modal_serial #yith-quick-view-close,
body #pickup_modal #yith-quick-view-close,
body .yith-quick-view-modal #yith-quick-view-close {
    background-color: #ffa27e;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAg MCAzMDAgMzAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTcuODYsMjYzLjk4bDExMi42OS0xMTMuOTlMNy44NiwzNi4wMkMtMi4zOSwyNi42My0y LjYxLDE3LjAzLDcuMjIsNy4yYzkuODEtOS44MSwxOS40MS05LjYsMjguODEsMC42NAoJCWwxMTMu OTgsMTEyLjY5TDI2My45OCw3Ljg0QzI3My4zNy0yLjQsMjgyLjk3LTIuNjEsMjkyLjgsNy4yYzku ODEsOS44Miw5LjYsMTkuNDMtMC42NCwyOC44MUwxNzkuNDYsMTQ5Ljk5bDExMi42OSwxMTMuOTkK CQljMTAuMjQsOS40LDEwLjQ1LDE5LjAxLDAuNjQsMjguODFjLTkuODIsOS44MS0xOS40Myw5LjYt MjguODEtMC42NEwxNTAuMDEsMTc5LjQ1TDM2LjAzLDI5Mi4xNmMtOS40LDEwLjI0LTE5LjAxLDEw LjQ1LTI4LjgxLDAuNjQKCQlDLTIuNjEsMjgyLjk5LTIuMzksMjczLjM4LDcuODYsMjYzLjk4eiIv Pgo8L2c+Cjwvc3ZnPg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 36px;
    opacity: 1;
    position: absolute;
    right: 24px;
    top: -5px;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 36px;
    z-index: 100
}
body #yith-quick-view-modal #yith-quick-view-close:hover,
body #modal_serial #yith-quick-view-close:hover,
body #pickup_modal #yith-quick-view-close:hover,
body .yith-quick-view-modal #yith-quick-view-close:hover {
    background-color: #ff9167
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0
}
.yith-wcwl-add-to-wishlist .feedback {
    display: none
}
.yith-wcwl-add-to-wishlist a {
    margin: 0 0 0 5px!important
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
    display: block;
    position: absolute;
    z-index: 1
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0i MHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgICBlbmFibGUtYmFja2dyb3VuZD0i bmV3IDAgMCAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0cm9rZT0iI2ZmZmZm ZiIgZmlsbD0ibm9uZSIKICAgICAgZD0iTTE2LjksNC4zYy0wLjktMS0yLTEuNC0zLjMtMS40Yy0x LjUsMC0yLjcsMC42LTMuNiwxLjlDOSwzLjUsNy44LDIuOSw2LjQsMi45QzUuMSwyLjksNCwzLjMs My4xLDQuMyAgYy0wLjksMS0xLjQsMi4xLTEuNCwzLjRjMCwwLDAsMCwwLDAuMXYwYzAsMCwwLDAu MSwwLDAuMWMwLDAsMCwwLjEsMCwwLjFjMCwwLjksMC4yLDEuNywwLjUsMi42YzAuMywwLjgsMC43 LDEuNSwxLjIsMi4xICBzMSwxLjEsMS42LDEuN2MwLjYsMC41LDEuMiwxLDEuNywxLjNjMC41LDAu MywxLDAuNiwxLjYsMC45YzAuNiwwLjMsMC45LDAuNCwxLjEsMC41YzAuMiwwLjEsMC4zLDAuMSww LjUsMC4yICBjMC4xLDAsMC4zLTAuMSwwLjUtMC4yYzAuMi0wLjEsMC42LTAuMiwxLjEtMC41YzAu Ni0wLjMsMS4xLTAuNiwxLjYtMC45YzAuNS0wLjMsMS4xLTAuNywxLjctMS4zYzAuNi0wLjUsMS4y LTEuMSwxLjctMS43ICBjMC41LTAuNiwwLjktMS4zLDEuMi0yLjFjMC4zLTAuOCwwLjUtMS43LDAu NS0yLjZjMCwwLDAtMC4xLDAtMC4xYzAsMCwwLTAuMSwwLTAuMXYwdjB2MEMxOC4zLDYuNCwxNy45 LDUuMywxNi45LDQuM3oiLz4KPC9zdmc+");
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before {
    background-color: #ff9167
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
    display: block;
    font-size: 0;
    height: 40px;
    position: relative;
    width: 40px!important
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    display: block;
    position: absolute;
    z-index: 1
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 40px
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0i MHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIKICAgICBlbmFibGUtYmFja2dyb3VuZD0i bmV3IDAgMCAyMCAyMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0cm9rZT0iI2ZmZjdl NiIgZmlsbD0iI2ZmZjdlNiIKICAgICAgZD0iTTE2LjksNC4zYy0wLjktMS0yLTEuNC0zLjMtMS40 Yy0xLjUsMC0yLjcsMC42LTMuNiwxLjlDOSwzLjUsNy44LDIuOSw2LjQsMi45QzUuMSwyLjksNCwz LjMsMy4xLDQuMyAgYy0wLjksMS0xLjQsMi4xLTEuNCwzLjRjMCwwLDAsMCwwLDAuMXYwYzAsMCww LDAuMSwwLDAuMWMwLDAsMCwwLjEsMCwwLjFjMCwwLjksMC4yLDEuNywwLjUsMi42YzAuMywwLjgs MC43LDEuNSwxLjIsMi4xICBzMSwxLjEsMS42LDEuN2MwLjYsMC41LDEuMiwxLDEuNywxLjNjMC41 LDAuMywxLDAuNiwxLjYsMC45YzAuNiwwLjMsMC45LDAuNCwxLjEsMC41YzAuMiwwLjEsMC4zLDAu MSwwLjUsMC4yICBjMC4xLDAsMC4zLTAuMSwwLjUtMC4yYzAuMi0wLjEsMC42LTAuMiwxLjEtMC41 YzAuNi0wLjMsMS4xLTAuNiwxLjYtMC45YzAuNS0wLjMsMS4xLTAuNywxLjctMS4zYzAuNi0wLjUs MS4yLTEuMSwxLjctMS43ICBjMC41LTAuNiwwLjktMS4zLDEuMi0yLjFjMC4zLTAuOCwwLjUtMS43 LDAuNS0yLjZjMCwwLDAtMC4xLDAtMC4xYzAsMCwwLTAuMSwwLTAuMXYwdjB2MEMxOC4zLDYuNCwx Ny45LDUuMywxNi45LDQuM3oiLz4KPC9zdmc+");
    height: 20px;
    left: 10px;
    top: 10px;
    width: 20px
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
    background-color: #ff9167
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none!important
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddresponse {
    display: none!important
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist {
    margin-top: 20px
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262;
    display: inline-block;
    line-height: 40px;
    text-indent: 53px;
    text-transform: lowercase;
    width: auto!important
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a:before, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a:before {
    background-color: #94c4f7
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a:after, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a:after {
    line-height: initial;
    text-indent: 0
}
.qodef-browser--ms-explorer #qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a:after, .qodef-browser--ms-explorer #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a:after {
    line-height: 25px
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a:hover, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a:hover {
    color: #244263
}
#qodef-woo-page.qodef--single .summary .yith-wcwl-add-to-wishlist a:hover:before, #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist a:hover:before {
    background-color: #73b6fe
}
#yith-wcwl-popup-message {
    background-color: #94c4f7;
    border: none;
    border-radius: 0;
    color: #fff;
    margin: 0!important;
    padding: 35px 58px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    font-size: 20px;
    line-height: 1.2em
}
#yith-wcwl-form .woocommerce-error, #yith-wcwl-form .woocommerce-info, #yith-wcwl-form .woocommerce-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #f1f1f1;
    color: #244263;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 30px;
    padding: 20px 30px
}
#yith-wcwl-form .woocommerce-error a, #yith-wcwl-form .woocommerce-info a, #yith-wcwl-form .woocommerce-message a {
    background-color: transparent!important;
    border: none!important;
    color: #244263!important;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .15em;
    line-height: 2.077em;
    padding: 0 0 0 30px;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    white-space: nowrap
}
#yith-wcwl-form .woocommerce-error a:hover, #yith-wcwl-form .woocommerce-info a:hover, #yith-wcwl-form .woocommerce-message a:hover {
    color: #94c4f7!important
}
@media only screen and (max-width:768px) {
    #yith-wcwl-form .woocommerce-error, #yith-wcwl-form .woocommerce-info, #yith-wcwl-form .woocommerce-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    #yith-wcwl-form .woocommerce-error a, #yith-wcwl-form .woocommerce-info a, #yith-wcwl-form .woocommerce-message a {
        padding: 20px 0 0 0
    }
}
#yith-wcwl-form .wishlist-title {
    display: none
}
#yith-wcwl-form .shop_table {
    font-size: inherit
}
#yith-wcwl-form .shop_table tfoot tr {
    border: none
}
#yith-wcwl-form .shop_table td, #yith-wcwl-form .shop_table th {
    padding: 15px 0 15px 5px;
    text-align: left;
    vertical-align: middle
}
#yith-wcwl-form .shop_table td:first-child, #yith-wcwl-form .shop_table th:first-child {
    padding-left: 0
}
#yith-wcwl-form .shop_table th {
    border: none;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #yith-wcwl-form .shop_table th {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#yith-wcwl-form .shop_table td.product-remove {
    width: 30px
}
#yith-wcwl-form .shop_table td.product-remove a {
    color: #fff;
    display: inline-block;
    font-size: 23px;
    line-height: 28px;
    position: relative;
    text-align: center;
    width: 28px
}
#yith-wcwl-form .shop_table td.product-remove a:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 28px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 28px;
    z-index: -1
}
#yith-wcwl-form .shop_table td.product-remove a:hover:before {
    background-color: #ff9167
}
@media only screen and (max-width:480px) {
    #yith-wcwl-form .shop_table td.product-remove a {
        font-size: 16px;
        line-height: 23px;
        width: 23px
    }
    #yith-wcwl-form .shop_table td.product-remove a:before {
        height: 23px;
        width: 23px
    }
}
#yith-wcwl-form .shop_table td.product-stock-status span {
    color: #244263
}
#yith-wcwl-form .shop_table td.product-thumbnail {
    padding-right: 10px;
    width: 95px
}
#yith-wcwl-form .shop_table td.product-thumbnail a, #yith-wcwl-form .shop_table td.product-thumbnail img {
    display: block;
    width: 100%
}
#yith-wcwl-form .shop_table td.product-name {
    text-align: left
}
#yith-wcwl-form .shop_table td.product-name a {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262
}
#yith-wcwl-form .shop_table td.product-price, #yith-wcwl-form .shop_table td.product-subtotal {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #244262;
    display: table-cell
}
#yith-wcwl-form .shop_table td.product-price ins, #yith-wcwl-form .shop_table td.product-subtotal ins {
    text-decoration: none
}
#yith-wcwl-form .shop_table td.product-add-to-cart {
    text-align: right
}
#yith-wcwl-form .shop_table td.product-add-to-cart a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 8px 30px;
    cursor: pointer;
    z-index: 3;
    color: #fff!important;
    background-color: #94c4f7!important;
    border: 1px solid transparent!important;
    display: inline-block!important
}
#yith-wcwl-form .shop_table td.product-add-to-cart a:hover {
    color: #fff!important;
    background-color: #73b6fe!important;
    border: 1px solid transparent!important
}
#yith-wcwl-form .shop_table td.product-add-to-cart a.remove_from_wishlist {
    display: none!important
}
#yith-wcwl-form .shop_table .yith-wcwl-share {
    display: none
}
#yith-wcwl-form .shop_table .qodef-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 23px 0 9px 0
}
#yith-wcwl-form .shop_table .qodef-social-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}
#yith-wcwl-form .shop_table .qodef-social-share li {
    margin: 0 9px 0 0!important;
    padding: 0
}
#yith-wcwl-form .shop_table .qodef-social-share li a {
    color: #fff;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
#yith-wcwl-form .shop_table .qodef-social-share li a:hover {
    color: #fff!important
}
#yith-wcwl-form .shop_table .qodef-social-share li a span {
    line-height: inherit
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+1) a {
    background-color: #94c4f7
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+1) a:hover {
    background-color: #73b6fe
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+2) a {
    background-color: #244263
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+2) a:hover {
    background-color: #092e56
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+3) a {
    background-color: #ffa27e
}
#yith-wcwl-form .shop_table .qodef-social-share li:nth-child(3n+3) a:hover {
    background-color: #ff9167
}
#yith-wcwl-form .shop_table .qodef-social-share a {
    border-radius: 50%;
    display: block!important;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px
}
#yith-wcwl-form .shop_table .qodef-social-share .qodef-social-title {
    margin-right: 13px;
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    text-transform: initial;
    color: #244262;
    font-size: 20px;
    line-height: 1.2em
}
@media only screen and (max-width:480px) {
    #yith-wcwl-form .shop_table .qodef-social-share .qodef-social-title {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
}
#yith-wcwl-form .shop_table .qodef-social-share .qodef-shortcode-list {
    top: -7px
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category a, .qodef-woo-product-list .product-category a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title, .qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    margin: 0;
    padding: 12px 29px;
    position: absolute;
    width: auto
}
.qodef-browser--ms-explorer .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title, .qodef-browser--ms-explorer .qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category img, .qodef-woo-product-list .product-category img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    will-change: transform
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category:hover img, .qodef-woo-product-list .product-category:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}
.qodef-woo-product-categories-list.qodef-item-layout--info-on-image .count, .qodef-woo-product-list .count {
    display: none
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-product-content {
    margin: 0 0 34px 0
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-product-title-price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-product-title-price-holder .price {
    margin-left: 13px
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-product-base-price {
    margin: 4px 0 -8px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-ratings {
    margin-top: 14px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-woo-product-list.qodef-item-layout--info-below-1 .qodef-woo-buttons-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 14px
}
.qodef-woo-product-list.qodef-item-layout--info-below-2 .qodef-woo-product-content {
    margin: 0 0 53px 0
}
.qodef-woo-product-list.qodef-item-layout--info-below-2 .qodef-woo-product-title {
    text-align: center
}
.qodef-woo-product-list.qodef-item-layout--info-below-2 .price {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.qodef-woo-product-list.qodef-item-layout--info-below-2 .qodef-woo-buttons-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 11px
}
.qodef-woo-product-list.qodef-item-layout--info-below-3 .qodef-woo-product-content {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 23px 25px 23px
}
.qodef-woo-product-list.qodef-item-layout--info-below-3 .qodef-woo-product-title-price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}
.qodef-woo-product-list.qodef-item-layout--info-below-3 .qodef-woo-product-base-price-rating-holder {
    width: 50%
}
.qodef-woo-product-list.qodef-item-layout--info-below-3 .qodef-woo-ratings {
    margin: 9px 0 10px 0
}
.qodef-woo-product-list.qodef-item-layout--info-below-3 .qodef-woo-buttons-holder {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 19px;
    width: 50%
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
    padding: 21px 19px
}
.qodef-browser--ms-explorer .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-image-inner {
    padding: 48px 19px;
    display: inline-block
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-buttons-holder {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    opacity: 0;
    height: 100%;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    width: 100%
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-title-price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%
}
.qodef-browser--ms-explorer .qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-woo-product-title-price-holder {
    margin-top: 0
}
.qodef-woo-product-list.qodef-item-layout--info-on-image .product:hover .qodef-woo-buttons-holder {
    opacity: 1
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-inner {
    width: 100%
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer {
    position: relative;
    width: 100%;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-content {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-image {
    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-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-content {
    margin-left: 18px
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-content .price {
    margin-top: 8px
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-content .qodef-woo-ratings {
    margin-top: 14px
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-image-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-image-inner .qodef-woo-buttons-holder {
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0
}
.qodef-woo-product-list.qodef-item-layout--info-right .qodef-woo-product-content-outer .qodef-woo-product-image-inner .qodef-woo-buttons-holder a {
    margin: 0
}
.qodef-woo-product-list.qodef-item-layout--info-right .product:hover .qodef-woo-buttons-holder {
    opacity: 1
}
.widget_mildhill_core_woo_dropdown_cart {
    height: 100%
}
.qodef-woo-dropdown-cart {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative
}
.qodef-woo-dropdown-cart .qodef-m-opener {
    color: #fff!important;
    padding: 0 .5em
}
.qodef-woo-dropdown-cart .qodef-m-opener:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 2em;
    left: 0;
    position: absolute;
    top: -.5em;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 2em;
    z-index: -1
}
.qodef-woo-dropdown-cart .qodef-m-opener-count {
    background-color: #fff7e6;
    border-radius: 50%;
    color: #ffa27e;
    font-size: 11px;
    font-weight: 600;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: calc(0% - 9px);
    text-align: center;
    top: calc(50% - 18px);
    width: 18px
}
.qodef-woo-dropdown-cart .qodef-m-label {
    color: #ffa27e;
    margin-left: calc(.5em + 10px)
}
.qodef-woo-dropdown-cart .qodef-m-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}
.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    background-color: #244263;
    display: inline-block;
    padding: 34px 31px;
    position: relative;
    vertical-align: top;
    width: 307px
}
.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: #848484
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #848484
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #244263
}
.qodef-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: #fff
}
.qodef-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a {
    color: #fff
}
.qodef-widget-holder .qodef-woo-dropdown-cart .qodef-woo-dropdown-items a:hover {
    color: #94c4f7
}
.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    position: relative
}
.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;
    margin-right: 20px;
    width: 80px
}
.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: -4px 0 0 0
}
.qodef-woo-dropdown-cart .qodef-e-price-quantity {
    margin: 7px 0 0;
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    line-height: 1.38em
}
.qodef-woo-dropdown-cart .qodef-e-remove {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: -5px
}
.qodef-woo-dropdown-cart .qodef-m-order-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #506881;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px;
    padding-top: 19px;
    position: relative
}
.qodef-woo-dropdown-cart .qodef-m-order-details>* {
    margin: 0
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-order-details>* {
    color: #848484
}
.qodef-widget-holder .qodef-woo-dropdown-cart .qodef-m-order-details>* {
    color: #fff
}
.qodef-woo-dropdown-cart .qodef-m-order-amount {
    display: inline-block;
    font-family: Nickainley, script;
    font-size: 18px;
    line-height: 1.38em
}
.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 20px
}
.qodef-woo-dropdown-cart .qodef-m-action-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    padding: 14px 50px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent
}
.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}
.qodef-woo-dropdown-cart:hover .qodef-m-opener:before {
    background-color: #ff9167
}
.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    line-height: 1em;
    margin: 0
}
#qodef-top-area .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    color: #848484
}
.qodef-widget-holder .qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    color: #fff
}
@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: 23px
    }
}
@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0!important
    }
    .qodef-content-behind-header #qodef-page-outer {
        z-index: 1
    }
    body:not(.qodef-content-behind-header) .qodef-page-title {
        padding-top: 0!important
    }
}
@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}
@media only screen and (max-width:1440px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) {
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
    .qodef-instagram-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(2n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(3n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(4n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(5n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(6n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(7n+1) {
        clear: both
    }
}
@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item:nth-child(8n+1) {
        clear: both
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 100%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 50%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 33.33333%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 25%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 20%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 16.66667%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 14.28571%
    }
}
@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-instagram-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #sb_instagram #sbi_images>.sbi_item {
        width: 12.5%
    }
}
@media only screen and (max-width:680px) {
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav .qodef-icon-elegant-icons {
        display: none
    }
}
@media only screen and (max-width:480px) {
    #qodef-single-portfolio-navigation .qodef-m-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav {
        margin: 10px 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav:first-child {
        margin-top: 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav:last-child {
        margin-bottom: 0
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav.qodef--back-to-link {
        left: 0;
        position: relative;
        top: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    #qodef-single-portfolio-navigation .qodef-m-inner .qodef-m-nav.qodef--next {
        margin-left: initial
    }
}
@media only screen and (max-width:1024px) {
    .qodef-testimonials-list .qodef-e-content {
        padding: 25% 9% 0
    }
}
@media only screen and (max-width:680px) {
    .qodef-call-to-action.qodef-layout--standard .qodef-m-inner {
        display: block
    }
    .qodef-call-to-action.qodef-layout--standard .qodef-m-button {
        margin-top: 20px
    }
}
@media only screen and (max-width:768px) {
    .qodef-countdown.qodef-show--4 .qodef-digit-wrapper, .qodef-countdown.qodef-show--5 .qodef-digit-wrapper, .qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
        width: 33.33333333333333%
    }
}
@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:1024px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}
@media only screen and (max-width:680px) {
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%
    }
    .qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
        margin-bottom: 0
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
        display: block
    }
    .qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
        border-right: 0;
        margin-right: 0;
        padding-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:1600px) {
    .qodef-vss .qodef-m-image {
        max-height: 55%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-vss .qodef-m-image {
        max-height: 45%
    }
}
@media only screen and (max-width:1024px) {
    .qodef-vss.qodef-vss--disable-below-1024 {
        display: none
    }
    .qodef-vss.qodef-vss--disable-below-1024+.qodef-vss-responsive {
        display: block
    }
    .qodef-vss.qodef-vss--disable-below-1024+.qodef-vss-responsive .qodef-m-slide-content, .qodef-vss.qodef-vss--disable-below-1024+.qodef-vss-responsive .qodef-m-slide-image {
        min-height: 50vh
    }
    .qodef-vss.qodef-vss--disable-below-1024+.qodef-vss-responsive .qodef-m-slide-content {
        padding: 10%
    }
    .qodef-vss.qodef-vss--disable-below-1024+.qodef-vss-responsive .qodef-m-slide-content .qodef-m-text br {
        display: none
    }
}
@media only screen and (max-width:768px) {
    .qodef-vss.qodef-vss--disable-below-768 {
        display: none
    }
    .qodef-vss.qodef-vss--disable-below-768+.qodef-vss-responsive {
        display: block
    }
    .qodef-vss.qodef-vss--disable-below-768+.qodef-vss-responsive .qodef-m-slide-content, .qodef-vss.qodef-vss--disable-below-768+.qodef-vss-responsive .qodef-m-slide-image {
        min-height: 50vh
    }
    .qodef-vss.qodef-vss--disable-below-768+.qodef-vss-responsive .qodef-m-slide-content {
        padding: 10%
    }
    .qodef-vss.qodef-vss--disable-below-768+.qodef-vss-responsive .qodef-m-slide-content .qodef-m-text br {
        display: none
    }
}
@media only screen and (max-width:1024px) {
    .qodef-workflow .qodef-m-workflow-item {
        margin-top: 0
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner {
        padding-bottom: 60px;
        width: 100%
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image {
        text-align: center
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-image {
        left: 0
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-text {
        text-align: right
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-title {
        text-align: left
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-image {
        right: 0
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text .qodef-m-text {
        text-align: left
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text .qodef-m-title {
        text-align: right
    }
    .qodef-workflow .qodef-m-workflow-item:not(:first-child) .qodef-m-workflow-item-inner:before {
        top: 40%
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-text .qodef-m-circle {
        left: 50%
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n+1) .qodef-m-workflow-item-inner:before {
        left: 50%
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-text .qodef-m-circle {
        left: 50%
    }
    .qodef-workflow .qodef-m-workflow-item:nth-of-type(2n) .qodef-m-workflow-item-inner:before {
        left: 50%
    }
}
@media only screen and (max-width:680px) {
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner {
        width: 100%
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text .qodef-m-circle {
        display: none
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner:before {
        display: none
    }
}
@media only screen and (max-width:480px) {
    .qodef-workflow .qodef-m-workflow-item {
        margin-top: 0;
        padding-bottom: 0
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-image {
        width: 100%
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text {
        width: 100%
    }
    .qodef-workflow .qodef-m-workflow-item .qodef-m-workflow-item-inner .qodef-m-workflow-text .qodef-m-title {
        text-align: center
    }
}
@media only screen and (max-width:480px) {
    .qodef-sp-holder .qodef-sp-subtitle {
        width: 100%
    }
}
@media only screen and (max-width:480px) {
    .qodef-page-title {
        height: auto!important
    }
    .qodef-page-title .qodef-m-content {
        padding-top: 50px!important;
        padding-bottom: 50px!important
    }
    body.qodef-content-behind-header .qodef-page-title .qodef-m-content {
        padding-top: 120px!important
    }
}
@media only screen and (max-width:1600px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 40%
    }
}
@media only screen and (max-width:1440px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 50%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 60%
    }
}
@media only screen and (max-width:1280px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 70%
    }
}
@media only screen and (max-width:1024px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 80%
    }
}
@media only screen and (max-width:768px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 90%
    }
}
@media only screen and (max-width:680px) {
    .qodef-page-title.qodef-title--standard.qodef-title-text--center .qodef-m-subtitle {
        width: 100%
    }
}
@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
    }
}
@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
    }
}
@media only screen and (max-width:768px) {
    .woocommerce-page div.woocommerce .col2-set {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media only screen and (max-width:768px) {
    #qodef-woo-page.qodef--cart .shop_table 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.actions .coupon {
        float: none;
        width: 100%
    }
    #qodef-woo-page.qodef--cart .shop_table td.actions .coupon>* {
        margin-bottom: 20px
    }
    #qodef-woo-page.qodef--cart .shop_table td.actions>.button {
        float: none
    }
    #qodef-woo-page.qodef--cart .cart-collaterals .shop_table th {
        width: auto
    }
}
@media only screen and (max-width:1024px) {
    .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:768px) {
    .woocommerce-account .woocommerce {
        margin-bottom: 11px
    }
    .woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
        margin-bottom: 0
    }
}
@media only screen and (max-width:1440px) {
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 20%
    }
}
@media only screen and (max-width:1366px) {
    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 25%
    }
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 25%
    }
    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 25%
    }
    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 25%
    }
}
@media only screen and (max-width:1024px) {
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 33.33333%
    }
    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 33.33333%
    }
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 33.33333%
    }
    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 33.33333%
    }
    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 33.33333%
    }
}
@media only screen and (max-width:768px) {
    .qodef-woo-product-list ul.products.columns-3>.product {
        width: 50%
    }
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 50%
    }
    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 50%
    }
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 50%
    }
    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 50%
    }
    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 50%
    }
}
@media only screen and (max-width:680px) {
    .qodef-woo-product-list ul.products.columns-2>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-3>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-4>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-5>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-6>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-7>.product {
        width: 100%
    }
    .qodef-woo-product-list ul.products.columns-8>.product {
        width: 100%
    }
}
@media only screen and (max-width:1440px) {
    .qodef-woo-product-list.qodef-gutter--huge ul.products {
        margin: 0 -25px
    }
    .qodef-woo-product-list.qodef-gutter--huge ul.products>.product {
        padding: 0 25px;
        margin: 0 0 50px
    }
}
@media only screen and (max-width:680px) {
    .qodef-woo-results {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}
.qodef-woo-results .woocommerce-ordering {
    margin-left: 0
}
@media only screen and (max-width:480px) {
    .woocommerce-Reviews .comment .comment_container, .woocommerce-Reviews .review .comment_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .woocommerce-Reviews .comment .comment-text, .woocommerce-Reviews .review .comment-text {
        margin-top: 23px
    }
}
@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 .woocommerce-product-gallery__image {
        width: 50%
    }
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
        width: 50%
    }
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
        width: 50%
    }
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-7 .woocommerce-product-gallery__image {
        width: 50%
    }
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .woocommerce-product-gallery__image {
        width: 50%
    }
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
        -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
    }
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li {
        margin: 0 0 10px
    }
    #qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li:last-child {
        margin-bottom: 0
    }
}
@media only screen and (max-width:480px) {
    #qodef-woo-page.qodef--single .entry-summary form.cart .variations select {
        min-width: auto
    }
}
@media only screen and (max-width:480px) {
    .ywpc-countdown .ywpc-header, .ywpc-sale-bar .ywpc-header {
        border-bottom: 1px solid #fff;
        padding: 15px 23px;
        width: 100%
    }
    .ywpc-countdown .ywpc-timer {
        width: 100%
    }
    .ywpc-sale-bar .ywpc-bar {
        width: 100%
    }
}
@media only screen and (max-width:680px) {
    body #yith-quick-view-modal [id*=product] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
    }
    body #yith-quick-view-modal .qodef-woo-single-image {
        width: 100%
    }
    body #yith-quick-view-modal .summary {
        margin-left: 0!important;
        width: 100%!important
    }
    body #yith-quick-view-modal .qodef-woo-product-title {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 24px;
        line-height: 1.16em
    }
    body #yith-quick-view-modal .woocommerce-product-rating {
        margin-top: 10px
    }
    body #yith-quick-view-modal .price {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        font-size: 24px;
        line-height: 1.16em;
        margin: 0
    }
    body #yith-quick-view-modal .woocommerce-product-details__short-description {
        display: none
    }
}
@media only screen and (max-width:480px) {
    body #yith-quick-view-modal .summary {
        padding-top: 17px!important;
        padding-bottom: 10px!important
    }
    body #yith-quick-view-modal .qodef-woo-product-title {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        color: #244262;
        font-size: 18px;
        line-height: 1.23em
    }
    body #yith-quick-view-modal .woocommerce-product-rating {
        display: none
    }
    body #yith-quick-view-modal .price {
        font-family: "Abril Fatface", serif;
        font-weight: 400;
        text-transform: initial;
        font-size: 18px;
        line-height: 1.23em
    }
    body #yith-quick-view-modal form.cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    body #yith-quick-view-modal form.cart button {
        margin-top: 10px
    }
}
@media only screen and (max-width:680px) {
    body #yith-quick-view-modal .yith-wcqv-wrapper {
        max-width: 75%
    }
}
@media only screen and (max-width:480px) {
    body #yith-quick-view-modal .yith-wcqv-wrapper {
        max-width: 85%
    }
    body #yith-quick-view-modal .yith-wcqv-main {
        padding: 35px
    }
    body #yith-quick-view-modal .qodef-woo-product-title {
        font-size: 25px
    }
}
@media only screen and (max-width:480px) {
    #yith-quick-view-modal .summary .yith-wcwl-add-to-wishlist {
        display: none
    }
    #yith-quick-view-modal .summary .cart button {
        padding: 11px 17px
    }
}
@media only screen and (max-width:768px) {
    #yith-quick-view-modal .summary .cart button {
        padding: 11px 22px
    }
}
@media only screen and (max-width:680px) {
    #yith-wcwl-form .shop_table th.product-thumbnail {
        display: none
    }
    #yith-wcwl-form .shop_table td.product-thumbnail {
        display: none
    }
    #yith-wcwl-form .shop_table td.product-add-to-cart a {
        line-height: 1.3em;
        padding: 10px;
        width: 100%
    }
}
@media only screen and (max-width:1280px) {
    .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title, .qodef-woo-product-list .product-category .woocommerce-loop-category__title {
        padding: 12px 14px
    }
}
@media only screen and (max-width:1280px) {
    .qodef-woo-product-categories-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title, .qodef-woo-product-list .product-category .woocommerce-loop-category__title {
        padding: 12px 14px
    }
}
#qodef-membership-login-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
#qodef-membership-login-modal #qodef-membership-login-modal-close {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 12px;
    position: absolute;
    right: 34px;
    top: 3px;
    z-index: 1;
    padding: 0 .5em;
    padding: 0 1em
}
.qodef-browser--ms-explorer #qodef-membership-login-modal #qodef-membership-login-modal-close {
    padding: 0 .5em
}
#qodef-membership-login-modal #qodef-membership-login-modal-close:before {
    background-color: #ffa27e;
    border-radius: 50%;
    content: '';
    height: 2em;
    left: 0;
    position: absolute;
    top: -.5em;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 2em;
    z-index: -1;
    height: 3em;
    top: -1em;
    width: 3em
}
#qodef-membership-login-modal .qodef-membership-login-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 66, 99, .9)
}
#qodef-membership-login-modal .qodef-membership-login-modal-content {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRw Oi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5v cmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDUwMCA3MDgi IGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwMCA3MDgiIHhtbDpzcGFjZT0icHJlc2VydmUi Pgo8Zz4KCTxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00NjkuOCwxMS43Yy0wLjEsMC0wLjIsMC0w LjIsMC4xQzQ2OS44LDExLjgsNDY5LjksMTEuOCw0NjkuOCwxMS43eiIvPgogICAgPHBhdGggZmls bD0iI2ZmZmZmZiIKICAgICAgICAgIGQ9Ik00ODkuOSw1NjMuNGMwLjYtMC4zLDEtMS4yLDEtMi45 Yy0wLjUsMC4zLTAuMiwxLjUtMSwxLjlDNDg5LjksNTYyLjgsNDg5LjksNTYzLjEsNDg5LjksNTYz LjR6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDkyLjksMTQwLjRjMC4yLTEuNiww LjQsMC41LDAuNiwwLjVjMC0wLjcsMC4zLTAuOCwwLjQtMS40Yy0wLjUsMC4yLTAuOC0wLjEtMS0w LjUKCQlDNDkyLjksMTM5LjUsNDkyLjYsMTQwLDQ5Mi45LDE0MC40eiIvPgogICAgPHBhdGggZmls bD0iI2ZmZmZmZiIgZD0iTTQ5MS4xLDQ2Ny42YzAuNy0wLjksMC42LDAsMC42LDEuOWMwLjItMC4y LDAuNC0wLjQsMC40LTFjMC4yLDAuMywwLjMsMC41LDAuNiwwLjVjMC0wLjQtMC4xLTAuNS0wLjIt MC41CgkJYy0wLjMtMC42LTAuNC0xLjYtMC40LTIuOUM0OTEuOSw0NjYuNiw0OTAuOCw0NjUuNCw0 OTEuMSw0NjcuNnoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00ODcuOCw0NzcuNmMw LjItMC4xLDAuNCwwLjEsMC40LDAuNWMwLjItMC40LDAuMS0wLjksMC4yLTIuNGMtMC4yLDAtMC40 LDAtMC42LDBjMCwwLjgsMC4xLDEuOC0wLjIsMS45CgkJQzQ4Ny43LDQ3OC4yLDQ4Ny44LDQ3Ny45 LDQ4Ny44LDQ3Ny42eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgIGQ9Ik00 OTAuOSw0NzUuN2MtMC40LTAuMS0wLjQsMC42LTAuOCwwLjVjMC4xLDEsMC42LDAuOSwwLjYsMS45 QzQ5MS4zLDQ3Ny44LDQ5MSw0NzYuOCw0OTAuOSw0NzUuN3oiLz4KICAgIDxwYXRoIGZpbGw9IiNm ZmZmZmYiIGQ9Ik00OTIuOSw0ODFjLTAuMy0xLjMsMC42LTIuMywwLjYtMS40YzAuNS0xLjYtMC4x LTYuNS0wLjgtNS4zYzAuOC0xLjQsMC0zLjQtMC40LTQuOAoJCWMtMC44LDAuMS0xLjIsMS4xLTEu NiwxLjljMC40LDIuNywwLjgsNC4xLDAuOCw2LjdjMC4zLDAuMiwwLjQtMC40LDAuNC0xQzQ5Mi4y LDQ3OCw0OTEuNiw0ODEuNiw0OTIuOSw0ODF6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBk PSJNNDg4LjIsNDczLjhjLTAuMS0xLTAuOS0wLjEtMC44LTEuNGMtMC4zLDAuMi0wLjIsMS41LTAu OCwxYzAsMS4yLDAuMywxLjUsMC42LDEuOQoJCUM0ODgsNDc1LjgsNDg3LjYsNDczLjUsNDg4LjIs NDczLjh6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDkyLDQyMS44YzAuMiwwLjMs MC4zLDAuNSwwLjYsMC41YzAtMC40LTAuMS0wLjUtMC4yLTAuNWMtMC4zLTAuNi0wLjQtMS43LTAu NC0zYy0wLjIsMC45LTEuNC0wLjMtMSwyCgkJYzAuNy0wLjksMC42LDAsMC42LDJDNDkxLjcsNDIy LjYsNDkxLjksNDIyLjQsNDkyLDQyMS44eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0i TTQ5MC43LDUxNy43Yy0wLjUsMC4zLTAuMiwxLjUtMSwyYzAsMC4zLDAsMC43LDAsMUM0OTAuMyw1 MjAuNCw0OTAuNyw1MTkuNCw0OTAuNyw1MTcuN3oiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYi IGQ9Ik00OTIuOCw0MzQuOGMtMC4zLTEuNCwwLjYtMi40LDAuNi0xLjVjMC41LTEuNi0wLjEtNi44 LTAuOC01LjVjMC44LTEuNSwwLTMuNS0wLjQtNQoJCWMtMC44LDAuMS0xLjIsMS4yLTEuNywyYzAu NCwyLjgsMC44LDQuMywwLjgsN2MwLjQsMC4yLDAuNC0wLjQsMC40LTFDNDkyLDQzMS43LDQ5MS40 LDQzNS41LDQ5Mi44LDQzNC44eiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQ5Mi44 LDUwMC4yYy0wLjQsMC40LDAsMC45LDAsMS41YzAuMi0wLjQsMC42LTAuNywxLTAuNWMtMC4xLTAu Ny0wLjQtMC44LTAuNC0xLjUKCQlDNDkzLjIsNDk5LjcsNDkzLDUwMS45LDQ5Mi44LDUwMC4yeiIv PgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgIGQ9Ik00OTAuNSw0MzEuOGMwLjct MC4zLDAuMy0xLjMsMC4yLTIuNWMtMC40LTAuMS0wLjQsMC42LTAuOCwwLjVDNDg5LjksNDMwLjks NDkwLjQsNDMwLjgsNDkwLjUsNDMxLjh6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJN NDkxLjEsNTc5LjFjLTAuMywwLjItMC4yLDEuMy0wLjIsMmMwLjQsMC4xLDAuNS0wLjksMC42LDBj MC4zLTAuMiwwLjItMS4zLDAuMi0yCgkJQzQ5MS42LDU3OS41LDQ5MS4yLDU3OS45LDQ5MS4xLDU3 OS4xeiIvPgogICAgPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTQ5OS44LDMwNy43Yy0wLjctMC41 LTAuMywxLjgtMC45LDEuNmMwLjMtNy4yLTEuOC0xMy0wLjktMTguNWMtMC44LTMuNSwwLjEtNy43 LTEuNy05LjgKCQljLTAuMywxLTAuMywyLjktMS4zLDIuMmMtMS43LTExLjQsMC4zLTI3LjEtMC40 LTM0LjhjMCwwLjQsMCwxLjEtMC4yLDEuMWMtMC4xLTIuOCwwLjgtNy44LTAuNC04LjdjMC43LTMu NywwLTcuMiwwLjItOS44CgkJYy0wLjMsMS4zLTItMC40LTIuMS0wLjVjMC44LDAuNSwwLjQtMi40 LDEuMy0xLjZjMS4xLTUuMiwxLjktMTAuOCwxLjktMTYuOGMwLTEuMy0wLjctMi4yLDAtMy4zYy0w LjMtMS4zLTAuOCwwLjYtMC45LTAuNQoJCWMwLjctMi42LTAuMS0yLjcsMC4yLTUuNGMtMS41LDIu MS0xLjYsMTEuMS0xLjUsMTQuMWMtMC43LTAuNC0wLjksMC42LTEuMywxLjFjMC4zLDQuMi0wLjks Ni4yLTEuNyw4LjFjMC0wLjksMC0xLjgsMC0yLjcKCQljLTAuOS0wLjIsMCwwLjctMC4yLDIuMmMt MC4zLTAuNi0wLjUtMC42LTAuOSwwYzAuNS0xLjMtMC4yLTIuNCwwLTQuM2MwLjQtMS4yLDIuMS0x LjgsMS41LTMuOGMtMC4xLDAuNi0wLjIsMS4yLTAuNCwxLjYKCQljMC0yLjksMC0wLjQtMC42LTAu NWMwLjMtMi4xLTAuNi0xLTAuNC0yLjdjMS4xLTEuMiwxLjMtNC41LDIuMS02LjVjLTAuNC0yLTAu NC04LjEtMS4xLTEyLjVjMC42LDEuMywxLTAuNiwxLjMtMS42CgkJYy0xLjQtMi4xLTAuNC00Ljct MS4xLTcuMWMtMC4yLDAuOC0wLjMsMS43LTAuOSwxLjZjLTAuMi0zLjMsMS40LTIuOSwwLjYtNmMw LjMsMCwwLjMsMC43LDAuNiwwLjVjMC4zLTQuNiwxLjEtNS45LDIuNC04LjcKCQljLTAuMSwwLjkt MC43LDAuNS0wLjQsMi4yYzAuMywwLDAuNS0wLjMsMC42LTAuNWMtMC4yLDEuNywwLjMsMS4zLDAu NCwyLjJjLTAuNi0wLjUtMC40LDEuMi0wLjQsMi4yYzAuNS0wLjEsMC43LTEsMC45LDAuNQoJCWMt MC41LDQuNi0xLjIsMTAuOC0xLjksMTUuMmMwLjgsMy42LDEuNCwwLjksMi42LDBjMC4xLTEuOC0w LjEtMi43LTAuNC0zLjNjMS4yLTUuOC0wLjQtMTYuOCwxLjctMjMuM2MtMS4yLTUuMi0wLjgtNi42 LTAuNi0xMi41CgkJYy0wLjQtMC41LTAuOS0wLjktMS4xLTIuMmMwLjQsMC4yLDAuNCwxLjYsMS4x LDEuMWMwLTAuOSwwLTEuOCwwLTIuN2MtMC44LDAuMS0xLTEuNi0xLjEtMy4zYy0xLjgsMC40LTIu MiwzLjEtMS43LDUuNAoJCWMtMC40LTAuNy0wLjgtMS4xLTAuOS0yLjdjMC4yLTAuNiwwLjQtMS4x LDAuNi0xLjZjLTAuMi0xLjYtMC42LTIuOS0wLjYtNC45Yy0wLjUsMC4xLTAuNywxLTAuOS0wLjVj MC4zLDAsMC42LDAsMC45LDAKCQljLTAuNC0zLjEsMC01LjctMC45LTQuOWMwLjYtMS40LDEuNS0x MC4zLDAuMi04LjFjLTAuMi00LjctMC4xLTMuNy0wLjItNy42YzAuNiwxLjIsMC4yLTIuOSwwLjIt NC45YzEuMy0yLDAuNy03LjUsMS4xLTEwLjkKCQljLTAuNSwwLjEtMC43LTAuOC0wLjktMS42YzAu Ni02LjMsMS44LTExLjUsMC45LTE5YzAuMi0wLjEsMC40LDAsMC40LTAuNWMtMi4yLTAuMi0xLjks NS43LTIuOCw4LjdjMS4zLDAtMC40LDguMywxLjMsOC43CgkJYzAsMS4zLDAsMi41LDAsMy44Yy0w LjMtMC4yLTAuNCwwLjEtMC41LDAuNGMwLTAuMi0wLjEtMC40LTAuMS0wLjVjLTAuMywwLTAuOCww LjItMC44LTAuNWMtMS4yLDEuNi0wLjksNi44LDAuNCw3LjYKCQljLTAuMiwxLjktMC40LDMuNy0w LjMsNS41Yy0wLjMtMC40LDAtMi43LTAuNi0yLjJjMC4yLDEuMiwwLjEsNiwwLjYsMi43Yy0wLjMs My4yLTAuMyw0LTAuOSw2LjVjMC4zLDAuMSwwLjYtMC4xLDAuNiwwLjUKCQljLTEsMC42LTAuOCw0 LTAuOSw1LjRjLTAuMywwLTAuMi0xLTAuNC0xLjFjMC4yLDQuNS0wLjYsNS4yLTAuNCw4LjFjLTEu NSwwLjMtMi4xLDQuMS0zLjYsNS40YzAtMC45LDAtMS43LTAuMi0yLjIKCQljMC4zLDAsMC42LDAs MC45LDBjLTEtOC41LDAuMS0xNy45LDAuNS0yNS4yYzAuNywwLjUsMC41LDEuNywxLDJjLTAuMS0x LjYtMC40LTIuNS0wLjktMi45YzAtMS4xLDAuMS0yLjIsMC4xLTMuMQoJCWMwLjctMC43LDAuOS0y LjQsMS4zLTMuOGMtMS40LTIuNC0wLjEtNi41LTAuNi04LjdjMSwwLjQsMC42LTEuMSwwLjItMS42 YzAuNC0xLDAuNCwwLjMsMS4xLDBjMC41LTIuNCwxLTQuNywyLjEtNS40CgkJYy0wLjQtMC42LTAu NS0xLjgtMC44LTIuN2MwLjItMC4zLDAuMy0wLjYsMC4zLTAuOWMtMC4zLTAuMSwwLTAuNy0wLjEt MC45YzAtMC40LDAtMSwwLTEuNWMtMC4zLTEuNS0wLjgtMC4xLTEuMS0yLjIKCQljMC0yLjQtMC4x LTQuOSwwLjQtNmMwLjgsMC4yLDAuOSwyLDEuMywzLjNjMC43LTAuNCwwLjgsMC42LDEuMywwLjVj MC41LTMsMC42LTcuNCwwLjYtMTEuNGMwLjMsMCwwLjMsMC43LDAuNiwwLjUKCQljMC4xLTIuNyww LTQuNy0wLjktNC45YzAsMC42LDAsMS41LTAuMiwxLjZjLTEuMS0yLjQsMC4zLTUuOC0wLjItOC4x Yy0wLjEsMC42LTAuNCwxLjMtMC40LDAuNWMwLjUtMC4yLDAtMy40LDAuNi0xLjYKCQljMC40LTYs MC4yLTE0LjgtMS41LTEwLjljLTEuMS0yLjksMC45LTEyLjEtMC42LTEzLjZjMCwwLjMtMS4yLDMu NC0wLjIsNC4zYy0wLjQsMS4yLTEuMSwxLjYtMS4zLDMuM2MwLjYtMC45LDEsMS40LDAuNCwxLjYK CQljLTAuMS0xLjUtMS45LTAuNC0yLjQtMS4xYzAuNiwxLjUsMCwxLjYtMC42LDEuMWMwLDAuNCww LDAuNywwLDEuMWMwLDAuMiwwLDAuNSwwLDAuN2MtMC4yLTAuMiwwLjItMC44LTAuMS0xCgkJYy0w LjIsMC42LTAuNCwxLTAuNiwxLjJjMC4xLTEuNCwwLjItMi41LDEtMi42YzAuMS0wLjktMC4zLTEu NCwwLTEuNmMwLjItMC4xLDAuNCwwLDAuNC0wLjVjLTEuNiwwLTEuNi0zLjctMS41LTcuNgoJCWMt MC43LTAuNS0wLjgtMy4xLTEuMy0yLjdjMC41LTEsMC41LTIuMSwwLjQtMy4zYzAuNS0yLjQsMC40 LTUuNSwwLTguMWMwLjItMS43LTAuMS00LTAuMS00LjNjLTAuMiwxLjUtMC4yLTEuNy0wLjYsMAoJ CWMwLTEuMS0wLjEtMS43LTAuMS0yLjNINDgxdi0yLjRjLTAuMywwLTAuNi0wLjEtMC45LTAuM2Mx LjUtMC41LTAuNC0xLjQtMS43LTEuNWMtMC4yLDEuNS0zLjQtMC41LTQuMywwLjIKCQljMS41LDAu Mi0xLjMsMC45LTIuNywwLjZjMC4xLTAuOS0yLTIuMi0xLjktMi41Yy0xLjMtMC4yLTguMS0yLjMt MTAuNC0xLjdjLTAuNywwLjMsMC40LDAuNS0wLjMsMC42Yy0yLTAuNy0zLjctMS43LTQuMy0zLjQK CQljLTQuMi0wLjgtOS0wLjYtMTMuNi0wLjR2MGgtNi45YzAsMCwwLDAuMSwwLDAuMWMtMS44LTAu MS0zLjUtMC4yLTUuMS0wLjVjLTAuMiwxLjItMy44LDAuMS0yLjcsMS4xYy00LTAuNi00LjcsMi44 LTksMS43CgkJYy0wLjEsMC4yLDAuMSwwLjYtMC4zLDAuNmMtMS0wLjgtMi43LTAuNi00LTAuNmMw LjgtMC42LDAuNS0wLjksMC43LTIuMWMtMi4yLTEuMS01LjktMi4yLTEwLjMtMi4xYy02LjIsMC4x LTE0LjQsMC0xNy42LDAuNgoJCWMtMC40LTAuMi0wLjctMC42LTEtMC44Yy0xLjctMC4xLTIuNyww LjUtNCwwYzAsMC40LDAsMC44LDAsMS4zYy0yLjgsMC43LTUtMS04LjMtMC42YzEuMSwxLjYtMC4z LDIuOS0zLjcsMi41CgkJYy0wLjMsMC41LTAuNywwLjgtMS43LDAuOGMtMi0wLjYtNi44LTAuNC04 LjMsMC42Yy00LjMsMC4zLTYuNi0wLjgtOS0wLjZjMC4xLTAuMywwLjUtMC40LDAuMy0wLjhjLTEu Mi0wLjItMC41LDAuOC0xLjcsMC42CgkJYy0wLjQtMC45LTIuOS0wLjQtNC0wLjhjLTEuNiwxLjEt My4yLDEuMi01LDEuOWMtMC41LDAtMC4zLTAuNS0xLTAuNGMtMS42LDEuMy02LjQsMS0xMC4zLDEu NWMwLDAuNCwwLDAuNywwLDEuMQoJCWMyLjEsMCwzLjktMC4zLDYuMy0wLjJjLTAuMi0wLjcsMC4z LTAuOSwxLjMtMC44Yy0wLjYsMC40LDAsMC4zLDAsMC44YzAuNiwwLDEuNy0wLjIsMS4zLDAuNGMt MC4xLDAtMC4xLDAtMC4yLDAKCQljLTAuOSwxLjEtMy42LDEuMS0yLjcsMi43Yy0yLjIsMC4xLTQu NSwwLjEtNi42LDAuMmMwLjEsMC45LTAuNCwxLjEtMC44LDEuM2MtMS42LTEuMy0zLjctMS4yLTUu NC0xLjdjLTEuNS0wLjQtMi0xLjQtMy4yLTEuNwoJCWMwLDAtMC4yLDAuNC0wLjMsMC40Yy0wLjks MC0yLjEtMC40LTIuNy0wLjZjLTIuNCwwLjEtNC40LDAuNS02LjcsMC4yYzAuMSwwLjMtMC4yLDEu MSwwLjIsMS4xYzAuMi0wLjgsMC42LTAuMSwxLTAuNAoJCWMwLjEsMC44LDAuNywwLjksMC41LDEu OWMtMC45LTAuNS0xLjItMC4zLTIuMi0wLjRjLTAuNC0xLjktMi0xLTIuNy0wLjJjMC4zLDAtMC4z LDAuNy0wLjUsMC44Yy0yLTAuMy0yLjksMS40LTMuOSwwLjYKCQljMC4xLDAsMC4yLDAuMiwwLjIs MC40Yy0yLjEsMC41LTIuNy0wLjItNC43LTAuNmMtMS4xLDAuNS0yLDEuMS0zLjQsMS4zYy0yLjMs Mi45LTcuMywxLTkuOCwwLjhjLTAuMSwwLjUsMC4zLDAuNSwwLjIsMS4xCgkJYy0wLjMtMC41LTEu NiwwLjEtMS45LTAuNGMwLTAuNiwwLTEuMSwwLjMtMS4zYzAuNSwwLjEsMC43LDAuNiwxLDAuOGMw LjItMC41LDAtMC40LDAuMi0xLjFjLTEsMC4yLTEuMi0xLjItMS43LTEuMQoJCWMwLjUtMC4zLTAu MS0wLjktMC4yLTEuM2MtMS4yLDEtMS43LDAuOC0zLjIsMC44YzAsMS4yLTAuNywwLjMtMSwxLjNj MC41LTAuMS0wLjQsMC44LDAuMiwwLjhjMC42LTAuNywwLjMsMC41LDEsMC42CgkJYy0xLjMsMC4x LTIuMSwwLjEtMy4yLDEuNmgtMC45Yy0xLjYtMC4zLTIuNi0xLjYtMy4yLTIuNWMtMC45LDAuMS0y LjYtMC40LTMuMi0wLjRjLTAuMSwwLTAuMiwwLjUtMC41LDAuNAoJCWMtMC42LTAuMS0xLjQtMC4x LTIuMi0wLjJjLTMuNC0wLjYtOC4yLTEuMi0xMS4zLTEuNWMtMS4xLTAuMS0yLDAuNy0yLjUtMC4y YzAsMC4zLDAuMSwwLjgtMC4yLDAuOGMtMS0wLjQtMi41LTAuMi0yLjUtMS45CgkJYzEuMy0wLjYs MS4zLTAuNywxLjktMC42Yy0xLjItMy4yLTYuNiwwLjYtNy42LTMuMmMtMC41LDAuNi0xLjEtMC4x LTEuNSwwLjhjLTAuNi0wLjEtMC42LTAuMy0xLjUtMC40YzAuMSwxLjItMC44LDEtMS4zLDAuNgoJ CWMtMC40LDEuMS0xLjgsMC0zLjIsMC40YzAuMiwwLjYtMC4xLDAuOCwwLDEuN2MtMiwxLjUtMi44 LTEuMi00LjUsMGMtMS40LTAuNS0zLjUtMC4zLTUuMiwwYy0wLjEsMC40LDAuMiwwLjUsMCwwLjYK CQljLTAuMywwLjMtMS44LTAuMi0xLjUtMC4yYy0xLjUtMC4yLTIuOCwwLjQtNC4zLDAuMmMtMi4x LTAuMy00LjItMS45LTYuNi0xLjljLTEuMiwwLTIuMiwwLjYtMy41LDAuMmMwLTAuNi0wLjUtMC4y LTEtMC42CgkJYzAuMiwxLTAuOSwwLjUtMS4yLDEuMWMwLjIsMC4zLDAuMiwwLjYsMC4xLDAuOGMt MC45LTAuMy0xLjUtMC44LTEuOS0xLjRjMS4xLTAuNCwxLjEtMC44LDEtMi4xYzEuMy0wLjQsMy44 LTAuNywyLjctMS41CgkJYzEuNiwwLjIsMy4yLDAuMyw0LjYsMGMtMS4yLTAuNC0wLjItMC45LDAt MS41Yy0xLjIsMC0wLjktMS0yLjctMC42YzAuMywxLjMtMS45LDAuOS0yLjcsMS41YzAuNCwwLDAu NSwwLjIsMC43LDAuNAoJCWMtMi40LDAtMTAuMSwwLjYtMTAuMy0yLjFjMi4zLTIuNC0yMi03LjMt MjMuMi01LjVjMC42LDAuMy0xNS4yLDEtMTkuOSwxLjdjMC4zLDAsMC43LDAsMC43LDAuMmMtMS43 LDAuMS00LjgtMC44LTUuMywwLjQKCQljLTIuMy0wLjctNC40LDAtNi0wLjJjMC44LDAuMy0wLjIs Mi0wLjMsMi4xYzAuMy0wLjgtMS40LTAuMy0xLTEuM2MtMy4yLTEtNi42LTEuOS0xMC4zLTEuOWMt MC44LDAtMS4zLDAuNy0yLDAKCQljLTAuOCwwLjMsMC40LDAuOC0wLjMsMC44Yy0xLjYtMC43LTEu NiwwLjEtMy4zLTAuMmMxLjMsMS41LDYuOCwxLjYsOC42LDEuNWMtMC4zLDAuNywwLjQsMC45LDAu NywxLjNjMi41LTAuMywzLjgsMC45LDUsMS43CgkJYy0wLjYsMC0xLjEsMC0xLjcsMGMtMC4xLDAu OSwwLjUsMCwxLjMsMC4yYy0wLjQsMC4zLTAuNCwwLjUsMCwwLjhjLTAuOC0wLjUtMS40LDAuMi0y LjcsMGMtMC43LTAuNC0xLjEtMi4xLTIuMy0xLjUKCQljMC40LDAuMSwwLjgsMC4yLDEsMC40Yy0x LjgsMC0wLjMsMC0wLjMsMC42Yy0xLjMtMC4zLTAuNiwwLjYtMS43LDAuNGMtMC44LTEuMS0yLjgt MS4zLTQtMi4xYy0xLjIsMC40LTUsMC40LTcuNiwxLjEKCQljMC44LTAuNS0wLjQtMS0xLTEuM2Mt MS4zLDEuMy0yLjksMC40LTQuMywxLjFjMC41LDAuMiwxLjEsMC4zLDEsMC44Yy0yLDAuMi0xLjgt MS40LTMuNi0wLjZjMC0wLjMsMC40LTAuMywwLjMtMC42CgkJYy0yLjgtMC4zLTMuNi0xLjEtNS4z LTIuM2MwLjUsMC4xLDAuMywwLjcsMS4zLDAuNGMwLTAuMy0wLjItMC41LTAuMy0wLjZjMSwwLjIs MC44LTAuMywxLjMtMC40Yy0wLjMsMC42LDAuNywwLjQsMS4zLDAuNAoJCWMwLTAuNS0wLjYtMC43 LDAuMy0wLjhjMi44LDAuNCw2LjYsMS4yLDkuMywxLjljMi4yLTAuOCwwLjYtMS40LDAtMi41Yy0x LjEtMC4xLTEuNywwLjEtMiwwLjRjLTMuNi0xLjItMTAuMywwLjQtMTQuMy0xLjcKCQljLTMuMiwx LjItNC4xLDAuOC03LjYsMC42Yy0wLjMsMC40LTAuNiwwLjktMS4zLDEuMWMwLjEtMC40LDAuOS0w LjQsMC43LTEuMWMtMC42LDAtMS4xLDAtMS43LDBjMC4xLDAuOC0xLDEtMiwxLjEKCQljMC4yLDEu OCwxLjksMi4yLDMuMywxLjdjLTAuNCwwLjQtMC43LDAuOC0xLjcsMC44Yy0wLjMtMC4yLTAuNy0w LjQtMS0wLjZjLTEsMC4yLTEuOCwwLjYtMywwLjZjMCwwLjUsMC42LDAuNy0wLjMsMC44CgkJYzAt MC4zLDAtMC42LDAtMC44Yy0xLjksMC40LTMuNSwwLTMsMC44Yy0wLjgtMC42LTYuMy0xLjQtNS0w LjJjLTIuOSwwLjItMi4yLDAuMS00LjYsMC4yYzAuNy0wLjYtMS44LTAuMi0zLTAuMgoJCWMtMS4y LTEuMy00LjYtMC43LTYuNi0xLjFjMC4xLDAuNS0wLjUsMC43LTEsMC44Yy0zLjgtMC42LTctMS44 LTExLjYtMC44Yy0wLjEtMC4yLDAtMC40LTAuMy0wLjRjLTAuMSwyLjEsMy41LDEuOSw1LjMsMi43 CgkJYzAtMS4yLDUuMSwwLjQsNS4zLTEuM2MwLjgsMCwxLjUsMCwyLjMsMGMtMC4yLDAuNiwwLjcs MC40LDAuNywwLjhjMi44LTAuMyw0LjgsMC42LDcsMC40Yy0wLjIsMC4zLTEuNiwwLTEuMywwLjYK CQljMC44LTAuMiwzLjctMC4xLDEuNy0wLjZjMiwwLjMsMi40LDAuMiw0LDAuOGMwLjEtMC4yLTAu MS0wLjYsMC4zLTAuNmMwLjQsMC45LDIuNCwwLjcsMy4zLDAuOGMwLDAuMy0wLjYsMC4yLTAuNyww LjQKCQljMi43LTAuMiwzLjIsMC42LDUsMC40YzAuMiwxLjQsMi41LDIuMSwzLjMsMy42Yy0wLjYs MC0xLDAtMS4zLDAuMmMwLTAuMywwLTAuNiwwLTAuOGMtNi4zLDEuMi0xMy4zLTAuNy0xNy45LTAu NgoJCWMtMC40LTAuNy0xLjUtMC45LTIuMy0xLjNjLTEuNSwxLjQtNCwwLjEtNS4zLDAuNmMwLjIt MC45LTAuNy0wLjYtMS0wLjJjLTAuNi0wLjQsMC4yLTAuNCwwLTEuMWMtMS41LTAuNS0yLjktMS0z LjMtMi4xCgkJYy0wLjUsMC41LTEuNSwwLjYtMiwxLjFjMC0wLjUtMC44LTAuNS0xLjctMC40Yy0w LjksMC4zLDAsMC44LTEuMywxLjFjLTEuNCwwLTMsMC4xLTMuNy0wLjRjMC4xLTAuOCwxLjItMC45 LDItMS4zCgkJYy0wLjItMC42LDAuMy0wLjgsMC4zLTEuM0M1NS43LDYuMiw1Myw2LDUwLjUsNmMw LTAuMywwLjQtMC4zLDAuMy0wLjZjLTEuNi0wLjEtMi44LDAtMywwLjhjMC40LDAsMC45LDAsMSww LjIKCQljLTEuNSwxLTMuNS0wLjMtNSwwLjJjMC40LDAuMSwwLjgsMC4zLDAuMywwLjRjLTAuMS0w LjUtMi4xLDAtMS0wLjZjLTMuNy0wLjQtOS0wLjItNi42LDEuNUMzNC44LDksMjkuMiw3LDI4LjMs OC42CgkJYzAuMiwwLDIuMSwxLjIsMi42LDAuMmMwLjgsMC40LDEsMS4xLDIsMS4zYy0wLjUtMC42 LDAuOS0wLjksMS0wLjRjLTAuOSwwLjEtMC4yLDEuOS0wLjcsMi4zYzAuOS0wLjYsMC45LDAsMC43 LDAuNgoJCWMwLjIsMCwwLjQsMCwwLjcsMGMwLjIsMCwwLjQsMCwwLjcsMGMtMC43LTAuOCwxLjct MS42LDAuMy0zLjJjMC40LDAuMywxLjYsMC4zLDIsMGMwLDAuNywxLjEsMC43LDEsMS41YzEuMy0w LjUsMS45LDAuMiwyLjcsMC42CgkJYzAuMy0wLjQtMS0wLjcsMC0wLjhjMC43LDAuMSwwLjcsMC42 LDEsMC44Yy0xLjMsMC4zLTMuNy0wLjEtNCwwLjhjMC41LDAsMC41LDEuMywwLDEuM2MtMS41LTAu Ni00LjYsMC4zLTQuNi0xLjMKCQljLTAuNi0wLjEtMC45LDAuMy0xLDBjLTAuMS0wLjIsMC0wLjQt MC4zLTAuNGMwLDEuNS0yLjMsMS42LTQuNiwxLjVjLTAuMywwLjctMS45LDAuOC0xLjcsMS4zYy0x LjMtMS4yLTMuMywwLjQtNC43LDAuMQoJCWMwLjIsMC4xLTEuMiwwLjItMS4zLDAuM2MwLjEtMS4z LTMuMy0wLjctMy43LTAuNmMwLjksMC4yLTEuMSwwLjIsMCwwLjZjLTAuNiwwLTEuMSwwLjEtMS40 LDAuMXYwLjloLTEuOAoJCWMtMC4zLDMuMi0wLjksNi44LTAuOCw5LjFjMS4xLDIuNSwwLjIsNS45 LDAuOCw5LjdjMC4zLDEuMSwwLjUtMC42LDAuNiwwLjVjLTAuNywzLTEuNyw1LjUtMy4zLDYuM0M4 LjgsNTMuNiwxMSw2OC4xLDkuNiw3OS4yCgkJYzEuMiwwLjIsMC4xLDUuNiwxLDMuOWMtMC42LDUu OSwyLjgsNi45LDEuNywxMy4yYzAuMiwwLjEsMC42LTAuMSwwLjYsMC41Yy0wLjgsMS41LTAuNiw0 LTAuNiw1LjhjLTAuNi0xLjEtMC45LTAuNy0yLjEtMQoJCWMtMS4xLDMuMy0yLjIsOC43LTIuMSwx NS4xYzAuMSw5LDAsMjEuMSwwLjYsMjUuOGMtMC4yLDAuNy0wLjYsMS0wLjgsMS41Yy0wLjEsMi41 LDAuNSwzLjksMCw1LjhjMC40LDAsMC44LDAsMS4zLDAKCQljMC43LDQuMS0xLDcuNC0wLjYsMTIu MmMxLjUtMS42LDIuOSwwLjQsMi41LDUuNGMwLjUsMC40LDAuOCwxLDAuOCwyLjRjLTAuNiwyLjkt MC40LDEwLDAuNiwxMi4yYzAuMyw2LjMtMC44LDkuNi0wLjYsMTMuMgoJCWMtMC4zLTAuMi0wLjQt MC43LTAuOC0wLjVjLTAuMiwxLjgsMC44LDAuOCwwLjYsMi40Yy0wLjksMC41LTAuNCw0LjItMC44 LDUuOGMxLjEsMi4zLDEuMiw0LjcsMS45LDcuM2MwLDAuOC0wLjUsMC40LTAuNCwxLjUKCQljMS4z LDIuNCwxLDkuNCwxLjUsMTUuMWMwLjMsMCwwLjcsMCwxLDBjMC0zLjEtMC4zLTUuNy0wLjItOS4z Yy0wLjcsMC4yLTAuOS0wLjQtMC44LTEuOWMwLjQsMC44LDAuMywwLDAuOCwwCgkJYzAtMC45LTAu Mi0yLjQsMC40LTEuOWMwLDAuMSwwLDAuMiwwLDAuM2MxLjEsMS40LDEuMSw1LjIsMi43LDRjMC4x LDMuMiwwLjEsNi42LDAuMiw5LjZjMC45LTAuMiwxLjEsMC41LDEuMywxLjIKCQljLTEuMywyLjQt MS4yLDUuNC0xLjcsNy45Yy0wLjQsMi4yLTEuNCwzLTEuNyw0LjdjMCwwLDAuNCwwLjMsMC40LDAu NWMwLDEuNC0wLjQsMy4xLTAuNiw0YzAuMSwzLjUsMC41LDYuNCwwLjIsOS45CgkJYzAuMy0wLjEs MS4xLDAuMywxLTAuMmMtMC43LTAuMy0wLjEtMC44LTAuNC0xLjVjMC44LTAuMSwwLjgtMSwxLjkt MC43Yy0wLjUsMS40LTAuMywxLjctMC40LDMuMmMtMS45LDAuNS0xLDIuOS0wLjIsNAoJCWMwLTAu NCwwLjcsMC41LDAuOCwwLjdjLTAuMywyLjksMS40LDQuMiwwLjYsNS43YzAtMC4yLDAuMi0wLjMs MC40LTAuMmMwLjUsMy0wLjIsNC0wLjYsNi45YzAuNSwxLjYsMS4xLDMsMS4zLDQuOQoJCWMyLjks My4zLDEsMTAuNywwLjgsMTQuM2MwLjUsMC4xLDAuNS0wLjUsMS0wLjJjLTAuNSwwLjQsMC4xLDIu My0wLjQsMi43Yy0wLjYsMC4xLTEuMS0wLjEtMS4zLTAuNWMwLjEtMC43LDAuNS0xLDAuOC0xLjUK CQljLTAuNS0wLjMtMC40LDAtMS0wLjJjMC4yLDEuNS0xLjIsMS43LTEsMi41Yy0wLjMtMC43LTAu OSwwLjItMS4zLDAuMmMxLDEuNywwLjgsMi40LDAuOCw0LjdjMS4yLDAsMC4zLDEsMS4zLDEuNQoJ CWMtMC4xLTAuNywwLjgsMC42LDAuOC0wLjJjLTAuNy0wLjgsMC41LTAuNCwwLjYtMS41YzAuMSwx LjksMC4yLDMsMS40LDQuNHYyLjZjLTAuNSwxLjgtMS41LDIuOS0yLjMsMy42YzAuMSwxLjMtMC40 LDMuOS0wLjQsNC43CgkJYzAsMC4xLDAuNSwwLjMsMC40LDAuN2MtMC4xLDAuOC0wLjEsMi0wLjIs My4yYy0wLjYsNS4xLTEuMiwxMi4xLTEuNSwxNi42Yy0wLjEsMS42LDAuNywzLTAuMiwzLjdjMC4z LDAsMC44LTAuMSwwLjgsMC4yCgkJYy0wLjQsMS41LTAuMiwzLjctMS45LDMuN2MtMC42LTEuOS0w LjctMS45LTAuNi0yLjdjLTMuMSwxLjgsMC42LDkuNy0zLjEsMTEuMWMwLjYsMC43LTAuMSwxLjcs MC44LDIuMmMtMC4xLDAuOS0wLjMsMC45LTAuNCwyLjIKCQljMS4yLTAuMSwxLDEuMiwwLjYsMmMx LjEsMC41LDAsMi43LDAuNCw0LjdjMC42LTAuMywwLjcsMC4xLDEuNywwYzEuNSwyLjktMS4yLDQu MiwwLDYuN2MtMC41LDIuMS0wLjMsNS4yLDAsNy43CgkJYzAuNCwwLjEsMC41LTAuNCwwLjYsMGMw LjMsMC41LTAuMiwyLjctMC4yLDIuMWMtMC4yLDIuMywwLjQsNC4yLDAuMiw2LjNjLTAuMywzLTEu OSw2LjItMS45LDkuNmMwLDEuOCwwLjYsMy4zLDAuMiw1LjIKCQljLTAuNiwwLjEtMC4yLDAuNy0w LjYsMS41YzEtMC4yLDAuNSwxLjQsMSwxLjdjMC4zLTAuMywwLjYtMC4yLDAuOC0wLjFjLTAuMywx LjMtMC44LDIuMi0xLjQsMi43Yy0wLjQtMS42LTAuOC0xLjYtMi4xLTEuNQoJCWMtMC40LTEuOS0w LjctNS42LTEuNS0zLjljMC4yLTIuNCwwLjMtNC44LDAtNi44Yy0wLjQsMS43LTAuOSwwLjMtMS41 LDBjMCwxLjgtMSwxLjMtMC42LDMuOWMxLjItMC41LDAuOSwyLjgsMS41LDMuOQoJCWMwLTAuNSww LjItMC44LDAuNC0xYzAsMy41LDAuNSwxNC44LTIuMSwxNS4xYy0yLjQtMy40LTQuMiwwLjItNS42 LDQuOWMtMS4yLTAuNC0yLDAuMS0zLjEsMWMwLjIsMi0wLjQsMy4zLDAsNC40CgkJYzAuNywwLjQs MC4zLTEuNiwwLjgtMS41Yy0wLjMsNi41LDEuOCwxMS42LDAuOCwxNi42YzAuNywzLjEtMC4xLDYu OSwxLjcsOC44YzAuMy0wLjksMC4zLTIuNiwxLjMtMmMxLjcsMTAuMi0wLjMsMjQuMywwLjQsMzEu MgoJCWMwLTAuNCwwLTEsMC4yLTFjMC4xLDIuNS0wLjgsNywwLjQsNy44Yy0wLjcsMy4zLDAsNi41 LTAuMiw4LjhjMC4zLTEuMiwxLjksMC4zLDIuMSwwLjVjLTAuOC0wLjQtMC4zLDIuMS0xLjMsMS41 CgkJYy0xLDQuNy0xLjgsOS43LTEuOSwxNS4xYzAsMS4yLDAuNywxLjksMCwyLjljMC4zLDEuMiww LjgtMC41LDAuOCwwLjVjLTAuNywyLjMsMC4xLDIuNC0wLjIsNC45YzEuNS0xLjksMS42LTEwLDEu NS0xMi43CgkJYzAuNywwLjQsMC45LTAuNSwxLjMtMWMtMC4zLTMuNywwLjktNS42LDEuNy03LjNj MCwwLjgsMCwxLjYsMCwyLjRjMC45LDAuMSwwLTAuNywwLjItMS45YzAuMywwLjYsMC41LDAuNiww LjgsMAoJCWMtMC41LDEuMiwwLjIsMi4xLDAsMy45Yy0wLjQsMS4xLTIuMSwxLjYtMS41LDMuNGMw LjEtMC42LDAuMi0xLjEsMC40LTEuNWMwLDIuNiwwLDAuNCwwLjYsMC41Yy0wLjMsMS44LDAuNiww LjksMC40LDIuNAoJCWMtMS4xLDEuMS0xLjMsNC4xLTIuMSw1LjhjMC40LDEuOCwwLjQsNy4zLDEs MTEuMmMtMC41LTEuMi0xLDAuNS0xLjMsMS41YzEuMywxLjgsMC40LDQuMywxLDYuM2MwLjItMC43 LDAuMy0xLjUsMC44LTEuNQoJCWMwLjIsMy0xLjQsMi42LTAuNiw1LjRjLTAuMywwLTAuMy0wLjYt MC42LTAuNWMtMC4zLDQuMS0xLDUuMy0yLjMsNy44YzAuMS0wLjgsMC43LTAuNCwwLjQtMS45Yy0w LjMsMC0wLjUsMC4yLTAuNiwwLjUKCQljMC4yLTEuNS0wLjMtMS4yLTAuNC0xLjljMC42LDAuNSww LjQtMS4xLDAuNC0xLjljLTAuNSwwLjEtMC43LDAuOS0wLjgtMC41YzAuNC00LjIsMS4yLTkuNywx LjktMTMuNmMtMC43LTMuMi0xLjQtMC44LTIuNSwwCgkJYy0wLjEsMS42LDAuMSwyLjQsMC40LDIu OWMtMS4yLDUuMiwwLjQsMTUuMS0xLjcsMjAuOWMxLjIsNC43LDAuOCw1LjksMC42LDExLjJjMC40 LDAuNSwwLjksMC44LDEsMS45Yy0wLjQtMC4yLTAuNC0xLjQtMS0xCgkJYzAsMC44LDAsMS42LDAs Mi40YzAuOC0wLjEsMSwxLjQsMSwyLjljMS44LTAuMywyLjItMi44LDEuNy00LjljMC40LDAuNiww LjgsMSwwLjgsMi40Yy0wLjIsMC41LTAuNCwxLTAuNiwxLjUKCQljMC4yLDEuNSwwLjYsMi42LDAu Niw0LjRjMC41LTAuMSwwLjctMC45LDAuOCwwLjVjLTAuMywwLTAuNiwwLTAuOCwwYzAuNCwyLjcs MCw1LjEsMC44LDQuNGMtMC42LDEuMi0xLjQsOS4yLTAuMiw3LjMKCQljMC4yLDQuMiwwLjEsMy4z LDAuMiw2LjhjLTAuNi0xLjEtMC4yLDIuNi0wLjIsNC40Yy0xLjMsMS44LTAuNyw2LjctMSw5Ljdj MC41LTAuMSwwLjcsMC43LDAuOCwxLjVjLTAuNiw1LjYtMS44LDEwLjMtMC44LDE3LjEKCQljLTAu MiwwLjEtMC40LDAtMC40LDAuNWMyLjEsMC4yLDEuOS01LjEsMi43LTcuOGMtMS4yLDAsMC40LTcu NS0xLjMtNy44YzAtMS4xLDAtMi4zLDAtMy40YzAuNiwwLjQsMC40LTEsMC44LTEKCQljLTAuMy00 LjEsMC41LTcuMSwwLjQtMTAuMmMwLjMsMC40LDAsMi40LDAuNiwyYy0wLjItMS4xLTAuMS01LjQt MC42LTIuNGMwLjMtMi45LDAuMi0zLjYsMC44LTUuOGMtMC4yLTAuMS0wLjYsMC4xLTAuNi0wLjUK CQljMC45LTAuNiwwLjctMy42LDAuOC00LjljMC4zLDAsMC4yLDAuOSwwLjQsMWMtMC4yLTQsMC42 LTQuNiwwLjQtNy4zYzEuNC0wLjMsMi0zLjcsMy42LTQuOWMwLDAuOSwwLDEuNSwwLjIsMS45CgkJ Yy0wLjMsMC0wLjYsMC0wLjgsMGMxLjEsOS4yLTAuNywxOS42LTAuNiwyNi4zYy0wLjcsMC42LTAu OSwyLjItMS4zLDMuNGMxLjQsMi4yLDAuMSw1LjgsMC42LDcuOGMtMC45LTAuMy0wLjYsMS0wLjIs MS41CgkJYy0wLjQsMC45LTAuNC0wLjMtMSwwYy0wLjUsMi4yLTEsNC4yLTIuMSw0LjljMC41LDAu NywwLjYsMi4yLDEsMi45Yy0wLjUsMC4xLTAuNCwxLjItMC40LDIuNGMwLjMsMS40LDAuOCwwLjEs MSwxLjkKCQljMCwyLjEsMC4xLDQuNC0wLjQsNS40Yy0wLjgtMC4yLTAuOS0xLjgtMS4zLTIuOWMt MC42LDAuNC0wLjgtMC41LTEuMy0wLjVjLTAuNCwyLjctMC42LDYuNy0wLjYsMTAuMmMtMC4zLDAt MC4zLTAuNi0wLjYtMC41CgkJYy0wLjEsMi40LDAsNC4yLDAuOCw0LjRjMC0wLjYsMC0xLjQsMC4y LTEuNWMxLDIuMi0wLjMsNS4yLDAuMiw3LjNjMC4xLTAuNSwwLjMtMS4yLDAuNC0wLjVjLTAuNSww LjIsMCwzLTAuNiwxLjUKCQljLTAuNCw1LjQtMC4yLDEzLjMsMS41LDkuN2MxLjEsMi42LTAuOSwx MC45LDAuNiwxMi4yYzAtMC4zLDEuMi0zLDAuMi0zLjljMC40LTEuMSwxLjEtMS40LDEuMy0yLjlj LTAuNiwwLjgtMC45LTEuMy0wLjQtMS41CgkJYzAuMSwxLjQsMS45LDAuMywyLjMsMWMtMC42LTEu MywwLTEuNCwwLjYtMWMwLTAuMywwLTAuNiwwLTFjMC0wLjMsMC0wLjcsMC0xYy0wLjgsMS4xLTEu Ni0yLjUtMy4xLTAuNWMwLjMtMC42LDAuMy0yLjMsMC0yLjkKCQljMC42LDAsMC43LTEuMiwxLjIt MS40YzAuMiwwLjIsMC40LDAuNSwwLjUsMC42YzAuNC0wLjEtMC4xLTAuMywwLTAuN2MwLjMsMCww LjYsMCwwLjgsMGMwLjEsMC4zLDAuMiwwLjQsMC40LDAuNQoJCWMwLTAuMywwLjEtMC41LDAuMy0w LjVjMC4xLDAsMC4xLDAsMC4yLDBjLTAuMSwwLjctMSwxLjMsMCwxLjdjLTAuMSwwLjQtMS45LDAu OC0xLjUtMC4yYy0wLjMsMC4yLTAuNCwwLjQtMC42LDAuNwoJCWMwLjMsMC42LDEuOCwwLjMsMS44 LDEuMWMwLjMtMC4yLDAuNi0wLjMsMC43LTAuNGMwLDIuMSwwLjEsNC40LTEsNC41Yy0wLjEsMC44 LDAuMywxLjIsMCwxLjVjLTAuMiwwLjEtMC40LDAtMC40LDAuNQoJCWMwLjQsMCwwLjcsMC4zLDAu OSwwLjdjLTAuNS0wLjEtMC45LTAuMS0xLjEsMC41Yy0wLjgsMC0xLTAuMy0wLjYtMC43Yy0wLjgs MC0xLjIsMC4zLTEuNywwLjV2MjIuOWMyLjEsMC4yLDQuMSwwLjUsNS43LDAuNgoJCWMwLDAuNCww LDAuNywwLDFIMjBjMS4xLDAuMiwxLjQsMS4yLDIuMSwxYy0wLjgsMC4zLDAuMiwxLDAuMywxLjNj Mi4xLTEsMi45LTAuOCw1LjYtMC45YzAtMS4zLDEuMi0wLjMsMS44LTEuMwoJCWMtMC4zLDAtMC4z LDAtMC4yLTAuMmgwLjhoNC4ySDM2aDguM2g4LjljNS42LDAuNSwxMi40LDEsMTcsMS4zYzEuOSww LjEsMy41LTAuNyw0LjQsMC4yYzAtMC4zLTAuMS0wLjgsMC4zLTAuOQoJCWMxLjgsMC40LDQuNCww LjIsNC40LDJjLTIuMywwLjYtMi4zLDAuOC0zLjIsMC43YzIuMSwzLjMsMTEuNS0wLjYsMTMuMiwz LjNjMC44LTAuNywyLDAuMSwyLjYtMC45YzEuMSwwLjEsMS4xLDAuMywyLjYsMC40CgkJYy0wLjEt MS4zLDEuNC0xLjEsMi4zLTAuN2MwLjYtMS4yLDMuMiwwLDUuNi0wLjRjLTAuNC0wLjcsMC4xLTAu OCwwLTEuN2MzLjQtMS41LDQuOSwxLjIsNy45LDBjMi41LDAuNSw2LjIsMC4zLDkuMSwwCgkJYzAu MS0wLjQtMC40LTAuNiwwLTAuN2MwLjYtMC4zLDMuMiwwLjIsMi41LDAuMmMyLjcsMC4yLDQuOS0w LjQsNy40LTAuMmMzLjYsMC4zLDcuMywyLDExLjQsMmMyLjIsMCwzLjktMC42LDYuMi0wLjIKCQlj MC4xLDAuNiwwLjksMC4zLDEuOCwwLjdjLTAuMy0xLjEsMS42LTAuNSwyLjEtMS4xYy0wLjMtMC40 LTAuMy0wLjYtMC4xLTAuOGMxLjUsMC4zLDIuNiwwLjgsMy4yLDEuNWMtMS45LDAuNC0xLjksMC45 LTEuNywyLjIKCQljLTIuMiwwLjQtNi43LDAuOC00LjYsMS41Yy0yLjgtMC4yLTUuNy0wLjMtOC4x LDBjMiwwLjUsMC40LDAuOSwwLDEuNWMyLjEsMCwxLjUsMSw0LjYsMC43Yy0wLjYtMS4zLDMuMy0w LjksNC42LTEuNQoJCWMtMC42LDAtMC45LTAuMi0xLjItMC40YzQuMiwwLDE3LjUtMC42LDE3Ljks Mi4yYy00LDIuNSwwLjIsNC40LDUuOCw1LjljLTAuNSwxLjIsMC4xLDIuMSwxLjIsMy4zYzIuNC0w LjIsMy45LDAuNSw1LjIsMAoJCWMwLjUtMC43LTEuOS0wLjMtMS43LTAuOWM3LjcsMC4zLDEzLjgt MS44LDE5LjYtMC45YzMuNy0wLjgsOC4yLDAuMiwxMC40LTEuN2MtMS0wLjMtMy4xLTAuMy0yLjMt MS4zYzEyLjEtMS44LDI4LjgsMC4zLDM3LTAuNAoJCWMtMC40LDAtMS4xLDAtMS4yLTAuMmMzLTAu MSw4LjMsMC44LDkuMi0wLjRjNCwwLjgsNy43LDAsMTAuNCwwLjJjLTEuNC0wLjMsMC40LTIsMC42 LTIuMmMtMC41LDAuOCwyLjUsMC40LDEuNywxLjMKCQljNS42LDEuMSwxMS41LDEuOSwxNy45LDJj MS40LDAsMi4zLTAuNywzLjUsMGMxLjQtMC4zLTAuNi0wLjgsMC42LTAuOWMyLjcsMC43LDIuOC0w LjEsNS44LDAuMmMtMi4zLTEuNS0xMS44LTEuNy0xNS0xLjUKCQljMC41LTAuOC0wLjYtMC45LTEu Mi0xLjNjLTQuNCwwLjMtNi42LTEtOC43LTEuN2MxLDAsMS45LDAsMi45LDBjMC4yLTAuOS0wLjgs MC0yLjMtMC4yYzAuNy0wLjMsMC43LTAuNiwwLTAuOQoJCWMxLjQsMC41LDIuNS0wLjIsNC42LDBj MS4zLDAuNCwxLjksMi4yLDQsMS41Yy0wLjctMC4xLTEuMy0wLjItMS43LTAuNGMzLjEsMCwwLjUs MCwwLjYtMC43YzIuMiwwLjMsMS4xLTAuNiwyLjktMC40CgkJYzEuMywxLjEsNC44LDEuNCw2Ljks Mi4yYzIuMS0wLjQsOC42LTAuNCwxMy4zLTEuMWMtMS40LDAuNiwwLjYsMS4xLDEuNywxLjNjMi4y LTEuNCw1LTAuNCw3LjUtMS4xYy0wLjgtMC4yLTEuOC0wLjMtMS43LTAuOQoJCWMzLjYtMC4zLDMu MSwxLjQsNi4zLDAuN2MwLDAuMy0wLjcsMC4zLTAuNiwwLjdjNC45LDAuMyw2LjMsMS4xLDkuMiwy LjRjLTAuOS0wLjEtMC41LTAuNy0yLjMtMC40YzAsMC4zLDAuMywwLjUsMC42LDAuNwoJCWMtMS44 LTAuMi0xLjQsMC4zLTIuMywwLjRjMC42LTAuNy0xLjMtMC40LTIuMy0wLjRjMC4xLDAuNSwxLjEs MC43LTAuNiwwLjljLTQuOS0wLjUtMTEuNS0xLjItMTYuMi0yYy0zLjgsMC44LTEsMS40LDAsMi42 CgkJYzEuOSwwLjEsMi45LTAuMSwzLjUtMC40YzYuMiwxLjMsMTcuOS0wLjQsMjQuOCwxLjdjNS41 LTEuMiw3LTAuOSwxMy4zLTAuN2MwLjYtMC40LDEtMC45LDIuMy0xLjFjLTAuMiwwLjQtMS42LDAu NC0xLjIsMS4xCgkJYzEsMCwxLjksMCwyLjksMGMtMC4xLTAuOCwxLjctMSwzLjUtMS4xYy0wLjQt MS44LTMuMy0yLjMtNS44LTEuN2MwLjctMC40LDEuMi0wLjksMi45LTAuOWMwLjYsMC4yLDEuMiww LjQsMS43LDAuNwoJCWMxLjgtMC4yLDMuMS0wLjYsNS4yLTAuN2MtMC4xLTAuNS0xLjEtMC43LDAu Ni0wLjljMCwwLjMsMCwwLjYsMCwwLjljMy4zLTAuNCw2LDAsNS4yLTAuOWMxLjUsMC42LDEwLjks MS41LDguNywwLjIKCQljNS0wLjIsMy45LTAuMSw4LjEtMC4yYy0xLjMsMC43LDMuMSwwLjIsNS4y LDAuMmMyLjEsMS4zLDgsMC44LDExLjUsMS4xYy0wLjEtMC41LDAuOS0wLjcsMS43LTAuOWM2Ljcs MC42LDEyLjIsMS44LDIwLjIsMC45CgkJYzAuMSwwLjIsMCwwLjQsMC42LDAuNGMwLjMtMi4yLTYt MS45LTkuMi0yLjhjMCwxLjMtOC44LTAuNC05LjIsMS4zYy0xLjMsMC0yLjcsMC00LDBjMC40LTAu Ni0xLjEtMC40LTEuMi0wLjkKCQljLTQuOSwwLjMtOC40LTAuNi0xMi4xLTAuNGMwLjQtMC4zLDIu OCwwLjEsMi4zLTAuN2MtMS4zLDAuMi02LjQsMC4xLTIuOSwwLjdjLTMuNC0wLjMtNC4yLTAuMy02 LjktMC45Yy0wLjEsMC4zLDAuMSwwLjYtMC42LDAuNwoJCWMtMC43LTEtNC4yLTAuOC01LjgtMC45 YzAtMC4zLDEtMC4yLDEuMi0wLjRjLTQuOCwwLjItNS41LTAuNi04LjctMC40Yy0wLjMtMS41LTQu NC0yLjEtNS44LTMuN2MxLDAsMS44LDAsMi4zLTAuMgoJCWMwLDAuMywwLDAuNiwwLDAuOWMxMC45 LTEuMiwyMy4yLDAuNywzMS4yLDAuN2MwLjcsMC43LDIuNiwwLjksNCwxLjNjMi42LTEuNCw2Ljkt MC4xLDkuMi0wLjdjLTAuNCwxLDEuMiwwLjYsMS43LDAuMgoJCWMxLjEsMC40LTAuMywwLjQsMCwx LjFjMi42LDAuNSw1LDEsNS44LDIuMmMwLjgtMC41LDIuNi0wLjYsMy41LTEuMWMwLjEsMC41LDEu NSwwLjUsMi45LDAuNGMxLjYtMC4zLDAuMS0wLjgsMi4zLTEuMQoJCWMyLjUsMCw1LjItMC4xLDYu NCwwLjRjLTAuMiwwLjgtMi4xLDAuOS0zLjUsMS4zYzAuNCwwLjctMC42LDAuOC0wLjYsMS4zYzMu MSwwLjUsNy45LDAuNywxMi4xLDAuN2MwLDAuMy0wLjcsMC4zLTAuNiwwLjcKCQljMi44LDAuMSw0 LjksMCw1LjItMC45Yy0wLjcsMC0xLjYsMC0xLjctMC4yYzIuNi0xLjEsNi4xLDAuNCw4LjctMC4y Yy0wLjYtMC4xLTEuNC0wLjQtMC42LTAuNGMwLjIsMC41LDMuNiwwLDEuNywwLjcKCQljNi40LDAu NCwxNS43LDAuMiwxMS41LTEuNWMzLjEtMS4xLDEyLjksMSwxNC40LTAuNmMtMC4zLDAtMy42LTEu Mi00LjYtMC4yYy0xLjMtMC40LTEuNy0xLjEtMy41LTEuM2MwLjksMC42LTEuNSwxLTEuNywwLjQK CQljMS42LTAuMSwwLjQtMiwxLjItMi40Yy0xLjYsMC42LTEuNywwLTEuMi0wLjdjLTAuNCwwLTAu OCwwLTEuMiwwYy0wLjQsMC0wLjgsMC0xLjIsMGMxLjMsMC44LTMsMS43LTAuNiwzLjMKCQljLTAu Ny0wLjMtMi43LTAuMy0zLjUsMGMwLTAuNy0xLjktMC43LTEuNy0xLjVjLTIuMiwwLjUtMy4zLTAu Mi00LjYtMC43Yy0wLjYsMC40LDEuNywwLjcsMCwwLjljLTEuMi0wLjEtMS4yLTAuNi0xLjctMC45 CgkJYzIuMi0wLjMsNi40LDAuMSw2LjktMC45Yy0wLjksMC0wLjktMS4zLDAtMS4zYzIuNiwwLjcs OC0wLjMsOC4xLDEuM2MxLDAuMSwxLjUtMC4zLDEuNywwYzAuMSwwLjIsMCwwLjQsMC42LDAuNAoJ CWMwLTEuNiw0LTEuNyw4LjEtMS41YzAuNS0wLjgsMy4zLTAuOCwyLjktMS4zYzIuMywxLjMsNS44 LTAuNCw4LjItMC4xYy0wLjMtMC4xLDIuMS0wLjIsMi4yLTAuM2MtMC4xLDEuMyw1LjgsMC43LDYu NCwwLjcKCQljLTEuNi0wLjIsMS44LTAuMiwwLTAuN2MxLjEsMCwxLjgtMC4xLDIuNS0wLjFoNC4z Yy0wLjEtNS4xLTIuOC02LjYtMS44LTEyLjljLTAuMy0wLjEtMC42LDAuMS0wLjYtMC41YzAuOS0x LjcsMC42LTQuNCwwLjYtNi41CgkJYzAuNiwxLjIsMC45LDAuNywyLjEsMS4xYzEuMS0zLjYsMi4y LTkuNywyLjEtMTYuOGMtMC4xLTEwLjEsMC0yMy41LTAuNi0yOC44YzAuMi0wLjcsMC42LTEuMSww LjktMS42YzAuMS0yLjgtMC41LTQuMywwLTYuNQoJCWMtMC40LDAtMC45LDAtMS4zLDBjLTAuNy00 LjYsMS04LjIsMC42LTEzLjZjLTEuNiwxLjgtMy0wLjUtMi42LTZjLTAuNS0wLjQtMC45LTEuMS0w LjktMi43YzAuNi0zLjIsMC40LTExLjItMC42LTEzLjYKCQljLTAuMy03LDAuOC0xMC43LDAuNi0x NC43YzAuMywwLjIsMC40LDAuOCwwLjksMC41YzAuMi0yLTAuOC0wLjktMC42LTIuN2MwLjktMC42 LDAuNC00LjcsMC45LTYuNWMtMS4xLTIuNi0xLjItNS4yLTEuOS04LjEKCQljMC0wLjksMC41LTAu NCwwLjQtMS42Yy0wLjYtMS4zLTAuOS0zLjctMS02LjdjMC4xLDAuMiwwLjEsMC4zLDAuMiwwLjZj MC4zLTAuMi0wLjItMC45LDAuMi0xLjFjMC0wLjUtMC4zLTAuOS0wLjUtMS4zCgkJYzAtMC40LDAt MC43LDAtMS4xYzAtMC4xLDAuMS0wLjIsMC4xLTAuMmMwLjItMC41LDAuMS0wLjQtMC4xLTAuM2Mt MC4xLTIuMi0wLjItNC42LTAuMy02LjdjLTAuNCwwLTAuNywwLTEuMSwwYzAsMC43LDAsMS40LDAu MSwyCgkJYy0wLjMsMC4xLTAuNS0wLjMtMSwwLjNjLTAuMywzLjMsMC41LDQuMSwwLjYsNi4zYzAu MiwwLjIsMC40LDAuMiwwLjYsMC4zYzAsMCwwLDAsMCwwYzAsMC40LDAsMC45LDAsMS4zYzAuNy0w LjMsMSwwLjUsMC45LDIuMgoJCWMtMC40LTAuOS0wLjMsMC0wLjksMGMwLDEsMC4yLDIuNy0wLjQs Mi4yYzAtMC4xLDAtMC4yLDAtMC4zYy0wLjctMS0xLTMuMS0xLjUtNC4xYzAtMC4zLDAtMC41LDAt MC44Yy0wLjEsMC4yLTAuMSwwLjQtMC4yLDAuNAoJCWMwLDAtMC4xLTAuMS0wLjEtMC4xYy0wLjEt MC41LDAtMS44LTAuMi0xLjljMC4xLTAuNywwLjMsMCwwLjQsMC41YzAuNS0yLjMtMC44LTUuNiww LjItNy45YzAuMiwwLjEsMC4yLDEsMC4yLDEuNgoJCWMwLjctMC4yLDAuOS0yLjIsMC44LTQuOGMt MC4zLTAuMS0wLjMsMC41LTAuNiwwLjVjMC0zLjktMC4yLTguMi0wLjYtMTEuMWMtMC4xLDAtMC4x LDAtMC4yLDAuMWMwLjQtMC45LDAuNy0xLjYsMS0yLjUKCQljMC4yLDAuMiwwLjUsMC40LDAuOCww LjNjMC0wLjUtMC4yLTAuNC0wLjQtMC41YzAuNy01LjgsMC4yLTEwLjEtMC40LTE0LjdjMC0wLjUs MC0xLjEsMC4xLTEuNmMtMC4xLDAtMC4yLDAtMC4zLDAKCQljLTAuMS0wLjctMC4yLTEuNS0wLjIt Mi4zYzAuMi0wLjgsMC4zLTEuNywwLjgtMS42Yy0wLjMtMy4zLDAuMi04LjYtMC45LTEwLjZjMC0y LDAuNC01LjktMC4yLTQuOGMwLjEtMy44LDAtMi45LDAuMi03LjQKCQljMS4xLDIuMSwwLjMtNi42 LTAuMi03LjljMC44LDAuOCwwLjQtMS44LDAuOC00LjhjLTAuMywwLTAuNSwwLTAuOCwwYzAuMi0x LjUsMC4zLTAuNiwwLjgtMC41YzAuMS0xLjksMC40LTMuMiwwLjYtNC44CgkJYy0wLjItMC41LTAu NC0xLTAuNi0xLjZjMC0xLjYsMC40LTIsMC44LTIuNmMtMC41LDIuMy0wLjEsNC45LDEuNSw1LjNj MC4xLTEuNiwwLjMtMy4zLDEtMy4yYzAtMC45LDAtMS44LDAtMi42CgkJYy0wLjYtMC41LTAuNiww LjgtMSwxLjFjMC4xLTEuMiwwLjYtMS42LDEtMi4xYzAtMC4zLDAtMC42LDAtMC45YzAuNSwwLDAu OSwwLDEuMS0wLjVjLTAuMiwzLDAuNyw2LjEsMC42LDEwLjEKCQljMC40LTEsMC44LTAuMiwwLjYs MS40YzAuMiwwLDAuMi0wLjYsMC4yLTFjMC40LDAuMSwwLjYtMS43LDEuMi0yLjRjLTAuMS0xLTAu OS0wLjEtMS0xYzAuMS0wLjYsMC41LTAuNCwwLjgtMC41CgkJYy0wLjItMS4zLDAuMy0xLjIsMC4y LTIuNGMtMS41LTIuNy0wLjctNS4zLTEtOC42YzEuMiwwLjUsMC4yLDEuNSwxLjQsMS40Yy0wLjUt Mi42LTAuMi00LjUtMC42LTcuMmMtMC45LDAuMi0wLjYsMS40LTAuOCwyLjQKCQljLTAuNC0wLjgt MC44LTEuNi0wLjgtMy4zYzAtMC42LDAuNC0wLjUsMC40LDBjMC40LTAuNy0wLjYtMi40LTEtMi45 YzAuOS0xLjMsMS04LjgsMC4yLTguNmMwLjQtMy45LTEuMi01LjctMi4xLTguNAoJCWMtMC4xLTEt MC4yLTEuOC0wLjMtMi42YzAuMy0wLjUsMC41LTEuNSwwLjQtMy4yYy0xLTAuOS0xLjYtMy41LTIu MywwYzAuNCwyLjQsMC43LDUuNCwxLjEsOC4zYzAuMiwyLjMsMC40LDQuOSwwLjQsNy40CgkJYy0w LjEsMC0wLjMtMC4zLTAuNS0wLjNjMCwwLjktMC4yLDIuNywwLjQsMi4xYy0wLjEsMC44LTAuNiww LjUtMC40LDIuMWMtMC4yLTAuMy0wLjMtMC42LTAuNi0wLjVjLTAuMiwxLjcsMC4zLDEuMywwLjQs Mi4xCgkJYy0xLjEtMi43LTEuOC00LTIuMS04LjVjLTAuMy0wLjItMC4zLDAuNS0wLjYsMC41YzAu Ny0zLTAuOC0yLjYtMC42LTUuOGMwLjUtMC4xLDAuNiwwLjgsMC44LDEuNmMwLjYtMi4zLTAuMy00 LjksMS02LjkKCQljLTAuMi0xLTAuNy0yLjktMS4xLTEuNmMwLjMtMi4zLDAuNS01LDAuNi03LjNj Mi41LTIuMSwwLTguOSwyLjEtMTEuNWMtMC4xLDMuNCwwLjEsMTEuMSwxLjQsMTNjLTAuMy0yLjcs MC40LTIuOC0wLjItNS4zCgkJYzAuMS0xLjEsMC41LDAuOCwwLjgtMC41Yy0wLjYtMS4xLDAtMS45 LDAtMy4yYzAtNS45LTAuOC0xMS4zLTEuNy0xNi40Yy0wLjgsMC43LTAuNC0yLTEuMS0xLjZjMC4x LTAuMiwxLjYtMS44LDEuOS0wLjUKCQljLTAuMi0yLjUsMC41LTUuOS0wLjItOS41YzEuMS0wLjks MC4zLTUuOCwwLjQtOC41YzAuMiwwLDAuMSwwLjYsMC4yLDEuMWMwLjQtNC45LTAuMi0xMy0wLjMt MjEuMWMwLjItMC4xLDAuNC0wLjIsMC41LTAuNQoJCWMtMC4yLDMuMywwLjcsNi43LDAuNiwxMS4x YzAuNC0xLjEsMC44LTAuMiwwLjYsMS42YzAuMiwwLDAuMi0wLjYsMC4yLTEuMWMwLjQsMC4xLDAu Ni0xLjksMS4yLTIuNmMtMC4xLTEuMS0wLjktMC4xLTEtMS4xCgkJYzAuMS0wLjcsMC41LTAuNCww LjgtMC41Yy0wLjItMS41LDAuMy0xLjQsMC4yLTIuNmMtMC4xLTAuMS0wLjEtMC4yLTAuMS0wLjNj MC4yLTEuMywwLjktMS4yLDAuNi0zLjdjLTEuMiwwLjUtMC45LTIuOS0xLjQtNC4yCgkJYzAtMC40 LDAtMC44LTAuMS0xLjJjMS4yLDAuNiwwLjMsMS42LDEuNSwxLjZjLTAuNi0yLjktMC4yLTQuOS0w LjYtNy45Yy0wLjksMC4yLTAuNiwxLjYtMC44LDIuNmMtMC4yLTAuMy0wLjMtMC43LTAuNS0xLjEK CQljMC0wLjMsMC0wLjYsMC0xYzAsMC4xLDAuMSwwLjIsMC4xLDAuM2MxLjUtMS44LDEtNS42LDEu NC04LjhjMC4yLTAuMiwwLjQtMC40LDAuNy0wLjRjMi40LDMuOCw0LjMtMC4yLDUuOC01LjQKCQlj MS4yLDAuNSwyLTAuMSwzLjItMS4xQzQ5OS42LDMxMC4zLDUwMC4zLDMwOC45LDQ5OS44LDMwNy43 eiBNNDkyLjYsMTYwYzAuMiwwLjUsMC42LDAuNywxLjEsMC41Yy0wLjEsMC43LTAuNCwwLjktMC40 LDEuNgoJCWMtMC4yLDAuMS0wLjQtMi4zLTAuNi0wLjVDNDkyLjIsMTYxLjMsNDkyLjUsMTYwLjcs NDkyLjYsMTYweiBNNDkxLjMsNzMuN2MwLjMsMC4yLDAuMiwxLjQsMC4yLDIuMmMtMC4yLTAuNC0w LjYtMC44LTAuNiwwCgkJYy0wLjMtMC4yLTAuMi0xLjQtMC4yLTIuMkM0OTEsNzMuNiw0OTEuMiw3 NC42LDQ5MS4zLDczLjd6IE05MCw4LjRjLTAuMiwwLTAuNCwwLTAuNywwYzAuMi0wLjYsMC45LTEs Mi0xLjEKCQlDOTEuMiw3LjgsOTAuNCw3LjUsOTAsOC40eiBNMTAuOCwxMjQuNWMtMS4yLTEuNi0w LjYtNC43LTAuMi03LjNjMC4zLDAsMC44LDAuMiwwLjgtMC41QzEyLjgsMTE4LjQsMTIuMywxMjQu MiwxMC44LDEyNC41egoJCSBNOC4zLDU1OS4yYy0wLjItMC40LTAuNi0wLjYtMS0wLjVjMC4xLTAu NiwwLjQtMC44LDAuNC0xLjVjMC4yLTAuMSwwLjQsMi4xLDAuNiwwLjVDOC43LDU1OC4xLDguMyw1 NTguNiw4LjMsNTU5LjJ6IE0xMS40LDU3Ny43CgkJYy0wLjYtMC4zLTEtMS4zLTEtMi45YzAuNSww LjMsMC4yLDEuNSwxLDEuOUMxMS40LDU3Ny4xLDExLjQsNTc3LjQsMTEuNCw1NzcuN3ogTTguNyw0 ODEuM2MwLjMtMC42LDAuNC0xLjcsMC40LTIuOQoJCWMwLjIsMC45LDEuNC0wLjMsMSwxLjljLTAu Ny0wLjktMC42LDAtMC42LDJjLTAuMi0wLjItMC40LTAuNC0wLjQtMWMtMC4yLDAuMy0wLjMsMC41 LTAuNiwwLjVDOC41LDQ4MS4zLDguNiw0ODEuMyw4LjcsNDgxLjN6CgkJIE05LjMsNDkwYy0wLjMs MC45LDAuNCw0LjUtMSwzLjljMC4zLTEuMy0wLjYtMi40LTAuNi0xLjVjLTAuNS0xLjYsMC4xLTYu NiwwLjgtNS40Yy0wLjgtMS40LDAtMy40LDAuNC00LjkKCQljMC44LDAuMSwxLjIsMS4xLDEuNywx LjljLTAuNCwyLjgtMC44LDQuMi0wLjgsNi44QzkuNCw0OTEuMiw5LjQsNDkwLjYsOS4zLDQ5MHog TTEwLjYsNDkxYy0wLjctMC4zLTAuMy0xLjMtMC4yLTIuNAoJCWMwLjQtMC4xLDAuNCwwLjYsMC44 LDAuNUMxMS4yLDQ5MC4xLDEwLjcsNDkwLDEwLjYsNDkxeiBNMTMuNSw0OTAuNWMtMC4yLTAuMS0w LjQsMC4xLTAuNCwwLjVjLTAuMi0wLjQtMC4xLTAuOS0wLjItMi40CgkJYzAuMiwwLDAuNCwwLDAu NiwwYzAsMC44LTAuMSwxLjksMC4yLDEuOUMxMy43LDQ5MS4xLDEzLjUsNDkwLjgsMTMuNSw0OTAu NXogTTE0LjIsNDg4LjFjLTAuOCwwLjUtMC4zLTEuOC0xLTEuNQoJCWMwLjEtMSwwLjktMC4xLDAu OC0xLjVjMC4zLDAuMiwwLjIsMS41LDAuOCwxQzE0LjgsNDg3LjQsMTQuNSw0ODcuNywxNC4yLDQ4 OC4xeiBNMTMuNyw0NDMuOGMtMS41LDEuNiwwLjIsNC44LTEsNi44CgkJYy0wLjIsMS40LDAuMywx LjMsMC4yLDIuNGMwLjYtMC40LDAuMi0wLjcsMC4yLTJjMC4yLDEuNiwxLDEuOSwxLjUsMi45Yy0w LjIsMS4yLTAuNywxLjksMCwyLjljLTAuMSwwLjUtMC42LDAuNy0wLjIsMQoJCWMwLDAuOC0xLTAu OC0wLjgsMS41Yy0wLjUsMC4xLTEsMC4xLTEuMy0wLjVjMC4yLDMuMS0wLjcsNi4yLTAuNiwxMC4y Yy0wLjQtMS0wLjgtMC4yLTAuNiwxLjVjLTAuMiwwLTAuMi0wLjYtMC4yLTEKCQljLTAuNCwwLjEt MC42LTEuOC0xLjMtMi40YzAuMS0xLDAuOS0wLjEsMS0xYy0wLjEtMC43LTAuNS0wLjQtMC44LTAu NWMwLjItMS40LTAuMy0xLjMtMC4yLTIuNGMxLjYtMi44LDAuOC01LjQsMS04LjgKCQljLTEuMiww LjUtMC4zLDEuNS0xLjUsMS41YzAuNi0yLjcsMC4yLTQuNSwwLjYtNy4zYzAuOSwwLjIsMC42LDEu NSwwLjgsMi40YzAuNC0wLjgsMC44LTEuNiwwLjgtMy40Yy0wLjEtMC42LTAuNC0wLjUtMC40LDAK CQljLTAuNC0wLjcsMC42LTIuNSwxLTIuOWMtMC45LTEuMy0xLTktMC4yLTguOGMtMC41LTUsMi4x LTYuNiwyLjctMTAuN2MwLjIsMC4zLDAuNCwwLjYsMC40LDBjMC4xLDAsMC4xLDIuNSwwLjYsMQoJ CWMtMC42LDUtMS4xLDEyLjYtMC44LDE4QzE0LjMsNDQ0LjQsMTQsNDQ0LjIsMTMuNyw0NDMuOHog TTE1LjgsNTY3LjVjLTAuMSwwLjctMC4zLTAuMi0wLjYsMGMwLjItMC40LDAuMi0xLjEsMC4yLTIK CQljMC4xLDAsMC4zLDAsMC40LDBjMC4xLDAuNCwwLjIsMC44LDAuMiwxLjVDMTUuNyw1NjYuOSwx NS42LDU2Ny41LDE1LjgsNTY3LjV6IE05LjYsNjM2LjdjLTAuMy0wLjItMC4yLTEuMi0wLjItMgoJ CWMwLjIsMC4zLDAuNiwwLjgsMC42LDBjMC4zLDAuMiwwLjIsMS4yLDAuMiwyQzkuOCw2MzYuOCw5 LjYsNjM1LjgsOS42LDYzNi43eiBNMzU1LjMsNjk2LjFjMC40LDAsMC44LDAsMS4yLDAKCQljLTAu NCwwLjYtMS41LDEtMy41LDEuMUMzNTMuNCw2OTYuNiwzNTQuOCw2OTYuOSwzNTUuMyw2OTYuMXog TTQ4OC41LDQ0MC44Yy0wLjYtMC40LTAuMi0wLjctMC4yLTEuOWMtMC4xLDAuNS0wLjIsMC45LTAu NCwxLjIKCQljMC4xLTAuOCwwLjItMS43LDAuNC0yLjdjMC4xLDAuNCwwLjIsMC43LDAuNCwxQzQ4 OC44LDQzOS43LDQ4OC40LDQzOS42LDQ4OC41LDQ0MC44eiBNNDg4LjIsNDM0LjVjLTAuMi0wLjgt MC4zLTEuNy0wLjQtMi42CgkJQzQ4OC4zLDQzMi42LDQ4OC4zLDQzMy41LDQ4OC4yLDQzNC41eiBN NDg1LjMsNDQ0LjhjMC4yLDEuOCwwLjQtMC42LDAuNi0wLjVjMCwwLjgsMC4zLDAuOSwwLjQsMS42 Yy0wLjQtMC4yLTAuNywwLjEtMSwwLjUKCQlDNDg1LjMsNDQ1LjcsNDg1LDQ0NS4xLDQ4NS4zLDQ0 NC44eiBNNDkwLjIsMjM2YzAuNywwLjQsMC4zLDEuNSwwLjIsMi43Yy0wLjQsMC4xLTAuNS0wLjct MC45LTAuNQoJCUM0ODkuNiwyMzcuMSw0OTAuMSwyMzcuMiw0OTAuMiwyMzZ6IE00ODkuMSwyNjAu NWMwLjQsMS4yLDAuOCwwLjIsMC42LTEuNmMwLjIsMCwwLjIsMC43LDAuMiwxLjFjMC40LTAuMSww LjYsMiwxLjMsMi43CgkJYy0wLjEsMS4xLTAuOSwwLjEtMS4xLDEuMWMwLjEsMC43LDAuNSwwLjQs MC45LDAuNWMtMC4yLDEuNSwwLjMsMS40LDAuMiwyLjdjLTEuMiwyLjMtMSw0LjUtMSw2LjljMC0w LjMsMC0wLjctMC4yLTAuNwoJCWMwLjIsMS43LTAuMiwyLjYtMC42LDEuNWMwLjEsNC4yLTAuOCw3 LjQtMC42LDEwLjVjLTAuMi0wLjYtMC43LTAuNi0xLjItMC41YzAsMC4yLDAsMC4zLDAsMC40Yy0w LjEtMS40LTAuMi0yLjksMC41LTQKCQljMC4yLTEuNS0wLjMtMS40LTAuMi0yLjdjLTAuNiwwLjUt MC4yLDAuOC0wLjIsMi4yYy0wLjItMS44LTEtMi4xLTEuNS0zLjNjMC4yLTEuNCwwLjctMi4yLDAt My4zYzAuMS0wLjUsMC42LTAuOCwwLjItMS4xCgkJYzAtMC45LDEsMC45LDAuOS0xLjZjMC41LTAu MSwxLTAuMSwxLjMsMC41QzQ4OC4zLDI2OC41LDQ4OS4yLDI2NSw0ODkuMSwyNjAuNXogTTQ4My42 LDM2MC42Yy0wLjMtMi40LDAuNy0xLjEsMS0yLjEKCQljMCwxLjQsMC4xLDIuNSwwLjQsMy4yYzAu MSwwLDAuMiwwLjEsMC4yLDAuNWMtMC4zLDAtMC40LTAuMi0wLjYtMC41YzAsMC42LTAuMiwwLjgt MC40LDEuMUM0ODQuMiwzNjAuNyw0ODQuMywzNTkuNyw0ODMuNiwzNjAuNnoKCQkgTTI1MS40LDY5 Ni4zYzEuMiwwLjEsMS4xLDAuNiwyLjMsMC43Yy0wLjQsMC43LTEuNSwwLjMtMi45LDAuMkMyNTAu OCw2OTYuOCwyNTEuNiw2OTYuNywyNTEuNCw2OTYuM3ogTTI1MC45LDY5NC42CgkJYzAtMC4yLDAt MC40LDAtMC43YzAuOSwwLDIuMiwwLjEsMi4zLTAuMmMwLjcsMCwwLjMsMC4yLDAsMC4yYy0wLjEs MC4zLDAuMSwwLjQsMC42LDAuNEMyNTMuMiw2OTQuNiwyNTIuNyw2OTQuNCwyNTAuOSw2OTQuNnoK CQkgTTI0OC42LDY5NC4zYy0xLjItMC4xLTAuMS0xLTEuNy0wLjljMC4zLTAuMywxLjgtMC4yLDEu Mi0wLjljMS40LDAsMS44LDAuMywyLjMsMC43QzI1MC45LDY5NC4xLDI0OC4xLDY5My42LDI0OC42 LDY5NC4zegoJCSBNMjAsNDQ1LjJjMC4zLTEuMiwwLjYsMC45LDAuOC0wLjVjMS4yLDAuOS0wLjUs Ny42LTAuOCwzLjRjMC4yLDAuMSwwLjEsMSwwLjQsMUMyMSw0NDguMSwxOS43LDQ0Ny4zLDIwLDQ0 NS4yeiBNMjIuNSw0OTIuNQoJCWMtMC45LDIuMywwLjcsNS43LTEsNi44YzAtMi42LTAuMy00LjYt MC40LTUuOEMyMS41LDQ5MywyMS45LDQ5MS4yLDIyLjUsNDkyLjV6IE0yMi4xLDQ4My4yYzAuNiww LDAuNSwyLjgsMC4yLDMuNAoJCUMyMS44LDQ4Ni40LDIyLjIsNDg0LjIsMjIuMSw0ODMuMnogTTIx LjUsNDc2LjRjMC0xLjIsMC43LTEsMS4zLTFDMjIuNyw0NzcuMiwyMiw0NzYuOCwyMS41LDQ3Ni40 eiBNMTUwLjEsOS44YzAsMC4yLDAsMC40LDAsMC42CgkJYy0wLjUsMC0xLjMtMC4xLTEuMywwLjJj LTAuNCwwLTAuMi0wLjIsMC0wLjJjMC4xLTAuMi0wLjEtMC40LTAuMy0wLjRDMTQ4LjgsOS44LDE0 OS4xLDEwLDE1MC4xLDkuOHogTTE0OC41LDcuNQoJCWMwLjItMC43LDAuOS0wLjMsMS43LTAuMmMw LDAuNC0wLjQsMC40LTAuMywwLjhDMTQ5LjEsOC4xLDE0OS4xLDcuNiwxNDguNSw3LjV6IE0xNTEu NCwxMC4xYzAuNywwLjEsMC4xLDAuOSwxLDAuOAoJCWMtMC4xLDAuMy0xLDAuMi0wLjcsMC44Yy0w LjgsMC0xLTAuMy0xLjMtMC42QzE1MC4xLDEwLjMsMTUxLjcsMTAuOCwxNTEuNCwxMC4xeiBNMTUz LjgsMTkuMWMwLDAuNi0xLjksMC41LTIuMywwLjIKCQlDMTUxLjYsMTguOSwxNTMuMSwxOS4yLDE1 My44LDE5LjF6IE0xNzkuNywxN2MwLjgsMC4zLTAuNiwwLjYsMC4zLDAuOGMtMC42LDEuMi01LjIt MC41LTIuMy0wLjhjLTAuMSwwLjItMC43LDAuMS0wLjcsMC40CgkJQzE3Ny43LDE4LDE3OC4zLDE2 LjcsMTc5LjcsMTd6IE00ODYuOSwyODguNmMtMC4xLDAuNS0wLjIsMS0wLjMsMS43YzAuNSwxLjEs MS4yLDEuNCwxLjUsM2MwLTEuMy0wLjQtMS42LDAuMi0yCgkJYy0wLjEsMS4yLDAuNCwxLjEsMC4y LDIuNWMtMC4xLDAuMS0wLjEsMC4yLTAuMiwwLjNjLTAuNy0yLjEtMS40LTMuNy0yLjMtNC4xYzAt MC42LDAtMS4yLTAuMS0xLjgKCQlDNDg2LjQsMjg4LDQ4Ni43LDI4OC4yLDQ4Ni45LDI4OC42eiBN NDkxLjMsMjc5LjNjLTAuMS0wLjItMC4xLTAuNiwwLTEuMWMtMC4zLTAuMS0wLjgsMC4yLTAuOC0w LjVjMC4xLTAuNywwLjctMC4yLDAuOS0wLjYKCQlDNDkxLjQsMjc3LjksNDkxLjQsMjc4LjYsNDkx LjMsMjc5LjN6IE00OTEuMywyODEuNGMwLDAuNi0wLjEsMS4zLTAuMiwxLjljLTAuMSwwLTAuMy0w LjEtMC4zLTAuMgoJCUM0OTAuOCwyODIuNSw0OTEsMjgxLjksNDkxLjMsMjgxLjR6IE00NzkuMSw0 NTUuM2MtMC4yLTAuMS0wLjMsMC4xLTAuNCwwLjNjMC0wLjYsMC0xLjIsMC4yLTEuNGMwLDAsMCww LDAsMAoJCUM0NzguOSw0NTQuNyw0NzksNDU1LjEsNDc5LjEsNDU1LjN6IE00ODEuNSwzMjIuNmMt MC4xLTAuNy0wLjItMS4zLTAuMy0xLjljLTAuMiwwLjItMC4zLDAuNC0wLjUsMC42Yy0wLjEtMC4x LTAuMS0wLjMtMC4yLTAuNAoJCWMtMC4yLDAuNC0wLjUsMC43LTEsMC41YzAuMS0yLjcsMC4xLTYs MC05LjJjMC40LTAuNywwLjgtMS4zLDEuMi0xLjhDNDgxLjEsMzEzLjYsNDgxLjcsMzE4LjYsNDgx LjUsMzIyLjZ6IE00NzkuMSwyMjguNgoJCWMwLjEsMi4xLDAuMywzLjcsMC40LDQuOGMtMC41LDAu NS0wLjksMi41LTEuNSwxLjFjMC4xLTAuMywwLjItMC42LDAuMi0xYzAuMi0wLjEsMC40LTAuMSww LjcsMC4xCgkJQzQ3OS4zLDIzMS41LDQ3OC40LDIyOS4zLDQ3OS4xLDIyOC42eiBNNDc5LjEsMjUy LjNjMCwxLjQtMC43LDEuMS0xLjMsMS4xQzQ3Ny44LDI1MS40LDQ3OC41LDI1MS45LDQ3OS4xLDI1 Mi4zeiBNNDc4LjQsMjQ0LjcKCQljLTAuNiwwLTAuNS0zLjEtMC4yLTMuOEM0NzguNywyNDEuMiw0 NzguMywyNDMuNiw0NzguNCwyNDQuN3ogTTQ3OS4xLDIyNi44YzAsMC40LDAsMC43LDAsMS4xQzQ3 OSwyMjcuNSw0NzksMjI3LjEsNDc5LjEsMjI2LjgKCQlDNDc5LjEsMjI2LjgsNDc5LjEsMjI2Ljgs NDc5LjEsMjI2Ljh6IE00ODIuMywyMDcuNmMwLDAtMC4xLDAuMS0wLjEsMC4zYzAsMCwwLjEsMC4x LDAuMSwwLjFjMCwwLjMtMC4xLDAuNy0wLjEsMQoJCWMtMC4yLDAuNC0wLjMsMC43LTAuNCwwLjlj MC4xLDAsMC4yLDAsMC4zLDBjLTAuMSwxLTAuMiwxLjksMCwzLjRjLTAuNS0wLjMtMC40LDAuOC0w LjQsMS42Yy0yLjQsMC42LTIuNS02LjctMS41LTExLjQKCQljMC0wLjUtMC4xLTAuNS0wLjItMC41 Yy0wLjEtMS43LDAuNiwxLjQsMC42LTAuNWMwLjQsMC40LDAsMSwwLDEuNmMwLjQsMC4xLDAuNS0w LjcsMC45LTAuNWMwLjEsMS4zLDAuMywyLjUsMC45LDIuNwoJCUM0ODIuMywyMDYuNyw0ODIuMywy MDcuMiw0ODIuMywyMDcuNnogTTQ3Ni45LDMzLjVjMCwxLDAuMSwxLjgtMC4yLDIuMnYtMkM0NzYu OCwzMy42LDQ3Ni44LDMzLjUsNDc2LjksMzMuNQoJCUM0NzYuOSwzMy41LDQ3Ni45LDMzLjUsNDc2 LjksMzMuNXogTTQ4Mi41LDMzMi4xYzAuMSwwLDAuMi0wLjEsMC4yLTAuMmMwLjEsMC4yLDAuMiww LjQsMC40LDAuOAoJCUM0ODIuOSwzMzIuNCw0ODIuNywzMzIsNDgyLjUsMzMyLjF6IE00ODQuMiwz MzIuOWMtMC4yLDAuMS0wLjMsMC4yLTAuNCwwLjJjLTAuMS0wLjEtMC4yLTAuMy0wLjMtMC40YzAu Mi0wLjgsMC41LTEuNSwwLjgtMgoJCWMwLDAuOCwwLjEsMS42LDAuMiwyLjVDNDg0LjQsMzMzLjEs NDg0LjMsMzMzLDQ4NC4yLDMzMi45eiBNNDgyLjUsMTg5LjljLTAuNy0wLjYtMC41LDAtMS4zLDBj MC4xLTAuNSwxLTEuOCwwLjQtMi4yCgkJYzAuMS0wLjgsMC40LDAuNSwwLjQtMC41QzQ4Mi41LDE4 Ny4zLDQ4Mi41LDE4OC41LDQ4Mi41LDE4OS45eiBNNDgyLjIsNTc0LjhDNDgyLjIsNTc0LjgsNDgy LjIsNTc0LjgsNDgyLjIsNTc0LjgKCQljMC4xLDAuNywwLjUsMC43LDAuNSwxLjhjLTAuNiwwLjgt MSwzLTEuMSw1LjNjLTAuMS0wLjMtMC4yLTAuNC0wLjctMC4yQzQ4MC44LDU3OC4yLDQ4MS40LDU3 Ni4zLDQ4Mi4yLDU3NC44eiBNNDg2LjksMjM5LjMKCQljMC40LDAuMywwLjIsMiwwLjgsMS43Yy0w LjEsMS4xLTAuOSwwLjEtMC45LDEuNmMtMC4yLTAuMS0wLjItMC42LTAuMy0wLjlDNDg2LjUsMjQw LjgsNDg2LjYsMjQwLDQ4Ni45LDIzOS4zeiBNNDg3LjIsMjM4LjgKCQljMC0wLjEsMC0wLjIsMC0w LjNjMC4xLTAuMiwwLjEtMC4zLDAuMi0wLjVjMC4xLTAuNy0wLjEtMS0wLjItMS40YzAuMiwwLjEs MC40LTAuMSwwLjQtMC41YzAuMiwwLjUsMC4xLDEsMC4yLDIuNwoJCUM0ODcuNiwyMzguOCw0ODcu NCwyMzguOCw0ODcuMiwyMzguOHogTTQ4NC45LDkyLjdjLTAuMywyLjYtMC44LDIuNC0wLjIsMy44 QzQ4My42LDk4LjIsNDgzLjYsOTIuNCw0ODQuOSw5Mi43eiBNNDg0LDg3LjgKCQljLTAuMiwxLjQt MS0xLjItMS4xLDEuMWMwLDEuMiwwLjgsMC4yLDEuMSwwLjVjMC4xLDEuNy0wLjUsMS43LTEuMSwx LjZjMC4xLTIuNS0xLTEuNi0xLjEtMC41Yy0wLjQtMC45LDAuNC02LjUtMC4yLTguMQoJCWMwLjIt MC45LDAuOS0wLjYsMS4zLTEuMWMwLDMuMiwwLjksMi40LDEuMyw1LjRDNDgzLjUsODYuMiw0ODMu NSw4Ny42LDQ4NCw4Ny44eiBNNDc2LjksMjguMWMtMC4xLDAuMS0wLjEsMC4yLTAuMiwwLjR2LTEu MgoJCWMwLDAsMCwwLDAsMEM0NzYuOSwyNy41LDQ3Ni45LDI3LjcsNDc2LjksMjguMXogTTE1LjUs MjEuMWMwLjEsMCwwLjIsMCwwLjMsMGMtMC4xLDAuMS0wLjIsMC4xLTAuNCwwLjIKCQlDMTUuNCwy MS4yLDE1LjQsMjEuMiwxNS41LDIxLjF6IE0yMDEuNiw2ODdjLTAuNiwwLjEtMS4zLDAuMi0yLjEs MC4xYy0wLjIsMC0wLjMtMC4xLTAuNC0wLjFIMjAxLjZ6IE0yMDMuMiw2ODdoMC45CgkJYy0wLjMs MC4xLTAuNiwwLjEtMS4xLDAuMUMyMDMsNjg3LjEsMjAzLjEsNjg3LDIwMy4yLDY4N3ogTTQ4MS4y LDYwMS4xYy0wLjctMy4yLTAuNC0xMC44LDAuOS0xMi41YzAtMC4yLDAtMC40LDAtMC42CgkJYzAu NywwLjEsMS4zLTAuNywxLjgtMkM0ODUuNiw1OTEuMiw0ODMuNyw2MDIuNSw0ODEuMiw2MDEuMXog TTQ5MS41LDI3Ni43Yy0wLjItMC4zLTAuNC0wLjYtMC41LTFjMC4xLTAuMywwLjEtMC41LDAuNy0w LjUKCQlDNDkxLjYsMjc1LjcsNDkxLjUsMjc2LjIsNDkxLjUsMjc2Ljd6IE00OTAuNCwxNDIuNmMt MC41LTAuMy0wLjMtMS41LTEtMi4xYzAuMS0wLjIsMC4yLTAuNCwwLjMtMC44Yy0wLjEsMC0wLjIs MC4xLTAuNCwwCgkJYzAtMC4xLDAtMC4zLDAtMC40QzQ5MCwxMzkuOCw0OTAuNCwxNDAuOCw0OTAu NCwxNDIuNnogTTQ4NC45LDE1MC44YzAuMS0wLjgsMC4zLDAuMiwwLjYsMGMtMC4yLDAuNS0wLjIs MS4yLTAuMiwyLjIKCQljLTAuMSwwLTAuMywwLTAuNCwwYy0wLjEtMC40LTAuMi0wLjktMC4yLTEu NkM0ODUsMTUxLjUsNDg1LjEsMTUwLjgsNDg0LjksMTUwLjh6IE00ODUuNSw2NC40Yy0wLjEtMC44 LDAuOC0xLjMsMC4yLTEuNgoJCWMwLjEtMS40LDAuNCwwLjcsMC45LDBDNDg2LjksNjIuOSw0ODYs NjQuNiw0ODUuNSw2NC40eiBNNDg4LjcsNjIuOGMwLjMsMC4yLTAuMiwxLDAuMiwxLjFjMCwxLTEu MiwxLjYtMC40LDIuNwoJCWMwLjQsMS0wLjctMC41LTEuMSwwLjVjMC4zLDAuNiwwLjEsMS40LDAs MC41Yy0wLjUtMC4yLDAuMSwyLjUtMC42LDEuNmMtMC4yLDEuNywwLjYsMSwwLjQsMi43Yy0wLjUt MC43LTAuNiwwLjMtMS4zLTAuNQoJCWMtMC4zLTMuNCwwLjUtNC4yLDAuNi02LjVDNDg3LjcsNjQu Miw0ODguMSw2NC43LDQ4OC43LDYyLjh6IE00ODQuNyw1M2MtMC43LTAuOSwwLjItMS41LDAuNC0y LjJjMC44LTEuMSwxLjYsMi44LDMuMiwwLjYKCQljLTAuMywwLjctMC4zLDIuNiwwLDMuM2MtMC43 LDAtMC43LDEuOC0xLjUsMS42YzAuNSwyLjEtMC4yLDMuMS0wLjYsNC4zYzAuMywwLjQsMC41LTAu NSwwLjctMC42YzAsMC41LDAsMSwwLjEsMS4zCgkJYy0wLjIsMC41LTAuNSwwLjYtMC43LDFjLTAu My0yLjEsMC4xLTYtMC45LTYuNWMwLDAuOS0xLjMsMC45LTEuMywwYzAuMi0wLjcsMC4yLTEuNiww LjMtMi41QzQ4NC42LDUzLjMsNDg1LDUzLjcsNDg0LjcsNTN6CgkJIE00NTUuMiwxMi44YzAuMyww LDAuMy0wLjIsMC43LTAuMmMwLTAuNC0wLjktMC4zLTAuNy0wLjhjMC42LDAuMiwxLjYsMCwyLjcs MC40Yy0wLjgsMC43LTIuOSwwLjYtMywxLjNjLTEuNSwwLjItMC41LTAuOC0xLTAuOAoJCUM0NTQs MTIuMSw0NTQuOCwxMi44LDQ1NS4yLDEyLjh6IE00MDMuMSw3LjVjMCwwLjMtMC4yLDAuOCwwLjMs MC44Yy0xLjIsMS4zLTUuMSwwLjktNS4zLTAuNkMzOTkuMiw2LjUsNDAxLjMsNy4xLDQwMy4xLDcu NXoKCQkgTTM3MS42LDE2LjRjLTIsMC43LTYuNiwwLjQtNy42LTAuOGMtMC45LDAtMC42LDAuNy0y LDAuNGMxLjEtMC40LDAuNC0xLDAuMy0yLjFDMzY1LjMsMTIsMzcyLjQsMTMuOSwzNzEuNiwxNi40 eiBNMzU1LjcsMTQuMQoJCWMwLjYtMC4xLDEuNCwwLjYsMS4zLTAuMmMwLjYsMCwwLjksMC4yLDEs MC40YzAuMy0wLjIsMC41LTAuNCwwLjctMC42YzEuNC0wLjEsMS45LDAuNCwzLjMsMC4yYy0wLjcs MC43LTIuMSwxLTEuMywyLjEKCQljLTAuNywwLjMtMS4yLTAuMi0xLDAuOGMtMi4xLDAtMy4yLTAu Ni00LjItMS40YzAtMC4zLTAuMS0wLjYtMC4xLTAuOEMzNTUuNiwxNC41LDM1NS43LDE0LjMsMzU1 LjcsMTQuMXogTTMzOS42LDExLjcKCQljLTAuNSwwLjYtMS40LDAuMy0yLjIsMC4yQzMzOC4zLDEx LjgsMzM5LDExLjcsMzM5LjYsMTEuN3ogTTI4MS4xLDE4LjdjMCwwLjktMS4xLDAuMi0xLjMsMC4y QzI4MCwxOC43LDI4MC45LDE4LjIsMjgxLjEsMTguN3oKCQkgTTI2Ni42LDE5LjdjMCwwLjEsMCww LjMsMCwwLjRoLTJDMjY1LjEsMTkuNiwyNjUuOCwxOS45LDI2Ni42LDE5Ljd6IE0yNDkuOCwxOGMt MC43LDIuMS0yLjksMC45LTQuNSwwLjQKCQlDMjQ1LjcsMTcuMiwyNDguMywxNywyNDkuOCwxOHog TTIwNy41LDE0LjVjLTAuMiwwLjItMC40LDAuNC0wLjQsMC42YzAtMC4xLDAtMC4yLTAuMS0wLjJD MjA3LjIsMTQuOCwyMDcuMywxNC43LDIwNy41LDE0LjV6CgkJIE0yMDIuNiwxNi4zYzAuMSwxLjMs MSwyLjctMC4yLDMuNGMtNC4zLDAuNS03LjMtMC45LTguNS0yLjdDMTk2LjIsMTYuMywyMDAsMTUu NywyMDIuNiwxNi4zeiBNMTYzLjEsNy43CgkJYy0wLjEtMC40LDEuMi0wLjYsMS43LTEuM2MwLjcs MC4xLDAuMSwwLjksMC43LDEuMWMwLjQtMC4xLDAuMy0wLjUsMC4zLTAuOGMwLjksMC4yLDAuOS0w LjMsMS43LTAuMmMxLjksMS42LDMuNywwLjgsNiwxLjEKCQljLTAuNC0xLjMtMS0wLjMtMS0xLjVj MS44LDAuNiwzLjEsMC4yLDUsMC42Yy0wLjEsMC45LTEsMC42LTEuNywwLjhjMC41LDAuNCwxLjEs MC44LDIuMywwLjhjMC40LTAuMSwwLjMtMC40LDAtMC40CgkJYzAuNS0wLjQsMS43LDAuNiwyLDEu MWMwLjktMC45LDYuMS0xLDYtMC4yYzMuNC0wLjUsNC41LDIuMiw3LjMsMi43Yy0wLjIsMC4yLTAu NCwwLjQsMCwwLjRjMCwwLjEtMS43LDAuMS0wLjcsMC42CgkJYy0zLjQtMC43LTguNi0xLjEtMTIu My0wLjhjLTAuMS0wLjUsMC4xLTAuOCwwLjMtMS4xYy0xLjEtMS41LTMuMywwLjItNC42LTEuMWMt MC45LTAuMi0wLjksMC4zLTEuNywwLjJjMC4zLDAuNiwwLjUsMC4yLDEuMywwLjIKCQljLTEuMSww LjItMS4zLDEtMiwxLjVjLTAuOC0wLjItMS4zLTAuNy0yLDBjLTAuMy0wLjEtMC41LTAuNi0wLjct MC4yYy0wLjUsMCwwLjUtMS0xLTAuOGMwLTAuNS0wLjEtMSwwLjMtMS4zCgkJYy0yLjEsMC4yLTQu Mi0wLjctNy0wLjZjMC43LTAuNCwwLjEtMC44LTEtMC42QzE2Mi40LDcuNywxNjIuOCw3LjgsMTYz LjEsNy43eiBNMTU4LjQsMTguNWMwLjgsMCwwLjcsMC43LDAuNywxLjMKCQlDMTU3LjgsMTkuNywx NTguMSwxOSwxNTguNCwxOC41eiBNMTU0LjgsNS40YzAuMywwLDAuMywwLjEsMC4zLDAuMmMwLjQs MC4zLDEuMSwwLjQsMiwwLjRjLTAuNiwwLjIsMC4yLDEuNC0xLjMsMS4xCgkJYzAuNi0wLjgsMC0w LjYtMS4zLTAuNmMwLjEtMC4yLDAuMy0wLjQsMC43LTAuNEMxNTQuOSw1LjksMTU0LjcsNS43LDE1 NC44LDUuNHogTTE0Ni41LDUuMmMwLjksMC4zLDEuNi0wLjYsMS0wLjYKCQljMS4xLTAuNiw0LjUs MC4xLDMuNiwwLjhjMS0wLjgsMi4zLDAuMSwzLjMsMC40Yy0wLjEsMC44LTAuOCwxLjItMS4zLDEu N2MtMS45LTAuNC0yLjgtMC45LTQuNi0wLjhjLTAuMS0wLjQsMC4zLTAuNCwwLjctMC40CgkJQzE0 OC41LDYsMTQ2LDYuNiwxNDYuNSw1LjJ6IE0xNDYuOCwxOC4xYzAuMywwLjUsMS41LDAuOSwwLjcs MS41Yy0xLjUtMC45LTMuOSwwLjctNC42LTEuMUMxNDQuNiwxOC40LDE0NiwxOC4yLDE0Ni44LDE4 LjF6CgkJIE0xMjguOSwxN2MwLTAuNC0wLjQtMC40LTAuMy0wLjhjMC44LTAuMSwxLjUtMC4zLDEu Ny0wLjhjMS45LTAuMiwyLjQsMC43LDQuMywwLjJjLTAuMiwwLjQsMC41LDAuNCwxLDAuNGMwLjQs Mi4zLTQuMSwyLjQtNywxLjUKCQljLTAuMywwLTAuMywwLjEtMC4zLDAuMmMtMSwwLjEsMC44LTAu Ni0wLjMtMC42QzEyOC4xLDE2LjYsMTI4LjUsMTcsMTI4LjksMTd6IE0xMjAuMiwxNS4xYy0wLjQs MC43LDAsMC41LDAsMS4zCgkJYy0wLjMtMC4xLTEuMS0wLjktMS4zLTAuNGMtMC41LTAuMSwwLjMt MC40LTAuMy0wLjRDMTE4LjYsMTUuMSwxMTkuNCwxNS4xLDEyMC4yLDE1LjF6IE0xMDIuMyw0LjFj MC40LDAuMSwwLjUsMC40LDEsMC40CgkJYzAsMC4yLTEuNCwwLjQtMC4zLDAuNmMtMC4yLDAuNC0w LjYsMC0xLDBDMTAyLjMsNSwxMDIuNCw0LjYsMTAyLjMsNC4xeiBNOTYuMywxMi4yYzAuMywwLjIs MC44LDAuMiwxLjMsMC4yYzAsMC4xLDAsMC4zLDAsMC40CgkJYy0wLjMsMC4xLTAuNSwwLjItMSww LjJjMC4xLTAuNC0wLjMtMC40LTAuMy0wLjJDOTUuOSwxMi43LDk2LjUsMTIuNSw5Ni4zLDEyLjJ6 IE02My4yLDEzYzEsMS0yLjUsMS0yLjMtMC4yCgkJQzYyLjQsMTMuMSw2Mi4zLDEzLjUsNjMuMiwx M3ogTTU3LjIsMTMuNGMtMC4zLDAuNywwLjUsMC43LDAuNywwLjJjMC45LDAuMi0wLjcsMSwwLjcs MS4xYzAuNywwLDAuMS0wLjcsMC4zLTEuMQoJCWMxLTAuMSwxLjEsMC41LDEsMS4xYy0xLjUtMC4x LTEsMC45LTAuMywxLjFjLTAuNiwwLjMtNC0wLjQtNSwwLjJjLTAuNi0wLjItMC40LTAuOS0wLjct MS4zQzU1LjgsMTQuNyw1NS4zLDEzLjgsNTcuMiwxMy40egoJCSBNNDkuMiw2LjVjMC4xLTAuMyww LjgtMC4yLDEuMy0wLjJjLTAuMiwwLjItMC41LDAuNiwwLDAuNmMtMC4xLDAuMy0wLjgsMC4yLTEu MywwLjJDNDkuMiw2LjcsNDkuOCw2LjUsNDkuMiw2LjV6IE00My4yLDguOAoJCWMwLjYsMCwxLDEu MiwxLjcsMC40YzAuNi0wLjQtMC4zLDAuNywwLjMsMS4xYzAuNC0wLjMsMC44LTAuMSwwLjMsMGMt MC4xLDAuNSwxLjUtMC4xLDEsMC42YzEsMC4yLDAuNi0wLjYsMS43LTAuNAoJCWMtMC40LDAuNCww LjIsMC42LTAuMywxLjNjLTIuMSwwLjMtMi42LTAuNS00LTAuNkM0My40LDEwLDQzLjcsOS42LDQy LjYsOUM0Mi43LDguNyw0My4yLDkuMiw0My4yLDguOHogTTQyLjYsMTEuMQoJCWMwLjEtMC4zLDEu MSwwLjYsMSwxLjFjLTAuNSwwLjEtMC44LTAuOC0xLTAuMkM0MS43LDExLjksNDMsMTEuNiw0Mi42 LDExLjF6IE0zMi4xLDIwLjFoLTAuOGMwLDAsMC0wLjEsMC0wLjEKCQlDMzEuNywxOS45LDMxLjks MjAsMzIuMSwyMC4xeiBNMTQuOSwxOXYxYy0wLjEtMC4xLTAuMi0wLjMtMC4yLTAuN0MxNC44LDE5 LjIsMTQuOSwxOS4xLDE0LjksMTl6IE0xNS4yLDM2LjkKCQljMC43LDEuMiwwLjYsNC4zLDEuMyw0 LjRjMC4yLDIuMy0wLjgsMC43LTAuOCwxLjVjLTAuNS0wLjEsMC4yLTEuMywwLjItMS45YzAtMC40 LTAuMi0wLjUtMC4yLTFjLTAuNCwwLTAuMywxLjMtMC44LDEKCQlDMTUsMzkuOCwxNC44LDM4LjQs MTUuMiwzNi45eiBNMTUsMjEzLjdjLTAuMS0xLjMtMC4yLTIuMy0wLjItMy4yQzE1LjMsMjExLjIs MTUuMSwyMTIuNCwxNSwyMTMuN3ogTTE5LjQsMTYzLjUKCQljMC42LDIuOSwwLjQsOS43LTAuOCwx MS4yYzAsMS40LDAuNywwLjksMC40LDIuOWMtMC40LTEuNi0xLTAuNi0yLjEtMC41QzE1LDE3Mi43 LDE2LjksMTYyLjMsMTkuNCwxNjMuNXogTTE4LjUsMTg3LjIKCQljLTAuMywwLTAuNiwwLjEtMC44 LDAuMmMtMC4xLTAuNC0wLjMtMC41LTAuNi0wLjVjLTAuMS0wLjksMC42LTIuMS0wLjItMS45YzAt MC44LDAuMi0xLjMsMC40LTEuNWMtMC4yLTAuNC0wLjQtMC43LTAuNi0xCgkJYy0wLjEtMi4xLDAu NC0yLjcsMC4yLTQuOWMwLjcsMSwxLDMuMSwyLjEsMmMwLjMsMS0wLjIsMS43LDAuOCwxLjVDMTku OCwxODQuMSwxOS4yLDE4NS44LDE4LjUsMTg3LjJ6IE0yMS45LDI5OC4zCgkJYy0wLjItMC40LTAu Ny0xLjYtMC4yLTJDMjIuNSwyOTYuMiwyMS45LDI5Ny44LDIxLjksMjk4LjN6IE0yMi45LDMxNy41 djIuNWMtMC4yLTAuNiwwLTEuNS0wLjItMi41CgkJQzIyLjgsMzE3LjUsMjIuOCwzMTcuNSwyMi45 LDMxNy41eiBNMjEsMzQyLjNjMi4xLDEsMC45LDQuMywwLjQsNi43QzIwLjIsMzQ4LjIsMjAsMzQ0 LjQsMjEsMzQyLjN6IE0xOS4zLDQxMS41CgkJYzEuMy0wLjEsMi43LTEuNSwzLjQsMC4yYzAuNSw2 LjMtMC45LDEwLjgtMi43LDEyLjVDMTkuMyw0MjAuOSwxOC43LDQxNS4zLDE5LjMsNDExLjV6IE0x OC41LDUxMS41YzAuNCwwLjIsMC40LTAuNywwLjQtMS41CgkJYzIuMy0wLjYsMi40LDYsMS41LDEw LjJjMCwwLjQsMC4xLDAuNSwwLjIsMC41YzAuMSwxLjUtMC42LTEuMi0wLjYsMC41Yy0wLjQtMC40 LDAtMC45LDAtMS41Yy0wLjQtMC4xLTAuNCwwLjYtMC44LDAuNQoJCWMtMC4xLTEuMi0wLjMtMi4z LTAuOC0yLjRDMTguMiw1MTUuMSwxOSw1MTQuMywxOC41LDUxMS41eiBNMTguMSw1MzIuNGMwLjcs MC41LDAuNSwwLDEuMywwYy0wLjEsMC41LTAuOSwxLjYtMC40LDEuOQoJCWMtMC4xLDAuOC0wLjQt MC40LTAuNCwwLjVDMTguMSw1MzQuOCwxOC4xLDUzMy42LDE4LjEsNTMyLjR6IE0xOC4xLDQwNC45 Yy0wLjEsMC0wLjIsMC4xLTAuMiwwLjFjLTAuMS0wLjItMC4yLTAuNC0wLjQtMC43CgkJQzE3Ljcs NDA0LjYsMTcuOSw0MDQuOSwxOC4xLDQwNC45eiBNMTcuNyw2MjEuMWMtMC4xLDIuMywwLjksMS41 LDEsMC41YzAuMywwLjgtMC40LDUuOCwwLjIsNy4zYy0wLjIsMC44LTAuOSwwLjUtMS4zLDEKCQlj MC0yLjktMC45LTIuMS0xLjMtNC45YzAuNywwLjQsMC43LTAuOCwwLjItMWMwLjItMS4zLDEsMS4x LDEtMWMwLTEuMS0wLjctMC4yLTEtMC41QzE2LjYsNjIxLDE3LjEsNjIxLDE3LjcsNjIxLjF6IE0x Niw2MTYuMgoJCWMxLTEuNSwxLDMuNy0wLjIsMy40QzE2LjEsNjE3LjMsMTYuNiw2MTcuNSwxNiw2 MTYuMnogTTEyLjUsNjQyLjd2MC43YzAtMC4xLTAuMS0wLjMtMC4yLTAuNEMxMi4xLDY0Mi41LDEy LjIsNjQyLjYsMTIuNSw2NDIuN3oKCQkgTTEyLjEsNjQ2LjRjLTAuMy0wLjIsMC4yLTAuOS0wLjIt MWMwLTAuNiwwLjUtMSwwLjYtMS41djAuM3YxLjNDMTIuMyw2NDUuNywxMi4yLDY0NiwxMi4xLDY0 Ni40eiBNMTUxLDY4OS43CgkJYzAuMy0wLjIsMC43LTAuNCwwLjYtMC42YzAsMC4xLDAuMSwwLjIs MC4yLDAuMkMxNTEuNiw2ODkuNCwxNTEuMyw2ODkuNiwxNTEsNjg5Ljd6IE0xNTkuNSw2ODcuOWMw LTAuMy0wLjEtMC42LTAuMy0wLjloMTUuMgoJCWMwLjEsMCwwLjEsMC4xLDAuMiwwLjFDMTcwLjcs Njg3LjgsMTY0LDY4OC41LDE1OS41LDY4Ny45eiBNMjI4LjMsNjk2LjdjMC4xLDAuNC0yLjEsMC43 LTIuOSwxLjNjLTEuMi0wLjEtMC4yLTEtMS4yLTEuMQoJCWMtMC44LDAuMS0wLjUsMC41LTAuNiww LjljLTEuNi0wLjItMS41LDAuMy0yLjksMC4yYy0zLjMtMS42LTYuNC0wLjgtMTAuNC0xLjFjMC42 LDEuMywxLjgsMC4zLDEuNywxLjVjLTMuMi0wLjYtNS40LTAuMi04LjctMC43CgkJYzAuMi0xLDEu Ny0wLjYsMi45LTAuOWMtMS0wLjQtMS45LTAuOS00LTAuOWMtMC43LDAuMS0wLjYsMC40LDAsMC40 Yy0wLjksMC40LTIuOS0wLjYtMy41LTEuMWMtMS41LDAuOS0xMC42LDEuMS0xMC40LDAuMgoJCWMt NiwwLjUtNy44LTIuMi0xMi43LTIuOGMwLjQtMC4yLDAuNy0wLjQsMC0wLjRjMC0wLjEsMy0wLjEs MS4yLTAuN2M1LjksMC43LDE1LDEuMSwyMS40LDAuOWMwLjIsMC41LTAuMSwwLjgtMC42LDEuMQoJ CWMxLjgsMS42LDUuNy0wLjIsOC4xLDEuMWMxLjYsMC4yLDEuNS0wLjMsMi45LTAuMmMtMC41LTAu Ni0wLjktMC4yLTIuMy0wLjJjMS45LTAuMiwyLjItMSwzLjUtMS41YzEuNSwwLjIsMi4zLDAuNywz LjUsMAoJCWMwLjUsMC4xLDAuOSwwLjYsMS4yLDAuMmMwLjksMC0wLjksMSwxLjcsMC45YzAuMSww LjUsMC4xLDEuMS0wLjYsMS4zYzMuNi0wLjIsNy4zLDAuOCwxMi4xLDAuN2MtMS4yLDAuNS0wLjIs MC44LDEuNywwLjcKCQlDMjI5LjUsNjk2LjcsMjI4LjgsNjk2LjcsMjI4LjMsNjk2Ljd6IE0yNDIu Miw2OTguOWMtMC43LTAuMy0yLTAuNC0zLjUtMC40YzEuMS0wLjMtMC4zLTEuNCwyLjMtMS4xYy0x LDAuOCwwLjEsMC43LDIuMywwLjcKCQljLTAuMywwLjItMC41LDAuNC0xLjIsMC40YzAuMywwLjIs MC42LDAuNCwwLjYsMC43QzI0Mi4zLDY5OS4yLDI0Mi4yLDY5OS4xLDI0Mi4yLDY5OC45eiBNMjU3 LjIsNjk5LjRjLTEuNi0wLjMtMi44LDAuNi0xLjcsMC43CgkJYy0xLjksMC42LTcuOS0wLjEtNi4z LTAuOWMtMS43LDAuOS00LjEtMC4xLTUuOC0wLjRjMC4xLTAuOCwxLjMtMS4yLDIuMy0xLjdjMy4z LDAuNCw0LjksMC45LDguMSwwLjljMC4yLDAuNC0wLjQsMC40LTEuMiwwLjQKCQlDMjUzLjYsNjk4 LjUsMjU3LjksNjk3LjksMjU3LjIsNjk5LjR6IE0yODcuOCw2ODcuMWMtMC4xLDAuNCwwLjcsMC41 LDAuNiwwLjljLTEuNCwwLjEtMi43LDAuMy0yLjksMC45Yy0zLjIsMC4yLTQuMi0wLjctNy41LTAu MgoJCWMwLjMtMC41LTAuOC0wLjQtMS43LTAuNGMtMC4xLTAuNSwwLjEtMC45LDAuNi0xLjJoMTJj MCwwLjEsMC4yLDAuMSwwLjcsMC4xQzI4OS4xLDY4Ny41LDI4OC41LDY4Ny4yLDI4Ny44LDY4Ny4x eiBNMzAyLjgsNjg5LjEKCQljMC42LTAuNywwLjEtMC41LDAtMS4zYzAuNiwwLjEsMS45LDEsMi4z LDAuNGMwLjksMC4xLTAuNSwwLjQsMC42LDAuNEMzMDUuNiw2ODkuMSwzMDQuMiw2ODkuMSwzMDIu OCw2ODkuMXogTTMzNCw3MDAuNQoJCWMtMC44LTAuMS0wLjktMC40LTEuNy0wLjRjLTAuMS0wLjIs Mi41LTAuNCwwLjYtMC43YzAuNC0wLjQsMSwwLDEuNywwQzMzNC4xLDY5OS42LDMzMy44LDcwMCwz MzQsNzAwLjV6IE0zNDQuNCw2OTIuMgoJCWMtMC41LTAuMi0xLjMtMC4yLTIuMy0wLjJjMC0wLjEs MC0wLjMsMC0wLjRjMC41LTAuMSwwLjktMC4yLDEuNy0wLjJjLTAuMiwwLjQsMC41LDAuNCwwLjYs MC4yCgkJQzM0NS4yLDY5MS42LDM0NC4yLDY5MS44LDM0NC40LDY5Mi4yeiBNNDAyLjEsNjkxLjNj LTEuOC0xLjEsNC40LTEsNCwwLjJDNDAzLjQsNjkxLjIsNDAzLjYsNjkwLjcsNDAyLjEsNjkxLjN6 IE00MTIuNSw2OTAuOAoJCWMwLjUtMC44LTAuOS0wLjgtMS4yLTAuMmMtMS41LTAuMiwxLjMtMS0x LjItMS4xYy0xLjIsMC0wLjMsMC44LTAuNiwxLjFjLTEuOCwwLjEtMS44LTAuNS0xLjctMS4xYzIu NywwLjEsMS43LTEsMC42LTEuMQoJCWMxLTAuNCw2LjksMC40LDguNy0wLjJjMSwwLjIsMC42LDAu OSwxLjIsMS4zQzQxNC44LDY4OS42LDQxNS43LDY5MC41LDQxMi41LDY5MC44eiBNNDI2LjQsNjk4 LjFjLTAuMiwwLjMtMS40LDAuMi0yLjMsMC4yCgkJYzAuNC0wLjIsMC45LTAuNiwwLTAuN2MwLjIt MC4zLDEuNC0wLjIsMi4zLTAuMkM0MjYuNSw2OTcuOCw0MjUuNCw2OTgsNDI2LjQsNjk4LjF6IE00 MzYuNyw2OTUuN2MtMSwwLTEuNy0xLjItMi45LTAuNAoJCWMtMS4xLDAuNCwwLjUtMC43LTAuNi0x LjFjLTAuNywwLjMtMS41LDAuMS0wLjYsMGMwLjItMC41LTIuNiwwLjEtMS43LTAuN2MtMS44LTAu Mi0xLjEsMC42LTIuOSwwLjRjMC44LTAuNS0wLjMtMC42LDAuNi0xLjMKCQljMy42LTAuMyw0LjUs MC41LDYuOSwwLjdjMC45LDEuMiwwLjMsMS41LDIuMywyLjJDNDM3LjcsNjk1LjgsNDM2LjksNjk1 LjIsNDM2LjcsNjk1Ljd6IE00MzcuOSw2OTMuM2MtMC4xLDAuMy0xLjktMC42LTEuNy0xLjEKCQlj MC44LTAuMSwxLjQsMC45LDEuNywwLjJDNDM5LjQsNjkyLjQsNDM3LjEsNjkyLjgsNDM3LjksNjkz LjN6IE00OTAuMiw2NTIuN2MtMC4zLDAuMS0wLjgtMC4zLTAuOSwwLjVjLTEuNC0xLjktMC45LTgu NCwwLjYtOC43CgkJQzQ5MS4zLDY0Ni4zLDQ5MC42LDY0OS44LDQ5MC4yLDY1Mi43eiBNNDg2LDUz My42YzAsMC40LDAsMC44LDAsMS4yYy0wLjEsMC0wLjEsMC0wLjMsMC4xQzQ4NS43LDUzNC4xLDQ4 NS45LDUzMy45LDQ4Niw1MzMuNnoKCQkgTTQ4NS43LDU0NS4yYzAuMSwxLjQsMC4yLDIuNiwwLjIs My42QzQ4NS40LDU0Ny45LDQ4NS42LDU0Ni42LDQ4NS43LDU0NS4yeiBNNDg0LjQsNTI4LjRjMCww LjgsMC4xLDItMC4yLDIuMQoJCWMtMC4xLTAuOS0wLjIsMC4xLTAuNiwwYzAtMC44LTAuMS0yLDAu Mi0yLjFDNDgzLjksNTI5LjIsNDg0LjIsNTI4LjcsNDg0LjQsNTI4LjR6IE00ODQuMiw0OTQuNWMw LDEuMiwwLDIuNSwwLDMuNwoJCWMtMC4xLDAtMC4xLDAuMS0wLjEsMC4xYy0wLjIsMC0wLjMsMC4x LTAuMywwLjNjMCwwLDAsMCwwLDBjLTAuMiwwLjQtMC4zLDEuMi0wLjMsMi4xYy0wLjMsMC4zLTAu NiwwLjUtMS4yLDAuNAoJCWMwLjUtMS41LDAuMy0xLjksMC40LTMuNmMxLjktMC42LDEuMS0zLjIs MC4yLTQuNGMwLDAuNS0wLjctMC41LTAuOS0wLjhjMC4zLTMuMy0xLjQtNC43LTAuNi02LjNjMCww LjItMC4yLDAuMy0wLjQsMC4zCgkJYy0wLjUtMy40LDAuMi00LjUsMC42LTcuN2MtMC41LTEuNy0x LjItMy4zLTEuMy01LjVjLTIuNC0zLjEtMS41LTkuMi0xLjEtMTMuNWMwLjcsMS41LDEuMiwzLjEs MiwzLjNjLTAuMSwyLjksMC42LDMuNiwwLjQsNy45CgkJYzAuMi0wLjEsMC4xLTEsMC40LTEuMWMw LjEsMS40LTAuMSw0LjcsMC44LDUuM2MwLDAuNi0wLjMsMC40LTAuNiwwLjVjMC41LDIuNSwwLjUs My4yLDAuOCw2LjNjLTAuNS0zLjItMC40LDEuNC0wLjYsMi43CgkJYzAuNiwwLjUsMC4zLTEuNyww LjYtMi4xYy0wLjEsMy40LDAuNiw2LjYsMC40LDExLjFDNDgzLjgsNDkzLjUsNDgzLjcsNDk0Ljks NDg0LjIsNDk0LjV6IE00ODMuNCw0NjMuM2MwLDEuOC0wLjQsMi44LTEsMy4yCgkJYzAtMC40LDAt MC43LDAtMS4xQzQ4My4yLDQ2NC45LDQ4Myw0NjMuNiw0ODMuNCw0NjMuM3ogTTQ4NS4zLDM3NS40 Yy0xLjMsMC43LTAuNy0zLjMtMS00LjJjMCwwLjYtMC4xLDEuMy0wLjQsMS4xCgkJYzAtMS4yLTAu MS0yLjEtMC4yLTNjMC4xLTEuNywwLjEtMy42LTAuMS01LjRjMC4zLTAuNSwwLjYtMSwxLTEuMWMw LjMsMS42LDEuMSwzLjcsMC40LDUuM2MwLjEtMC4yLDAuMi0wLjMsMC4zLTAuMQoJCWMtMC4xLDAu My0wLjIsMC40LTAuNSwwLjFjMCwxLjMsMC4zLDEuNiwwLjYsMi4xYzAuMiwwLjEsMC4zLDAuMSww LjQtMC4xYzAuMSwwLjksMC4xLDEuOCwwLjEsMi43YzAsMCwwLDAtMC4xLDAuMQoJCWMwLDAuMSww LDAuMiwwLDAuMmMwLDAuMy0wLjEsMC42LTAuMSwwLjlDNDg1LjksMzcyLjgsNDg1LjEsMzc0LDQ4 NS4zLDM3NS40eiBNNDkyLjEsMjQ2LjljLTAuMywwLjctMC40LDEuOS0wLjQsMy4zCgkJYy0wLjIt MS0xLjQsMC4zLTEuMS0yLjJjMC44LDEsMC43LDAsMC42LTIuMmMwLjIsMC4yLDAuNCwwLjUsMC40 LDEuMWMwLjItMC4zLDAuMy0wLjYsMC42LTAuNQoJCUM0OTIuNCwyNDYuOCw0OTIuMywyNDYuOSw0 OTIuMSwyNDYuOXogTTQ5Mi4zLDI0MC40YzAuOCwxLjYtMC4xLDMuOC0wLjQsNS40Yy0wLjgtMC4x LTEuMi0xLjMtMS43LTIuMmMwLjQtMy4xLDAuOS00LjcsMC45LTcuNgoJCWMwLjQtMC4yLDAuNCww LjQsMC40LDEuMWMwLjMtMS0wLjQtNSwxLjEtNC4zYy0wLjMsMS41LDAuNiwyLjcsMC42LDEuNkM0 OTMuOCwyMzYuMiw0OTMuMSwyNDEuOCw0OTIuMywyNDAuNHoiLz4KICAgIDxwYXRoIGZpbGw9IiNm ZmZmZmYiIGQ9Ik02LjEsNjM1LjNjMS4zLDAsMS43LTAuMywyLjEtMC43Yy0wLjgtMC4xLTAuOS0w LjQtMS42LTAuNEM2LjIsNjM0LjQsNiw2MzQuOCw2LjEsNjM1LjN6Ii8+CiAgICA8cGF0aCBmaWxs PSIjZmZmZmZmIiBkPSJNLTMuNCw2ODEuMWMxLjgsMC4yLTAuNiwwLjQtMC41LDAuN2MwLjgsMC4x LDAuOSwwLjQsMS42LDAuNGMtMC4yLTAuNSwwLjEtMC45LDAuNS0xLjEKCQlDLTIuNCw2ODEuMS0z LDY4MC43LTMuNCw2ODEuMXoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiCiAgICAgICAgICBk PSJNNDg4LjUsMzcxLjJjMC4xLDEuMSwwLjYsMSwwLjYsMi4xYzAuNy0wLjQsMC4zLTEuNCwwLjIt Mi42QzQ4OSwzNzAuNiw0ODguOSwzNzEuMyw0ODguNSwzNzEuMnoiLz4KICAgIDxwYXRoIGZpbGw9 IiNmZmZmZmYiIGQ9Ik00OTAuNCwzNzIuMmMwLjMsMS0wLjQsNC45LDEsNC4yYy0wLjMtMS41LDAu Ni0yLjYsMC42LTEuNmMwLjUtMS43LTAuMS03LjItMC44LTUuOGMwLjgtMS42LDAtMy43LTAuNC01 LjMKCQljLTAuOCwwLjEtMS4yLDEuMi0xLjcsMi4xYzAuNCwzLDAuOCw0LjUsMC44LDcuNEM0OTAu MywzNzMuNSw0OTAuMywzNzIuOSw0OTAuNCwzNzIuMnoiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZm ZmYiCiAgICAgICAgICBkPSJNNDg5LjMsNDYzLjljLTAuNSwwLjMtMC4yLDEuNi0xLDIuMWMwLDAu NCwwLDAuNywwLDEuMUM0ODguOSw0NjYuNiw0ODkuMyw0NjUuNiw0ODkuMyw0NjMuOXoiLz4KICAg IDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00OTAuNiwzNjIuN2MwLjIsMC4zLDAuMywwLjYsMC42 LDAuNWMwLTAuNC0wLjEtMC41LTAuMi0wLjVjLTAuMy0wLjYtMC40LTEuOC0wLjQtMy4yCgkJYy0w LjIsMS0xLjQtMC4zLTEsMi4xYzAuNy0wLjksMC42LDAsMC42LDIuMUM0OTAuMywzNjMuNiw0OTAu NSwzNjMuMyw0OTAuNiwzNjIuN3oiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00OTEu NCw0NDUuNGMtMC40LDAuNCwwLDEsMCwxLjZjMC4yLTAuNCwwLjYtMC43LDEtMC41Yy0wLjEtMC43 LTAuNC0wLjgtMC40LTEuNgoJCUM0OTEuOCw0NDQuOCw0OTEuNiw0NDcuMiw0OTEuNCw0NDUuNHoi Lz4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00ODQuOCw1NDEuM2MwLDEuNCwwLjQtMC43 LDAuOCwwYzAuMy0wLjEtMC41LTEuNy0xLTEuNkM0ODQuNCw1NDAuNSw0ODUuNCw1NDEsNDg0Ljgs NTQxLjN6Ii8+CiAgICA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDkwLjIsNTMwLjhjMC4zLTAu MiwwLjItMS4zLDAuMi0yLjFjLTAuMiwwLjQtMC42LDAuOC0wLjYsMGMtMC4zLDAuMi0wLjIsMS4z LTAuMiwyLjEKCQlDNDg5LjksNTMwLjksNDkwLjEsNTI5LjgsNDkwLjIsNTMwLjh6Ii8+CjwvZz4K PC9zdmc+");
    background-size: cover;
    color: #fff;
    display: inline-block;
    padding: 39px;
    position: relative;
    vertical-align: top;
    width: 435px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px)
}
#qodef-membership-login-modal .qodef-membership-login-modal-content-inner {
    background: #244263;
    min-height: 514px;
    padding: 0 0 50px 0
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
    margin: 0 0 40px;
    position: relative
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.qodef--reset-password {
    display: none
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-active .qodef-e-link, #qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-m-navigation-item.ui-state-hover .qodef-e-link {
    color: #fff;
    background-color: #73b6fe;
    border: 1px solid transparent
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    letter-spacing: .15em;
    line-height: 2.077em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    color: #fff;
    background-color: #94c4f7;
    border: 1px solid transparent;
    padding: 16px 0;
    text-align: center;
    width: 100%
}
#qodef-membership-login-modal .qodef-membership-login-modal-navigation .qodef-e-label {
    display: block
}
#qodef-membership-login-modal form {
    padding: 0 25px 0 25px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}
#qodef-membership-login-modal form input {
    background-color: #fff;
    color: #afafaf
}
#qodef-membership-login-modal form.qodef--loading .qodef-m-action-button {
    opacity: 0
}
#qodef-membership-login-modal form.qodef--loading .qodef-m-action-spinner {
    opacity: 1
}
#qodef-membership-login-modal .qodef-m-title {
    color: #fff;
    margin: 0 0 10px 0
}
#qodef-membership-login-modal .qodef-m-description {
    margin: 0 0 19px 0
}
#qodef-membership-login-modal .qodef-m-links-remember-me {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 17px 0
}
#qodef-membership-login-modal .qodef-m-links-remember-me label {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #848484;
    cursor: pointer;
    color: #fff;
    margin-bottom: 0
}
#qodef-membership-login-modal .qodef-m-links-reset-pass {
    margin: 0 0 29px 0
}
#qodef-membership-login-modal .qodef-m-links-reset-pass a {
    color: #fff;
    position: relative
}
#qodef-membership-login-modal .qodef-m-links-reset-pass a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: currentColor
}
#qodef-membership-login-modal .qodef-m-links-reset-pass a:hover {
    color: #94c4f7
}
#qodef-membership-login-modal .qodef-m-action {
    position: relative;
    vertical-align: top
}
#qodef-membership-login-modal .qodef-m-action-button {
    opacity: 1;
    z-index: 2
}
#qodef-membership-login-modal .qodef-m-action-spinner {
    font-size: 30px;
    left: calc(50% - 15px);
    opacity: 0;
    position: absolute;
    top: calc(50% - 15px)
}
#qodef-membership-login-modal .qodef-m-response {
    line-height: 1;
    margin-top: 9px
}
#qodef-membership-login-modal .qodef-m-response.qodef--success {
    color: #fff;
    padding-top: 3px
}
#qodef-membership-login-modal .qodef-m-response.qodef--error {
    background-color: #ffa27e;
    padding: 17px 21px
}
#qodef-membership-login-modal.qodef--opened {
    opacity: 1;
    pointer-events: all
}
#qodef-membership-login-modal.qodef--opened .qodef-membership-login-modal-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
#qodef-membership-login-modal .qodef-m-social-login-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 15px 0
}
#qodef-membership-login-modal .qodef-m-social-login {
    margin-left: 9px
}
#qodef-membership-login-modal .qodef-m-social-login:first-child {
    margin-left: 0
}
#qodef-membership-login-modal .qodef-m-social-login-btn {
    background-color: #506881;
    border-radius: 50%;
    font-family: initial;
    font-size: 12px;
    font-weight: initial;
    height: 37px;
    letter-spacing: 0;
    line-height: 37px;
    padding: 0;
    text-transform: initial;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 37px
}
#qodef-membership-login-modal .qodef-m-social-login-btn:hover {
    background-color: #73b6fe
}
.qodef-login-opener-widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative
}
#qodef-top-area .qodef-login-opener-widget.qodef-user-logged--out {
    padding-left: 38px
}
#qodef-top-area .qodef-login-opener-widget.qodef-user-logged--out:after, #qodef-top-area .qodef-login-opener-widget.qodef-user-logged--out:before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}
#qodef-top-area .qodef-login-opener-widget.qodef-user-logged--out:before {
    background-color: #244263;
    border-radius: 50%;
    content: '';
    height: 28px;
    left: 0;
    width: 28px
}
#qodef-top-area .qodef-login-opener-widget.qodef-user-logged--out:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIKICAgICB5PSIw cHgiIHZpZXdCb3g9IjAgMCA3MzcgNzM3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3Mzcg NzM3IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJN NTIyLjMsNzM3SDIxNS4yYy01NC43LDAtOTkuMy00NC41LTk5LjMtOTkuM1YyNjNjMC0xNy41LDE0 LjItMzEuNywzMS43LTMxLjdoNDguOHYtNTguOUMxOTYuMyw3Ny40LDI3My43LDAsMzY4LjcsMAoJ CWM5NS4xLDAsMTcyLjUsNzcuNCwxNzIuNSwxNzIuNHY1OC45aDQ4LjdjMTcuNSwwLDMxLjcsMTQu MiwzMS43LDMxLjd2Mzc0LjhDNjIxLjYsNjkxLjYsNTc2LjIsNzM3LDUyMi4zLDczN3ogTTE3OS4z LDI5NC42djM0My4xCgkJYzAsMTkuNSwxNi40LDM2LDM1LjksMzZoMzA3LjFjMTkuMiwwLDM2LTE2 LjgsMzYtMzZWMjk0LjZIMTc5LjN6IE0yNTkuNywyMzEuM2gyMTguMnYtNTguOWMwLTU5LjItNTAt MTA5LjEtMTA5LjEtMTA5LjEKCQljLTYwLjEsMC0xMDkuMSw0OS0xMDkuMSwxMDkuMVYyMzEuM3og TTM2OC43LDU2Ny40Yy0xNy41LDAtMzEuNy0xNC4yLTMxLjctMzEuN3YtMTA5YzAtMTcuNSwxNC4y LTMxLjcsMzEuNy0zMS43CgkJYzE3LjUsMCwzMS43LDE0LjIsMzEuNywzMS43djEwOUM0MDAuNCw1 NTMuMiwzODYuMiw1NjcuNCwzNjguNyw1NjcuNHoiLz4KPC9nPgo8L3N2Zz4=");
    height: 14px;
    left: 7px;
    width: 14px
}
.qodef-login-opener-widget .qodef-login-opener {
    display: block;
    position: relative
}
.qodef-login-opener-widget .qodef-logged-in-user {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: relative;
    vertical-align: top
}
.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative
}
.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}
.qodef-login-opener-widget .qodef-logged-in-user .qodef-m-user-image img {
    border-radius: 50%;
    height: 28px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 28px
}
