.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


::-moz-selection {
    background: rgba(36, 216, 169, .15)
}

::selection {
    background: rgba(36, 216, 169, .15)
}

.bk-black {
    background-color: #1c1a1b;
    color: #a4a6ac
}

.bk-black h2,
.bk-black p {
    color: #a4a6ac
}

.bk-black h2 {
    color: #a4a6ac
}

.bk-black li {
    color: #a4a6ac
}

.bk-black .p-intro {
    color: #a4a6ac
}

.bk-green {
    background-color: #01cd9f
}

.bk-orange {
    background-color: #f8a52a
}

.bk-red {
    background-color: #f93807
}

.bk-blue {
    background-color: #0061fa
}

.bk-grey {
    background-color: #a4a6ac
}

.bk-light-grey {
    background-color: #f6f6f6
}

.container-fluid {
    width: 100%;
    float: left
}

.container {
    width: 1080px;
    margin: auto
}

@media (min-width:1080px) {
    .container {
        width: 100%;
        max-width: 1080px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1080px) {
    .container {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    padding-left: 16px;
    padding-right: 16px;
    float: left
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.65%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.31%
}

.col-8 {
    width: 66.64%
}

.col-9 {
    width: 74.97%
}

.col-10 {
    width: 83.3%
}

.col-11 {
    width: 91.63%
}

.col-12 {
    width: 100%
}

.push-1 {
    margin-left: 8.33%
}

.push-2 {
    margin-left: 16.66%
}

.push-3 {
    margin-left: 25%
}

.push-4 {
    margin-left: 33.33%
}

@media (max-width:992px) {
    .col-lg {
        width: 100%
    }
    .col-lg.flex {
        width: 100% !important;
        display: block
    }
    .hide-lg {
        display: none
    }
    .col-12-lg {
        width: 100%
    }
    .boxes-wrap.flex {
        display: block
    }
}

@media (max-width:770px) {
    .col-md {
        width: 100%
    }
    .hide-md {
        display: none
    }
    .push-1.col-md,
    .push-4.col-md {
        margin-left: 0;
        padding-left: 80px
    }
}

@media (max-width:576px) {
    .col-sm {
        width: 100%
    }
    .hide-sm {
        display: none
    }
    .push-1.col-md {
        margin-left: 0;
        padding-left: 60px
    }
}

.row {
    float: left;
    width: 100%
}

.row-no-pad {
    float: left;
    width: 100%
}

.pad-xs {
    padding-top: 25px;
    padding-bottom: 25px
}

.pad-sm {
    padding-top: 36px;
    padding-bottom: 36px
}

.pad-md {
    padding-top: 62px;
    padding-bottom: 62px
}

.pad-lg {
    padding-top: 98px;
    padding-bottom: 98px
}

.pad-box-xs {
    padding: 18px
}

.pad-box-sm {
    padding: 36px
}

.pad-box-md {
    padding: 62px
}

.pad-box-lg {
    padding: 124px
}

.no-pad {
    padding: 0
}

.no-pad-top {
    padding-top: 0 !important
}

.no-pad-bottom {
    padding-bottom: 0
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.col-center {
    float: none;
    padding-left: 16%;
    padding-right: 16%;
    width: 100%
}

@media (max-width:770px) {
    .pad-xs {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .pad-sm {
        padding-top: 18px;
        padding-bottom: 18px
    }
    .pad-md {
        padding-top: 36px;
        padding-bottom: 36px
    }
    .pad-lg {
        padding-top: 72px;
        padding-bottom: 72px
    }
    .pad-box-sm {
        padding: 36px
    }
    .pad-box-lg {
        padding: 68px
    }
    .no-pad-bottom {
        padding-bottom: 0
    }
}

@media (max-width:576px) {
    .pad-sm {
        padding-top: 16px;
        padding-bottom: 16px
    }
    .pad-lg {
        padding-top: 62px;
        padding-bottom: 62px
    }
    .col-center {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    .no-pad-bottom {
        padding-bottom: 0
    }
    .pad-box-sm {
        padding: 22px
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.is-hidden {
    display: none
}

.overflow-hidden {
    overflow: hidden !important
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.pos-rel {
    position: relative
}

.text-center img {
    display: inline-block
}

.img-responsive,
.img-responsive img {
    max-width: 100%;
    max-height: auto;
    display: block
}

.img-center {
    text-align: center
}

.img-center img {
    display: inline-block
}

.has-line {
    position: relative;
    display: inline-block;
    padding-right: 36px
}

.has-line:after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #d5dbde;
    float: right;
    margin-top: 13px;
    margin-right: -29px
}

.flex {
    display: flex
}

.flex-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

.flex-btn-wrap {
    width: 100%;
    justify-content: flex-end;
    text-align: left
}

img.aligncenter,
.aligncenter img {
    margin: 1em auto;
    max-width: 100%;
    height: auto;
    display: block
}

.display-inline {
    display: inline-block
}

.has-overlay {
    position: relative
}

.has-overlay .row,
.has-overlay>* {
    position: relative;
    z-index: 2
}

.has-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, .15);
    cursor-events: none
}

.border-top {
    border-top: 2px solid #f6f6f6
}

@media (max-width:576px) {
    .flex {
        display: block
    }
}

.list-inline {
    display: inline-block;
    padding: 0;
    margin: 0
}

.list-inline li {
    display: inline-block;
    vertical-align: middle
}

.no-list,
.no-list ul,
.no-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 160%
}

.list-links li {
    padding-right: 0;
    padding-left: 26px
}

.list-links.text-left li {
    padding-left: 0
}

.list-links li a {
    cursor: pointer;
    display: block
}

.list-links li {
    cursor: pointer
}

.list-links li.is-active {
    font-weight: 700
}

.header-home h1 {
    font-size: 56px;
    line-height: 120%
}

.note,
.filter-box .searchandfilter ul label {
    font-size: 11px;
    text-transform: uppercase;
    color: #01cd9f;
    font-weight: 700;
    letter-spacing: .07em
}

.s-title {
    margin-top: 0;
    margin-bottom: 0
}

.s-title-center {
    text-align: center;
    margin-bottom: 2em
}

.text-left .s-title {
    text-align: left
}

.s-title em {
    font-style: normal;
    font-weight: 300
}

.s-title .em-green {
    color: #01cd9f
}

.s-title .em-blue {
    color: #0061fa
}

.s-title .em-orange {
    color: #f8a52a
}

.t-green {
    color: #01cd9f
}

.highlight {
    font-weight: 700;
    color: #a4a6ac
}

.highlight a {
    color: #1c1a1b
}

.description {
    display: block;
    position: relative;
    line-height: 140%;
    color: #a4a6ac;
    padding-bottom: 28px
}

.description:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 22px;
    width: 1px;
    background-color: #a4a6ac;
    bottom: 0
}

@media (max-width:770px) {
    .header-home h1 {
        font-size: 52px
    }
}

@media (max-width:576px) {
    .header-home h1 {
        font-size: 32px
    }
    .s-title,
    .s-title p {
        margin-top: 0;
        margin-top: 0;
        margin-bottom: 24px
    }
}

.header-main {
    overflow: hidden;
    position: relative
}

.header-home,
.header-inner {
    overflow: hidden;
    height: 600px;
    position: relative;
    transition: all 1s cubic-bezier(.2, 1, .22, 1);
    z-index: 4;
    background: #fff url("../../../themes/84v3/images/circle.svg") no-repeat -100px -100px;
    transition-delay: .1s
}

.header-inner {
    height: 360px
}

.has-loaded .header-home {
    height: 640px
}

.header-wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.header-wrap .description {
    position: absolute;
    bottom: 0
}

.header-blog {
    overflow: initial
}

.h-title-wrap {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%
}

.h-circle {
    position: absolute;
    left: 50%;
    top: -100px;
    width: 600px;
    display: none;
    height: 600px
}

.h-circle svg {
    width: 100%
}

.h-circle-outline {
    left: 65%;
    top: 140px
}

.h-dots {
    position: absolute;
    top: 340px;
    z-index: 10;
    right: 5%
}

.h-dots-home {
    top: 570px
}

.h-dots-contact {
    left: 61%
}

.h-img {
    height: 60vh;
    overflow: hidden;
    position: relative
}

.h-img-pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transform: translateY(0%);
    height: 100%
}

.sub-header-inner {
    position: relative;
    z-index: 2
}

.header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff
}

.header-info a {
    border: 2px solid #fff;
    padding: 8px 20px;
    color: #fff
}

.header-info .float-right {
    text-align: right
}

.header-info a:hover {
    opacity: .75
}

.content-wrap-hidden {
    overflow: hidden;
    position: relative
}

.sub-header-blog {
    position: relative;
    z-index: 30
}

@media (max-width:770px) {
    .has-loaded .header-home {
        height: 490px
    }
    .h-dots-home {
        top: 470px
    }
    .has-loaded .header-inner {
        height: 280px
    }
}

@media (max-width:576px) {
    .has-loaded .header-home {
        height: 420px
    }
    .h-dots-home {
        top: 400px
    }
    .has-loaded .header-inner {
        height: 220px
    }
    .h-dots-contact {
        left: 90%;
        top: 220px
    }
}

.about-pic {
    width: 276px;
    height: 276px;
    position: relative;
    display: block;
    border-radius: 0;
    z-index: 1;
    margin-top: 6px
}

.about-pic:hover .about-pic-hover {
    display: block
}

.about-pic-hover {
    position: absolute;
    left: 0;
    top: -50px;
    display: none;
    width: 276px;
    height: 276px
}

.about-pic-hover video {
    height: 386px
}

.about-pic .description:before {
    display: none
}

@media (max-width:1120px) {
    .about-pic {
        left: 0
    }
}

@media (max-width:770px) {
    .about-pic.content-pic {
        position: relative;
        margin-top: 62px;
        display: block;
        float: left
    }
}

.header-contact {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 800px;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    transition: all 1s cubic-bezier(.2, 1, .22, 1)
}

.has-loaded .header-contact {
    width: 65%
}

.header-contact .h-title-wrap {
    max-width: 600px
}

.video-wrap {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    min-height: 800px
}

.video-bk {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 60%;
    height: 100%;
    overflow: hidden
}

.video-bk video {
    height: 100%;
    transform: translateX(-20%)
}

.section-form {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 100;
    width: 65%;
    min-height: 800px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(.2, 1, .22, 1)
}

.section-form.is-visible {
    transform: translateX(0%)
}

.form-box {
    max-width: 600px;
    opacity: 0;
    transition: transform 1s cubic-bezier(.2, 1, .22, 1);
    transition-delay: 1.2s
}

.section-form.is-visible .form-box {
    opacity: 1;
    transition-delay: 1.2s
}

@media (max-width:770px) {
    .header-contact .h-title-wrap,
    .form-box {
        width: 100%;
        padding: 0 40px
    }
}

@media (max-width:576px) {
    .has-loaded .header-contact,
    .section-form {
        width: 100%
    }
    .video-wrap {
        display: none
    }
    .header-contact,
    .video-wrap,
    section-form {
        min-height: 600px
    }
}

.timeline-title {
    position: absolute;
    bottom: 0
}

.timeline {
    display: block;
    height: 76px;
    margin: 0 0 0 100px;
    width: 100px;
    position: relative;
    z-index: 2
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 1px;
    background-color: #d5dbde;
    transition: all .5s cubic-bezier(.2, 1, .22, 1)
}

.timeline-white {
    margin-bottom: 0;
    bottom: 0;
    position: absolute;
    z-index: 2
}

.timeline-white .timeline-line {
    background-color: #fff
}

@media (max-width:576px) {
    .timeline {
        height: 62px;
        margin: 0 0 0 62px
    }
}

.next-proj .note,
.next-proj h2,
.next-proj p,
.next-proj p a,
.next-proj li a,
.next-proj em {
    color: #fff
}

.next-proj h2 {
    transition: all .5s cubic-bezier(.2, 1, .22, 1)
}

.next-proj h2 {
    margin: 0;
    position: relative;
    padding-left: 0
}

.next-proj h2:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #d5dbde;
    position: absolute;
    left: 0;
    transition: all .5s cubic-bezier(.2, 1, .22, 1);
    top: 50%
}

