.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 .hidden-fields-container {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label::before,.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type="file"] {
    cursor: pointer
}

.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {
    direction: ltr
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection > output[hidden] {
    display: none
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0px;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172,171,171,.3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button,.cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
    text-decoration: none
}

.cli-plugin-main-link {
    margin-left: 0px;
    font-weight: 550;
    text-decoration: underline
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.small.cli-plugin-button,.small.cli-plugin-button:visited {
    font-size: 11px
}

.cli-plugin-button,.cli-plugin-button:visited,.medium.cli-plugin-button,.medium.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.large.cli-plugin-button,.large.cli-plugin-button:visited {
    font-size: 14px;
    padding: 8px 14px 9px
}

.super.cli-plugin-button,.super.cli-plugin-button:visited {
    font-size: 34px;
    padding: 8px 14px 9px
}

.pink.cli-plugin-button,.magenta.cli-plugin-button:visited {
    background-color: #e22092
}

.pink.cli-plugin-button:hover {
    background-color: #c81e82
}

.green.cli-plugin-button,.green.cli-plugin-button:visited {
    background-color: #91bd09
}

.green.cli-plugin-button:hover {
    background-color: #749a02
}

.red.cli-plugin-button,.red.cli-plugin-button:visited {
    background-color: #e62727
}

.red.cli-plugin-button:hover {
    background-color: #cf2525
}

.orange.cli-plugin-button,.orange.cli-plugin-button:visited {
    background-color: #ff5c00
}

.orange.cli-plugin-button:hover {
    background-color: #d45500
}

.blue.cli-plugin-button,.blue.cli-plugin-button:visited {
    background-color: #2981e4
}

.blue.cli-plugin-button:hover {
    background-color: #2575cf
}

.yellow.cli-plugin-button,.yellow.cli-plugin-button:visited {
    background-color: #ffb515
}

.yellow.cli-plugin-button:hover {
    background-color: #fc9200
}

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-powered_by_p {
    width: 100% !important;
    display: block !important;
    color: #333;
    clear: both;
    font-style: italic !important;
    font-size: 12px !important;
    margin-top: 15px !important
}

.cli-powered_by_a {
    color: #333;
    font-weight: 600 !important;
    font-size: 12px !important
}

.cli-plugin-main-link.cli-plugin-button {
    text-decoration: none
}

.cli-plugin-main-link.cli-plugin-button {
    margin-left: 5px
}

.gdpr-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.gdpr-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.gdpr-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.gdpr-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.gdpr-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.gdpr-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.gdpr-px-0 {
    padding-left: 0;
    padding-right: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-open {
    overflow: hidden
}

.modal-open .gdpr-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1039;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.gdpr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.gdpr-modal a {
    text-decoration: none
}

.gdpr-modal .gdpr-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - ( .5rem * 2 ))
}

@media (min-width: 576px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
        min-height: calc(100% - ( 1.75rem * 2 ))
    }
}

@media (min-width: 992px) {
    .gdpr-modal .gdpr-modal-dialog {
        max-width:900px
    }
}

.gdpr-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.gdpr-modal .row {
    margin: 0 -15px
}

.gdpr-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.gdpr-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.gdpr-modal .close:focus {
    outline: 0
}

.gdpr-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.gdpr-switch input[type="checkbox"] {
    display: none
}

.gdpr-switch .gdpr-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.gdpr-switch .gdpr-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.gdpr-switch input:checked + .gdpr-slider {
    background-color: #63b35f
}

.gdpr-switch input:checked + .gdpr-slider:before {
    transform: translateX(26px)
}

.gdpr-switch .gdpr-slider {
    border-radius: 34px
}

.gdpr-switch .gdpr-slider:before {
    border-radius: 50%
}

.gdpr-tab-content>.gdpr-tab-pane {
    display: none
}

.gdpr-tab-content>.active {
    display: block
}

.gdpr-fade {
    transition: opacity .15s linear
}

.gdpr-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: stretch !important;
    -ms-align-items: stretch !important
}

.nav.gdpr-nav-pills,.gdpr-tab-content {
    width: 100%;
    padding: 30px
}

.nav.gdpr-nav-pills {
    background: #f3f3f3
}

.nav.gdpr-nav-pills .gdpr-nav-link {
    border: 1px solid #0070ad;
    margin-bottom: 10px;
    color: #0070ad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem
}

.nav.gdpr-nav-pills .gdpr-nav-link.active,.nav.gdpr-nav-pills .show>.gdpr-nav-link {
    background-color: #0070ad;
    border: 1px solid #0070ad
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
    color: #fff
}

.gdpr-tab-content .gdpr-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
    background-color: #0070ad;
    border-color: #0070ad;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.gdpr-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.gdpr-tab-content h4 {
    font-size: 20px;
    margin-bottom: .5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    display: block
}

.cli-modal.cli-show {
    display: block
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - ( .5rem * 2 ))
}

@media (min-width: 576px) {
    .cli-modal .cli-modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
        min-height: calc(100% - ( 1.75rem * 2 ))
    }
}

@media (min-width: 992px) {
    .cli-modal .cli-modal-dialog {
        max-width:900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.cli-switch input[type="checkbox"] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    transition: .4s;
    width: 20px
}

.cli-switch input:checked + .cli-slider {
    background-color: #00acad
}

.cli-switch input:checked + .cli-slider:before {
    transform: translateX(26px)
}

.cli-switch .cli-slider {
    border-radius: 34px
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-tab-content>.cli-active {
    display: block
}

.cli-fade {
    transition: opacity .15s linear
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills,.cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width: 767px) {
    .cli-nav-pills,.cli-tab-content {
        padding:30px 10px
    }
}

.cli-nav-pills {
    background: #f3f3f3
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #00acad;
    margin-bottom: 10px;
    color: #00acad;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #00acad;
    border: 1px solid #00acad
}

.cli-nav-pills .cli-nav-link.cli-active {
    color: #fff
}

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.cli-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    flex-direction: column
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.cli-btn:hover {
    opacity: .8
}

.cli-read-more-link {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline
}

.cli-btn:focus {
    outline: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .8
}

.cli-modal-open {
    overflow: hidden
}

.cli-barmodal-open {
    overflow: hidden
}

.cli-modal-open .cli-modal {
    overflow-x: hidden;
    overflow-y: auto
}

.cli-modal.cli-fade .cli-modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.cli-modal.cli-show .cli-modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out .5s
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal-backdrop.cli-show {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0;
    display: none
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - ( .5rem * 2 ))
}

@media (min-width: 576px) {
    .cli-modal .cli-modal-dialog {
        max-width:500px;
        margin: 1.75rem auto;
        min-height: calc(100% - ( 1.75rem * 2 ))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-modal .row {
    margin: 0 -15px
}

.cli-modal .modal-body {
    padding: 0;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cli-modal .cli-modal-close:focus {
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

.cli-switch input[type="checkbox"] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 15px
}

.cli-switch input:checked + .cli-slider {
    background-color: #61a229
}

.cli-switch input:checked + .cli-slider:before {
    transform: translateX(18px)
}

.cli-switch .cli-slider {
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-nav-pills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column
}

.cli-nav-pills,.cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width: 767px) {
    .cli-nav-pills,.cli-tab-content {
        padding:30px 10px
    }
}

.cli-nav-pills {
    background: #fff
}

.cli-nav-pills .cli-nav-link {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    color: #2a2a2a;
    font-size: 14px;
    display: block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    cursor: pointer
}

.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link {
    background-color: #f6f6f9;
    border: 1px solid #ccc
}

.cli-nav-pills .cli-nav-link.cli-active {
    color: #2a2a2a
}

.cli-tab-content .cli-button-wrapper {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d6d6d6
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-content h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active {
    background: transparent
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after {
    color: inherit
}

#cookie-law-info-bar .cli-tab-header a:before {
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor
}

#cookie-law-info-bar .cli-row {
    margin-top: 20px
}

#cookie-law-info-bar .cli-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

#cookie-law-info-bar .cli-col-8 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.cli-wrapper {
    max-width: 90%;
    float: none;
    margin: 0 auto
}

#cookie-law-info-bar .cli-tab-content h4 {
    margin-bottom: .5rem
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
    padding: .2rem .5rem
}

#cookie-law-info-bar .cli-tab-container {
    display: none;
    text-align: left
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color .2s ease-out .3s,color .2s ease-out 0s;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    border: none;
    min-width: 40px
}

.cli-tab-container h4,.cli-tab-container h1 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-tab-container p,.cli-privacy-content-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.wt-cli-privacy {
    display: none
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px 20px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width: 992px) {
    .cli-modal .cli-modal-dialog {
        max-width:645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked + .cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    transition: max-height .15s ease-out;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    cursor: pointer;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-collapsed a.cli-privacy-readmore:before {
    content: attr(data-readless-text)
}

.cli-collapsed .cli-privacy-content {
    transition: max-height .25s ease-in
}

.cli-privacy-content p {
    margin-bottom: 0
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-section.cli-privacy-tab {
    display: none
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
    display: block
}

#cookie-law-info-bar .cli-privacy-overview {
    display: none
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.cli-modal.cli-blowup.cli-out {
    z-index: -1
}

.cli-modal.cli-blowup {
    z-index: 999999;
    transform: scale(1)
}

.cli-modal.cli-blowup .cli-modal-dialog {
    animation: blowUpModal .5s cubic-bezier(.165,.84,.44,1) forwards
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
    animation: blowUpModalTwo .5s cubic-bezier(.165,.84,.44,1) forwards
}

@keyframes blowUpContent {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0)
    }
}

@keyframes blowUpContentTwo {
    0% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes blowUpModal {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes blowUpModalTwo {
    0% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(.5);
        opacity: 0
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.cli-tab-section .cookielawinfo-row-cat-table td,.cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px
}

.cli_settings_button {
    cursor: pointer
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

a.wt-cli-element.cli_cookie_close_button {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-style-v2 a {
    cursor: pointer
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 .cli-plugin-main-link {
    font-weight: inherit
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: normal
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
    display: block
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    width: 100%
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0px;
    flex-wrap: wrap
}

#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 8px;
    margin-left: 0px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 16px
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.wt-cli-ccpa-checkbox label {
    font-size: inherit;
    cursor: pointer;
    margin: 0px 0px 0px 5px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 14px 25px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
    padding: 32px 30px
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
    padding: 32px 45px
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

a.wt-cli-ccpa-opt-out {
    white-space: nowrap;
    text-decoration: underline
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width: 985px) {
    .cli-style-v2 .cli-bar-message {
        width:100%
    }

    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }

    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0px;
        margin-top: 10px
    }

    #cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
        padding: 25px 25px
    }
}

.wt-cli-ckyes-brand-logo {
    display: flex;
    align-items: center;
    font-size: 9px;
    color: #111;
    font-weight: normal
}

.wt-cli-ckyes-brand-logo img {
    width: 65px;
    margin-left: 2px
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap:wrap
    }
}

.wt-cli-cookie-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.rt-container,.rt-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.rt-row {
    margin-left: -15px;
    margin-right: -15px
}

.rt-row:after,.rt-row:before {
    display: table;
    content: " "
}

.rt-row:after {
    clear: both
}

.rt-col-xs-1,.rt-col-sm-1,.rt-col-md-1,.rt-col-lg-1,.rt-col-xs-2,.rt-col-sm-2,.rt-col-md-2,.rt-col-lg-2,.rt-col-xs-3,.rt-col-sm-3,.rt-col-md-3,.rt-col-lg-3,.rt-col-xs-4,.rt-col-sm-4,.rt-col-md-4,.rt-col-lg-4,.rt-col-xs-5,.rt-col-sm-5,.rt-col-md-5,.rt-col-lg-5,.rt-col-xs-6,.rt-col-sm-6,.rt-col-md-6,.rt-col-lg-6,.rt-col-xs-7,.rt-col-sm-7,.rt-col-md-7,.rt-col-lg-7,.rt-col-xs-8,.rt-col-sm-8,.rt-col-md-8,.rt-col-lg-8,.rt-col-xs-9,.rt-col-sm-9,.rt-col-md-9,.rt-col-lg-9,.rt-col-xs-10,.rt-col-sm-10,.rt-col-md-10,.rt-col-lg-10,.rt-col-xs-11,.rt-col-sm-11,.rt-col-md-11,.rt-col-lg-11,.rt-col-xs-12,.rt-col-sm-12,.rt-col-md-12,.rt-col-lg-12,.rt-col-xs-24,.rt-col-sm-24,.rt-col-md-24,.rt-col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.rt-col-xs-1,.rt-col-xs-2,.rt-col-xs-3,.rt-col-xs-4,.rt-col-xs-5,.rt-col-xs-6,.rt-col-xs-7,.rt-col-xs-8,.rt-col-xs-9,.rt-col-xs-10,.rt-col-xs-11,.rt-col-xs-12,.rt-col-xs-24 {
    float: left
}

.rt-col-xs-12 {
    width: 20%
}

.rt-col-xs-12 {
    width: 100%
}

.rt-col-xs-11 {
    width: 91.66666667%
}

.rt-col-xs-10 {
    width: 83.33333333%
}

.rt-col-xs-9 {
    width: 75%
}

.rt-col-xs-8 {
    width: 66.66666667%
}

.rt-col-xs-7 {
    width: 58.33333333%
}

.rt-col-xs-6 {
    width: 50%
}

.rt-col-xs-5 {
    width: 41.66666667%
}

.rt-col-xs-4 {
    width: 33.33333333%
}

.rt-col-xs-3 {
    width: 25%
}

.rt-col-xs-2 {
    width: 16.66666667%
}

.rt-col-xs-1 {
    width: 8.33333333%
}

.tss-wrapper[data-layout*="layout"] .rt-row.tss-even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tss-wrapper .tss-pre-loader {
    position: relative;
    overflow: hidden;
    max-height: 300px;
    min-height: 200px
}

.tss-wrapper .tss-even .tss-grid-item {
    margin-bottom: 30px
}

.tss-wrapper .tss-even .tss-grid-item .video-testimonial-wrap iframe {
    max-width: 100%
}

.tss-wrapper .rt-loading-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
    -webkit-transition: opacity .1s,visibility .1s;
    transition: opacity .1s,visibility .1s
}

.tss-wrapper .rt-loading {
    color: #fb4c35;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    z-index: 2;
    opacity: 0;
    visibility: hidden
}

.tss-wrapper .tss-pre-loader .rt-loading-overlay {
    opacity: .8;
    visibility: visible
}

.tss-wrapper .tss-pre-loader .rt-loading {
    opacity: 1;
    visibility: visible
}

.rt-ball-clip-rotate {
    width: 32px;
    height: 32px
}

.rt-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff
}

.rt-ball-clip-rotate,.rt-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rt-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.rt-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
    -moz-animation: ball-clip-rotate .75s linear infinite;
    -o-animation: ball-clip-rotate .75s linear infinite;
    animation: ball-clip-rotate .75s linear infinite
}

