/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

body, h1 {
    margin: 0
}

.ts-btn.btn-disabled, .ts-switcher-btn, .ts-term-dropdown li.ts-term-heading a, .vx-inert {
    pointer-events: none
}

.term-dropdown-back, .ts-no-posts {
    grid-column: 1/-1
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.elementor-widget-image .elementor-widget-container > a, details, main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0
}

*, .ts-loader, legend {
    box-sizing: border-box
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    color: var(--ts-accent-1);
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

.min-scroll, body {
    overflow-x: hidden
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.ts-btn, body, pre[debug] {
    font-size: var(--e-global-typography-text-font-size)
}

summary {
    display: list-item
}

.hidden, .toggle-wrapper, .ts-no-posts:not(.hidden) + .post-feed-nav, .ts-search-widget form[v-cloak], .ts-template-tab:not(.active-tab), .vxconfig, [hidden], p:empty, popup[v-cloak], template {
    display: none
}

@keyframes vxup {
    0% {
        transform: translate(-50%, 100%)
    }
    to {
        transform: translate(-50%)
    }
}

.ts-notice {
    width: 300px;
    background: #fff;
    color: var(--ts-shade-1);
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000;
    border-radius: 15px;
    bottom: 100px;
    border: .5px solid var(--ts-shade-4);
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .0901960784);
    animation-name: vxup;
    animation-fill-mode: forwards;
    animation-duration: .2s;
    transition-timing-function: cubic-bezier(0, 1, .5, 1);
    flex-wrap: wrap;
    overflow: hidden;
    --al-info: var(--ts-accent-1);
    --al-error: #f43b3b;
    --al-success: #2fba62
}

.ts-panel, .ts-preview {
    position: relative
}

.ts-notice .alert-msg {
    padding: 20px;
    text-align: center;
    font-size: 15px
}

.ts-notice .notice-close {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ts-notice.ts-notice-success .alert-ic svg:first-child {
    display: flex;
    fill: var(--al-success)
}

.ts-notice.ts-notice-error .alert-ic svg:nth-child(2) {
    display: flex;
    fill: var(--al-error)
}

.ts-notice.ts-notice-info .alert-ic svg:nth-child(3) {
    display: flex;
    fill: var(--al-info)
}

.alert-ic svg {
    fill: var(--ts-shade-1);
    width: 30px;
    height: 30px;
    display: none
}

.alert-ic {
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px
}

.a-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    --alert-divider: var(--ts-shade-4)
}

.a-btn a {
    text-decoration: none;
    border-radius: 0;
    height: 100%;
    flex-grow: 1;
    border-top: 1px solid var(--alert-divider);
    border-right: 1px solid var(--alert-divider)
}

.a-btn a:last-child {
    border-right: none
}

body {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    --ts-shade-1: #000;
    --ts-shade-2: #3e3e3e;
    --ts-shade-3: #a2a2a2;
    --ts-shade-4: #D2D5DB;
    --ts-shade-5: #f3f3f3;
    --ts-shade-6: #f8f8f8;
    --ts-shade-7: #fcfcfc;
    --ts-accent-1: var(--e-global-color-accent);
    --ts-accent-2: var(--e-global-color-accent);
    overflow-y: scroll
}

#wpadminbar {
    position: static !important
}

* {
    text-rendering: geometricPrecision
}

.vx-viewport-card {
    max-width: 600px;
    margin: auto
}

.ts-loader {
    width: 28px;
    height: 28px;
    border: 2.5px solid var(--ts-shade-6);
    border-bottom-color: var(--ts-shade-2);
    border-radius: 50%;
    display: inline-block;
    animation: .75s linear infinite tsrotation
}

.ts-btn .ts-loader {
    width: 22px;
    height: 22px;
    border-bottom-color: var(--ts-shade-4);
}

.elementor-icon-wrapper, .elementor-widget-ts-user-bar .elementor-widget-container, .flexify, .ts-btn > span, .ts-term-dropdown .ts-term-image span, .ts-term-icon span {
    display: flex
}

@keyframes tsrotation {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

pre[debug] {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .4196078431);
    color: #7ee882;
    background: #0b1223;
    max-height: 500px;
    overflow-y: auto
}

pre[debug], pre[sql] {
    padding: 10px;
    border-radius: 5px;
    white-space: break-spaces;
    margin: 0 0 10px
}

pre[sql] {
    color: #000;
    background: #eee
}

.voxel-highlight-element:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 101, 192, .23);
    content: "";
    display: block;
    z-index: 1000000
}

.disabled, .vx-disabled, .vx-pending {
    opacity: .5;
    pointer-events: none
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: .9rem;
    margin-block-end: .9rem
}

.ts-term-dropdown li.ts-term-centered a span, p:last-child {
    margin: 0
}

.simplify-ul {
    margin: 0;
    padding: 0;
    line-height: normal;
    list-style: none
}