.next-proj:hover h2 {
    padding-left: 36px
}

.next-proj:hover h2:before {
    width: 22px
}

.next-proj em {
    opacity: .7
}

.media-box img {
    max-width: 100%
}

.media-cover {
    width: 100%;
    min-height: 400px;
    height: 65vh
}

.footer-main {
    position: relative;
    z-index: 10
}

.footer-main a {
    color: #1c1a1b
}

.footer-main a:hover {
    color: #a4a6ac
}

.footer-main em {
    color: #a4a6ac;
    font-style: normal
}

@media (max-width:770px) {
    .footer-main,
    .footer-main .text-right {
        text-align: center
    }
    .footer-main .list-links li {
        padding: 0 12px
    }
}

.btn-primary {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #01cd9f;
    background-color: rgba(36, 216, 169, .15);
    display: block;
    border: none;
    padding: 1em 2em;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer
}

.btn-primary:hover {
    background-color: rgba(36, 216, 169, .25)
}

.btn-secondary {
    border: 0 solid #1c1a1b;
    font-weight: 400;
    color: #fff;
    background-color: #1c1a1b;
    font-size: 16px;
    padding: .7em 1.6em;
    border-radius: 30px;
    transition: all .2s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
    white-space: normal
}

.btn-secondary:hover {
    background-color: #f93807;
    color: #fff
}