.tss-wrapper .rt-responsive-img {
    max-width: 100%;
    height: auto
}

.tss-wrapper[data-layout*="carousel"] .rt-responsive-img {
}

.tss-carousel.swiper .profile-img-wrapper {
    position: relative
}

.tss-carousel-thumb.swiper .rt-dummy-img + .swiper-lazy-preloader,.tss-carousel.swiper .rt-dummy-img + .swiper-lazy-preloader {
    display: none
}

.tss-wrapper .swiper-lazy-preloader {
    border: 4px solid #2550ea;
    border-top-color: transparent;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    opacity: .75;
    border-radius: 50%
}

.tss-carousel-thumb.swiper .rt-responsive-img,.tss-carousel.swiper .rt-responsive-img {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.tss-carousel-thumb.swiper .swiper-lazy:not(.swiper-lazy-loaded),.tss-carousel.swiper .swiper-lazy:not(.swiper-lazy-loaded) {
    min-height: 150px;
    opacity: 0
}

.tss-wrapper[data-layout="carousel12"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded),.tss-wrapper[data-layout="carousel11"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded) {
    min-height: 132px
}

.tss-wrapper .swiper-lazy-preloader:after {
    background: none
}

.tss-wrapper img.rt-responsive-img.rt-dummy-img {
    width: 150px
}

.tss-wrapper .tss-load-more .rt-button {
    display: inline-block
}

.tss-wrapper .tss-img-circle .profile-img-wrapper img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.tss-wrapper .author-social a,.tss-wrapper .tss-social-share a {
    display: inline-flex;
    text-decoration: none;
    box-shadow: none !important;
    margin: 5px;
    color: #2529ed
}

.tss-wrapper .rating-wrapper span.dashicons,.tss-wrapper .tss-social-share i.fa,.tss-wrapper .author-social span.dashicons {
    width: auto;
    height: auto
}

.tss-wrapper .tss-social-share .dashicons::before,.tss-wrapper .author-social span.dashicons::before {
    transition: all .3s
}

.tss-wrapper .tss-social-share a:hover .dashicons::before,.tss-wrapper .author-social a:hover span.dashicons::before {
    opacity: .8
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,.rt-sm-sortable-list .social-item span.dashicons-telegram:before,.tss-wrapper .author-social .dashicons-skype:before,.tss-wrapper .author-social .dashicons-telegram:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: center;
    margin: auto;
    background-color: #2529ed
}

.rt-sm-sortable-list .social-item span.dashicons::before {
    color: #333
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,.rt-sm-sortable-list .social-item span.dashicons-telegram:before {
    background-color: #333
}

.rt-sm-sortable-list .social-item span.dashicons-skype:before,.tss-wrapper .author-social .dashicons-skype:before {
    -webkit-mask-image: url("../images/skype.svg");
    mask-image: url("../images/skype.svg")
}

.rt-sm-sortable-list .social-item span.dashicons-telegram:before,.tss-wrapper .author-social .dashicons-telegram:before {
    -webkit-mask-image: url("../images/telegram.svg");
    mask-image: url("../images/telegram.svg")
}

.tss-wrapper .tss-utility {
    margin: 15px 0;
    text-align: center
}

.tss-wrapper .tss-utility .rt-button,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
    background: #6f6f6f;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-right: 4px;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
    display: inline-block;
    margin-bottom: 10px
}

.tss-wrapper .tss-utility .rt-button:hover,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button:hover,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button.selected {
    cursor: pointer;
    background: #000
}

.tss-wrapper .single-item-wrapper h3.author-name {
    font-size: 24px;
    margin: 15px 0 8px;
    padding: 0px;
    line-height: 1.25;
    font-weight: 400;
    color: #2550ea
}

.tss-wrapper .rt-read-more {
    color: #2550ea
}

.tss-wrapper .single-item-wrapper h3.author-name a {
    text-decoration: none
}

.tss-wrapper .single-item-wrapper h4.author-bio {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 0px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 400;
    color: #333
}

.tss-wrapper .single-item-wrapper .author-social,.tss-wrapper .single-item-wrapper .tss-social-share {
    text-align: center;
    margin-bottom: 8px
}

.tss-carousel-thumb.swiper:not(.swiper-initialized) .swiper-wrapper,.tss-carousel.swiper:not(.swiper-initialized) .swiper-wrapper {
    opacity: 0
}

.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button i {
    font-size: 14px;
    width: auto;
    height: auto
}

.tlp-average-rating i,.tss-wrapper .tss-isotope-button-wrapper i {
    color: gold
}

.tlp-average-rating i {
    margin: 3px 0 0
}

.tss-wrapper .tss-meta-info.tss-left {
}

.tss-wrapper .tss-carousel_video > .carousel-wrapper {
    width: 100%
}

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper,.tss-wrapper[data-layout="carousel11"] .carousel-wrapper,.tss-wrapper[data-layout*="carousel"] {
    position: relative
}

.tss-carousel-main.swiper,.tss-carousel.swiper {
    position: static
}

.tss-carousel-main .swiper-arrow,.tss-carousel .swiper-arrow {
    background: #2550ea;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    margin-top: -55px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid transparent
}

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-arrow,.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-arrow {
    margin-top: -35px
}

.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-pagination,.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-pagination {
    display: none
}

.tss-carousel-main.swiper .swiper-pagination,.tss-carousel.swiper .swiper-pagination {
    -webkit-transition: all .3s;
    transition: all .3s;
    bottom: -10px !important;
    width: 100%
}

.tss-carousel-main.swiper:not(.swiper-initialized) .swiper-pagination,.tss-carousel.swiper:not(.swiper-initialized) .swiper-pagination {
    opacity: 0
}

.tss-carousel-main.swiper.swiper.swiper-container-initialized .swiper-pagination,.tss-carousel.swiper.swiper.swiper-container-initialized .swiper-pagination,.tss-carousel-thumb.swiper.swiper-container-initialized .swiper-wrapper,.tss-carousel.swiper.swiper-container-initialized .swiper-wrapper,.swiper-container-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled),.swiper-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),.swiper-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),.swiper-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),.swiper-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled) {
    opacity: 1 !important
}

.tss-carousel-main .swiper-button-next::after,.tss-carousel-main .swiper-button-prev::after,.tss-carousel .swiper-button-next::after,.tss-carousel .swiper-button-prev::after {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    content: none !important
}

.tss-carousel-main .swiper-arrow > i,.tss-carousel .swiper-arrow > i {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 30px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tss-carousel-main.swiper-rtl .swiper-button-next > i::before,.tss-carousel.swiper-rtl .swiper-button-next > i::before {
    content: "ï“"
}

.tss-carousel-main.swiper-rtl .swiper-button-prev > i::before,.tss-carousel.swiper-rtl .swiper-button-prev > i::before {
    content: "ï”"
}

.tss-carousel-main .swiper-button-next,.tss-carousel .swiper-button-next {
    right: -10px
}

.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,.tss-carousel .swiper-button-prev {
    left: -10px
}

.tss-carousel.swiper-autoheight[data-dots='true'] .swiper-wrapper {
    margin-bottom: 50px
}

.tss-carousel-main .swiper-pagination-bullet,.tss-carousel .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #2550ea
}

.tss-carousel-main .swiper-pagination-bullet:hover,.tss-carousel-main .swiper-pagination-bullet-active,.tss-carousel .swiper-pagination-bullet:hover,.tss-carousel .swiper-pagination-bullet-active {
    opacity: 1;
    background: #2550ea
}

#tss-submit-form {
    position: relative;
    padding: 20px
}

#tss-submit-form.rtcessing:after {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tss-submit-wrapper #tss-submit-response.error,#tss-submit-form .field-holder .error {
    color: red
}

#tss-submit-form .field-holder input.error,#tss-submit-form .field-holder textarea.error {
    border-color: red
}

#tss-submit-form .field-holder .valid {
    border-color: green
}

.tss-submit-wrapper #tss-submit-response.success {
    color: green
}

#tss-submit-form .field-holder:after {
    clear: both;
    display: block;
    content: ""
}

#tss-submit-form .field-holder {
    margin-bottom: 15px
}

#tss-submit-form .rt-label {
    font-weight: 600;
    margin-bottom: 5px
}

#tss-submit-form .rt-field-wrapper + .rt-field-wrapper {
    margin-top: 13px
}

#tss-submit-form .field-holder .field > input,#tss-submit-form .field-holder .field input[type=url],#tss-submit-form .field-holder .field > textarea {
    width: 100%;
    box-sizing: border-box
}

.rt-sm-sortable-list .social-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rt-sm-sortable-list .social-item span.dashicons {
    margin-right: 10px
}

.tss-wrapper.tss-submit-wrapper {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 10px
}

.tss-wrapper.tss-submit-wrapper select:focus {
    border-width: 1px;
    box-shadow: none;
    outline: none
}

.tss-wrapper.tss-submit-wrapper input,.tss-wrapper.tss-submit-wrapper select,.tss-wrapper.tss-submit-wrapper select:focus,.tss-wrapper.tss-submit-wrapper textarea {
    border: 1px solid rgba(0,0,0,.1)
}

.tss-wrapper.tss-submit-wrapper input:focus,.tss-wrapper.tss-submit-wrapper textarea:focus {
    border-color: #999;
    outline: none
}

#tss-submit-response p {
    font-size: 16px
}

#tss-submit-form input[type=text],#tss-submit-form input[type=url] {
    padding: 8px 8px;
    width: 100%
}

#tss-submit-form textarea {
    height: 200px
}

.field-holder.submit-holder input.tss-submit-button {
    font-size: 14px;
    padding: 10px 25px
}

.tss-submit-wrapper .rt-rating > span {
    margin: 0;
    cursor: pointer
}

.tss-submit-wrapper .rt-rating {
    display: inline-block
}

.tss-submit-wrapper .rt-rating.selected span:before,.tss-submit-wrapper .rt-rating:hover span:before,.tss-submit-wrapper .rt-rating.selected:hover span:before {
    content: "ï…•"
}

.tss-submit-wrapper .rt-rating:hover span:hover ~ span:before,.tss-submit-wrapper .rt-rating span.active ~ span:before,.tss-submit-wrapper .rt-rating.selected:hover span:hover ~ span:before {
    content: "ï…”"
}

.tss-submit-wrapper #tss_social_media_holder .rt-label {
    margin: 0 0 15px
}

.tss-submit-wrapper #tss_social_media_holder .dashicons-skype,.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram,.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter {
    position: relative
}

.tss-submit-wrapper #tss_social_media_holder .dashicons-skype:before,.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram:before,.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.tss-submit-wrapper #tss_social_media_holder input:focus {
    outline: none;
    border: 1px solid #999
}

.rt-sm-sortable-list .social-item span.dashicons {
    margin: 0;
    width: 44px;
    height: 44px;
    border: 1px solid;
    text-align: center;
    display: inline-block;
    line-height: 44px;
    border-radius: 3px 0 0 3px;
    border-right-width: 0;
    border-color: rgba(0,0,0,.1)
}

.tss-submit-wrapper #tss_social_media_holder input {
    border-radius: 0 3px 3px 0
}

.rt-single-testimonial-detail {
    padding: 30px 0;
    margin: 30px 0 !important;
    overflow: hidden
}

.rt-single-testimonial-detail .testi-meta {
    text-align: center
}

.rt-single-testimonial-detail .tss-social-share a {
    display: inline-block;
    padding: 5px;
    margin-right: 5px
}

.rt-single-testimonial-detail .tss-social-share a:last-child {
    margin-right: 0
}

.clearfix:before,.clearfix:after,.rt-container-fluid:before,.rt-container-fluid:after,.rt-row:before,.rt-row:after {
    content: " ";
    display: table
}

.rt-single-testimonial-detail .testimonial + .author-social {
    margin-top: 20px
}

.rt-single-testimonial-detail .testimonial + .tss-social-share,.rt-single-testimonial-detail .author-social + .tss-social-share {
    margin-top: 10px
}