.flexify {
    flex-wrap: wrap
}

.min-scroll {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: overlay;
    --ts-scroll-color: var(--ts-shade-4);
    scrollbar-color: #ebedf2 transparent;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.min-scroll.min-scroll-h {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap
}

.ts-btn, p.ts-restricted {
    align-items: center;
    display: flex
}

.min-scroll.min-scroll-h::-webkit-scrollbar {
    height: 10px
}

.min-scroll::-webkit-scrollbar {
    width: 10px
}

.min-scroll::-webkit-scrollbar-thumb {
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 9999px
}

.min-scroll::-webkit-scrollbar-thumb, .min-scroll:hover::-webkit-scrollbar-thumb {
    background-color: var(--ts-scroll-color)
}

.min-scroll::-webkit-scrollbar-thumb:hover {
    background-color: var(--ts-scroll-color)
}

.ts-btn-2:hover, .ts-icon-btn.invert:hover {
    background: var(--ts-accent-2)
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .min-scroll {
        overflow-y: auto
    }
}

@supports (-ms-accelerator:true) or (-ms-ime-align:auto) {
    .min-scroll {
        overflow-y: auto
    }
}

.sub-heading p {
    margin-top: 0
}

.ts-btn {
    width: 100%;
    padding: 10px 12px;
    justify-content: center;
    text-align: center;
    transition: .2s;
    border-radius: 7px;
    white-space: nowrap;
    grid-gap: 10px;
    min-width: 0
}

.ts-btn.ts-btn-large {
    padding: 16px 20px;
    height: 44px
}

.ts-btn.ts-btn-small {
    height: 40px
}

.ts-btn i {
    font-size: 20px
}

.ts-btn img, .ts-btn svg {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .2s
}

.ts-btn.ts-form-submit img, .ts-btn.ts-form-submit svg {
    margin-right: 0
}

.ts-btn.btn-disabled {
    opacity: .6
}

.ts-btn-1 {
    background: #fff;
    color: var(--ts-shade-2);
    border: 1px solid var(--ts-shade-4)
}

.ts-btn-1:hover {
    border-color: var(--ts-shade-3)
}

.ts-btn-1 svg, .ts-btn-5 svg {
    fill: var(--ts-accent-1)
}

.ts-btn-2 {
    background: var(--ts-accent-1);
    color: #fff
}

.ts-btn-3, .ts-btn-4, .ts-btn-5 {
    background: 0 0
}

.ts-btn-2 svg, .ts-icon-btn.invert svg {
    fill: #fff
}

.ts-btn-3 {
    color: var(--ts-shade-1);
    border: 1px dashed var(--ts-shade-3)
}

.ts-btn-3:hover {
    border-color: var(--ts-shade-2)
}

.ts-btn-3 svg {
    fill: var(--ts-shade-1)
}

.ts-btn-4 {
    color: var(--ts-shade-2)
}

.ts-btn-4:hover {
    color: var(--ts-shade-2);
    background: var(--ts-shade-7)
}

.ts-btn-4 svg {
    fill: var(--ts-shade-2)
}

.ts-btn-5 {
    color: var(--ts-accent-1)
}

.ts-btn-5:hover {
    background: var(--ts-accent-3)
}

.ts-no-posts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0;
    opacity: 1;
    transition: .15s
}

.ts-no-posts > i, .ts-no-posts > span > i {
    font-size: 40px;
    color: var(--ts-shade-3)
}

.ts-no-posts > p, p.ts-restricted {
    font-size: var(--e-global-typography-text-font-size);
    text-align: center
}

.ts-no-posts > img, .ts-no-posts > svg {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

.ts-no-posts > p {
    color: var(--ts-shade-2);
    line-height: 22px
}

.ts-no-posts > a {
    width: auto
}

p.ts-restricted {
    width: 100%;
    padding: 10px 15px;
    justify-content: center
}

.ts-generic-tabs, .ts-panel .ac-bottom {
    width: 100%
}

.ts-generic-tabs li {
    display: flex;
    margin: 0 15px 15px 0
}

.ts-generic-tabs li.ts-tab-active a {
    font-weight: 600
}

.ts-generic-tabs li a {
    color: var(--ts-shade-1);
    font-size: 16px
}

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-tablet {
        display: none
    }
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none
    }
}

[v-cloak=hide] {
    display: none !important
}

.ts-panel {
    border-radius: 7px;
    border: 1px solid var(--ts-shade-4);
    background: #fff
}

.ts-panel .ac-head {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    border-bottom: 1px solid var(--ts-shade-4)
}

.ts-panel .ac-head:last-child {
    border: none
}

.ts-panel .ac-head i {
    font-size: 26px;
    color: var(--ts-shade-3);
    margin-right: 10px
}

.ts-panel .ac-body p, .ts-panel .ac-head b {
    font-size: var(--e-global-typography-text-font-size)
}