button {
    -webkit-appearance: none
}

.btn-txt {
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative
}

.btn-lg {
    font-size: 32px;
    font-weight: 700;
    color: #01cd9f;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer
}

.btn-lg:hover {
    color: #26dfae
}

.icon-arrow {
    display: inline-block;
    background: rgba(36, 216, 169, .15) url("data:image/svg+xml;utf8,%3Csvg width='62' height='12' viewBox='0 0 62 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2324D8A9' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M44 6h15M54.985 1l4.986 4.985-4.985 4.986'/%3E%3Cpath d='M1 6h15M11.985 1l4.986 4.985-4.985 4.986'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-position: 14px center;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 6px
}

.btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(0, 0, 0, .06) url("data:image/svg+xml;utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.5 1.5l13.51 13.51M15.5 1.5L1.99 15.01'/%3E%3C/g%3E%3C/svg%3E") no-repeat 14px center;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    vertical-align: middle;
    margin-left: 6px
}

.btn-close:hover {
    background: rgba(0, 0, 0, .15) url("data:image/svg+xml;utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M1.5 1.5l13.51 13.51M15.5 1.5L1.99 15.01'/%3E%3C/g%3E%3C/svg%3E") no-repeat 14px center;
    transform: rotate(180deg)
}

.btn-lg:hover .icon-arrow,
.is-active .icon-arrow {
    animation: arrowIn .45s cubic-bezier(.2, 1, .22, 1) forwards
}

.submit-wrap .icon-arrow {
    margin-top: -12px;
    margin-left: 12px
}

.submit-wrap .btn-lg {
    margin-top: 60px !important
}

.link-line {
    position: relative;
    display: inline-block
}

.link-line:after,
.link-line:before {
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    background: #1c1a1b;
    transition: width .5s cubic-bezier(.2, 1, .22, 1)
}

.link-line:after {
    background: #a4a6ac
}

.link-line:hover:after,
.link-line:hover:before {
    width: 100%
}

.link-line:hover:after {
    transition-delay: .2s
}

@media (max-width:770px) {
    .btn-lg {
        font-size: 26px
    }
}

@media (max-width:576px) {
    .btn-close {
        top: 20px;
        right: 20px;
        height: 32px;
        width: 32px;
        background-size: 14px;
        background-position: center
    }
    .submit-wrap .btn-lg {
        margin-top: 32px !important
    }
    .btn-lg {
        font-size: 18px
    }
    .btn-secondary {
        display: block
    }
}

.form-control {
    font-size: 18px;
    font-family: "work sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    line-height: 1em;
    padding: 14px 0;
    background: #fff;
    border: none;
    border-bottom: 1px solid #a4a6ac;
    color: #1c1a1b;
    transition: all .2s ease-in-out;
    display: block
}

.form-control:focus,
.form-control:active {
    border-color: #01cd9f;
    color: 8E8E8E;
    outline: none;
    border-radius: 0
}

.form-box textarea.form-control {
    height: 50px !important
}

.textarea-wrap.has-focus textarea.form-control {
    height: 160px !important
}

.container .nf-field-container {
    margin-bottom: 12px
}

.nf-form-fields-required {
    display: none
}

.nf-field-label {
    position: relative;
    z-index: 10;
    transition: all .2s ease-in-out
}

.has-focus .nf-field-label {
    transform: translateY(0px);
    font-size: 14px;
    color: #a4a6ac
}

.nf-error .form-control {
    border: none !important;
    border-bottom: 1px solid #f93807 !important
}

.container-fluid textarea.form-control {
    height: 46px;
    padding: 12px 0;
    font-size: 18px;
    line-height: 160%
}

.container-fluid .nf-field-label label {
    font-weight: 400
}

.container-fluid .nf-row {
    padding-bottom: 32px
}

select.form-control {
    background: url("../../../themes/84v3/images/arrow-down.svg") no-repeat center right;
    -webkit-appearance: none;
    border-radius: 0;
    color: #a4a6ac
}

.nf-cell {
    padding-right: 20px !important
}

.nf-field-label {
    margin-bottom: 0 !important;
    font-weight: 400 !important
}