.rt-single-testimonial-detail .author-social > a {
    display: inline-block;
    padding: 5px;
    margin-right: 5px
}

.tss-wrapper .tss-layout1 .single-item-wrapper,.tss-wrapper .tss-carousel1 .single-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.tss-wrapper .tss-layout1 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-layout1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout1 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
    text-align: center
}

.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
    top: 40px;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.tss-wrapper .tss-layout1 .tss-meta-info.tss-left,.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
    flex: 2
}

.tss-wrapper .tss-carousel1 .item-content-wrapper,.tss-wrapper .tss-layout1 .item-content-wrapper {
    padding: 30px;
    background: #f8f8f8;
    flex: 3;
    position: relative
}

.tss-wrapper .tss-layout1 .item-content-wrapper:before,.tss-wrapper .tss-carousel1 .item-content-wrapper:before {
    content: "ï„";
    color: #eaeaea;
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "tss-font",serif;
    font-size: 24px
}

.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:before {
    left: auto;
    right: 10px
}

.tss-wrapper .tss-layout1 .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
    border-top: 10px solid transparent;
    border-right: 15px solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: -15px;
    top: 15px;
    right: auto;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:after {
    left: auto;
    right: -15px;
    border-right: 0;
    border-left: 15px solid #f8f8f8
}

.tss-wrapper .tss-layout1 .item-content,.tss-wrapper .tss-carousel1 .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 5px;
    color: #2d2d2d
}

.tss-wrapper .tss-layout1 .rating-wrapper,.tss-wrapper .tss-carousel1 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-layout2 .single-item-wrapper,.tss-wrapper .tss-carousel2 .single-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.tss-wrapper .tss-carousel2 .single-item-wrapper {
    margin-bottom: 30px
}

.tss-wrapper .tss-layout2 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel2 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
    text-align: center
}

.tss-wrapper .tss-layout2 .rating-wrapper,.tss-wrapper .tss-carousel2 .rating-wrapper,.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
    padding: 0 10px
}

.tss-wrapper .tss-layout2 .single-item-wrapper:hover .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .single-item-wrapper:hover .item-content-wrapper:after {
    top: 40px;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.tss-wrapper .single-item-wrapper .author-social,.tss-wrapper .single-item-wrapper .tss-social-share {
    text-align: center;
    margin-bottom: 0px
}

.tss-wrapper .tss-layout2 .tss-meta-info.tss-left,.tss-wrapper .tss-carousel2 .tss-meta-info.tss-left {
    flex: 3
}

.tss-wrapper .tss-layout2 .tss-meta-info.tss-right,.tss-wrapper .tss-carousel2 .tss-meta-info.tss-right {
    flex: 2
}

.tss-wrapper .tss-layout2 .item-content-wrapper,.tss-wrapper .tss-carousel2 .item-content-wrapper {
    padding: 30px;
    background: #f8f8f8;
    flex: 3;
    position: relative
}

.tss-wrapper .tss-layout2 .item-content-wrapper:before,.tss-wrapper .tss-carousel2 .item-content-wrapper:before {
    content: "ï„";
    color: #eaeaea;
    position: absolute;
    left: 10px;
    top: 0;
    font-family: "tss-font",serif;
    font-size: 24px
}

.tss-wrapper .tss-layout2 .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
    border-top: 10px solid transparent;
    border-left: 15px solid #f8f8f8;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    top: 15px;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.tss-wrapper .tss-layout2 .item-content,.tss-wrapper .tss-carousel2 .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 5px
}

.tss-wrapper .tss-layout2 .rating-wrapper,.tss-wrapper .tss-carousel2 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-layout3 .single-item,.tss-wrapper .tss-isotope1 .single-item,.tss-wrapper .tss-carousel3 .single-item {
    padding: 0
}

.tss-wrapper .tss-layout3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout3 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope1 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
    text-align: center
}

.tss-wrapper .tss-layout3 .item-content-wrapper,.tss-wrapper .tss-isotope1 .item-content-wrapper,.tss-wrapper .tss-video1 .item-content-wrapper,.tss-wrapper .tss-carousel3 .item-content-wrapper {
    padding: 20px;
    background: #f8f8f8;
    position: relative
}

.tss-wrapper .tss-layout3 .item-content-wrapper:before,.tss-wrapper .tss-isotope1 .item-content-wrapper:before,.tss-wrapper .tss-video1 .item-content-wrapper:before,.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
    content: "ï„";
    color: #eaeaea;
    position: absolute;
    left: 0px;
    top: -15px;
    font-family: "tss-font",serif;
    font-size: 30px
}

.tss-wrapper .tss-layout3 .item-content,.tss-wrapper .tss-isotope1 .item-content,.tss-wrapper .tss-carousel3 .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6
}

.tss-wrapper .tss-layout3 .rating-wrapper,.tss-wrapper .tss-isotope1 .rating-wrapper,.tss-wrapper .tss-carousel3 .rating-wrapper {
    margin: 17px 0px -10px;
    text-align: center;
    display: block
}

.tss-wrapper .tss-layout3 .profile-img-wrapper,.tss-wrapper .tss-isotope1 .profile-img-wrapper,.tss-wrapper .tss-carousel3 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block;
    text-align: center
}

.tss-wrapper .tss-layout3 .profile-img-wrapper img,.tss-wrapper .tss-isotope1 .profile-img-wrapper img,.tss-wrapper .tss-carousel3 .profile-img-wrapper img {
    display: inline-block
}

.tss-wrapper .tss-layout3 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope1 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel3 .single-item-wrapper .author-social,.tss-wrapper .tss-layout3 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope1 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel3 .single-item-wrapper .tss-social-share {
    margin-bottom: 8px
}

.tss-wrapper .tss-layout4 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel4 .single-item-wrapper h3.author-name {
    margin: 0px 0 15px
}

.tss-wrapper .tss-carousel2 .rt-responsive-img {
    margin: auto
}

.tss-wrapper .tss-layout4 .single-item-wrapper,.tss-wrapper .tss-carousel4 .single-item-wrapper {
    background: #f8f8f8;
    margin-bottom: 0px;
    display: flex
}

.tss-wrapper .tss-layout4 .profile-img-wrapper,.tss-wrapper .tss-carousel4 .profile-img-wrapper {
    flex: 1;
    padding: 25px 0 25px 15px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout4 .profile-img-wrapper a img,.tss-wrapper .tss-carousel4 .profile-img-wrapper a img {
    width: auto !important
}

.tss-wrapper .tss-layout4 .item-content-wrapper,.tss-wrapper .tss-carousel4 .item-content-wrapper {
    flex: 3;
    padding: 20px 15px
}

.tss-wrapper .tss-layout4 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel4 .single-item-wrapper .author-social,.tss-wrapper .tss-layout4 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel4 .single-item-wrapper .tss-social-share {
    text-align: left
}

.tss-wrapper .tss-layout4 .item-content,.tss-wrapper .tss-carousel4 .item-content {
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0
}

.tss-wrapper .tss-layout4 .rating-wrapper,.tss-wrapper .tss-carousel4 .rating-wrapper {
    margin-bottom: 10px;
    text-align: left
}

.tss-wrapper .tss-layout5 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel5 .single-item-wrapper h3.author-name {
    margin: 0px 0 10px
}

.tss-wrapper .tss-layout5 .single-item-wrapper,.tss-wrapper .tss-isotope2 .single-item-wrapper,.tss-wrapper .tss-carousel5 .single-item-wrapper {
    background: #f8f8f8;
    margin-bottom: 0px;
    display: flex
}

.tss-wrapper .tss-layout5 .profile-img-wrapper,.tss-wrapper .tss-isotope2 .profile-img-wrapper,.tss-wrapper .tss-carousel5 .profile-img-wrapper {
    flex: 1.5;
    padding: 20px 0 15px 15px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout5 .profile-img-wrapper a img,.tss-wrapper .tss-isotope2 .profile-img-wrapper a img,.tss-wrapper .tss-carousel5 .profile-img-wrapper a img {
    width: auto !important
}

.tss-wrapper .tss-layout5 .item-content-wrapper,.tss-wrapper .tss-isotope2 .item-content-wrapper,.tss-wrapper .tss-carousel5 .item-content-wrapper {
    flex: 3;
    padding: 20px 0 10px 15px
}

.tss-wrapper .tss-layout5 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope2 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel5 .single-item-wrapper .author-social,.tss-wrapper .tss-layout5 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope2 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel5 .single-item-wrapper .tss-social-share {
    text-align: center
}

.tss-wrapper .tss-layout5 .item-content,.tss-wrapper .tss-isotope2 .item-content,.tss-wrapper .tss-carousel5 .item-content {
    padding: 0px 15px 15px 0px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0
}

.tss-wrapper .tss-layout5 .rating-wrapper,.tss-wrapper .tss-isotope2 .rating-wrapper,.tss-wrapper .tss-carousel5 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-layout6 .single-item,.tss-wrapper .tss-carousel6 .single-item {
    padding: 0
}

.tss-wrapper .tss-layout6 .item-content-wrapper:after,.tss-wrapper .tss-carousel6 .item-content-wrapper:after {
    border-left: 10px solid transparent;
    border-top: 15px solid #f8f8f8;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 25px;
    bottom: -15px;
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -ms-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.tss-wrapper .tss-layout6 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel6 .single-item-wrapper h3.author-name {
    margin: 10px 0 8px
}

.tss-wrapper .tss-layout6 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel6 .single-item-wrapper h4.author-bio {
    margin-bottom: 8px
}

.tss-wrapper .tss-layout6 .item-content-wrapper,.tss-wrapper .tss-carousel6 .item-content-wrapper {
    padding: 40px 30px;
    background: #f8f8f8;
    position: relative;
    border-radius: 5px
}

.tss-wrapper .tss-layout6 .item-content-wrapper:before,.tss-wrapper .tss-carousel6 .item-content-wrapper:before {
    content: "ï„";
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: "tss-font",serif;
    font-size: 30px;
    line-height: 1
}

.tss-wrapper .tss-layout6 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel6 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6
}

.tss-wrapper .tss-layout6 .profile-img-wrapper,.tss-wrapper .tss-carousel6 .profile-img-wrapper {
    text-align: center;
    margin-bottom: 10px;
    display: inline-block
}

.tss-wrapper .tss-layout6 .tss-meta-info,.tss-wrapper .tss-carousel6 .tss-meta-info {
    display: flex;
    margin-top: 30px
}

.tss-wrapper .tss-layout6 .tss-meta-info .tss-left,.tss-wrapper .tss-carousel6 .tss-meta-info .tss-left {
    flex: 1
}

.tss-wrapper .tss-layout6 .tss-meta-info .tss-right,.tss-wrapper .tss-carousel6 .tss-meta-info .tss-right {
    padding: 0px 0px 0px 15px;
    flex: 4;
    position: relative
}

.tss-wrapper .tss-layout6 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel6 .single-item-wrapper .author-social,.tss-wrapper .tss-layout6 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel6 .single-item-wrapper .tss-social-share {
    text-align: left;
    margin-bottom: 10px;
    margin-left: -6px
}

.tss-wrapper .tss-layout6 .rating-wrapper,.tss-wrapper .tss-carousel6 .rating-wrapper {
    margin-bottom: 6px
}

.tss-wrapper .tss-layout7 .single-item,.tss-wrapper .tss-isotope3 .single-item,.tss-wrapper .tss-carousel7 .single-item {
    padding: 0
}

.tss-wrapper .tss-layout7 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel7 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center
}

.tss-wrapper .tss-layout7 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope3 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel7 .single-item-wrapper h4.author-bio {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-layout7 .single-item-wrapper,.tss-wrapper .tss-isotope3 .single-item-wrapper,.tss-wrapper .tss-carousel7 .single-item-wrapper {
    padding: 30px;
    background: #f8f8f8;
    position: relative
}

.tss-wrapper .tss-layout7 .item-content-wrapper,.tss-wrapper .tss-isotope3 .item-content-wrapper,.tss-wrapper .tss-carousel7 .item-content-wrapper {
    position: relative;
    padding-bottom: 10px
}

.tss-wrapper .tss-layout7 .single-item-wrapper:before,.tss-wrapper .tss-isotope3 .single-item-wrapper:before,.tss-wrapper .tss-carousel7 .single-item-wrapper:before {
    content: "ï„";
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 8px;
    font-family: "tss-font",serif;
    font-size: 30px
}

.tss-wrapper .tss-layout7 .item-content-wrapper .item-content,.tss-wrapper .tss-isotope3 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel7 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6
}

.tss-wrapper .tss-layout7 .profile-img-wrapper,.tss-wrapper .tss-isotope3 .profile-img-wrapper,.tss-wrapper .tss-carousel7 .profile-img-wrapper {
    text-align: center;
    margin: 30px 0px 15px;
    display: block
}

.tss-wrapper .tss-layout7 .profile-img-wrapper img,.tss-wrapper .tss-isotope3 .profile-img-wrapper img,.tss-wrapper .tss-carousel7 .profile-img-wrapper img {
    display: inline-block
}

.tss-wrapper .tss-layout7 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope3 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel7 .single-item-wrapper .author-social,.tss-wrapper .tss-layout7 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope3 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel7 .single-item-wrapper .tss-social-share {
    text-align: center
}

.tss-wrapper .tss-layout7 .rating-wrapper,.tss-wrapper .tss-isotope3 .rating-wrapper,.tss-wrapper .tss-carousel7 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-layout8 .single-item,.tss-wrapper .tss-carousel8 .single-item {
    padding: 0
}

.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel8 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center
}

