/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    min-width: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bold
}

img {
    border-style: none
}

button {
    font-size: 100%;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted
}

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

:root {
    --global-gray-400: #CBD5E0;
    --global-gray-500: #A0AEC0;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.5rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 5rem;
    --global-edge-spacing: 1.5rem;
    --global-boxed-spacing: 2rem
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0
}

em {
    font-style: italic
}

html {
    box-sizing: border-box
}

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

ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

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

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: var(--global-palette-highlight);
    transition: all .1s linear
}

a:hover,
a:focus,
a:active {
    color: var(--global-palette-highlight-alt)
}

a:hover,
a:active {
    outline: 0
}

.inner-link-style-normal a:not(.button) {
    text-decoration: underline
}

:where(html:not(.no-js)) .hide-focus-outline *:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: var(--global-palette6)
}

::-moz-placeholder {
    color: var(--global-palette6);
    opacity: 1
}

button,
.button {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: 0.4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0)
}

button:visited,
.button:visited {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1)
}

button:disabled,
.button:disabled {
    cursor: not-allowed;
    opacity: 0.5
}

.kadence-svg-iconset {
    display: inline-flex;
    align-self: center
}

.kadence-svg-iconset svg {
    height: 1em;
    width: 1em
}

body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore) {
    color: white
}

body.social-brand-colors .social-show-brand-until.social-style-outline .social-button:not(:hover):not(.skip):not(.ignore) {
    border-color: currentColor
}

.kt-clear::before,
.kt-clear::after {
    content: ' ';
    display: table
}

.kt-clear::after {
    clear: both
}

.content-area {
    margin: var(--global-xxl-spacing) 0
}

.entry-content {
    word-break: break-word
}

.entry-content table {
    word-break: normal
}

.site-container {
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding)
}

.content-bg {
    background: white
}

#kt-scroll-up-reader:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

#wrapper {
    overflow: hidden;
    overflow: clip
}

body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto
}

@keyframes show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.wptb-table-container {
    overflow: auto;
    position: relative;
    width: 100%;
    margin: 30px auto
}

.wptb-table-container-matrix {
    margin: auto
}

.wptb-table-container table {
    table-layout: fixed;
    font-size: 15px;
    width: auto;
    display: table;
    border-collapse: collapse
}

.wptb-table-container-matrix table {
    margin: auto
}

table.wptb-preview-table {
    opacity: 0;
    animation: show .3s 1;
    animation-fill-mode: forwards;
    animation-delay: .7s;
    overflow: visible
}

.wptb-preview-table tr:nth-of-type(2n+1) {
    background-color: #eee
}

.wptb-table-container table td {
    padding: 15px;
    position: relative;
    box-sizing: content-box;
    vertical-align: middle
}

.wptb-table-container table td p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0 !important;
    word-break: break-word;
    cursor: default
}

.wptb-ph-element {
    position: relative;
    border: 1px solid #fff0
}

.wptb-image-wrapper::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both
}

.wptb-image-wrapper a {
    display: block;
    max-width: 100%;
    position: relative;
    margin: auto
}

.wptb-cell .wptb-ph-element a {
    box-shadow: none
}

.wptb-image-wrapper img {
    width: 100%;
    height: auto
}

.wptb-text-container>div,
.wptb-text-container>div>p {
    font-size: inherit;
    color: inherit
}

.wptb-cell img {
    max-width: 100%
}

[class*=wptb-element-text-] p {
    color: inherit !important;
    font-size: inherit !important
}

@media only screen and (max-width:600px) {
    .wptb-table-container table {
        min-width: auto
    }
}