.nf-field-label em {
    color: #a4a6ac;
    font-style: normal;
    margin-left: 6px
}

.nf-form-title h3 {
    font-weight: 300;
    font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 62px;
    line-height: 140%;
    color: #1c1a1b;
    font-style: normal
}

.nf-form-title h3 em {
    font-style: italic
}

::-webkit-input-placeholder {
    color: #a4a6ac
}

::-moz-placeholder {
    color: #a4a6ac
}

:-ms-input-placeholder {
    color: #a4a6ac
}

:-moz-placeholder {
    color: #a4a6ac
}

.prettyprint {
    background-color: #f6f6f6;
    padding: 32px;
    white-space: pre-wrap;
    color: #0061fa;
    font-size: 15px;
    line-height: 125%
}

.pl-ent {
    color: #0061fa
}

.pl-e {
    color: #f93807
}

.pl-s {
    color: #f8a52a
}

@media (max-width:770px) {
    .nf-form-title h3 {
        font-size: 42px;
        margin-bottom: 1em
    }
}

@media (max-width:576px) {
    .form-control {
        font-size: 14px
    }
    .nf-form-title h3 {
        font-size: 32px;
        margin-bottom: 1em
    }
}

.testimonial-body {
    display: block
}

.testimonial-body p {
    font-family: "Work sans", Helvetica, Arial, sans-serif;
    font-size: 32px;
    line-height: 120%;
    display: block;
    margin-bottom: .5em
}

.testimonial-body p:last-child {
    margin-bottom: 0
}

.testimonial-pic {
    display: block;
    line-height: 1px
}

.testimonial-author {
    display: block
}

.testimonial-company {
    display: block;
    color: #a4a6ac
}

.testimonial-pic img {
    border-radius: 100%;
    display: inline-block;
    filter: grayscale(100%);
    max-width: 78px
}

.slider-paging {
    font-size: 14px
}

.testimonial-wrap .description {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:576px) {
    .testimonial-body p {
        font-size: 26px
    }
}

.outline-box {
    background-color: #01cd9f;
    color: #fff;
    position: relative;
    width: 100%;
    border-radius: 6px;
    box-shadow: 2px 10px 30px #000
}

.outline-box h3 {
    margin-top: 0
}

.outline-box.blue-box {
    background-color: #0061fa
}

.outline-box.orange-box {
    background-color: #f8a52a
}

.outline-box h3,
.outline-box p {
    color: #fff
}

.outline-box.red-box {
    background-color: #f93807
}

.outline-box.grey-box {
    background-color: #f6f6f6
}

@media (max-width:770px) {
    .outline-box {
        margin-bottom: 36px
    }
}

.post-box {
    position: relative;
    z-index: 1
}

.post-box.cat-14 .s-title a,
.header-blog.cat-14 h1.post-title {
    color: #0061fa
}

.post-box.cat-11 .s-title a,
.header-blog.cat-11 h1.post-title {
    color: #01cd9f
}

.post-box.cat-11 .s-title a:hover,
.header-blog.cat-11 h1.post-title:hover {
    color: #a4a6ac
}

.post-box.cat-13 .s-title a,
.header-blog.cat-13 h1.post-title {
    color: #f8a52a
}

.post-box .s-title,
.post-box .s-title em {
    font-weight: 700
}

.post-box .s-title {
    margin-bottom: 6px
}

.post-date {
    color: #a4a6ac
}

.post-main>h2 {
    display: block
}

h1.post-title {
    color: #0061fa;
    max-width: 880px
}

.post-main .img-wrap,
.post-main .wp-caption {
    margin-left: -5%;
    margin-right: -5%;
    width: 120%;
    margin-top: 2em;
    margin-bottom: 2em
}

.post-main .wp-caption {
    width: 110% !important
}

.post-box:first-child .post-box-img {
    display: block
}

.post-main .wp-caption {
    padding: 12px;
    background-color: #f9f9f9;
    border: 1px solid #f6f6f6
}

.post-box-img img,
.post-img img,
.img-wrap img,
.wp-caption img,
.media-sdw img {
    max-width: 100% !important;
    height: auto !important;
    border: 3px solid #f9f9f9
}

.video-box video {
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, .07)
}

.video-fit {
    width: 100%
}

.img-wrap {
    margin-bottom: 2em;
    text-align: center
}

.img-wrap img {
    border: 1px solid #f6f6f6
}

p.wp-caption-text {
    color: #a4a6ac;
    font-size: 14px;
    text-align: center
}

p.wp-caption-text a {
    color: #01cd9f
}

p.wp-caption-text a:hover {
    color: #a4a6ac
}

.post-box p {
    margin-bottom: .5em
}

.post-box p {
    margin-bottom: .5em;
    display: none
}

.post-box:first-child p {
    display: block
}

.post-main>h3 {
    font-size: 24px;
    line-height: 140%;
    margin: 2em 0 1em
}

.post-main .p-intro {
    color: #a4a6ac;
    font-weight: 700
}

.post-main .p-intro a {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-weight: 700
}

.post-main ul {
    margin-bottom: 2em
}

.post-main ul li {
    margin-bottom: .5em
}

@media (max-width:770px) {
    .post-main h2 {
        margin-left: 0
    }
    .post-main .img-wrap {
        margin-left: -5%;
        margin-right: -5%;
        width: 110%
    }
    .post-main .wp-caption {
        margin-left: -5%;
        margin-right: -5%;
        width: 110% !important
    }
}

.filter-box .searchandfilter ul {
    padding: 0;
    margin: 0
}

.filter-box .searchandfilter ul li {
    padding: 0;
    margin: 0
}

.filter-box .searchandfilter input {
    display: none
}

.filter-box .timeline {
    margin: 0 0 0 20px;
    height: 52px
}

.filter-box a,
.filter-box .searchandfilter ul label {
    color: #a4a6ac;
    padding: 0 !important;
    cursor: pointer
}

.filter-box .searchandfilter ul label.is-active {
    color: #01cd9f
}