.tss-wrapper .tss-layout8 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel8 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
    text-align: center
}

.tss-wrapper .tss-layout8 .single-item-wrapper,.tss-wrapper .tss-carousel8 .single-item-wrapper {
    padding: 30px;
    background: #f8f8f8;
    position: relative
}

.tss-wrapper .tss-layout8 .item-content-wrapper,.tss-wrapper .tss-carousel8 .item-content-wrapper {
    position: relative;
    padding-bottom: 10px
}

.tss-wrapper .tss-layout8 .single-item-wrapper:before,.tss-wrapper .tss-carousel8 .single-item-wrapper:before {
    content: "ï„";
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 8px;
    font-family: "tss-font",serif;
    font-size: 30px;
    z-index: 99
}

.tss-wrapper .tss-layout8 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel8 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    padding-top: 30px
}

.tss-wrapper .tss-layout8 .profile-img-wrapper,.tss-wrapper .tss-carousel8 .profile-img-wrapper {
    text-align: center;
    margin: 15px 0px;
    display: block
}

.tss-wrapper .tss-layout8 .profile-img-wrapper img,.tss-wrapper .tss-carousel8 .profile-img-wrapper img {
    display: inline-block
}

.tss-wrapper .tss-layout8 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel8 .single-item-wrapper .author-social,.tss-wrapper .tss-layout8 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel8 .single-item-wrapper .tss-social-share {
    text-align: center
}

.tss-wrapper .tss-layout8 .rating-wrapper,.tss-wrapper .tss-carousel8 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center;
    margin-top: -6px
}

.tss-wrapper .tss-layout9 .single-item-wrapper,.tss-wrapper .tss-isotope4 .single-item-wrapper,.tss-wrapper .tss-carousel9 .single-item-wrapper {
    margin-bottom: 30px;
    text-align: center;
    position: relative
}