.ts-panel .ac-head img, .ts-panel .ac-head svg {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-shade-3);
    margin-right: 10px
}

.ts-panel .ac-head b {
    font-weight: 600;
    color: var(--ts-shade-1)
}

.ts-panel .ac-body {
    padding: 20px;
    width: 100%;
    grid-gap: 15px;
    display: flex;
    flex-direction: column
}

.ts-panel .ac-body .ac-plan-name {
    color: var(--ts-accent-1);
    font-weight: 600;
    margin-bottom: 10px;
    display: block
}

.ts-panel .ac-body p {
    color: var(--ts-shade-2);
    margin-bottom: 0
}

.ts-panel .ac-body p a {
    color: var(--ts-accent-1);
    font-weight: 600
}

.ts-switcher-btn {
    width: 100%;
    display: inline-flex;
    position: fixed;
    justify-content: center;
    bottom: 90px;
    z-index: 500;
    left: 0
}

.ts-switcher-btn .ts-btn {
    width: auto;
    background: #fff;
    pointer-events: all
}

.pac-container {
    z-index: 600000;
    box-shadow: none;
    border: 1px solid #eee
}

@media (min-width: 1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: 100vh !important
    }

    #wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
        width: 350px !important
    }
}

.elementor-lightbox .dialog-widget-content {
    width: 100% !important
}

.dialog-close-button:not(:hover), .ts-term-dropdown li > a:hover .ts-left-icon, .ts-term-dropdown li > a:hover .ts-right-icon {
    opacity: 1
}

.ts-icon-btn {
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0;
    border-radius: 40px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    transition: .2s;
    border: 1px solid
}

.ts-icon-btn:focus {
    outline: 0
}

.ts-icon-btn:hover {
    outline: 0;
    cursor: pointer
}

.ts-icon-btn.ts-smaller {
    width: 32px;
    height: 32px;
    font-size: 16px
}

.ts-icon-btn.ts-smaller img, .ts-icon-btn.ts-smaller svg {
    width: 16px;
    height: 16px
}

.ts-icon-btn img, .ts-icon-btn svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .2s
}

.ts-icon-btn.invert {
    background: var(--ts-accent-1);
    color: #fff;
    border: none
}

.ts-icon-btn.invert:hover {
    border: none
}

.ts-down-icon, .ts-left-icon, .ts-right-icon {
    height: 10px;
    margin-left: auto;
    width: 10px;
    border-width: 0 1px 1px 0;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    flex-shrink: 0;
    overflow: hidden;
    margin-top: -3px;
    transition: .2s
}

.ts-down-icon {
    width: 7px;
    height: 7px
}

.ts-right-icon {
    transform: rotate(-45deg)
}

.ts-left-icon, .ts-right-icon {
    margin-top: 0;
    margin-right: 3px
}

.ts-left-icon {
    transform: rotate(135deg);
    margin-left: 0
}

.ts-empty-user-tab {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 35px 0
}

.ts-empty-user-tab i {
    font-size: 24px;
    color: var(--ts-shade-3)
}

.ts-empty-user-tab img, .ts-empty-user-tab svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    fill: var(--ts-shade-3)
}

.ts-empty-user-tab p {
    color: #525a6e;
    padding-top: 7px;
    font-size: var(--e-global-typography-text-font-size);
    text-align: center;
    line-height: 22px
}

.ts-term-dropdown li {
    flex-wrap: nowrap;
    align-items: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden
}

.ts-term-dropdown:not(.inline-multilevel) li {
    border-bottom: 1px solid var(--ts-shade-5)
}

.ts-term-dropdown:not(.inline-multilevel) li:last-child {
    border-bottom: none
}

.ts-term-dropdown li.term-dropdown-back a, .ts-term-dropdown li.ts-term-centered a {
    justify-content: center
}

.ts-term-dropdown li.term-dropdown-back a span {
    margin-right: 7px;
    font-size: 20px
}

.ts-term-dropdown li > a {
    flex-wrap: nowrap;
    align-items: center;
    padding: 11px 15px;
    transition: .15s;
    width: 100%;
    grid-gap: 7px
}

.ts-term-dropdown li > a .ts-left-icon, .ts-term-dropdown li > a .ts-right-icon {
    opacity: .5
}

.ts-term-dropdown li > a > span {
    transition: .15s;
    margin: 0;
    overflow: hidden
}

.inline-multilevel.ts-term-dropdown li > a {
    padding: 0;
    background: 0 0 !important;
    height: 46px
}

.ts-term-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.ts-term-icon span img {
    border-radius: 50px
}

.ts-term-icon i {
    font-size: 18px;
    color: var(--ts-shade-2);
    transition: .15s
}

.ts-term-icon img, .ts-term-icon svg {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: .15s
}

.ts-term-dropdown .ts-term-image {
    flex-shrink: 0
}

.ts-term-dropdown .ts-term-image img {
    width: 28px;
    height: 28px;
    border-radius: 50%
}