.filter-box .searchandfilter ul label:hover {
    color: #1c1a1b
}

.filter-box .searchandfilter li[data-sf-field-input-type=checkbox] label,
.filter-box .searchandfilter li[data-sf-field-input-type=radio] label,
.filter-box .searchandfilter li[data-sf-field-input-type=range-radio] label,
.filter-box .searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 0 !important
}

.proj-box-wrap {
    width: 33.33%;
    float: left;
    padding: 0
}

.proj-box {
    position: relative
}

.proj-box .proj-img {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative
}

.proj-box .proj-img img {
    height: 110%;
    width: auto;
    top: -5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.proj-box-wrap:hover .proj-img img {
    transform: translateX(-50%) scale(1.2)
}

.proj-box:hover .proj-box-meta {
    opacity: 1
}

.proj-box-meta {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    opacity: 0;
    transition: all .4 ease-in-out
}

.proj-box-meta-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 50px;
    width: 100%;
    background: #f72359;
    opacity: .85;
    overflow: hidden
}

.proj-box-in {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 20;
    height: 100%;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all .4s ease-in-out
}

.proj-note {
    opacity: 0;
    display: block;
    transform: translateY(-10px);
    transition: all .4s ease-in-out
}

.proj-title,
.proj-desc-wrap {
    opacity: 0;
    display: block;
    transform: translateY(10px);
    transition: all .4s ease-in-out
}

.proj-box:hover .proj-note,
.proj-box:hover .proj-title,
.proj-box:hover .proj-desc-wrap {
    opacity: 1;
    transform: translateY(0px)
}

.bg-blue {
    position: relative;
    overflow: hidden
}

.bg-blue:before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #4405f7, transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease
}

.bg-blue:hover:before {
    --size: 600px
}

.proj-title {
    margin: 0 0 12px;
    font-weight: 400;
    font-size: 32px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, .25)
}

.proj-desc {
    padding-bottom: 0;
    display: block
}

.proj-desc,
.proj-desc p,
.proj-title,
.proj-note {
    color: #fff
}

.proj-2col .proj-box-wrap {
    width: 50%;
    float: left
}

.proj-2col .proj-img {
    padding-bottom: 66%
}

.proj-2col .proj-img img {
    height: auto;
    width: 110%
}

.proj-notes em {
    color: #a4a6ac;
    font-size: 14px;
    font-style: normal;
    opacity: .6
}

@media (max-width:576px) {
    .proj-2col .proj-box-wrap {
        width: 100%
    }
}

.slick-arrow {
    width: 30px;
    height: 20px;
    position: absolute;
    bottom: 3px;
    display: block;
    border: none;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 1
}

.slick-arrow:focus,
.slick-arrow:active {
    outline: none
}

.slick-arrow:hover {
    opacity: 1
}

.slick-prev {
    left: 50%;
    background: url("../../../themes/84v3/images/arrow-l.svg") no-repeat center;
    margin-left: -60px
}

.slick-prev:hover {
    margin-left: 20px
}

.slick-next {
    right: 50%;
    background: url("../../../themes/84v3/images/arrow-r.svg") no-repeat center;
    margin-right: -60px
}

.slick-next:hover {
    margin-right: -65px
}

.slick-prev:hover {
    margin-left: -65px
}

.proj-slider .slick-arrow {
    top: 50%;
    bottom: auto;
    height: 48px;
    width: 48px;
    border-radius: 100px;
    transform: translateY(-50%)
}

.proj-slider .slick-next {
    right: 20px;
    left: auto;
    background: rgba(0, 0, 0, .75) url("data:image/svg+xml;utf8,%3Csvg width='62' height='12' viewBox='0 0 62 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M44 6h15M54.985 1l4.986 4.985-4.985 4.986'/%3E%3Cpath d='M1 6h15M11.985 1l4.986 4.985-4.985 4.986'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-position: 14px center;
    margin: 0
}

.proj-slider .slick-next:hover {
    animation: arrowIn .5s cubic-bezier(.2, 1, .22, 1) forwards;
    background-color: rgba(0, 0, 0, .95)
}

.proj-slider .slick-prev {
    left: 20px;
    right: auto;
    background: rgba(0, 0, 0, .75) url("data:image/svg+xml;utf8,%3Csvg width='62' height='12' viewBox='0 0 62 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23fff' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cpath d='M18 6H3M7.015 1L2.03 5.985l4.985 4.986'/%3E%3Cpath d='M61 6H46M50.015 1L45.03 5.985l4.985 4.986'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-position: 14px center;
    margin: 0
}

.proj-slider .slick-prev:hover {
    animation: arrowOut .5s cubic-bezier(.2, 1, .22, 1) forwards;
    background-color: rgba(0, 0, 0, .95)
}

@keyframes arrowIn {
    0% {
        background-position: -28px center
    }
    100% {
        background-position: 14px center
    }
}

@keyframes arrowOut {
    0% {
        background-position: 14px center
    }
    100% {
        background-position: -28px center
    }
}

.with-featherlight body {
    overflow: hidden
}

.btn-modal-close {
    position: fixed;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, .65) url("../../../themes/84v3/images/btn-close.svg.html") no-repeat center;
    border-radius: 100px
}

.btn-modal-close:hover {
    opacity: .58
}

.has-loaded .featherlight:last-of-type {
    background: rgba(246, 244, 246, .88)
}

.has-loaded .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 0;
    border-bottom: 0 solid transparent;
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    max-width: 98%;
    width: auto;
    background: #fff;
    cursor: auto;
    white-space: normal;
    border-radius: 8px;
    box-shadow: 0 0 45px 0px rgba(0, 0, 0, .12)
}

.has-loaded .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 999;
    top: 10px;
    right: 10px;
    line-height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(0, 0, 0, .65);
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    border: 0;
    padding: 0;
    transition: all .2s ease-in-out
}