.tss-wrapper .tss-layout9 .single-item-wrapper:hover .item-content-wrapper,.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .item-content-wrapper,.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .item-content-wrapper {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout9 .single-item-wrapper:hover .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .profile-img-wrapper:before {
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout9 .profile-img-wrapper,.tss-wrapper .tss-isotope4 .profile-img-wrapper,.tss-wrapper .tss-carousel9 .profile-img-wrapper {
    position: relative
}

.tss-wrapper .tss-layout9 .profile-img-wrapper img,.tss-wrapper .tss-isotope4 .profile-img-wrapper img,.tss-wrapper .tss-carousel9 .profile-img-wrapper img {
    margin: 0 auto;
    width: 100%
}

.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:before {
    border-radius: 50%
}

.tss-wrapper .tss-layout9 .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .profile-img-wrapper:before {
    opacity: 0;
    content: "";
    background: rgba(55,71,79,.9);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout9 .profile-img-wrapper:after,.tss-wrapper .tss-isotope4 .profile-img-wrapper:after,.tss-wrapper .tss-carousel9 .profile-img-wrapper:after {
    content: "ï„";
    color: #fff;
    position: absolute;
    right: 35px;
    top: 0;
    font-family: "tss-font";
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #8cc63e;
    z-index: 3;
    -webkit-box-shadow: -9px 11px 19px -7px rgba(0,0,0,.75);
    -moz-box-shadow: -9px 11px 19px -7px rgba(0,0,0,.75);
    box-shadow: -9px 11px 19px -7px rgba(0,0,0,.75)
}

.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:after,.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:after,.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:after {
    border-radius: 50%
}

.tss-wrapper .tss-layout9 .item-content-wrapper,.tss-wrapper .tss-isotope4 .item-content-wrapper,.tss-wrapper .tss-carousel9 .item-content-wrapper {
    opacity: 0;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.tss-wrapper .tss-layout9 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name {
    margin-bottom: 5px;
    font-size: 22px;
    color: #fff
}

.tss-wrapper .tss-layout9 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope4 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel9 .single-item-wrapper h4.author-bio {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff
}

.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name a {
    color: inherit
}

.tss-wrapper .tss-layout9 .item-content,.tss-wrapper .tss-isotope4 .item-content,.tss-wrapper .tss-carousel9 .item-content {
    font-style: italic;
    font-size: 15px;
    color: #fff
}

.tss-wrapper .tss-layout9 .rating-wrapper,.tss-wrapper .tss-isotope4 .rating-wrapper,.tss-wrapper .tss-carousel9 .rating-wrapper {
    margin-bottom: 5px
}

.tss-wrapper .tss-layout9 .rating-wrapper li,.tss-wrapper .tss-isotope4 .rating-wrapper li,.tss-wrapper .tss-carousel9 .rating-wrapper li {
    display: inline;
    color: #ffca28
}

.tss-wrapper .tss-layout10,.tss-wrapper .tss-isotope5,.tss-wrapper .tss-carousel10 {
    padding: 0px 0
}

.tss-wrapper .tss-layout10 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope5 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel10 .single-item-wrapper .author-social,.tss-wrapper .tss-layout10 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope5 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel10 .single-item-wrapper .tss-social-share {
    text-align: left
}

.tss-wrapper .tss-layout10 .profile-img-wrapper,.tss-wrapper .tss-isotope5 .profile-img-wrapper,.tss-wrapper .tss-carousel10 .profile-img-wrapper {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 50px
}

.tss-wrapper .tss-layout10 .profile-img-wrapper img,.tss-wrapper .tss-isotope5 .profile-img-wrapper img,.tss-wrapper .tss-carousel10 .profile-img-wrapper img {
    border: 10px solid #f8f8f8;
    margin: 0 auto;
    width: 150px !important;
    height: auto
}

.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name {
    margin-bottom: 8px;
    font-size: 22px
}

.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name a {
    color: #222
}

.tss-wrapper .tss-layout10 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope5 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel10 .single-item-wrapper h4.author-bio {
    margin-bottom: 10px;
    display: block;
    color: #959595;
    font-size: 18px
}

.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-carousel10 .item-content {
    position: relative;
    padding: 30px 130px 30px 30px;
    background: #fff
}

.tss-wrapper .tss-carousel10 .item-content,.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content {
    background: #f1f1f1
}

.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after,.tss-wrapper .tss-carousel10 .item-content:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: -30px;
    border: 15px solid;
    border-color: transparent transparent #fff #fff
}

.tss-wrapper .tss-carousel10 .item-content:after,.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after {
    border-color: transparent transparent #f1f1f1 #f1f1f1
}

.tss-wrapper .tss-layout10 .rating-wrapper,.tss-wrapper .tss-isotope5 .rating-wrapper,.tss-wrapper .tss-carousel10 .rating-wrapper {
    margin-bottom: 40px
}

.tss-wrapper .tss-layout10 .rating-wrapper li,.tss-wrapper .tss-isotope5 .rating-wrapper li,.tss-wrapper .tss-carousel10 .rating-wrapper li {
    display: inline;
    color: #ffca28
}

.tss-wrapper .tss-isotope5 .author-social,.tss-wrapper .tss-layout10 .author-social {
    margin-top: -25px
}

.tss-wrapper .tss-layout10 .author-social {
    margin-top: -30px;
    margin-bottom: 8px
}

.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-layout10 .item-content {
    margin-top: 25px
}

.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-carousel10 .item-content {
    margin-top: 40px
}

.tss-wrapper .tss-carousel11 .single-item {
    padding: 0
}

.tss-wrapper .tss-carousel11 .single-item-wrapper h3.author-name {
    margin: 5px 0px 8px;
    text-align: center;
    font-size: 22px
}

.tss-wrapper .tss-carousel11 .single-item-wrapper h4.author-bio {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px
}

.tss-wrapper .tss-carousel11 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 14px
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block
}

.tss-wrapper .tss-carousel11 .tss-carousel-thumb .swiper-wrapper,.tss-wrapper .tss-carousel11 .tss-carousel-thumb .slick-track {
    padding: 40px 0 40px
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper img {
    width: 120px;
    height: 120px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 auto;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.tss-wrapper .tss-carousel11 .swiper-slide-active img,.tss-wrapper .tss-carousel11 .slick-center img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 132px;
    width: 132px;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.tss-wrapper .tss-carousel11 .profile-img-wrapper:focus {
    outline: none
}

.tss-wrapper .tss-carousel11 .swiper-slide-active::before,.tss-wrapper .tss-carousel11 .slick-center:before {
    opacity: 0;
    visibility: hidden
}

.tss-wrapper .tss-carousel11 .item-content p {
    width: 80%;
    margin: 0 auto
}

.tss-wrapper .tss-carousel11 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .tss-carousel12 .single-item {
    padding: 0;
    margin-bottom: 0
}

.tss-wrapper .tss-carousel12 h3.author-name {
    margin: 20px 0px 8px;
    text-align: center
}

.tss-wrapper .tss-carousel12 h4.author-bio {
    margin-bottom: 20px;
    text-align: center
}

.tss-wrapper .tss-carousel12 .item-content-wrapper .item-content {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper {
    margin-bottom: 4px;
    display: block;
    outline: 0
}

.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-slide-active.profile-img-wrapper:before,.tss-wrapper .tss-carousel12 .slick-current.slick-active.slick-center.profile-img-wrapper:before {
    opacity: 0;
    visibility: hidden
}

.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-wrapper,.tss-wrapper .tss-carousel12 .tss-carousel-thumb .slick-track {
    padding: 30px 0 40px
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper img {
    height: 120px;
    width: 120px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 auto;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.tss-wrapper .tss-carousel12 .swiper-slide-active img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.tss-wrapper .tss-carousel12 .profile-img-wrapper:before {
    content: "";
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 132px;
    width: 132px;
    margin: 0 auto;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.tss-wrapper .tss-carousel12 .tss-meta-info:focus {
    outline: none
}

.tss-wrapper .tss-carousel12 .slick-center .profile-img-wrapper:before {
    opacity: 0;
    visibility: hidden
}

.tss-wrapper .tss-carousel12 .item-content p {
    width: 80%;
    margin: 0 auto 10px
}

.tss-wrapper .tss-carousel12 .rating-wrapper {
    margin-bottom: 10px;
    text-align: center
}

.tss-wrapper .video-testimonial-wrap + .tss-meta-info + .rating-wrapper,.tss-wrapper .video-testimonial-wrap + .tss-meta-info .profile-img-wrapper {
    margin-top: 20px
}

.tss-wrapper .tss-pagination ul.pagination-list li {
    display: inline-block;
    list-style: none;
    margin-right: 5px
}

.tss-wrapper .tss-pagination ul.pagination-list li:last-child {
    margin-right: 0
}

.tss-wrapper .tss-pagination ul.pagination-list li span,.tss-wrapper .tss-pagination ul.pagination-list li a {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    background: #eee;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #2550ea;
    display: inline-block
}

.tss-wrapper .tss-pagination ul.pagination-list li.active span,.tss-wrapper .tss-pagination ul.pagination-list li span:hover,.tss-wrapper .tss-pagination ul.pagination-list li a:hover {
    background: #2550ea;
    color: #fff
}

.tss-wrapper .tss-pagination .tss-loading-holder {
    padding: 15px 0
}

.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons {
    color: gold
}

.tss-wrapper .tss-iso-filter {
    margin: 25px 0;
    text-align: center
}

.tss-wrapper .tss-isotope-button-wrapper,.tss-wrapper .iso-search {
    display: inline-block
}

.tss-wrapper .iso-search {
    margin: 0 10px
}

.tss-wrapper .iso-search input {
    width: auto;
    padding: 10px;
    font-size: 16px;
    outline: none !important;
    height: 37px
}

.rt-container-fluid [class*='rt-col-'],.rt-container [class*='rt-col-'] {
    box-sizing: border-box
}

body > .tss-tooltip {
    font-size: 100%;
    position: absolute;
    z-index: 9999;
    -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    color: #fff;
    border-radius: 3px;
    background: #666;
    padding: 0 10px;
    border-width: 2px;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

body > .tss-tooltip,body > .tss-tooltip .tss-tooltip-bottom:after {
    background: #000;
    border-radius: 2px
}

body > .tss-tooltip .tss-tooltip-bottom {
    width: 70px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    bottom: -16px
}

body > .tss-tooltip .tss-tooltip-bottom:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg)
}

@media (min-width: 768px) {
    .rt-container {
        width:750px
    }
}

@media (min-width: 992px) {
    .rt-container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .rt-container {
        width:1170px
    }
}

@media (min-width: 768px) {
    .rt-col-sm-24,.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12 {
        float:left
    }

    .rt-col-sm-24 {
        width: 20%
    }

    .rt-col-sm-12 {
        width: 100%
    }

    .rt-col-sm-11 {
        width: 91.66666667%
    }

    .rt-col-sm-10 {
        width: 83.33333333%
    }

    .rt-col-sm-9 {
        width: 75%
    }

    .rt-col-sm-8 {
        width: 66.66666667%
    }

    .rt-col-sm-7 {
        width: 58.33333333%
    }

    .rt-col-sm-6 {
        width: 50%
    }

    .rt-col-sm-5 {
        width: 41.66666667%
    }

    .rt-col-sm-4 {
        width: 33.33333333%
    }

    .rt-col-sm-3 {
        width: 25%
    }

    .rt-col-sm-2 {
        width: 16.66666667%
    }

    .rt-col-sm-1 {
        width: 8.33333333%
    }
}

@media (min-width: 992px) {
    .rt-col-md-24,.rt-col-md-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12 {
        float:left
    }

    .rt-col-md-24 {
        width: 20%
    }

    .rt-col-md-12 {
        width: 100%
    }

    .rt-col-md-11 {
        width: 91.66666667%
    }

    .rt-col-md-10 {
        width: 83.33333333%
    }

    .rt-col-md-9 {
        width: 75%
    }

    .rt-col-md-8 {
        width: 66.66666667%
    }

    .rt-col-md-7 {
        width: 58.33333333%
    }

    .rt-col-md-6 {
        width: 50%
    }

    .rt-col-md-5 {
        width: 41.66666667%
    }

    .rt-col-md-4 {
        width: 33.33333333%
    }

    .rt-col-md-3 {
        width: 25%
    }

    .rt-col-md-2 {
        width: 16.66666667%
    }

    .rt-col-md-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1200px) {
    .rt-col-lg-24,.rt-col-lg-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12 {
        float:left
    }

    .rt-col-lg-24 {
        width: 20%
    }

    .rt-col-lg-12 {
        width: 100%
    }

    .rt-col-lg-11 {
        width: 91.66666667%
    }

    .rt-col-lg-10 {
        width: 83.33333333%
    }

    .rt-col-lg-9 {
        width: 75%
    }

    .rt-col-lg-8 {
        width: 66.66666667%
    }

    .rt-col-lg-7 {
        width: 58.33333333%
    }

    .rt-col-lg-6 {
        width: 50%
    }

    .rt-col-lg-5 {
        width: 41.66666667%
    }

    .rt-col-lg-4 {
        width: 33.33333333%
    }

    .rt-col-lg-3 {
        width: 25%
    }

    .rt-col-lg-2 {
        width: 16.66666667%
    }

    .rt-col-lg-1 {
        width: 8.33333333%
    }
}

@media (max-width: 991px) {
    .rt-single-testimonial-detail .testimonial {
        margin-top:20px
    }
}

@media (max-width: 767px) {
    .tss-wrapper .single-item-wrapper {
        flex-direction:column
    }

    .tss-wrapper .item-content-wrapper {
        padding: 20px;
        margin-top: 15px
    }

    .item-content-wrapper.tss-left {
        order: 2
    }

    .item-content-wrapper.tss-right {
        order: 1
    }

    .tss-wrapper .profile-img-wrapper a,.tss-wrapper .profile-img-wrapper {
        display: flex;
        justify-content: center
    }

    .tss-wrapper .item-content-wrapper:after,.tss-wrapper .single-item-wrapper:before,.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after,.tss-wrapper .tss-carousel10 .item-content:after {
        content: none
    }

    .tss-wrapper .tss-layout8 .single-item-wrapper,.tss-wrapper .tss-carousel8 .single-item-wrapper {
        padding: 5px
    }

    .tss-wrapper .tss-layout8 .item-content-wrapper,.tss-wrapper .tss-carousel8 .item-content-wrapper,.tss-wrapper .tss-layout4 .item-content-wrapper,.tss-wrapper .tss-isotope2 .item-content-wrapper,.tss-wrapper .tss-carousel4 .item-content-wrapper {
        margin-top: 0
    }

    .tss-wrapper .tss-layout4 .profile-img-wrapper,.tss-wrapper .tss-carousel4 .profile-img-wrapper {
        padding: 10px
    }

    .tss-wrapper .tss-layout10 .profile-img-wrapper,.tss-wrapper .tss-isotope5 .profile-img-wrapper,.tss-wrapper .tss-carousel10 .profile-img-wrapper {
        position: relative
    }

    .tss-wrapper .tss-layout10 .rating-wrapper,.tss-wrapper .tss-isotope5 .rating-wrapper,.tss-wrapper .tss-carousel10 .rating-wrapper {
        margin-bottom: 10px
    }

    .tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-carousel10 .item-content {
        padding: 15px
    }

    .tss-wrapper .tss-layout1 .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
        left: 0;
        top: -15px;
        right: 0;
        margin: auto;
        transform: rotate(90deg)
    }

    .tss-wrapper .tss-layout1 .single-item-wrapper:hover .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
        top: -15px
    }

    .tss-wrapper .tss-layout2 .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
        right: 0;
        top: -15px;
        transform: rotate(-90deg);
        margin: auto;
        left: 0
    }
}

.rt-animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.rt-row.tss-carousel1,.rt-row.tss-carousel2,.rt-row.tss-carousel3,.rt-row.tss-carousel4,.rt-row.tss-carousel5,.rt-row.tss-carousel6,.rt-row.tss-carousel7,.rt-row.tss-carousel8,.rt-row.tss-carousel9,.rt-row.tss-carousel10,.rt-row.tss-carousel11,.rt-row.tss-carousel12,.rt-row.carousel_video {
    display: block !important
}

.tss-layout_video .rating-wrapper {
    padding: 10px 0 7px
}

.tss-wrapper .tss-layout10 .tss-grid-item {
    margin-bottom: 30px
}

.video-testimonial-wrap {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-testimonial-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tss-wrapper .tss-layout_video .item-content {
    margin-top: 15px
}

.tss-wrapper .tss-masonry .tss-grid-item {
    margin-bottom: 30px
}

.tss-wrapper .tss-layout_video .tss-grid-item .rating-wrapper {
    margin-top: 10px;
    margin-bottom: -18px
}

.tss-wrapper .tss-isotope_video .item-content {
    margin-top: 15px
}

.rt-single-testimonial-detail .rating-wrapper span.dashicons {
    color: gold
}

.rt-single-testimonial-detail .rating-wrapper {
    margin-bottom: 5px
}

.rt-single-testimonial-detail .testi-meta h2 {
    margin-top: 10px;
    margin-bottom: 5px
}

.dashicons-twitter {
    width: 15px;
    height: 15px;
    margin-top: 3px
}

.dashicons-twitter:before {
    content: "";
    height: 15px;
    -webkit-mask-image: url("../images/twitter-x.svg");
    mask-image: url("../images/twitter-x.svg");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 15px;
    z-index: 1;
    display: block;
    background-color: #000
}

.rt-single-testimonial-detail .ast-oembed-container {
    margin: 0 0 20px
}

body .mfp-iframe-holder .mfp-close {
    width: auto
}

body .mfp-iframe-holder .mfp-close:focus,body .mfp-iframe-holder .mfp-close:hover {
    background-color: transparent;
    color: #f00
}

.tlp-popup-wrapper .tlp-openPopup .dashicons {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    background-color: transparent;
    z-index: 9;
    color: #fff
}

.tlp-popup-wrapper .item-content {
    margin: 10px 0
}

.tss-wrapper .tlp-openinline {
    pointer-events: none
}

.tss-wrapper .tlp-openinline,.tss-wrapper .tlp-openPopup {
    display: inline-block
}

.tss-wrapper .tlp-openPopup {
    position: relative
}

.tss-wrapper .tlp-openPopup:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    transition: .3s
}

.tss-wrapper .tlp-openPopup:hover:before {
    background-color: transparent
}

.tss-wrapper .rt-responsive-img {
    display: block
}

.tlp-popup-wrapper .tss-meta-info {
    position: relative
}

.tlp-average-rating {
    text-align: center;
    font-size: 18px
}

.tlp-average-rating .tlp-rating-title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 0 0 5px
}

.dashicons-skype:before,.dashicons-telegram:before {
    content: "";
    height: 20px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    z-index: 1;
    display: block;
    background-color: #000
}

.dashicons-skype:before {
    -webkit-mask-image: url("../images/skype.svg");
    mask-image: url("../images/skype.svg")
}

.dashicons-telegram:before {
    -webkit-mask-image: url("../images/telegram.svg");
    mask-image: url("../images/telegram.svg")
}

.tss-social-share .share-icons {
    font-weight: 500
}

.rt-single-testimonial-detail .tss-social-share {
    text-align: right
}

.rt-single-testimonial-detail iframe {
    width: 100%
}

.tss-wrapper.tss-submit-wrapper input,.tss-wrapper.tss-submit-wrapper .rt-simple-image-preview {
    cursor: pointer
}

.btn,.button,.wp-block-button__link,button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    box-sizing: border-box;
    border-color: currentColor;
    text-align: center;
    font-family: var(--bodyFontFamily),var(--nv-fallback-ff)
}

.btn,.button.button-primary,.is-style-primary .wp-block-button__link,.wp-block-search .wp-block-search__button,button,input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer;
    box-sizing: border-box;
    background-color: var(--primaryBtnBg);
    color: var(--primaryBtnColor);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;
    border-width: var(--primaryBtnBorderWidth,0);
    border-radius: var(--primaryBtnBorderRadius,3px);
    padding: var(--primaryBtnPadding,13px 15px);
    font-weight: var(--btnFontWeight,700);
    font-size: var(--btnFs,var(--bodyFontSize));
    line-height: var(--btnLineHeight,1.6);
    letter-spacing: var(--btnLetterSpacing,var(--bodyLetterSpacing));
    text-transform: var(--btnTextTransform,none)
}

.btn:hover,.button.button-primary:hover,.is-style-primary .wp-block-button__link:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover {
    background-color: var(--primaryBtnHoverBg);
    color: var(--primaryBtnHoverColor);
    border-color: var(--primaryBtnHoverColor)
}

.wp-block-button__link {
    cursor: pointer;
    box-sizing: border-box;
    padding: var(--btnPadding,13px 15px);
    border-radius: var(--primaryBtnBorderRadius,3px);
    font-weight: var(--btnFontWeight,700);
    font-size: var(--btnFs,var(--bodyFontSize));
    line-height: var(--btnLineHeight,1.6);
    letter-spacing: var(--btnLetterSpacing,var(--bodyLetterSpacing));
    text-transform: var(--btnTextTransform,none)
}

.button,.button.button-secondary,.is-style-secondary .wp-block-button__link {
    cursor: pointer;
    box-sizing: border-box;
    background-color: var(--secondaryBtnBg);
    color: var(--secondaryBtnColor);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;
    border-width: var(--secondaryBtnBorderWidth,0);
    border-radius: var(--secondaryBtnBorderRadius,3px);
    padding: var(--secondaryBtnPadding,7px 12px);
    font-weight: var(--btnFontWeight,700);
    font-size: var(--btnFs,var(--bodyFontSize));
    line-height: var(--btnLineHeight,1.6);
    letter-spacing: var(--btnLetterSpacing);
    text-transform: var(--btnTextTransform,none)
}

.button.button-secondary:hover,.button:hover,.is-style-secondary .wp-block-button__link:hover {
    background-color: var(--secondaryBtnHoverBg);
    color: var(--secondaryBtnHoverColor);
    border-color: var(--secondaryBtnHoverColor)
}

.widget select,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,form input:read-write,form select,form select option,form textarea,form.wp-block-search input.wp-block-search__input {
    border-style: solid;
    border-color: var(--formFieldBorderColor);
    border-width: var(--formFieldBorderWidth);
    border-radius: var(--formFieldBorderRadius,3px);
    background-color: var(--formFieldBgColor);
    color: var(--formFieldColor);
    padding: var(--formFieldPadding);
    text-transform: var(--formFieldTextTransform);
    font-weight: var(--formFieldFontWeight);
    font-family: var(--bodyFontFamily);
    font-size: var(--formFieldFontSize);
    letter-spacing: var(--formFieldLetterSpacing);
    line-height: var(--formFieldLineHeight)
}

.wpforms-container .wpforms-field-label,form label {
    font-weight: var(--formLabelFontWeight,var(--bodyFontWeight));
    text-transform: var(--formLabelTextTransform);
    letter-spacing: var(--formLabelLetterSpacing);
    line-height: var(--formLabelLineHeight);
    font-size: var(--formLabelFontSize,var(--bodyFontSize))
}

.entry-summary,.nv-meta-list li {
    font-weight: var(--fontWeight);
    text-transform: var(--textTransform);
    letter-spacing: var(--letterSpacing);
    line-height: var(--lineHeight);
    font-size: var(--fontSize)
}

.title.entry-title {
    font-size: var(--fontSize,var(--h1FontSize));
    font-weight: var(--fontWeight,var(--h1FontWeight));
    line-height: var(--lineHeight,var(--h1LineHeight));
    letter-spacing: var(--letterSpacing,var(--h1LetterSpacing));
    text-transform: var(--textTransform,var(--h1TextTransform))
}

.blog-entry-title {
    font-size: var(--fontSize,var(--h3FontSize));
    font-weight: var(--fontWeight,var(--h3FontWeight));
    line-height: var(--lineHeight,var(--h3LineHeight));
    letter-spacing: var(--letterSpacing,var(--h3LetterSpacing));
    text-transform: var(--textTransform,var(--h3TextTransform))
}

.comment-reply-title {
    font-size: var(--fontSize,var(--h4FontSize));
    font-weight: var(--fontWeight,var(--h4FontWeight));
    line-height: var(--lineHeight,var(--h4LineHeight));
    letter-spacing: var(--letterSpacing,var(--h4LetterSpacing));
    text-transform: var(--textTransform,var(--h4TextTransform))
}

.nv-html-content p,blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button,input,select,textarea {
    margin: 0
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,::after,::before {
    box-sizing: border-box
}

audio,embed,img,object,video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0;
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0;
    text-align: left
}

abbr,acronym {
    text-decoration: none
}

mark {
    background: 0;
    color: var(--nv-text-color)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    max-width: var(--container)
}

.w-100 {
    width: 100%
}

.container-fluid {
    width: 100%;
    margin: 0 auto
}

.container-fluid>div {
    margin: 0 -15px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.col {
    padding: 0 15px;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 100%
}

html {
    font-size: 100%;
    overflow-x: hidden
}

body {
    background-color: var(--nv-site-bg);
    color: var(--nv-text-color);
    font-size: var(--bodyFontSize);
    line-height: var(--bodyLineHeight);
    letter-spacing: var(--bodyLetterSpacing);
    font-family: var(--bodyFontFamily),var(--nv-fallback-ff);
    text-transform: var(--bodyTextTransform);
    font-weight: var(--bodyFontWeight);
    overflow-x: hidden;
    direction: ltr
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 30px;
    font-family: var(--headingsFontFamily),var(--nv-fallback-ff)
}

p {
    margin-bottom: 30px
}

a {
    --linkDeco: none;
    color: var(--nv-primary-accent);
    cursor: pointer;
    text-decoration: var(--linkDeco)
}

a:focus,a:hover {
    opacity: .9;
    color: var(--nv-secondary-accent)
}

.entry-content a:not([class]),.nv-comment-content a:not([class]),.nv-template .neve-main a:not([class]),.widget_text a:not([class]) {
    --linkDeco: underline
}

ins {
    text-decoration: none
}

h1 {
    font-size: var(--h1FontSize);
    font-weight: var(--h1FontWeight);
    line-height: var(--h1LineHeight);
    letter-spacing: var(--h1LetterSpacing);
    text-transform: var(--h1TextTransform)
}

h2 {
    font-size: var(--h2FontSize);
    font-weight: var(--h2FontWeight);
    line-height: var(--h2LineHeight);
    letter-spacing: var(--h2LetterSpacing);
    text-transform: var(--h2TextTransform)
}

h3 {
    font-size: var(--h3FontSize);
    font-weight: var(--h3FontWeight);
    line-height: var(--h3LineHeight);
    letter-spacing: var(--h3LetterSpacing);
    text-transform: var(--h3TextTransform)
}

h4 {
    font-size: var(--h4FontSize);
    font-weight: var(--h4FontWeight);
    line-height: var(--h4LineHeight);
    letter-spacing: var(--h4LetterSpacing);
    text-transform: var(--h4TextTransform)
}

h5 {
    font-size: var(--h5FontSize);
    font-weight: var(--h5FontWeight);
    line-height: var(--h5LineHeight);
    letter-spacing: var(--h5LetterSpacing);
    text-transform: var(--h5TextTransform)
}

h6 {
    font-size: var(--h6FontSize);
    font-weight: var(--h6FontWeight);
    line-height: var(--h6LineHeight);
    letter-spacing: var(--h6LetterSpacing);
    text-transform: var(--h6TextTransform)
}

ol,ul {
    padding-left: var(--listPad,0)
}

ul {
    list-style: var(--listStyle,none)
}

.show-on-focus {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(1px,1px,1px,1px);
    top: 32px;
    background: var(--nv-site-bg);
    padding: 10px 15px
}

.show-on-focus:focus {
    z-index: 999999;
    width: auto;
    height: auto;
    clip: auto
}

.screen-reader-text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.nv-icon {
    fill: currentColor
}

.nv-search {
    display: flex
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 20px;
    width: 100%;
    word-break: initial
}

.wp-block-table {
    margin-top: 30px;
    margin-bottom: 30px
}

.wp-block-table figcaption {
    margin: 15px auto;
    text-align: center
}

.wp-block-table.is-style-stripes {
    border: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--nv-light-bg)
}

td,th {
    padding: 20px
}

th {
    padding-bottom: 10px
}

td {
    font-size: .9em;
    border-bottom: 2px solid var(--nv-text-color)
}

.wp-block-separator {
    border-bottom: 0;
    border-top: 2px solid
}

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

.wp-block-separator.is-style-dots {
    border-top: 4px dotted
}

.wp-block-separator.is-style-dots::before {
    content: none
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 7.5px
}

.alignwide {
    width: 98vw;
    max-width: 98vw;
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw)
}

.nv-sidebar-left .alignfull,.nv-sidebar-left .alignwide,.nv-sidebar-right .alignfull,.nv-sidebar-right .alignwide {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

blockquote {
    margin: 40px 0;
    border-color: var(--nv-text-color);
    border-style: solid;
    border-width: 0 0 0 4px;
    padding: 0 0 0 20px
}

blockquote p {
    margin-bottom: 10px
}

blockquote cite {
    font-style: normal;
    font-size: .9em !important
}

blockquote.has-text-align-center {
    border: 0;
    padding: 0
}

blockquote.has-text-align-right {
    border-width: 0 4px 0 0;
    padding: 0 20px 0 0
}

blockquote.is-style-large {
    border: 0;
    padding: 0
}

blockquote.is-style-large.wp-block-quote>p {
    margin-bottom: 20px;
    font-style: normal;
    font-size: 1.25em
}

.wp-block-pullquote {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 4px solid var(--nv-text-color);
    border-bottom: 4px solid var(--nv-text-color);
    padding: 30px 20px
}

.wp-block-pullquote p {
    font-size: 1.5em !important
}

.wp-block-pullquote blockquote {
    padding-left: 0;
    border-left: 0;
    margin: 0
}

.wp-block-pullquote.alignleft {
    text-align: left
}

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

.wp-block-pullquote.is-style-solid-color {
    background-color: var(--nv-light-bg)
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: inherit;
    max-width: 90%
}

.wp-block-verse {
    background-color: inherit;
    font-size: 1.25em;
    border: 0
}

.has-neve-link-color-color {
    color: var(--nv-primary-accent) !important
}

.has-neve-link-color-background-color {
    background-color: var(--nv-primary-accent) !important
}

.has-neve-link-hover-color-color {
    color: var(--nv-secondary-accent) !important
}

.has-neve-link-hover-color-background-color {
    background-color: var(--nv-secondary-accent) !important
}

.has-neve-text-color-color {
    color: var(--nv-text-color) !important
}

.has-neve-text-color-background-color {
    background-color: var(--nv-text-color) !important
}

.has-nv-site-bg-color {
    color: var(--nv-site-bg) !important
}

.has-nv-site-bg-background-color {
    background-color: var(--nv-site-bg) !important
}

.has-nv-light-bg-color {
    color: var(--nv-light-bg) !important
}

.has-nv-light-bg-background-color {
    background-color: var(--nv-light-bg) !important
}

.has-nv-dark-bg-color {
    color: var(--nv-dark-bg) !important
}

.has-nv-dark-bg-background-color {
    background-color: var(--nv-dark-bg) !important
}

.has-nv-text-dark-bg-color {
    color: var(--nv-text-dark-bg) !important
}

.has-nv-text-dark-bg-background-color {
    background-color: var(--nv-text-dark-bg) !important
}

.has-nv-c-1-color {
    color: var(--nv-c-1) !important
}

.has-nv-c-1-background-color {
    background-color: var(--nv-c-1) !important
}

.has-nv-c-2-color {
    color: var(--nv-c-2) !important
}

.has-nv-c-2-background-color {
    background-color: var(--nv-c-2) !important
}

.site-logo {
    align-items: center;
    display: flex
}

.site-logo amp-img img {
    max-height: 60px
}

.site-logo img {
    max-width: var(--maxWidth);
    display: block;
    margin: 0 auto
}

.site-logo .title-with-logo {
    display: flex;
    flex-direction: row;
    align-items: center
}

.site-logo .title-with-logo>:first-child {
    margin-right: 10px
}

.site-logo h1,.site-logo p {
    font-size: 24px;
    font-weight: var(--h1FontWeight);
    line-height: var(--bodyLineHeight);
    letter-spacing: var(--bodyLetterSpacing);
    text-transform: var(--textTransform,var(--bodyTextTransform));
    margin: 0
}

.site-logo small {
    display: block
}

.header-menu-sidebar .nav-ul .sub-menu,.nav-ul li:focus-within>.sub-menu,.nav-ul li:hover>.sub-menu,.sub-menu.dropdown-open {
    opacity: 1;
    visibility: visible
}

.caret {
    transition: .3s ease
}

.dd-title {
    flex-grow: var(--flexG);
    display: flex;
    align-items: center
}

.nav-ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--spacing) / 2 * -1);
    margin-left: calc(var(--spacing) / 2 * -1)
}

.nav-ul li>a {
    display: flex;
    align-items: center;
    min-height: var(--height);
    color: var(--color);
    position: relative
}

.nav-ul li>a:hover {
    color: var(--hoverColor)
}

.nav-ul>li {
    margin: 0 calc(var(--spacing) / 2)
}

.nav-ul li {
    display: block;
    position: relative
}

.nav-ul li.current-menu-item>a:not([href*="#"]) {
    color: var(--activeColor)
}

.nav-ul .caret {
    display: flex;
    margin-left: 5px;
    justify-content: center
}

.nav-ul .caret svg {
    fill: currentColor;
    width: .5em;
    height: .5em
}

.nav-ul .sub-menu {
    background-color: var(--bgColor,var(--overlayColor));
    z-index: 100;
    position: absolute;
    top: 100%;
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    visibility: hidden;
    opacity: 0;
    right: 0
}

.nav-ul .sub-menu li {
    min-width: 150px
}

.nav-ul .sub-menu li>a {
    padding: 10px 20px;
    white-space: nowrap;
    display: flex
}

.nav-ul .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    right: unset
}

.header-menu-sidebar .nv-nav-wrap {
    width: 100%
}

.header-menu-sidebar .nav-ul {
    --spacing: 0;
    flex-direction: column;
    width: 100%
}

.header-menu-sidebar .nav-ul li {
    width: 100%
}

.header-menu-sidebar .nav-ul li:not([class*=block])>a {
    padding: 15px 0;
    white-space: unset
}

.header-menu-sidebar .nav-ul .caret svg {
    width: 1em;
    height: 1em
}

.header-menu-sidebar .nav-ul .caret-wrap {
    margin: -15px 0;
    padding: 15px 15px 15px 10px
}

.header-menu-sidebar .nav-ul .caret-wrap.dropdown-open .caret {
    transform: rotateX(180deg)
}

.header-menu-sidebar .nav-ul .sub-menu {
    left: unset !important;
    top: unset !important;
    right: unset !important;
    background: 0;
    position: relative;
    max-width: 100%;
    box-shadow: none;
    display: none
}

.header-menu-sidebar .nav-ul .sub-menu.dropdown-open {
    display: block
}

.header-menu-sidebar .nav-ul.dropdowns-expanded>li>.sub-menu {
    display: block
}

.header-menu-sidebar .nav-ul.dropdowns-expanded>li>a .caret-wrap {
    display: none
}

.header-menu-sidebar .has-caret.amp {
    padding-right: 0
}

.header-menu-sidebar .amp.dropdown-open+.sub-menu {
    display: block !important
}

.amp-desktop-caret-wrap {
    display: none
}

.amp-caret-wrap svg {
    fill: currentColor;
    width: 1em
}

.has-caret.amp {
    display: flex;
    align-items: center
}

.has-caret.amp .caret-wrap {
    margin-left: auto
}

.sub-menu .has-caret.amp {
    padding-right: 20px
}

.nv-nav-wrap ul.primary-menu-ul>li i {
    margin-top: 0;
    font-size: inherit;
    width: auto;
    height: auto
}

.nv-nav-search {
    transition: opacity .3s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: 0;
    width: auto;
    padding: 10px;
    cursor: unset;
    z-index: 100;
    background-color: var(--nv-site-bg);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    display: flex;
    align-items: center
}

.nv-nav-search .container {
    padding: 0
}

.menu-item-nav-search.active .nv-nav-search {
    opacity: 1;
    visibility: visible
}

.menu-item-nav-search {
    cursor: pointer;
    outline: 0
}

.menu-item-nav-search .nv-icon:hover {
    color: var(--hoverColor)
}

.menu-item-nav-search svg {
    width: var(--iconSize);
    height: var(--iconSize)
}

.menu-item-nav-search.minimal {
    position: relative
}

.menu-item-nav-search.minimal .search-field {
    width: 200px
}

.menu-item-nav-search.minimal .nv-nav-search {
    display: flex;
    align-items: center;
    right: auto;
    left: 0;
    top: 100%
}

.menu-item-nav-search.floating .form-wrap {
    flex-grow: 1
}

.menu-item-nav-search.floating .nv-nav-search {
    align-items: unset;
    transition: top .2s ease-out;
    position: fixed;
    top: -100%;
    left: 0
}

.menu-item-nav-search.floating.active .nv-nav-search {
    top: 0
}

.menu-item-nav-search.floating .close-container {
    display: flex
}

.menu-item-nav-search.floating .close-responsive-search {
    display: flex;
    align-items: center;
    --primaryBtnPadding: 0 20px
}

.header-menu-sidebar .menu-item-nav-search.floating .nv-nav-search {
    position: absolute
}