.has-loaded .featherlight .featherlight-close-icon:hover {
    background: rgba(0, 0, 0, .65);
    opacity: .7
}

.ssba a {
    display: inline-block;
    background-color: #f6f6f6
}

.ssba-img {
    padding: 0 !important
}

.ssba_facebook_share img {
    height: 26px
}

.ssba_twitter_share img {
    height: 20px
}

.ssba_linkedin_share img {
    height: 20px
}

.list-style li {
    position: relative;
    list-style: none;
    font-size: 16px
}

.list-style li:before {
    content: "_";
    position: absolute;
    left: -14px;
    display: block;
    top: -4px;
    color: #0061fa
}

@media (max-width:576px) {
    .list-style {
        margin: 1em 0
    }
}

.share-box {
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    color: #a4a6ac;
    font-weight: 700;
    letter-spacing: .07em;
    text-align: center
}

.share-box a {
    display: block;
    margin: 6px 0;
    opacity: .4;
    background-color: #f6f6f6 !important;
    height: 46px;
    width: 46px;
    line-height: 46px;
    border-radius: 100px;
    text-align: center
}

.share-box a:hover {
    opacity: 1
}

@media (max-width:576px) {
    .share-box {
        position: relative !important;
        display: none
    }
}

.subscribe-box {
    width: 120%;
    margin-left: -10%
}

.subscribe-box h2 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #01cd9f
}

.subscribe-box .nf-form-cont {
    max-width: 600px;
    display: inline-block
}

.subscribe-box .nf-row {
    padding-bottom: 0
}

.nav-main-wrap {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
    top: 0;
    background-color: transparent
}

.logo {
    height: 54px;
    margin-top: 32px;
    margin-left: 32px
}

.logo img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle
}

.description h1 {
    font-size: 12px;
    font-family: 'Din', Calibri, Helvetica, Arial, sans-serif;
    transition: all .5s cubic-bezier(.2, 1, .22, 1);
    opacity: 1;
    text-transform: uppercase
}

.logo .description {
    margin-left: 6px;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: bottom
}

.logo .description:before {
    display: none !important
}

.logo .description,
.logo .description a {
    color: #1c1a1b
}

.nav-main {
    transition: all 1s cubic-bezier(.2, 1, .22, 1)
}

.nav-main li {
    padding: 6px 12px 6px 26px
}

.nav-main li a {
    color: #1c1a1b;
    font-family: "Din", Helvetica, Arial, sans-serif;
    padding: 6px 0;
    position: relative;
    display: block;
    font-weight: 400
}

.nav-main li a:hover,
.nav-main li.current-menu-item a {
    color: #a4a6ac
}

.nav-mobile-wrap {
    overflow-y: scroll;
    height: 100%;
    position: relative
}

.nav-mobile-wrap li {
    opacity: 0;
    transform: translateY(-30px);
    transition: all .5s cubic-bezier(.2, 1, .22, 1)
}

.nav-open .nav-mobile-wrap li {
    opacity: 1;
    transform: translateY(0px)
}

.nav-open .nav-mobile-wrap .nav-main li:first-child {
    transition-delay: .2s
}

.nav-open .nav-mobile-wrap .nav-main li:nth-child(2) {
    transition-delay: .3s
}

.nav-open .nav-mobile-wrap .nav-main li:nth-child(3) {
    transition-delay: .4s
}

.nav-open .nav-mobile-wrap .nav-main li:nth-child(4) {
    transition-delay: .5s
}

#nav-mobile {
    width: 100%;
    height: 0;
    background-color: #1c1a1b;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    z-index: 200;
    transition: all .5s cubic-bezier(.2, 1, .22, 1)
}

.nav-open #nav-mobile {
    background-color: #1c1a1b;
    visibility: visible;
    z-index: 200;
    height: 100%
}

#nav-mobile .nav-main {
    padding: 0;
    margin: 0;
    top: 50%;
    position: absolute;
    width: 100%;
    opacity: 1;
    text-align: center;
    transform: translateY(-50%)
}

#nav-mobile .nav-main li {
    text-align: center;
    display: inline-block;
    padding: 0 2.5em
}

#nav-mobile .nav-main li a {
    font-size: 56px;
    font-family: "Libre Baskerville", Helvetica, Arial, sans-serif;
    padding: .5em 0;
    font-weight: 300;
    margin: 0;
    color: #fff
}

#nav-mobile .nav-main li a:hover {
    color: #a4a6ac
}

#nav-mobile .nav-main li a:before,
#nav-mobile .nav-main li a:after {
    display: none
}

#btn-nav {
    border: none;
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 36px;
    right: 36px;
    padding: 0;
    background: rgba(0, 0, 0, .15);
    width: 42px;
    height: 42px;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: all .5s cubic-bezier(.2, 1, .22, 1)
}

#btn-nav:active,
#btn-nav:focus {
    outline: none
}

#btn-nav span {
    left: 50%
}

#btn-nav span,
#btn-nav span:before,
#btn-nav span:after {
    width: 19px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px
}

#btn-nav span:before,
#btn-nav span:after {
    left: 0
}

.nav-open #btn-nav span {
    background-color: transparent
}

#btn-nav span:before {
    content: "";
    transform: translateY(5px);
    transition: all .2s
}

#btn-nav span:after {
    content: "";
    transform: translateY(-7px);
    transition: all .2s
}

.nav-open #btn-nav {
    position: fixed;
    z-index: 300;
    background-color: rgba(256, 256, 256, .15);
    transition-delay: 0
}

.nav-open #btn-nav:hover {
    background-color: rgba(256, 256, 256, .25);
    transition-delay: 0
}

.nav-open #btn-nav span:before {
    transform: rotate(-45deg);
    background-color: #fff
}

.nav-open #btn-nav span:after {
    transform: rotate(45deg);
    background-color: #fff
}

body.nav-open {
    overflow: hidden
}

.nav-mobile-wrap .list-inline {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%)
}

.small-nav .nav-main {
    opacity: 0;
    transform: translateX(10px)
}