.menu-item-nav-search.canvas .nv-nav-search {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.menu-item-nav-search.canvas .nv-nav-search .close-container {
    position: absolute;
    top: 30px;
    text-align: right
}

.nav-clickaway-overlay {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 90;
    height: 100vh
}

.close-responsive-search {
    background: 0;
    border: 0;
    --primaryBtnHoverBg: 0
}

.close-responsive-search>svg {
    fill: var(--nv-text-color);
    width: var(--formFieldFontSize);
    min-width: 25px;
    min-height: 25px
}

.style-border-bottom a::after {
    bottom: 0
}

.style-border-top a::after {
    top: 0
}

.style-border-bottom a:hover::after,.style-border-top a:hover::after,.style-full-height a:hover::after {
    width: 100%
}

.style-border-bottom a::after,.style-border-top a::after,.style-full-height a::after {
    position: absolute;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    transition: opacity .3s ease,width .3s ease;
    right: 0;
    left: 0;
    pointer-events: none;
    background-color: var(--hoverColor,currentColor)
}

.style-full-height li a:hover {
    color: var(--color)
}

.style-full-height li a:hover::after {
    width: calc(100% + var(--spacing))
}

.style-full-height .sub-menu a::after {
    max-width: 100%
}

.style-full-height a {
    z-index: 1
}

.style-full-height a::after {
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: calc(var(--spacing) / 2 * -1);
    right: calc(var(--spacing) / 2 * -1);
    height: 100%;
    z-index: -1
}

.nav-toggle-label {
    margin-right: 5px;
    line-height: 1
}

.navbar-toggle-wrapper {
    align-items: center
}

.navbar-toggle {
    --primaryBtnColor: var(--color);
    --primaryBtnHoverColor: var(--color);
    --primaryBtnBg: var(--bgColor,transparent);
    --primaryBtnHoverBg: var(--bgColor,transparent);
    --primaryBtnBorderWidth: var(--borderWidth,1px);
    --primaryBtnBorderRadius: var(--borderRadius,0);
    padding: var(--padding,10px 15px);
    box-shadow: none;
    display: flex;
    align-items: center
}

.navbar-toggle:focus {
    outline: 1px solid
}

.icon-bar {
    background-color: currentColor;
    transition: all .1s ease;
    position: relative;
    display: block;
    width: 15px;
    height: 2px
}

.icon-bar:nth-child(2) {
    margin: 3px 0
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    top: 5px
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(2) {
    opacity: 0
}

.is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 5px
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    position: relative;
    transition: all .3s cubic-bezier(.79,.14,.15,.86)
}

body>.wrapper:not(.et-fb-iframe-ancestor) {
    overflow: hidden
}

.neve-main {
    flex: 1 auto
}

.nv-page-title-wrap .nv-page-title {
    text-align: var(--textAlign,left)
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    resize: vertical
}

[tabindex="-1"]:focus,[tabindex="-1"]:focus-visible,input:read-write:focus,input:read-write:focus-visible,select:focus,select:focus-visible,textarea:focus,textarea:focus-visible {
    outline: 0;
    box-shadow: 0 0 3px 0 var(--nv-secondary-accent);
    --formFieldBorderColor: var(--nv-secondary-accent)
}

button,input,select,textarea {
    line-height: inherit;
    box-sizing: border-box
}

::placeholder {
    color: inherit;
    opacity: .5
}

select {
    min-height: 35px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 18px;
    padding-right: 20px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZmlsbD0iIzYyNjI2MiIgZD0iTTE1IDhsLTQgNi00LTZoOHoiLz48L3N2Zz4=")
}

select.nitro-lazy {
    background-image: none !important
}

label {
    display: inline-block
}

fieldset {
    padding: 20px 30px;
    margin-bottom: 20px;
    border: 2px solid var(--nv-light-bg)
}

fieldset legend {
    font-weight: 700;
    padding: 0 15px;
    margin-left: -15px
}

fieldset input[type=password],fieldset input[type=search],fieldset input[type=text],fieldset select,fieldset textarea {
    width: 100%
}

.widget-search {
    width: 100%;
    margin: 0 !important
}

.search-form {
    display: flex;
    max-width: 100%;
    line-height: 1;
    --primaryBtnBg: var(--formFieldBgColor);
    --primaryBtnHoverBg: var(--formFieldBgColor);
    --primaryBtnColor: var(--formFieldBorderColor);
    --primaryBtnHoverColor: var(--formFieldBorderColor)
}

.search-form svg {
    fill: var(--formFieldColor);
    width: var(--formFieldFontSize);
    opacity: .5;
    height: auto
}

.search-form .search-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    z-index: 1;
    --primaryBtnBorderWidth: var(--formFieldBorderWidth);
    --primaryBtnBorderColor: var(--formFieldBorderColor);
    --primaryBtnBorderRadius: var(--formFieldBorderRadius);
    --primaryBtnPadding: var(--formFieldPadding);
    height: var(--height);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
    position: relative
}

.search-form .search-submit::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--formFieldBgColor);
    left: -3px;
    top: 0;
    bottom: 0;
    position: absolute
}

.search-form .search-field {
    overflow: hidden;
    text-overflow: ellipsis;
    height: var(--height);
    border-right: 0;
    flex-grow: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: calc(100% - 45px);
    max-width: 100%
}

.search-form .search-field:focus~button {
    box-shadow: 0 0 3px 0 var(--nv-secondary-accent);
    border-color: var(--nv-secondary-accent)
}

.nv-meta-list {
    margin-bottom: 20px;
    font-size: .9em
}

.nv-meta-list li,.nv-meta-list span {
    display: inline-block
}

.nv-meta-list li:not(:last-child)::after,.nv-meta-list span:not(:last-child)::after {
    content: "/";
    padding: 0 8px
}

.nv-meta-list .posted-on:not(.nv-show-updated) .updated {
    display: none
}

.nv-meta-list .photo {
    width: var(--avatarSize);
    height: var(--avatarSize);
    border-radius: 50%;
    transform: translateY(30%);
    margin-right: 3px
}

.nv-dynamic-author-meta .photo {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(30%)
}

.entry-title {
    word-wrap: break-word
}

.entry-title a {
    color: var(--nv-text-color)
}

.nv-index-posts {
    margin-top: 60px
}

.nv-index-posts .nv-page-title-wrap {
    margin-top: 0
}

.nv-post-thumbnail-wrap img:not(.photo),.nv-post-thumbnail-wrap>a {
    display: block
}

.nv-post-thumbnail-wrap amp-img,.nv-post-thumbnail-wrap img {
    box-shadow: var(--boxShadow,none)
}

.posts-wrapper>article {
    width: var(--postWidth)
}

.blog-entry-title {
    margin-bottom: 10px;
    word-wrap: break-word
}

.article-content-col {
    width: 100%
}

.article-content-col .content {
    width: 100%;
    border-bottom: 0 solid;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column
}

.article-content-col .content .button {
    display: inline-block;
    align-self: flex-start
}

.bypostauthor {
    display: block
}

.posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.excerpt-wrap>:last-child {
    margin-bottom: 0
}

.layout-grid .content>.blog-entry-title {
    margin-bottom: 10px
}

.layout-grid .content>* {
    margin-bottom: 20px
}

.layout-grid .content>:last-child {
    margin-bottom: 0
}

.nv-non-grid-article {
    margin-bottom: var(--spacing,60px);
    display: flex;
    align-items: flex-end
}

.nv-non-grid-article .non-grid-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.nv-non-grid-article .non-grid-content>.blog-entry-title {
    margin-bottom: 10px
}

.nv-non-grid-article .non-grid-content>* {
    margin-bottom: 20px
}

.nv-non-grid-article .non-grid-content>:last-child {
    margin-bottom: 0
}

article {
    word-break: break-word
}

body:not(.nv-blog-default) .posts-wrapper {
    margin-left: calc(-1 * var(--gridSpacing,30px) / 2);
    margin-right: calc(-1 * var(--gridSpacing,30px) / 2)
}

body:not(.nv-blog-default) .posts-wrapper article {
    margin-bottom: calc(var(--gridSpacing,30px));
    padding: 0 calc(var(--gridSpacing,30px) / 2)
}

.nv-loader {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid var(--nv-primary-accent);
    border-left: 3px solid transparent;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    display: none
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.layout-grid,body .layout-grid>.article-content-col {
    display: flex
}

.nv-non-grid-article .nv-post-thumbnail-wrap {
    margin-bottom: 20px
}

.layout-covers .article-content-col,.layout-covers .content,.layout-covers .cover-post {
    height: 100%
}

.layout-covers .content {
    border: 0;
    padding-bottom: 0
}

.cover-post {
    box-shadow: var(--boxShadow,none);
    position: relative;
    background-size: cover;
    display: flex;
    background-position: center;
    overflow: hidden
}

.cover-post::after {
    background-color: rgba(0,0,0,.75);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.cover-post amp-img,.cover-post img {
    --boxShadow: none
}

.cover-post .inner {
    max-width: 100%;
    min-height: 350px;
    position: relative;
    z-index: 10;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--color,#fff);
    flex-grow: 1
}

.cover-post .inner a:not(.button) {
    color: var(--color,#fff)
}

.nv-single-post-wrap>div:first-child {
    margin-top: 60px
}

.nv-single-post-wrap>div:last-child {
    padding-bottom: 30px
}

.nv-single-post-wrap>div:not(:last-child) {
    margin-bottom: var(--spacing,60px)
}

.nv-page-title-wrap {
    margin-top: 60px
}

.entry-header {
    text-align: var(--textAlign,center)
}

.entry-header .title {
    margin-bottom: 10px
}

.attachment-neve-blog {
    display: flex
}

.nv-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.nv-post-navigation span {
    display: block
}

.nv-post-navigation .nav-direction {
    color: var(--nv-text-color);
    font-size: .8em;
    text-transform: uppercase
}

.nv-post-navigation a:hover span:last-child {
    text-decoration: underline
}

.nv-post-navigation .next {
    grid-column: 2;
    text-align: right
}

.post-pages-links {
    display: flex;
    list-style-type: none
}

.post-pages-links>a:not(:last-child) span,.post-pages-links>span {
    padding-right: 15px
}

.post-password-form input[type=submit] {
    margin-top: 20px
}

.nv-tags-list a,.tagcloud a,.wp-block-tag-cloud a {
    margin: 0 10px 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    padding: 10px;
    border-radius: 4px;
    background: var(--nv-primary-accent);
    line-height: 1;
    font-size: .75em !important;
    display: inline-block
}

.nv-tags-list span,.tagcloud span,.wp-block-tag-cloud span {
    margin-right: 10px
}

.tagcloud {
    display: flex;
    flex-wrap: wrap
}

.page .nv-post-cover {
    margin-bottom: 60px
}

.nv-post-cover {
    min-height: var(--height);
    padding: var(--padding);
    justify-content: var(--justify,center);
    display: flex;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.nv-post-cover .nv-title-meta-wrap {
    color: var(--color,var(--nv-text-dark-bg));
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-self: var(--vAlign,flex-end)
}

.nv-post-cover .nv-title-meta-wrap>:last-child {
    margin-bottom: 0
}

.nv-post-cover .nv-title-meta-wrap a {
    color: var(--color,var(--nv-text-dark-bg))
}

.nv-post-cover .container {
    display: flex;
    justify-content: var(--justify,center);
    text-align: var(--textAlign,center)
}

.nv-is-boxed {
    padding: var(--padding);
    background: var(--bgColor,var(--nv-light-bg));
    color: var(--color,var(--nv-text-color))
}

.nv-is-boxed a {
    color: var(--color,var(--nv-text-color))
}

.nv-overlay {
    background-color: var(--bgColor,var(--nv-dark-bg));
    mix-blend-mode: var(--blendMode,normal);
    opacity: calc(var(--opacity) / 100);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.nv-comment-content {
    margin-bottom: 0 !important
}

.nv-comment-content>:last-child {
    margin-bottom: 0
}

#comments li.comment {
    border-bottom: 2px solid;
    padding-bottom: 40px;
    margin-bottom: 40px
}

#comments article {
    display: flex
}

#comments .avatar {
    border-radius: 100%;
    margin-right: 20px
}

#comments .comment-content {
    flex-grow: 1
}

#comments input:not([type=submit]):not([type=checkbox]) {
    width: 100%
}

#comments ol {
    list-style: none
}

#comments textarea {
    max-width: 100%;
    width: 100%;
    display: block
}

#comments .comment-reply-title {
    margin-bottom: 15px
}

#comments .comment-reply-title small {
    float: right
}

.nv-comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.nv-comment-header .vcard {
    display: grid
}

.nv-comment-header .vcard a {
    color: var(--color,var(--nv-text-color))
}

.nv-comment-header .vcard .author {
    font-weight: 700
}

.nv-comment-header .vcard time {
    font-size: .9em;
    opacity: .7
}

.nv-comment-header .edit-reply {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: auto
}

.comments-title {
    margin-bottom: 80px
}

.comment-form {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 10px
}

.comment-form>p:not(.comment-notes) {
    margin-bottom: 0
}

.comment-form label {
    display: inline-block
}

.nv-comments-list {
    margin-bottom: 80px
}

.nv-comments-list .children li:not(.children) {
    padding-left: 40px
}

ul.page-numbers {
    display: flex;
    flex-wrap: wrap
}

ul.page-numbers li {
    margin-bottom: 15px
}

ul.page-numbers input[type=submit] {
    all: unset;
    cursor: pointer
}

ul.page-numbers form {
    display: flex
}

ul.page-numbers .page-input {
    line-height: 1;
    margin-right: 10px;
    padding: 8px 15px;
    font-size: var(--bodyFontSize)
}

ul.page-numbers a,ul.page-numbers input[type=submit],ul.page-numbers span {
    line-height: 1;
    margin-right: 20px;
    background: var(--nv-light-bg);
    border-radius: 3px;
    padding: 12px 15px;
    color: var(--nv-text-color);
    display: block
}

ul.page-numbers .dots {
    background: 0
}