.small-nav .nav-main li {
    padding-left: 10px
}

.small-nav #btn-nav {
    transform: scale(1);
    opacity: 1;
    transition-delay: .3s
}

.small-nav .logo .description {
    transform: translateY(-20px);
    opacity: 0;
    pointer-events: none
}

@media (max-width:770px) {
    #btn-nav {
        transform: scale(1);
        opacity: 1;
        transition-delay: .3s;
        top: 14px;
        right: 14px;
        width: 32px;
        height: 32px
    }
    #btn-nav span,
    #btn-nav span:before,
    #btn-nav span:after {
        width: 15px
    }
    .nav-main {
        opacity: 0;
        transform: translateX(10px)
    }
    #nav-mobile .nav-main li {
        display: block;
        padding: .5em
    }
    #nav-mobile .nav-main li a {
        font-size: 36px
    }
    .logo {
        margin-top: 14px;
        margin-left: 14px
    }
    .logo svg {
        width: 44px;
        height: 46px
    }
    .small-nav .logo .description {
        display: none
    }
    .logo .description {
        display: none
    }
}

@media (max-width:576px) {
    .nav-mobile-wrap .list-inline {
        position: absolute;
        bottom: 32px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center
    }
    .logo {
        width: 36px;
        margin-left: 8px;
        margin-top: 8px;
        height: 34px
    }
}

.fade-up {
    transform: translateY(25px);
    opacity: 0;
    transition: all .4s ease-in-out
}

.fade-up.is-active {
    transform: translateY(0px);
    opacity: 1
}

.is-loading .fade-in-load {
    opacity: 0
}

.is-loading .fade-down-load {
    opacity: 0;
    transform: translateY(-80px)
}

.is-loading .fade-up-load {
    opacity: 0;
    transform: translateY(80px)
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade-down-load,
.fade-up-load {
    transform: translateY(0px);
    opacity: 1;
    transition: all .6s ease-in-out
}

.is-loading .fade-down-load {
    transform: translateY(-50px);
    opacity: 0
}

.is-loading .fade-up-load {
    transform: translateY(50px);
    opacity: 0
}

.h-line,
.h-deco-line {
    transform: scaleY(1);
    transition: transform .4s ease-in-out;
    transform-origin: top;
    transition-delay: 1s
}

.is-loading .h-line,
.is-loading .h-deco-line {
    transform: scaleY(0)
}

.deco-scroll {
    transform: scaleY(0);
    transition: transform .4s ease-in-out;
    transform-origin: top
}

.is-active.deco-scroll {
    transform: scaleY(1)
}

.has-delay-1 {
    transition-delay: .1s
}

.has-delay-2 {
    transition-delay: .2s
}

.has-delay-3 {
    transition-delay: .3s
}

.has-delay-4 {
    transition-delay: .4s
}

.preloader {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    left: 50%;
    top: 50%;
    transform: rotate(0deg);
    transform-origin: center;
    z-index: 1;
    animation: rotate .9s infinite linear;
    opacity: 1;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5"><path fill="none" d="M0 0h60v60H0z"/><circle cx="507.332" cy="286.996" r="18.663" fill="none" stroke="%23fff" stroke-opacity=".4" stroke-width="1.96" transform="translate(-486.5 -262.182) scale(1.01807)"/><path d="M30 11c6.376 0 12.024 3.148 15.47 7.972" fill="none" stroke="%23fff" stroke-width="1.9954172000000001" stroke-linecap="butt"/></svg>') no-repeat center
}

.bg-loaded .preloader {
    opacity: 0
}

#header-img {
    transition: all .8s ease-in-out
}

#header-img {
    opacity: 0
}

.bg-loaded #header-img {
    opacity: 1
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.is-loading .load-cover,
.is-active.load-cover {
    opacity: 1
}

.load-cover {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    pointer-events: none;
    transform-origin: bottom;
    transition: all .2s ease-in-out;
    z-index: 200
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

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

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item,
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item,
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item,
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item,
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item,
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item,
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: none
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-media-text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr
}

.wp-block-media-text .has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    padding: 0 8%
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-social-link {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px
}

.wp-social-link,
.wp-social-link a {
    display: block;
    transition: transform .1s ease
}

.wp-social-link a {
    padding: 6px;
    line-height: 0
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment img[src$=".svg"],
.widget_media_image img[src$=".svg"] {
    width: 100%
}

.attachment svg,
.widget_media_image svg {
    max-width: 100%;
    height: auto
}



.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 0 2px no-repeat
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(#eee 1%, #fff 15%);
    background-image: -o-linear-gradient(#eee 1%, #fff 15%);
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    font-size: 100%;
    line-height: normal;
    border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close,
.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl .chosen-drop,
.chosen-rtl.chosen-container-single-nosearch .chosen-search {
    left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url("https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    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;
    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
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    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;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-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;
    filter: alpha(opacity=0)
}

.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--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.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;
    border-style: solid;
    border-width: 5px 4px 0;
    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;
    border-width: 0 4px 5px
}

.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
}

.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: 1px solid #000;
    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__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] {
    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] {
    background-color: #5897fb;
    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-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 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-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    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: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.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;
    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 #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__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] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.searchandfilter-date-picker .ui-helper-hidden {
    display: none
}

.searchandfilter-date-picker .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.searchandfilter-date-picker .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.searchandfilter-date-picker .ui-helper-clearfix:after,
.searchandfilter-date-picker .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.searchandfilter-date-picker .ui-helper-clearfix:after {
    clear: both
}

.searchandfilter-date-picker .ui-helper-clearfix {
    min-height: 0
}

.searchandfilter-date-picker .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.searchandfilter-date-picker .ui-front {
    z-index: 100
}

.searchandfilter-date-picker .ui-state-disabled {
    cursor: default !important
}

.searchandfilter-date-picker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.searchandfilter-date-picker .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.searchandfilter-date-picker .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next {
    right: 2px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.searchandfilter-date-picker .ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px
}

.searchandfilter-date-picker .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.searchandfilter-date-picker .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.searchandfilter-date-picker .ui-datepicker td {
    border: 0;
    padding: 1px
}

.searchandfilter-date-picker .ui-datepicker td a,
.searchandfilter-date-picker .ui-datepicker td span {
    display: block;
    text-align: center;
    text-decoration: none
}

.searchandfilter-date-picker .ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ll-skin-melon .ui-datepicker {
    padding: 0
}

.ll-skin-melon .ui-datepicker-header {
    border: none;
    background: 0 0;
    font-weight: 400;
    font-size: 15px
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
    background: 0 0;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    top: .9em;
    border: none
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-image: url("https://cdn.shortpixel.ai/client/q_glossy,ret_img/https://www.84colors.com/wp-content/plugins/search-filter-pro/public/assets/img/ui-icons_ffffff_256x240.png");
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: 400
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0
}

.ll-skin-melon .ui-datepicker table {
    margin: 0
}

.ll-skin-melon .ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-top: 1px solid #3a414d
}