ul.page-numbers .current {
    background: var(--nv-primary-accent);
    color: var(--nv-text-dark-bg)
}

dl {
    margin: 20px 0
}

dl dd {
    padding-left: 30px
}

dl dt {
    font-weight: 600
}

.nv-iframe-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.nv-iframe-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

figcaption {
    font-size: .9em;
    opacity: .75
}

code {
    background: #d0effb;
    border-radius: 5px;
    border: 1px solid var(--nv-light-bg);
    padding: 0 3px;
    color: #333
}

pre {
    display: block;
    padding: 30px;
    background: var(--nv-light-bg);
    margin: 20px 0;
    white-space: pre-wrap;
    font-size: .9em;
    font-family: Courier,monospace
}

pre code {
    border: 0;
    background: 0 0
}

.excerpt-wrap,.nv-content-wrap {
    --listPad: 20px;
    --listStyle: disc
}

.excerpt-wrap>ol,.excerpt-wrap>ul,.nv-content-wrap>ol,.nv-content-wrap>ul {
    margin: 30px 0
}

.excerpt-wrap li,.nv-content-wrap li {
    margin-top: 10px
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto
}

.wp-caption {
    max-width: 100%
}

.wp-caption-text {
    text-align: center;
    font-size: .8em;
    font-weight: 500
}

.twitter-tweet.twitter-tweet-rendered {
    padding: 15px 0;
    margin: auto
}

hr {
    color: inherit;
    height: 0;
    border: 0;
    border-top: 2px solid;
    margin: 10px 0 20px;
    display: inline-block;
    width: 100%
}

audio {
    display: flex;
    height: 50px
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    width: 48%
}

.gallery-columns-3 .gallery-item {
    max-width: 31.3333333333%;
    width: 31.3333333333%
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    width: 23%
}

.gallery-columns-5 .gallery-item {
    max-width: 18%;
    width: 18%
}

.gallery-columns-6 .gallery-item {
    max-width: 14.6666666667%;
    width: 14.6666666667%
}

.gallery-columns-7 .gallery-item {
    max-width: 12.2857142857%;
    width: 12.2857142857%
}

.gallery-columns-8 .gallery-item {
    max-width: 10.5%;
    width: 10.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 9.1111111111%;
    width: 9.1111111111%
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.nv-content-wrap ul.wp-block-gallery {
    padding-left: 0
}

.gallery-caption {
    box-sizing: border-box
}

.nv-index-posts,.nv-single-post-wrap {
    margin-bottom: 60px
}

.nv-sidebar-wrap {
    padding: 60px 15px;
    margin-bottom: 20px;
    flex-grow: 1
}

.nv-sidebar-wrap.hide {
    display: none
}

.widget {
    word-break: break-word;
    margin-bottom: 40px
}

.widget:last-child {
    margin: 0
}

.widget select {
    max-width: 100%;
    width: 100%
}

.widget .widget-title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: var(--h4FontSize)
}

.widget ul {
    padding: 0
}

.widget ul ul {
    padding-left: 10px
}

.widget li {
    margin-top: 10px
}

.post-date {
    display: block;
    font-size: .9em;
    opacity: .7
}

.widget_recent_entries a {
    color: var(--nv-text-color)
}

.widget_calendar td,.widget_calendar th {
    padding: 10px
}

.nv-page-title .neve-breadcrumbs-wrapper,.nv-title-meta-wrap .neve-breadcrumbs-wrapper {
    margin-bottom: 30px;
    display: block
}

.neve-breadcrumbs-wrapper {
    font-size: 14px
}

.neve-breadcrumbs-wrapper a {
    color: #676767
}

.hfg-is-group {
    display: flex;
    align-items: center
}

.builder-item--footer-menu,.component-wrap,.item--inner,.menu-item-nav-search,.nav-ul a,.palette-icon-wrapper,.site-logo,footer .nav-ul {
    justify-content: var(--justify,flex-start);
    text-align: var(--textAlign,left)
}

@media (min-width: 769px) {
    #comments .comment-form {
        grid-template-columns:repeat(3,1fr)
    }

    #comments .comment-form>:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
        grid-column: 1/-1
    }
}

@media (min-width: 960px) {
    .neve-main>.container .col {
        max-width:70%
    }

    .neve-main>.container>.row {
        flex-wrap: nowrap
    }

    .amp-desktop-caret-wrap {
        display: none
    }

    .amp-caret-wrap {
        display: block
    }

    .non-grid-content {
        padding: var(--padding)
    }

    .nv-non-grid-article .nv-post-thumbnail-wrap {
        margin-bottom: 0;
        grid-column: var(--thumbGridColumn,1)
    }

    .nv-non-grid-article .content {
        display: grid;
        grid-gap: 20px;
        align-items: center;
        grid-auto-flow: dense
    }

    .posts-wrapper>article.has-post-thumbnail .content {
        grid-template-columns: var(--postColTemplate,35fr 65fr)
    }

    .posts-wrapper>article.has-post-thumbnail.layout-alternative:nth-child(even) {
        --thumbGridColumn: 2
    }

    .posts-wrapper>article.has-post-thumbnail.layout-alternative:nth-child(even) .content {
        grid-template-columns: var(--postColTemplate,65fr 35fr)
    }

    .nv-sidebar-wrap {
        max-width: 30%
    }

    .nv-sidebar-wrap.nv-right {
        padding-left: 45px
    }

    .nv-sidebar-wrap.nv-left {
        padding-right: 45px
    }

    .alignwide {
        width: 70vw;
        max-width: 70vw;
        margin-left: calc(50% - 35vw);
        margin-right: calc(50% - 35vw)
    }
}

.neve-main .elementor-text-editor ol,.neve-main .elementor-text-editor ul {
    padding-left: 15px
}

.neve-main .elementor-text-editor ul {
    list-style: inherit
}

.header-menu-sidebar {
    padding: 0;
    position: fixed;
    max-width: 100%;
    top: 0;
    z-index: 999900;
    visibility: hidden;
    display: flex;
    transition: all .3s cubic-bezier(.79,.14,.15,.86);
    height: 100vh
}

.header-menu-sidebar .navbar-toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 8px 10px
}

.header-menu-sidebar .navbar-toggle-wrapper button.navbar-toggle {
    position: relative
}

.header-menu-sidebar-bg {
    background-color: var(--bgColor);
    color: var(--color);
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    width: 100%
}

.header-menu-sidebar-inner {
    padding: 20px 0;
    overflow-x: hidden;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity .3s ease
}

.is-menu-sidebar .header-menu-sidebar-inner {
    display: block;
    opacity: 1
}

.hiding-header-menu-sidebar .header-menu-sidebar-inner {
    display: block;
    transition: all .3s ease;
    opacity: 0
}

.header-menu-sidebar-inner .item--inner {
    width: 100%
}

.hiding-header-menu-sidebar .close-sidebar-panel {
    transition: .3s ease;
    opacity: 0
}

.menu_sidebar_slide_left .header-menu-sidebar {
    left: 0;
    transform: translateX(-100%)
}

.menu_sidebar_slide_right .header-menu-sidebar {
    right: 0;
    transform: translateX(100%)
}

.menu_sidebar_pull_left .wrapper {
    left: 0
}

.menu_sidebar_pull_left .wrapper .header-menu-sidebar {
    left: 0;
    transform: translateX(-100%)
}

.menu_sidebar_pull_right .wrapper {
    right: 0
}

.menu_sidebar_pull_right .wrapper .header-menu-sidebar {
    right: 0;
    transform: translateX(100%)
}

.menu_sidebar_dropdown .hfg-ov {
    display: none
}

.menu_sidebar_dropdown .header-menu-sidebar {
    box-shadow: none;
    position: absolute;
    top: unset;
    width: 100%;
    display: block
}

.menu_sidebar_dropdown .header-menu-sidebar-inner {
    transition: all .3s cubic-bezier(.79,.14,.15,.86);
    max-height: 0;
    padding: 0
}

.menu_sidebar_full_canvas .header-menu-sidebar {
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s cubic-bezier(.79,.14,.15,.86)
}

.menu_sidebar_full_canvas .header-menu-sidebar-inner {
    flex-grow: 1
}

.is-menu-sidebar .header-menu-sidebar {
    visibility: visible
}

.is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
    transform: translate3d(0,0,0);
    left: 0
}

.is-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar {
    transform: translate3d(0,0,0);
    right: 0
}

.is-menu-sidebar.menu_sidebar_pull_left .header-menu-sidebar {
    transform: translateX(0)
}

.is-menu-sidebar.menu_sidebar_pull_right .header-menu-sidebar {
    transform: translateX(0)
}

.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar {
    height: auto
}

.is-menu-sidebar.menu_sidebar_dropdown .header-menu-sidebar-inner {
    max-height: 400px;
    padding: 20px 0
}

.is-menu-sidebar.menu_sidebar_full_canvas .header-menu-sidebar {
    opacity: 1
}

.header-menu-sidebar .menu-item-nav-search {
    display: flex;
    align-items: center
}

.hfg-ov {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    position: fixed;
    transform: translate3d(0,0,0);
    z-index: 999899;
    transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.is-menu-sidebar .hfg-ov {
    visibility: visible;
    opacity: 1;
    pointer-events: unset
}

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

.site-footer .item--inner {
    width: 100%
}

.site-footer .item--inner.has_menu {
    display: flex
}

.site-footer p:last-child {
    margin-bottom: 0
}

.footer--row .hfg-slot {
    display: flex;
    flex-direction: column
}

.footer--row .row {
    display: grid;
    align-items: var(--vAlign)
}

.footer--row .builder-item {
    width: 100%
}

@media (max-width: 960px) {
    footer .footer--row-inner .row {
        grid-template-columns:1fr
    }
}

.site-header {
    position: relative
}

.site-header .header--row-inner {
    align-items: center;
    display: flex
}

#header-grid.global-styled:not(.neve-transparent-header) {
    background: var(--bgColor);
    position: relative;
    background-image: var(--bgImage,none);
    background-position: var(--bgPosition,center);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: var(--bgAttachment)
}

#header-grid.global-styled:not(.neve-transparent-header).has-sticky-rows--desktop {
    position: fixed
}

#header-grid.global-styled:not(.neve-transparent-header)::before {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: var(--overlayColor);
    opacity: var(--bgOverlayOpacity)
}

#header-grid.global-styled:not(.neve-transparent-header) .header--row,#header-grid.global-styled:not(.neve-transparent-header) .header--row-inner {
    background: 0 0
}

.builder-item {
    margin: 4px 0;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.builder-item.hfg-end {
    margin-left: auto
}

.builder-item.hfg-start {
    margin-right: auto
}

@media (min-width: 960px) {
    .builder-item {
        margin:8px 0
    }
}

.hfg-slot {
    display: flex;
    align-items: center
}

.hfg-slot.right {
    justify-content: flex-end
}

.hfg-slot.center {
    justify-content: center
}

.layout-fullwidth .container {
    max-width: 100% !important
}

.layout-contained {
    max-width: var(--container);
    margin: 0 auto
}

.header-menu-sidebar-bg,[class*=row-inner] {
    position: relative;
    background-image: var(--bgImage,none);
    background-position: var(--bgPosition,center);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: var(--bgAttachment)
}

.header-menu-sidebar-bg::before,[class*=row-inner]::before {
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background-color: var(--overlayColor);
    opacity: var(--bgOverlayOpacity)
}

[class*=row-inner]:not(.footer--row-inner) {
    border-bottom: var(--rowBWidth,0) solid var(--rowBColor)
}

.footer--row-inner {
    border-top: var(--rowBWidth,0) solid var(--rowBColor)
}

[data-row-id] a {
    color: var(--color)
}

/* [data-row-id] .row {
    display: grid;
    grid-template-columns: auto auto;
    min-height: var(--height,auto)
} */

.has-center .row--wrapper {
    grid-template-columns: 1fr auto 1fr
}

.hfg_header.site-header {
    box-shadow: 0 -1px 3px rgba(0,0,0,.1)
}

.hfg-is-group>div:first-of-type .button {
    margin-right: 20px
}

.hfg-is-group>div:last-of-type .button {
    margin-left: 20px
}

.header .builder-item .item--inner[class*=button_base],.header .builder-item .item--inner[class*=nav-icon] {
    padding: 0 !important
}

.header .builder-item [class*=button_base] .button {
    --primaryBtnPadding: var(--padding)
}

.hfg-grid {
    display: flex
}

@media (min-width: 960px) {
    .hide-on-desktop {
        display:none
    }
}

@media (max-width: 959px) {
    .hide-on-tablet {
        display:none
    }
}

@media (max-width: 576px) {
    .hide-on-mobile {
        display:none
    }
}

.component-wrap {
    display: flex;
    margin: 4px 0
}

.builder-item .item--inner {
    color: var(--color);
    font-family: var(--fontFamily,var(--bodyFontFamily));
    font-size: var(--fontSize,var(--bodyFontSize));
    line-height: var(--lineHeight,var(--bodyLineHeight));
    letter-spacing: var(--letterSpacing,var(--bodyLetterSpacing));
    font-weight: var(--fontWeight,var(--bodyFontWeight));
    text-transform: var(--textTransform,var(--bodyTextTransform));
    padding: var(--padding,0);
    margin: var(--margin,0);
    position: relative
}

.builder-item .item--inner.has_menu {
    position: unset
}

.inherit-ff {
    font-family: var(--inheritedFF);
    font-weight: var(--inheritedFW)
}