.ll-skin-melon .ui-state-disabled {
    opacity: 1
}

.searchandfilter .disabled,
.searchandfilter.search-filter-disabled .noUi-connect {
    opacity: .7
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: #fba49e
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-stacking+.noUi-origin {
    *z-index: -1
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-horizontal.noUi-extended {
    padding: 0 15px
}

.noUi-horizontal.noUi-extended .noUi-origin {
    right: -15px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-vertical.noUi-extended {
    padding: 15px 0
}

.noUi-vertical.noUi-extended .noUi-origin {
    bottom: -15px
}

.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
    background: #3FB8AF;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    transition: background 450ms
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #BBB
}

.noUi-dragable {
    cursor: w-resize
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-state-blocked .noUi-connect,
.noUi-state-blocked.noUi-connect {
    background: #4FDACF
}

.searchandfilter p {
    margin-top: 1em;
    display: block
}

.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.searchandfilter ul li {
    list-style: none;
    display: block;
    padding-right: 10px;
    padding: 10px 0;
    margin: 0
}

.searchandfilter ul li li {
    padding: 5px 0
}

.searchandfilter ul li ul li ul {
    margin-left: 20px
}

.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0
}

.searchandfilter>ul>li[data-sf-combobox="1"] label {
    display: block
}

.searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px
}

.searchandfilter .sf-date-prefix {
    padding-right: 5px;
    display: inline-block
}

.searchandfilter .sf-count,
.searchandfilter .sf-date-postfix {
    padding-left: 5px;
    display: inline-block
}

.searchandfilter .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px
}

.searchandfilter .sf-range-max,
.searchandfilter .sf-range-min {
    max-width: 80px
}

.searchandfilter .sf-meta-range-radio-fromto .sf-range-max,
.searchandfilter .sf-meta-range-radio-fromto .sf-range-min {
    display: inline-block;
    vertical-align: middle
}

.searchandfilter .sf-meta-range-radio-fromto span.sf-range-values-seperator {
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px
}

.searchandfilter .datepicker {
    max-width: 170px
}

.searchandfilter select.sf-input-select {
    min-width: 170px
}

.searchandfilter select.sf-range-max.sf-input-select,
.searchandfilter select.sf-range-min.sf-input-select {
    min-width: auto
}

.searchandfilter ul>li>ul:not(.children) {
    margin-left: 0
}

.searchandfilter .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    max-width: 220px
}

.searchandfilter .noUi-connect {
    background-color: #526E91
}

.searchandfilter .noUi-horizontal.noUi-extended {
    padding: 0 10px
}

.searchandfilter .noUi-horizontal.noUi-extended .noUi-origin {
    right: -10px
}

.searchandfilter .noUi-handle {
    border-color: #ccc
}

.searchandfilter .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    top: -5px;
    border-radius: 20px;
    left: -12px
}

.searchandfilter .noUi-horizontal .noUi-handle:after,
.searchandfilter .noUi-horizontal .noUi-handle:before {
    height: 9px;
    top: 7px
}

.searchandfilter .noUi-horizontal .noUi-handle:before {
    left: 9px
}

.searchandfilter .noUi-horizontal .noUi-handle:after {
    left: 12px
}

.search-filter-scroll-loading {
    display: block;
    margin: 20px 10px 10px;
    height: 30px;
    width: 30px;
    animation: search-filter-loader-rotate .7s infinite linear;
    border: 5px solid rgba(0, 0, 0, .15);
    border-right-color: rgba(0, 0, 0, .6);
    border-radius: 50%
}

@keyframes search-filter-loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ll-skin-melon {
    font-size: 90%
}

.ll-skin-melon .ui-datepicker td {
    background: #f7f7f7;
    border: none;
    padding: 0
}

.ll-skin-melon .ui-datepicker th {
    border-color: #4D6077
}

.ll-skin-melon .ui-widget {
    font-family: inherit;
    background: #526E91;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.searchandfilter.horizontal ul>li {
    display: inline-block;
    padding-right: 10px
}

.searchandfilter.horizontal ul>li li {
    display: block
}

.ll-skin-melon td .ui-state-default {
    background: 0 0;
    border: none;
    text-align: center;
    padding: .3em;
    margin: 0;
    font-weight: 400;
    color: #6C88AC;
    font-size: 14px
}

.ll-skin-melon td .ui-state-active {
    background: #526E91;
    color: #fff
}

.ll-skin-melon td .ui-state-hover {
    background: #C4D6EC
}

.searchandfilter li.hide,
.searchandfilter select option.hide {
    display: none
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto;
    padding: 5px;
    color: #666;
    font-family: inherit
}

.chosen-container {
    font-size: 14px
}

.chosen-container-single .chosen-single {
    height: auto
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 3px 3px 3px 5px
}

.search-filter-results .sf-active {
    font-weight: 700
}

.search-filter-results .sf-disabled {
    opacity: .5
}

.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}